Pull request #38469 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at 0bad48279efe3e5f56df1c4c8c2e6bc90fbb36e9 rather than 66a37b460c839ee7a9aca118840b441764292c97 Obtained Jenkinsfile from 0bad48279efe3e5f56df1c4c8c2e6bc90fbb36e9 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 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 [2020-09-20T19:11:05.495Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2020-09-20T19:11:05.498Z] Trying to pass milestone 31 [Pipeline] milestone [2020-09-20T19:11:05.543Z] Trying to pass milestone 32 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2020-09-20T19:11:20.696Z] Still waiting to schedule task [2020-09-20T19:11:20.698Z] All nodes of label ‘amd64&&ubuntu-1804&&overlay2’ are offline [2020-09-20T19:12:01.823Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0fb14e5057cb22bef) in /home/ubuntu/workspace/moby_PR-38469 [Pipeline] { [Pipeline] checkout [2020-09-20T19:12:05.187Z] using credential docker-jenkins-github-credentials [2020-09-20T19:12:05.198Z] Cloning the remote Git repository [2020-09-20T19:12:05.198Z] Cloning with configured refspecs honoured and without tags [2020-09-20T19:12:05.217Z] Cloning repository https://github.com/moby/moby.git [2020-09-20T19:12:05.302Z] > git init /home/ubuntu/workspace/moby_PR-38469 # timeout=10 [2020-09-20T19:12:05.626Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-20T19:12:05.627Z] > git --version # timeout=10 [2020-09-20T19:12:05.679Z] > git --version # 'git version 2.17.1' [2020-09-20T19:12:05.679Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-20T19:12:05.681Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/38469/head:refs/remotes/origin/PR-38469 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T19:12:24.287Z] Fetching without tags [2020-09-20T19:12:24.726Z] Merging remotes/origin/master commit 0bad48279efe3e5f56df1c4c8c2e6bc90fbb36e9 into PR head commit 66a37b460c839ee7a9aca118840b441764292c97 [2020-09-20T19:12:24.174Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-20T19:12:24.192Z] > git config --add remote.origin.fetch +refs/pull/38469/head:refs/remotes/origin/PR-38469 # timeout=10 [2020-09-20T19:12:24.223Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T19:12:24.254Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-20T19:12:24.292Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-20T19:12:24.293Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-20T19:12:24.294Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/38469/head:refs/remotes/origin/PR-38469 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T19:12:24.735Z] > git config core.sparsecheckout # timeout=10 [2020-09-20T19:12:24.755Z] > git checkout -f 66a37b460c839ee7a9aca118840b441764292c97 # timeout=10 [2020-09-20T19:12:25.819Z] > git remote # timeout=10 [2020-09-20T19:12:25.847Z] > git config --get remote.origin.url # timeout=10 [2020-09-20T19:12:25.867Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-20T19:12:25.868Z] > git merge 0bad48279efe3e5f56df1c4c8c2e6bc90fbb36e9 # timeout=10 [2020-09-20T19:12:26.664Z] Merge succeeded, producing 98f1115e882dad3fbc3cbaca9ebc0e201c1a527f [2020-09-20T19:12:26.664Z] Checking out Revision 98f1115e882dad3fbc3cbaca9ebc0e201c1a527f (PR-38469) [2020-09-20T19:12:26.641Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-20T19:12:26.663Z] > git config core.sparsecheckout # timeout=10 [2020-09-20T19:12:26.687Z] > git checkout -f 98f1115e882dad3fbc3cbaca9ebc0e201c1a527f # timeout=10 [2020-09-20T19:12:30.538Z] Commit message: "Merge commit '0bad48279efe3e5f56df1c4c8c2e6bc90fbb36e9' into HEAD" [2020-09-20T19:12:30.558Z] First time build. Skipping changelog. [2020-09-20T19:12:30.538Z] > git rev-list --no-walk 91ddebe332b09b08e568798b10b368c09e932008 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-20T19:12:31.591Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-38469:/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 [2020-09-20T19:12:39.736Z] Unable to find image 'alpine:latest' locally [2020-09-20T19:12:39.736Z] latest: Pulling from library/alpine [2020-09-20T19:12:39.736Z] df20fa9351a1: Pulling fs layer [2020-09-20T19:12:39.996Z] df20fa9351a1: Verifying Checksum [2020-09-20T19:12:39.996Z] df20fa9351a1: Download complete [2020-09-20T19:12:40.566Z] df20fa9351a1: Pull complete [2020-09-20T19:12:40.566Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-20T19:12:40.566Z] Status: Downloaded newer image for alpine:latest [2020-09-20T19:12:47.146Z] 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: 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] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] stage [Pipeline] { (win-RS1) [Pipeline] stage [Pipeline] { (win-RS5) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [2020-09-20T19:12:48.819Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0fb14e5057cb22bef) in /home/ubuntu/workspace/moby_PR-38469 [Pipeline] node [Pipeline] node [Pipeline] node [2020-09-20T19:12:48.827Z] Running on s390x-ubuntu-30 in /home/jenkins/workspace/moby_PR-38469 [Pipeline] node [2020-09-20T19:12:48.830Z] Running on ppc64le-ubuntu-23 in /home/docker/workspace/moby_PR-38469 [Pipeline] node Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] checkout [Pipeline] checkout [Pipeline] checkout [2020-09-20T19:12:48.943Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2020-09-20T19:12:48.962Z] Fetching changes from the remote Git repository [Pipeline] // stage [Pipeline] // stage [2020-09-20T19:12:48.982Z] using credential docker-jenkins-github-credentials [2020-09-20T19:12:48.987Z] using credential docker-jenkins-github-credentials [2020-09-20T19:12:48.997Z] Cloning the remote Git repository [2020-09-20T19:12:48.997Z] Cloning with configured refspecs honoured and without tags [2020-09-20T19:12:48.998Z] Fetching without tags [Pipeline] stage [Pipeline] { (Build dev image) [2020-09-20T19:12:49.001Z] Cloning the remote Git repository [2020-09-20T19:12:49.001Z] Cloning with configured refspecs honoured and without tags [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Run tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [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] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2020-09-20T19:12:49.392Z] Merging remotes/origin/master commit 0bad48279efe3e5f56df1c4c8c2e6bc90fbb36e9 into PR head commit 66a37b460c839ee7a9aca118840b441764292c97 [2020-09-20T19:12:49.795Z] Merge succeeded, producing eea4a9ca01be367446c744d771d0edc82fc9ad9c [2020-09-20T19:12:49.795Z] Checking out Revision eea4a9ca01be367446c744d771d0edc82fc9ad9c (PR-38469) [2020-09-20T19:12:48.946Z] > git rev-parse --is-inside-work-tree # timeout=10 [2020-09-20T19:12:48.979Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-20T19:12:48.997Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-20T19:12:48.997Z] > git --version # timeout=10 [2020-09-20T19:12:49.007Z] > git --version # 'git version 2.17.1' [2020-09-20T19:12:49.008Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-20T19:12:49.053Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/38469/head:refs/remotes/origin/PR-38469 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T19:12:49.400Z] > git config core.sparsecheckout # timeout=10 [2020-09-20T19:12:49.434Z] > git checkout -f 66a37b460c839ee7a9aca118840b441764292c97 # timeout=10 [2020-09-20T19:12:49.583Z] > git remote # timeout=10 [2020-09-20T19:12:49.603Z] > git config --get remote.origin.url # timeout=10 [2020-09-20T19:12:49.626Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-20T19:12:49.627Z] > git merge 0bad48279efe3e5f56df1c4c8c2e6bc90fbb36e9 # timeout=10 [2020-09-20T19:12:49.758Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-20T19:12:49.794Z] > git config core.sparsecheckout # timeout=10 [2020-09-20T19:12:49.817Z] > git checkout -f eea4a9ca01be367446c744d771d0edc82fc9ad9c # timeout=10 [2020-09-20T19:12:49.955Z] Commit message: "Merge commit '0bad48279efe3e5f56df1c4c8c2e6bc90fbb36e9' into HEAD" [2020-09-20T19:12:49.002Z] Cloning repository https://github.com/moby/moby.git [2020-09-20T19:12:49.002Z] > git init /home/jenkins/workspace/moby_PR-38469 # timeout=10 [2020-09-20T19:12:49.024Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-20T19:12:49.024Z] > git --version # timeout=10 [2020-09-20T19:12:49.026Z] > git --version # 'git version 2.17.1' [2020-09-20T19:12:49.026Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-20T19:12:49.026Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/38469/head:refs/remotes/origin/PR-38469 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T19:12:49.008Z] Cloning repository https://github.com/moby/moby.git [2020-09-20T19:12:49.008Z] > git init /home/docker/workspace/moby_PR-38469 # timeout=10 [2020-09-20T19:12:49.017Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-20T19:12:49.017Z] > git --version # timeout=10 [2020-09-20T19:12:49.019Z] > git --version # 'git version 2.7.4' [2020-09-20T19:12:49.019Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-20T19:12:49.020Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/38469/head:refs/remotes/origin/PR-38469 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T19:12:49.979Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-20T19:12:50.728Z] + [ PR != PR ] [2020-09-20T19:12:50.728Z] + [ master != master ] [2020-09-20T19:12:50.728Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-09-20T19:12:49.959Z] > git rev-list --no-walk 91ddebe332b09b08e568798b10b368c09e932008 # timeout=10 [2020-09-20T19:12:51.070Z] + docker version [2020-09-20T19:12:51.070Z] Client: Docker Engine - Community [2020-09-20T19:12:51.070Z] Version: 19.03.12 [2020-09-20T19:12:51.070Z] API version: 1.40 [2020-09-20T19:12:51.070Z] Go version: go1.13.10 [2020-09-20T19:12:51.070Z] Git commit: 48a66213fe [2020-09-20T19:12:51.070Z] Built: Mon Jun 22 15:45:36 2020 [2020-09-20T19:12:51.070Z] OS/Arch: linux/amd64 [2020-09-20T19:12:51.070Z] Experimental: false [2020-09-20T19:12:51.070Z] [2020-09-20T19:12:51.070Z] Server: Docker Engine - Community [2020-09-20T19:12:51.070Z] Engine: [2020-09-20T19:12:51.070Z] Version: 19.03.12 [2020-09-20T19:12:51.070Z] API version: 1.40 (minimum version 1.12) [2020-09-20T19:12:51.070Z] Go version: go1.13.10 [2020-09-20T19:12:51.070Z] Git commit: 48a66213fe [2020-09-20T19:12:51.070Z] Built: Mon Jun 22 15:44:07 2020 [2020-09-20T19:12:51.070Z] OS/Arch: linux/amd64 [2020-09-20T19:12:51.070Z] Experimental: true [2020-09-20T19:12:51.070Z] containerd: [2020-09-20T19:12:51.070Z] Version: 1.2.13 [2020-09-20T19:12:51.070Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-20T19:12:51.070Z] runc: [2020-09-20T19:12:51.070Z] Version: 1.0.0-rc10 [2020-09-20T19:12:51.070Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-20T19:12:51.070Z] docker-init: [2020-09-20T19:12:51.070Z] Version: 0.18.0 [2020-09-20T19:12:51.070Z] GitCommit: fec3683 [Pipeline] sh [2020-09-20T19:12:51.394Z] + docker info [2020-09-20T19:12:58.364Z] Fetching without tags [2020-09-20T19:12:58.340Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-20T19:12:58.342Z] > git config --add remote.origin.fetch +refs/pull/38469/head:refs/remotes/origin/PR-38469 # timeout=10 [2020-09-20T19:12:58.343Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T19:12:58.358Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-20T19:12:58.370Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-20T19:12:58.370Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-20T19:12:58.370Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/38469/head:refs/remotes/origin/PR-38469 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T19:12:58.650Z] Merging remotes/origin/master commit 0bad48279efe3e5f56df1c4c8c2e6bc90fbb36e9 into PR head commit 66a37b460c839ee7a9aca118840b441764292c97 [2020-09-20T19:12:59.323Z] Merge succeeded, producing fc79196568318ffdaa12c639d59c1fdebee01c04 [2020-09-20T19:12:59.323Z] Checking out Revision fc79196568318ffdaa12c639d59c1fdebee01c04 (PR-38469) [2020-09-20T19:12:59.453Z] Commit message: "Merge commit '0bad48279efe3e5f56df1c4c8c2e6bc90fbb36e9' into HEAD" [2020-09-20T19:12:59.465Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [2020-09-20T19:12:58.656Z] > git config core.sparsecheckout # timeout=10 [2020-09-20T19:12:58.657Z] > git checkout -f 66a37b460c839ee7a9aca118840b441764292c97 # timeout=10 [2020-09-20T19:12:59.131Z] > git remote # timeout=10 [2020-09-20T19:12:59.133Z] > git config --get remote.origin.url # timeout=10 [2020-09-20T19:12:59.138Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-20T19:12:59.138Z] > git merge 0bad48279efe3e5f56df1c4c8c2e6bc90fbb36e9 # timeout=10 [2020-09-20T19:12:59.312Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-20T19:12:59.328Z] > git config core.sparsecheckout # timeout=10 [2020-09-20T19:12:59.330Z] > git checkout -f fc79196568318ffdaa12c639d59c1fdebee01c04 # timeout=10 [2020-09-20T19:12:59.458Z] > git rev-list --no-walk 91ddebe332b09b08e568798b10b368c09e932008 # timeout=10 [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-09-20T19:13:00.343Z] + docker version [2020-09-20T19:13:00.344Z] Client: Docker Engine - Community [2020-09-20T19:13:00.344Z] Version: 19.03.7 [2020-09-20T19:13:00.344Z] API version: 1.40 [2020-09-20T19:13:00.344Z] Go version: go1.12.17 [2020-09-20T19:13:00.344Z] Git commit: 7141c199a2 [2020-09-20T19:13:00.344Z] Built: Sat Mar 7 16:48:47 2020 [2020-09-20T19:13:00.344Z] OS/Arch: linux/s390x [2020-09-20T19:13:00.344Z] Experimental: false [2020-09-20T19:13:00.344Z] [2020-09-20T19:13:00.344Z] Server: Docker Engine - Community [2020-09-20T19:13:00.344Z] Engine: [2020-09-20T19:13:00.344Z] Version: 19.03.7 [2020-09-20T19:13:00.344Z] API version: 1.40 (minimum version 1.12) [2020-09-20T19:13:00.344Z] Go version: go1.12.17 [2020-09-20T19:13:00.344Z] Git commit: 7141c199a2 [2020-09-20T19:13:00.344Z] Built: Sat Mar 7 16:47:46 2020 [2020-09-20T19:13:00.344Z] OS/Arch: linux/s390x [2020-09-20T19:13:00.344Z] Experimental: true [2020-09-20T19:13:00.344Z] containerd: [2020-09-20T19:13:00.344Z] Version: 1.2.13 [2020-09-20T19:13:00.344Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-20T19:13:00.344Z] runc: [2020-09-20T19:13:00.344Z] Version: 1.0.0-rc10 [2020-09-20T19:13:00.344Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-20T19:13:00.344Z] docker-init: [2020-09-20T19:13:00.344Z] Version: 0.18.0 [2020-09-20T19:13:00.344Z] GitCommit: fec3683 [Pipeline] sh [2020-09-20T19:13:00.727Z] + docker info [2020-09-20T19:13:01.364Z] Client: [2020-09-20T19:13:01.364Z] Debug Mode: false [2020-09-20T19:13:01.364Z] [2020-09-20T19:13:01.364Z] Server: [2020-09-20T19:13:01.364Z] Containers: 0 [2020-09-20T19:13:01.364Z] Running: 0 [2020-09-20T19:13:01.364Z] Paused: 0 [2020-09-20T19:13:01.364Z] Stopped: 0 [2020-09-20T19:13:01.364Z] Images: 0 [2020-09-20T19:13:01.364Z] Server Version: 19.03.7 [2020-09-20T19:13:01.364Z] Storage Driver: overlay2 [2020-09-20T19:13:01.364Z] Backing Filesystem: [2020-09-20T19:13:01.364Z] Supports d_type: true [2020-09-20T19:13:01.364Z] Native Overlay Diff: true [2020-09-20T19:13:01.364Z] Logging Driver: json-file [2020-09-20T19:13:01.364Z] Cgroup Driver: cgroupfs [2020-09-20T19:13:01.364Z] Plugins: [2020-09-20T19:13:01.364Z] Volume: local [2020-09-20T19:13:01.364Z] Network: bridge host ipvlan macvlan null overlay [2020-09-20T19:13:01.364Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-09-20T19:13:01.364Z] Swarm: inactive [2020-09-20T19:13:01.364Z] Runtimes: runc [2020-09-20T19:13:01.364Z] Default Runtime: runc [2020-09-20T19:13:01.364Z] Init Binary: docker-init [2020-09-20T19:13:01.364Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-20T19:13:01.364Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-20T19:13:01.364Z] init version: fec3683 [2020-09-20T19:13:01.364Z] Security Options: [2020-09-20T19:13:01.364Z] apparmor [2020-09-20T19:13:01.364Z] seccomp [2020-09-20T19:13:01.364Z] Profile: default [2020-09-20T19:13:01.364Z] Kernel Version: 4.15.0-88-generic [2020-09-20T19:13:01.364Z] Operating System: Ubuntu 18.04.4 LTS [2020-09-20T19:13:01.364Z] OSType: linux [2020-09-20T19:13:01.364Z] Architecture: s390x [2020-09-20T19:13:01.364Z] CPUs: 2 [2020-09-20T19:13:01.364Z] Total Memory: 7.861GiB [2020-09-20T19:13:01.364Z] Name: s390x-ubuntu-30 [2020-09-20T19:13:01.364Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2020-09-20T19:13:01.364Z] Docker Root Dir: /var/lib/docker [2020-09-20T19:13:01.364Z] Debug Mode: false [2020-09-20T19:13:01.364Z] Username: dockerbuildbot [2020-09-20T19:13:01.364Z] Registry: https://index.docker.io/v1/ [2020-09-20T19:13:01.364Z] Labels: [2020-09-20T19:13:01.364Z] Experimental: true [2020-09-20T19:13:01.364Z] Insecure Registries: [2020-09-20T19:13:01.364Z] 127.0.0.0/8 [2020-09-20T19:13:01.364Z] Live Restore Enabled: false [2020-09-20T19:13:01.364Z] [2020-09-20T19:13:01.364Z] WARNING: No swap limit support [Pipeline] sh [2020-09-20T19:13:01.758Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-20T19:13:01.758Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-20T19:13:01.758Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-38469/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-09-20T19:13:01.758Z] + bash /home/jenkins/workspace/moby_PR-38469/check-config.sh [2020-09-20T19:13:01.758Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-09-20T19:13:01.758Z] info: reading kernel config from /boot/config-4.15.0-88-generic ... [2020-09-20T19:13:01.758Z] [2020-09-20T19:13:01.758Z] Generally Necessary: [2020-09-20T19:13:01.758Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-09-20T19:13:01.758Z] - apparmor: enabled and tools installed [2020-09-20T19:13:01.758Z] - CONFIG_NAMESPACES: enabled [2020-09-20T19:13:01.758Z] - CONFIG_NET_NS: enabled [2020-09-20T19:13:01.758Z] - CONFIG_PID_NS: enabled [2020-09-20T19:13:01.758Z] - CONFIG_IPC_NS: enabled [2020-09-20T19:13:01.758Z] - CONFIG_UTS_NS: enabled [2020-09-20T19:13:01.758Z] - CONFIG_CGROUPS: enabled [2020-09-20T19:13:01.758Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-09-20T19:13:01.758Z] - CONFIG_CGROUP_DEVICE: enabled [2020-09-20T19:13:02.051Z] - CONFIG_CGROUP_FREEZER: enabled [2020-09-20T19:13:02.051Z] - CONFIG_CGROUP_SCHED: enabled [2020-09-20T19:13:02.051Z] - CONFIG_CPUSETS: enabled [2020-09-20T19:13:02.051Z] - CONFIG_MEMCG: enabled [2020-09-20T19:13:02.051Z] - CONFIG_KEYS: enabled [2020-09-20T19:13:02.051Z] - CONFIG_VETH: enabled (as module) [2020-09-20T19:13:02.051Z] - CONFIG_BRIDGE: enabled (as module) [2020-09-20T19:13:02.051Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-09-20T19:13:02.051Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-09-20T19:13:02.051Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-09-20T19:13:02.051Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-09-20T19:13:02.051Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-09-20T19:13:02.051Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-09-20T19:13:02.051Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-09-20T19:13:02.051Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-09-20T19:13:02.051Z] - CONFIG_NF_NAT: enabled (as module) [2020-09-20T19:13:02.051Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-09-20T19:13:02.051Z] - CONFIG_POSIX_MQUEUE: enabled [2020-09-20T19:13:02.051Z] [2020-09-20T19:13:02.051Z] Optional Features: [2020-09-20T19:13:02.051Z] - CONFIG_USER_NS: enabled [2020-09-20T19:13:02.051Z] - CONFIG_SECCOMP: enabled [2020-09-20T19:13:02.051Z] - CONFIG_CGROUP_PIDS: enabled [2020-09-20T19:13:02.051Z] - CONFIG_MEMCG_SWAP: enabled [2020-09-20T19:13:02.052Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-09-20T19:13:02.052Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-09-20T19:13:02.052Z] - CONFIG_BLK_CGROUP: enabled [2020-09-20T19:13:02.052Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-09-20T19:13:02.052Z] - CONFIG_IOSCHED_CFQ: enabled [2020-09-20T19:13:02.052Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-09-20T19:13:02.052Z] - CONFIG_CGROUP_PERF: enabled [2020-09-20T19:13:02.052Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-09-20T19:13:02.052Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-09-20T19:13:02.052Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-09-20T19:13:02.052Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-09-20T19:13:02.052Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-09-20T19:13:02.052Z] - CONFIG_RT_GROUP_SCHED: missing [2020-09-20T19:13:02.052Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-09-20T19:13:02.052Z] - CONFIG_IP_VS: enabled (as module) [2020-09-20T19:13:02.052Z] - CONFIG_IP_VS_NFCT: enabled [2020-09-20T19:13:02.052Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-09-20T19:13:02.052Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-09-20T19:13:02.052Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-09-20T19:13:02.052Z] - CONFIG_EXT4_FS: enabled [2020-09-20T19:13:02.052Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-09-20T19:13:02.052Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-09-20T19:13:02.052Z] - Network Drivers: [2020-09-20T19:13:02.052Z] - "overlay": [2020-09-20T19:13:02.052Z] - CONFIG_VXLAN: enabled (as module) [2020-09-20T19:13:02.052Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-09-20T19:13:02.052Z] Optional (for encrypted networks): [2020-09-20T19:13:02.052Z] - CONFIG_CRYPTO: enabled [2020-09-20T19:13:02.052Z] - CONFIG_CRYPTO_AEAD: enabled [2020-09-20T19:13:02.052Z] - CONFIG_CRYPTO_GCM: enabled [2020-09-20T19:13:02.052Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-09-20T19:13:02.052Z] - CONFIG_CRYPTO_GHASH: enabled [2020-09-20T19:13:02.052Z] - CONFIG_XFRM: enabled [2020-09-20T19:13:02.052Z] - CONFIG_XFRM_USER: enabled (as module) [2020-09-20T19:13:02.052Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-09-20T19:13:02.052Z] - CONFIG_INET_ESP: enabled (as module) [2020-09-20T19:13:02.052Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-09-20T19:13:02.052Z] - "ipvlan": [2020-09-20T19:13:02.052Z] - CONFIG_IPVLAN: enabled (as module) [2020-09-20T19:13:02.052Z] - "macvlan": [2020-09-20T19:13:02.052Z] - CONFIG_MACVLAN: enabled (as module) [2020-09-20T19:13:02.052Z] - CONFIG_DUMMY: enabled (as module) [2020-09-20T19:13:02.052Z] - "ftp,tftp client in container": [2020-09-20T19:13:02.052Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-09-20T19:13:02.052Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-09-20T19:13:02.052Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-09-20T19:13:02.052Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-09-20T19:13:02.052Z] - Storage Drivers: [2020-09-20T19:13:02.052Z] - "aufs": [2020-09-20T19:13:02.052Z] - CONFIG_AUFS_FS: enabled (as module) [2020-09-20T19:13:02.052Z] - "btrfs": [2020-09-20T19:13:02.052Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-09-20T19:13:02.052Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-09-20T19:13:02.052Z] - "devicemapper": [2020-09-20T19:13:02.052Z] - CONFIG_BLK_DEV_DM: enabled [2020-09-20T19:13:02.052Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-09-20T19:13:02.052Z] - "overlay": [2020-09-20T19:13:02.345Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-09-20T19:13:02.345Z] - "zfs": [2020-09-20T19:13:02.345Z] - /dev/zfs: missing [2020-09-20T19:13:02.345Z] - zfs command: missing [2020-09-20T19:13:02.345Z] - zpool command: missing [2020-09-20T19:13:02.345Z] [2020-09-20T19:13:02.345Z] Limits: [2020-09-20T19:13:02.345Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-09-20T19:13:02.345Z] [2020-09-20T19:13:02.345Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-09-20T19:13:02.781Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:98f1115e882dad3fbc3cbaca9ebc0e201c1a527f . [2020-09-20T19:13:02.781Z] #2 [internal] load build definition from Dockerfile [2020-09-20T19:13:02.781Z] #2 transferring dockerfile: 16.37kB 0.0s done [2020-09-20T19:13:02.781Z] #2 DONE 0.0s [2020-09-20T19:13:02.781Z] [2020-09-20T19:13:02.781Z] #1 [internal] load .dockerignore [2020-09-20T19:13:02.781Z] #1 transferring context: 87B 0.0s done [2020-09-20T19:13:02.781Z] #1 DONE 0.0s [2020-09-20T19:13:02.781Z] [2020-09-20T19:13:02.781Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-09-20T19:13:03.074Z] #3 DONE 0.2s [2020-09-20T19:13:03.074Z] [2020-09-20T19:13:03.074Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-09-20T19:13:03.074Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-09-20T19:13:03.370Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-09-20T19:13:03.370Z] #4 sha256:5bf144d844d8560c37576acf15f95a39f34818f35fc6f48495d827161e397cea 521B / 521B done [2020-09-20T19:13:03.370Z] #4 sha256:4f216ae6358af18e67fc5776f6cfbce0c11d409ab23468a9be6b99bf08c7a101 897B / 897B done [2020-09-20T19:13:03.370Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 4.11MB / 8.88MB 0.2s [2020-09-20T19:13:03.370Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 8.88MB / 8.88MB 0.2s done [2020-09-20T19:13:03.370Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 [2020-09-20T19:13:03.663Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0.2s done [2020-09-20T19:13:03.663Z] #4 DONE 0.5s [2020-09-20T19:13:03.820Z] Still waiting to schedule task [2020-09-20T19:13:03.820Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0fb14e5057cb22bef)’ [2020-09-20T19:13:03.822Z] Still waiting to schedule task [2020-09-20T19:13:03.822Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0fb14e5057cb22bef)’ [2020-09-20T19:13:03.832Z] Still waiting to schedule task [2020-09-20T19:13:03.832Z] All nodes of label ‘arm64&&linux’ are offline [2020-09-20T19:13:03.834Z] Still waiting to schedule task [2020-09-20T19:13:03.834Z] All nodes of label ‘windows-2019’ are offline [2020-09-20T19:13:03.958Z] [2020-09-20T19:13:03.958Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-09-20T19:13:04.254Z] #6 DONE 0.2s [2020-09-20T19:13:04.254Z] [2020-09-20T19:13:04.254Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-09-20T19:13:04.254Z] #5 DONE 0.1s [2020-09-20T19:13:04.254Z] [2020-09-20T19:13:04.254Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-20T19:13:04.254Z] #7 DONE 0.0s [2020-09-20T19:13:04.254Z] [2020-09-20T19:13:04.254Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-09-20T19:13:04.254Z] #8 CACHED [2020-09-20T19:13:04.254Z] [2020-09-20T19:13:04.254Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-09-20T19:13:04.254Z] #58 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-09-20T19:13:04.254Z] #58 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-09-20T19:13:04.254Z] #58 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-09-20T19:13:04.254Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0B / 9.86MB 0.1s [2020-09-20T19:13:04.551Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 8.21MB / 9.86MB 0.2s [2020-09-20T19:13:04.551Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.2s done [2020-09-20T19:13:04.551Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 [2020-09-20T19:13:05.609Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0.9s done [2020-09-20T19:13:05.609Z] #58 DONE 1.3s [2020-09-20T19:13:05.609Z] [2020-09-20T19:13:05.609Z] #20 [internal] load build context [2020-09-20T19:13:05.609Z] #20 transferring context: 51.44MB 1.1s done [2020-09-20T19:13:05.609Z] #20 DONE 1.2s [2020-09-20T19:13:05.609Z] [2020-09-20T19:13:05.609Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-09-20T19:13:05.901Z] #9 DONE 1.5s [2020-09-20T19:13:05.901Z] [2020-09-20T19:13:05.901Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-09-20T19:13:05.901Z] #35 DONE 0.1s [2020-09-20T19:13:05.901Z] [2020-09-20T19:13:05.902Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-20T19:13:05.902Z] #36 ... [2020-09-20T19:13:05.902Z] [2020-09-20T19:13:05.902Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-09-20T19:13:05.902Z] #27 DONE 0.1s [2020-09-20T19:13:06.195Z] [2020-09-20T19:13:06.195Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-20T19:13:06.300Z] Client: [2020-09-20T19:13:06.300Z] Debug Mode: false [2020-09-20T19:13:06.300Z] [2020-09-20T19:13:06.300Z] Server: [2020-09-20T19:13:06.300Z] Containers: 0 [2020-09-20T19:13:06.300Z] Running: 0 [2020-09-20T19:13:06.300Z] Paused: 0 [2020-09-20T19:13:06.300Z] Stopped: 0 [2020-09-20T19:13:06.300Z] Images: 1 [2020-09-20T19:13:06.300Z] Server Version: 19.03.12 [2020-09-20T19:13:06.300Z] Storage Driver: overlay2 [2020-09-20T19:13:06.300Z] Backing Filesystem: extfs [2020-09-20T19:13:06.300Z] Supports d_type: true [2020-09-20T19:13:06.300Z] Native Overlay Diff: true [2020-09-20T19:13:06.300Z] Logging Driver: json-file [2020-09-20T19:13:06.300Z] Cgroup Driver: cgroupfs [2020-09-20T19:13:06.300Z] Plugins: [2020-09-20T19:13:06.300Z] Volume: local [2020-09-20T19:13:06.300Z] Network: bridge host ipvlan macvlan null overlay [2020-09-20T19:13:06.300Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-09-20T19:13:06.300Z] Swarm: inactive [2020-09-20T19:13:06.300Z] Runtimes: runc [2020-09-20T19:13:06.300Z] Default Runtime: runc [2020-09-20T19:13:06.300Z] Init Binary: docker-init [2020-09-20T19:13:06.300Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-20T19:13:06.300Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-20T19:13:06.300Z] init version: fec3683 [2020-09-20T19:13:06.300Z] Security Options: [2020-09-20T19:13:06.300Z] apparmor [2020-09-20T19:13:06.300Z] seccomp [2020-09-20T19:13:06.300Z] Profile: default [2020-09-20T19:13:06.300Z] Kernel Version: 5.3.0-1035-aws [2020-09-20T19:13:06.300Z] Operating System: Ubuntu 18.04.5 LTS [2020-09-20T19:13:06.300Z] OSType: linux [2020-09-20T19:13:06.300Z] Architecture: x86_64 [2020-09-20T19:13:06.300Z] CPUs: 2 [2020-09-20T19:13:06.300Z] Total Memory: 7.487GiB [2020-09-20T19:13:06.300Z] Name: ip-10-100-100-167 [2020-09-20T19:13:06.300Z] ID: VHCT:TLUC:R2VO:YIWO:QRPS:LVDE:GNIX:P4Z4:AVYF:EKOW:UMYI:VEID [2020-09-20T19:13:06.300Z] Docker Root Dir: /var/lib/docker [2020-09-20T19:13:06.300Z] Debug Mode: false [2020-09-20T19:13:06.300Z] Registry: https://index.docker.io/v1/ [2020-09-20T19:13:06.300Z] Labels: [2020-09-20T19:13:06.300Z] Experimental: true [2020-09-20T19:13:06.300Z] Insecure Registries: [2020-09-20T19:13:06.300Z] 127.0.0.0/8 [2020-09-20T19:13:06.300Z] Live Restore Enabled: true [2020-09-20T19:13:06.300Z] [2020-09-20T19:13:06.300Z] WARNING: No swap limit support [Pipeline] sh [2020-09-20T19:13:06.380Z] Fetching without tags [2020-09-20T19:13:06.354Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-20T19:13:06.357Z] > git config --add remote.origin.fetch +refs/pull/38469/head:refs/remotes/origin/PR-38469 # timeout=10 [2020-09-20T19:13:06.359Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T19:13:06.373Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-20T19:13:06.387Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-20T19:13:06.387Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-20T19:13:06.387Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/38469/head:refs/remotes/origin/PR-38469 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T19:13:06.637Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-20T19:13:06.637Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-20T19:13:06.637Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-38469/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-09-20T19:13:06.781Z] Merging remotes/origin/master commit 0bad48279efe3e5f56df1c4c8c2e6bc90fbb36e9 into PR head commit 66a37b460c839ee7a9aca118840b441764292c97 [2020-09-20T19:13:06.939Z] + bash /home/ubuntu/workspace/moby_PR-38469/check-config.sh [2020-09-20T19:13:06.939Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-09-20T19:13:06.939Z] info: reading kernel config from /boot/config-5.3.0-1035-aws ... [2020-09-20T19:13:06.939Z] [2020-09-20T19:13:06.939Z] Generally Necessary: [2020-09-20T19:13:06.939Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-09-20T19:13:06.939Z] - apparmor: enabled and tools installed [2020-09-20T19:13:06.939Z] - CONFIG_NAMESPACES: enabled [2020-09-20T19:13:06.939Z] - CONFIG_NET_NS: enabled [2020-09-20T19:13:06.939Z] - CONFIG_PID_NS: enabled [2020-09-20T19:13:06.939Z] - CONFIG_IPC_NS: enabled [2020-09-20T19:13:06.939Z] - CONFIG_UTS_NS: enabled [2020-09-20T19:13:06.939Z] - CONFIG_CGROUPS: enabled [2020-09-20T19:13:06.939Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-09-20T19:13:06.939Z] - CONFIG_CGROUP_DEVICE: enabled [2020-09-20T19:13:06.939Z] - CONFIG_CGROUP_FREEZER: enabled [2020-09-20T19:13:06.939Z] - CONFIG_CGROUP_SCHED: enabled [2020-09-20T19:13:06.939Z] - CONFIG_CPUSETS: enabled [2020-09-20T19:13:06.939Z] - CONFIG_MEMCG: enabled [2020-09-20T19:13:06.939Z] - CONFIG_KEYS: enabled [2020-09-20T19:13:06.939Z] - CONFIG_VETH: enabled (as module) [2020-09-20T19:13:06.939Z] - CONFIG_BRIDGE: enabled (as module) [2020-09-20T19:13:06.939Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-09-20T19:13:06.939Z] - CONFIG_NF_NAT_IPV4: missing [2020-09-20T19:13:06.939Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-09-20T19:13:06.939Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-09-20T19:13:07.219Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-09-20T19:13:07.219Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-09-20T19:13:07.219Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-09-20T19:13:07.219Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-09-20T19:13:07.219Z] - CONFIG_NF_NAT: enabled (as module) [2020-09-20T19:13:07.219Z] - CONFIG_NF_NAT_NEEDED: missing [2020-09-20T19:13:07.219Z] - CONFIG_POSIX_MQUEUE: enabled [2020-09-20T19:13:07.219Z] [2020-09-20T19:13:07.219Z] Optional Features: [2020-09-20T19:13:07.219Z] - CONFIG_USER_NS: enabled [2020-09-20T19:13:07.219Z] - CONFIG_SECCOMP: enabled [2020-09-20T19:13:07.219Z] - CONFIG_CGROUP_PIDS: enabled [2020-09-20T19:13:07.219Z] - CONFIG_MEMCG_SWAP: enabled [2020-09-20T19:13:07.219Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-09-20T19:13:07.219Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-09-20T19:13:07.219Z] - CONFIG_BLK_CGROUP: enabled [2020-09-20T19:13:07.219Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-09-20T19:13:07.219Z] - CONFIG_IOSCHED_CFQ: missing [2020-09-20T19:13:07.219Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-09-20T19:13:07.219Z] - CONFIG_CGROUP_PERF: enabled [2020-09-20T19:13:07.219Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-09-20T19:13:07.219Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-09-20T19:13:07.219Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-09-20T19:13:07.219Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-09-20T19:13:07.219Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-09-20T19:13:07.219Z] - CONFIG_RT_GROUP_SCHED: missing [2020-09-20T19:13:07.219Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-09-20T19:13:07.219Z] - CONFIG_IP_VS: enabled (as module) [2020-09-20T19:13:07.219Z] - CONFIG_IP_VS_NFCT: enabled [2020-09-20T19:13:07.219Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-09-20T19:13:07.491Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-09-20T19:13:07.491Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-09-20T19:13:07.491Z] - CONFIG_EXT4_FS: enabled [2020-09-20T19:13:07.491Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-09-20T19:13:07.491Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-09-20T19:13:07.491Z] - Network Drivers: [2020-09-20T19:13:07.491Z] - "overlay": [2020-09-20T19:13:07.491Z] - CONFIG_VXLAN: enabled (as module) [2020-09-20T19:13:07.491Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-09-20T19:13:07.491Z] Optional (for encrypted networks): [2020-09-20T19:13:07.491Z] - CONFIG_CRYPTO: enabled [2020-09-20T19:13:07.491Z] - CONFIG_CRYPTO_AEAD: enabled [2020-09-20T19:13:07.491Z] - CONFIG_CRYPTO_GCM: enabled [2020-09-20T19:13:07.491Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-09-20T19:13:07.491Z] - CONFIG_CRYPTO_GHASH: enabled [2020-09-20T19:13:07.491Z] - CONFIG_XFRM: enabled [2020-09-20T19:13:07.491Z] - CONFIG_XFRM_USER: enabled (as module) [2020-09-20T19:13:07.491Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-09-20T19:13:07.491Z] - CONFIG_INET_ESP: enabled (as module) [2020-09-20T19:13:07.491Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-09-20T19:13:07.491Z] - "ipvlan": [2020-09-20T19:13:07.491Z] - CONFIG_IPVLAN: enabled (as module) [2020-09-20T19:13:07.491Z] - "macvlan": [2020-09-20T19:13:07.491Z] - CONFIG_MACVLAN: enabled (as module) [2020-09-20T19:13:07.491Z] - CONFIG_DUMMY: enabled (as module) [2020-09-20T19:13:07.491Z] - "ftp,tftp client in container": [2020-09-20T19:13:07.751Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-09-20T19:13:07.751Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-09-20T19:13:07.751Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-09-20T19:13:07.751Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-09-20T19:13:07.751Z] - Storage Drivers: [2020-09-20T19:13:07.751Z] - "aufs": [2020-09-20T19:13:07.751Z] - CONFIG_AUFS_FS: enabled (as module) [2020-09-20T19:13:07.751Z] - "btrfs": [2020-09-20T19:13:07.751Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-09-20T19:13:07.751Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-09-20T19:13:07.751Z] - "devicemapper": [2020-09-20T19:13:07.751Z] - CONFIG_BLK_DEV_DM: enabled [2020-09-20T19:13:07.751Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-09-20T19:13:07.751Z] - "overlay": [2020-09-20T19:13:07.751Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-09-20T19:13:07.751Z] - "zfs": [2020-09-20T19:13:07.751Z] - /dev/zfs: present [2020-09-20T19:13:07.751Z] - zfs command: missing [2020-09-20T19:13:07.751Z] - zpool command: missing [2020-09-20T19:13:07.751Z] [2020-09-20T19:13:07.751Z] Limits: [2020-09-20T19:13:07.751Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-09-20T19:13:07.751Z] [2020-09-20T19:13:07.751Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-09-20T19:13:08.089Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:98f1115e882dad3fbc3cbaca9ebc0e201c1a527f . [2020-09-20T19:13:08.089Z] #2 [internal] load .dockerignore [2020-09-20T19:13:08.089Z] #2 transferring context: 87B 0.0s done [2020-09-20T19:13:08.089Z] #2 DONE 0.1s [2020-09-20T19:13:08.089Z] [2020-09-20T19:13:08.089Z] #1 [internal] load build definition from Dockerfile [2020-09-20T19:13:08.089Z] #1 transferring dockerfile: 16.37kB 0.0s done [2020-09-20T19:13:08.089Z] #1 DONE 0.1s [2020-09-20T19:13:08.089Z] [2020-09-20T19:13:08.089Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-09-20T19:13:08.435Z] Merge succeeded, producing 49baf8b2fa99f97bff213718c6591b7c347847aa [2020-09-20T19:13:08.436Z] Checking out Revision 49baf8b2fa99f97bff213718c6591b7c347847aa (PR-38469) [2020-09-20T19:13:06.794Z] > git config core.sparsecheckout # timeout=10 [2020-09-20T19:13:06.797Z] > git checkout -f 66a37b460c839ee7a9aca118840b441764292c97 # timeout=10 [2020-09-20T19:13:07.634Z] > git remote # timeout=10 [2020-09-20T19:13:07.636Z] > git config --get remote.origin.url # timeout=10 [2020-09-20T19:13:07.639Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-20T19:13:07.640Z] > git merge 0bad48279efe3e5f56df1c4c8c2e6bc90fbb36e9 # timeout=10 [2020-09-20T19:13:08.427Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-20T19:13:08.442Z] > git config core.sparsecheckout # timeout=10 [2020-09-20T19:13:08.445Z] > git checkout -f 49baf8b2fa99f97bff213718c6591b7c347847aa # timeout=10 [2020-09-20T19:13:08.535Z] Commit message: "Merge commit '0bad48279efe3e5f56df1c4c8c2e6bc90fbb36e9' into HEAD" [2020-09-20T19:13:08.549Z] First time build. Skipping changelog. [2020-09-20T19:13:08.658Z] #3 DONE 0.3s [2020-09-20T19:13:08.659Z] [2020-09-20T19:13:08.659Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-09-20T19:13:08.659Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-09-20T19:13:08.659Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-09-20T19:13:08.659Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2020-09-20T19:13:08.659Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2020-09-20T19:13:08.659Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 4.44MB / 8.88MB 0.2s [2020-09-20T19:13:08.659Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.3s [2020-09-20T19:13:08.659Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 [2020-09-20T19:13:08.918Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.3s done [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-09-20T19:13:09.178Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.4s done [2020-09-20T19:13:09.178Z] #4 DONE 0.8s [2020-09-20T19:13:09.440Z] [2020-09-20T19:13:09.440Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-09-20T19:13:09.477Z] + docker version [2020-09-20T19:13:09.477Z] Client: [2020-09-20T19:13:09.477Z] Version: 18.06.1-ce [2020-09-20T19:13:09.477Z] API version: 1.38 [2020-09-20T19:13:09.477Z] Go version: go1.10.3 [2020-09-20T19:13:09.477Z] Git commit: e68fc7a [2020-09-20T19:13:09.477Z] Built: Tue Aug 21 17:26:10 2018 [2020-09-20T19:13:09.477Z] OS/Arch: linux/ppc64le [2020-09-20T19:13:09.477Z] Experimental: false [2020-09-20T19:13:09.477Z] [2020-09-20T19:13:09.477Z] Server: [2020-09-20T19:13:09.477Z] Engine: [2020-09-20T19:13:09.477Z] Version: 18.06.1-ce [2020-09-20T19:13:09.477Z] API version: 1.38 (minimum version 1.12) [2020-09-20T19:13:09.477Z] Go version: go1.10.3 [2020-09-20T19:13:09.477Z] Git commit: e68fc7a [2020-09-20T19:13:09.477Z] Built: Tue Aug 21 17:24:20 2018 [2020-09-20T19:13:09.477Z] OS/Arch: linux/ppc64le [2020-09-20T19:13:09.477Z] Experimental: true [Pipeline] sh [2020-09-20T19:13:09.703Z] #6 DONE 0.2s [2020-09-20T19:13:09.703Z] [2020-09-20T19:13:09.703Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-09-20T19:13:09.703Z] #5 DONE 0.3s [2020-09-20T19:13:09.703Z] [2020-09-20T19:13:09.703Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-20T19:13:09.704Z] #7 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-09-20T19:13:09.704Z] #7 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-09-20T19:13:09.704Z] #7 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0B / 7.81MB 0.0s [2020-09-20T19:13:09.704Z] #7 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2020-09-20T19:13:09.704Z] #7 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2020-09-20T19:13:09.704Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 0B / 50.40MB 0.0s [2020-09-20T19:13:09.868Z] + docker info [2020-09-20T19:13:09.868Z] Containers: 0 [2020-09-20T19:13:09.868Z] Running: 0 [2020-09-20T19:13:09.868Z] Paused: 0 [2020-09-20T19:13:09.868Z] Stopped: 0 [2020-09-20T19:13:09.868Z] Images: 0 [2020-09-20T19:13:09.868Z] Server Version: 18.06.1-ce [2020-09-20T19:13:09.868Z] Storage Driver: overlay2 [2020-09-20T19:13:09.868Z] Backing Filesystem: extfs [2020-09-20T19:13:09.868Z] Supports d_type: true [2020-09-20T19:13:09.868Z] Native Overlay Diff: true [2020-09-20T19:13:09.868Z] Logging Driver: json-file [2020-09-20T19:13:09.868Z] Cgroup Driver: cgroupfs [2020-09-20T19:13:09.868Z] Plugins: [2020-09-20T19:13:09.868Z] Volume: local [2020-09-20T19:13:09.868Z] Network: bridge host ipvlan macvlan null overlay [2020-09-20T19:13:09.868Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2020-09-20T19:13:09.868Z] Swarm: inactive [2020-09-20T19:13:09.868Z] Runtimes: runc [2020-09-20T19:13:09.868Z] Default Runtime: runc [2020-09-20T19:13:09.868Z] Init Binary: docker-init [2020-09-20T19:13:09.868Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2020-09-20T19:13:09.868Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2020-09-20T19:13:09.868Z] init version: fec3683 [2020-09-20T19:13:09.868Z] Security Options: [2020-09-20T19:13:09.868Z] apparmor [2020-09-20T19:13:09.868Z] seccomp [2020-09-20T19:13:09.868Z] Profile: default [2020-09-20T19:13:09.868Z] Kernel Version: 4.4.0-139-generic [2020-09-20T19:13:09.868Z] Operating System: Ubuntu 16.04.3 LTS [2020-09-20T19:13:09.868Z] OSType: linux [2020-09-20T19:13:09.868Z] Architecture: ppc64le [2020-09-20T19:13:09.868Z] CPUs: 4 [2020-09-20T19:13:09.868Z] Total Memory: 7.972GiB [2020-09-20T19:13:09.868Z] Name: ppc64le-ubuntu-23 [2020-09-20T19:13:09.868Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2020-09-20T19:13:09.868Z] Docker Root Dir: /var/lib/docker [2020-09-20T19:13:09.868Z] Debug Mode (client): false [2020-09-20T19:13:09.868Z] Debug Mode (server): false [2020-09-20T19:13:09.868Z] Username: dockerbuildbot [2020-09-20T19:13:09.868Z] Registry: https://index.docker.io/v1/ [2020-09-20T19:13:09.868Z] Labels: [2020-09-20T19:13:09.868Z] Experimental: true [2020-09-20T19:13:09.868Z] Insecure Registries: [2020-09-20T19:13:09.868Z] 127.0.0.0/8 [2020-09-20T19:13:09.868Z] Live Restore Enabled: false [2020-09-20T19:13:09.868Z] [Pipeline] sh [2020-09-20T19:13:09.964Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.74MB / 50.40MB 0.1s [2020-09-20T19:13:09.964Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 11.13MB / 50.40MB 0.3s [2020-09-20T19:13:10.223Z] #7 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 5.39MB / 7.81MB 0.4s [2020-09-20T19:13:10.223Z] #7 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.4s [2020-09-20T19:13:10.223Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 15.41MB / 50.40MB 0.4s [2020-09-20T19:13:10.272Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-20T19:13:10.272Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-20T19:13:10.272Z] + curl -fsSL -o /home/docker/workspace/moby_PR-38469/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-09-20T19:13:10.272Z] + bash /home/docker/workspace/moby_PR-38469/check-config.sh [2020-09-20T19:13:10.272Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-09-20T19:13:10.272Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2020-09-20T19:13:10.272Z] [2020-09-20T19:13:10.272Z] Generally Necessary: [2020-09-20T19:13:10.272Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-09-20T19:13:10.272Z] - apparmor: enabled and tools installed [2020-09-20T19:13:10.272Z] - CONFIG_NAMESPACES: enabled [2020-09-20T19:13:10.272Z] - CONFIG_NET_NS: enabled [2020-09-20T19:13:10.272Z] - CONFIG_PID_NS: enabled [2020-09-20T19:13:10.272Z] - CONFIG_IPC_NS: enabled [2020-09-20T19:13:10.272Z] - CONFIG_UTS_NS: enabled [2020-09-20T19:13:10.272Z] - CONFIG_CGROUPS: enabled [2020-09-20T19:13:10.272Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-09-20T19:13:10.272Z] - CONFIG_CGROUP_DEVICE: enabled [2020-09-20T19:13:10.272Z] - CONFIG_CGROUP_FREEZER: enabled [2020-09-20T19:13:10.272Z] - CONFIG_CGROUP_SCHED: enabled [2020-09-20T19:13:10.272Z] - CONFIG_CPUSETS: enabled [2020-09-20T19:13:10.272Z] - CONFIG_MEMCG: enabled [2020-09-20T19:13:10.272Z] - CONFIG_KEYS: enabled [2020-09-20T19:13:10.272Z] - CONFIG_VETH: enabled (as module) [2020-09-20T19:13:10.272Z] - CONFIG_BRIDGE: enabled (as module) [2020-09-20T19:13:10.272Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-09-20T19:13:10.272Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-09-20T19:13:10.482Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 19.41MB / 50.40MB 0.5s [2020-09-20T19:13:10.482Z] #7 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.6s done [2020-09-20T19:13:10.482Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 102.93kB / 51.83MB 0.7s [2020-09-20T19:13:10.482Z] #7 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0B / 10.00MB 0.7s [2020-09-20T19:13:08.542Z] > git rev-list --no-walk 91ddebe332b09b08e568798b10b368c09e932008 # timeout=10 [2020-09-20T19:13:10.566Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-09-20T19:13:10.566Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-09-20T19:13:10.566Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-09-20T19:13:10.567Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-09-20T19:13:10.567Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-09-20T19:13:10.567Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-09-20T19:13:10.567Z] - CONFIG_NF_NAT: enabled (as module) [2020-09-20T19:13:10.567Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-09-20T19:13:10.567Z] - CONFIG_POSIX_MQUEUE: enabled [2020-09-20T19:13:10.567Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2020-09-20T19:13:10.567Z] [2020-09-20T19:13:10.567Z] Optional Features: [2020-09-20T19:13:10.567Z] - CONFIG_USER_NS: enabled [2020-09-20T19:13:10.567Z] - CONFIG_SECCOMP: enabled [2020-09-20T19:13:10.567Z] - CONFIG_CGROUP_PIDS: enabled [2020-09-20T19:13:10.567Z] - CONFIG_MEMCG_SWAP: enabled [2020-09-20T19:13:10.567Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-09-20T19:13:10.567Z] (cgroup swap accounting is currently enabled) [2020-09-20T19:13:10.567Z] - CONFIG_MEMCG_KMEM: enabled [2020-09-20T19:13:10.567Z] - CONFIG_BLK_CGROUP: enabled [2020-09-20T19:13:10.567Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-09-20T19:13:10.567Z] - CONFIG_IOSCHED_CFQ: enabled [2020-09-20T19:13:10.567Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-09-20T19:13:10.567Z] - CONFIG_CGROUP_PERF: enabled [2020-09-20T19:13:10.567Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-09-20T19:13:10.567Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-09-20T19:13:10.567Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-09-20T19:13:10.567Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-09-20T19:13:10.567Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-09-20T19:13:10.567Z] - CONFIG_RT_GROUP_SCHED: missing [2020-09-20T19:13:10.567Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-09-20T19:13:10.567Z] - CONFIG_IP_VS: enabled (as module) [2020-09-20T19:13:10.567Z] - CONFIG_IP_VS_NFCT: enabled [2020-09-20T19:13:10.567Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-09-20T19:13:10.567Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-09-20T19:13:10.567Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-09-20T19:13:10.567Z] - CONFIG_EXT4_FS: enabled [2020-09-20T19:13:10.567Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-09-20T19:13:10.567Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-09-20T19:13:10.567Z] - Network Drivers: [2020-09-20T19:13:10.567Z] - "overlay": [2020-09-20T19:13:10.567Z] - CONFIG_VXLAN: enabled (as module) [2020-09-20T19:13:10.567Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-09-20T19:13:10.567Z] Optional (for encrypted networks): [2020-09-20T19:13:10.670Z] #28 4.287 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-09-20T19:13:10.670Z] #28 4.287 Cloning into '.'... [2020-09-20T19:13:10.743Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 23.77MB / 50.40MB 0.8s [2020-09-20T19:13:10.743Z] #7 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 2.94MB / 10.00MB 0.8s [2020-09-20T19:13:10.743Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.93MB / 51.83MB 0.9s [2020-09-20T19:13:10.743Z] #7 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 3.64MB / 10.00MB 0.9s [2020-09-20T19:13:10.859Z] - CONFIG_CRYPTO: enabled [2020-09-20T19:13:10.859Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2020-09-20T19:13:10.859Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2020-09-20T19:13:10.859Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2020-09-20T19:13:10.859Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2020-09-20T19:13:10.859Z] - CONFIG_XFRM: enabled [2020-09-20T19:13:10.859Z] - CONFIG_XFRM_USER: enabled (as module) [2020-09-20T19:13:10.859Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-09-20T19:13:10.859Z] - CONFIG_INET_ESP: enabled (as module) [2020-09-20T19:13:10.859Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-09-20T19:13:10.859Z] - "ipvlan": [2020-09-20T19:13:10.859Z] - CONFIG_IPVLAN: enabled (as module) [2020-09-20T19:13:10.859Z] - "macvlan": [2020-09-20T19:13:10.859Z] - CONFIG_MACVLAN: enabled (as module) [2020-09-20T19:13:10.859Z] - CONFIG_DUMMY: enabled (as module) [2020-09-20T19:13:10.859Z] - "ftp,tftp client in container": [2020-09-20T19:13:10.859Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-09-20T19:13:10.859Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-09-20T19:13:10.859Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-09-20T19:13:10.859Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-09-20T19:13:10.859Z] - Storage Drivers: [2020-09-20T19:13:10.859Z] - "aufs": [2020-09-20T19:13:10.859Z] - CONFIG_AUFS_FS: enabled (as module) [2020-09-20T19:13:10.859Z] - "btrfs": [2020-09-20T19:13:10.859Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-09-20T19:13:10.859Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-09-20T19:13:10.859Z] - "devicemapper": [2020-09-20T19:13:10.859Z] - CONFIG_BLK_DEV_DM: enabled [2020-09-20T19:13:10.859Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-09-20T19:13:10.859Z] - "overlay": [2020-09-20T19:13:10.859Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-09-20T19:13:10.859Z] - "zfs": [2020-09-20T19:13:10.859Z] - /dev/zfs: missing [2020-09-20T19:13:10.859Z] - zfs command: missing [2020-09-20T19:13:10.859Z] - zpool command: missing [2020-09-20T19:13:10.859Z] [2020-09-20T19:13:10.859Z] Limits: [2020-09-20T19:13:10.859Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-09-20T19:13:10.859Z] [2020-09-20T19:13:10.859Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-09-20T19:13:10.964Z] #28 ... [2020-09-20T19:13:10.964Z] [2020-09-20T19:13:10.964Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:13:10.964Z] #43 2.071 + RM_GOPATH=0 [2020-09-20T19:13:10.964Z] #43 2.071 + TMP_GOPATH= [2020-09-20T19:13:10.964Z] #43 2.071 + : /build [2020-09-20T19:13:10.964Z] #43 2.071 + '[' -z '' ']' [2020-09-20T19:13:10.964Z] #43 2.072 ++ mktemp -d [2020-09-20T19:13:10.964Z] #43 2.079 + export GOPATH=/tmp/tmp.660qNuK1d8 [2020-09-20T19:13:10.964Z] #43 2.079 + GOPATH=/tmp/tmp.660qNuK1d8 [2020-09-20T19:13:10.964Z] #43 2.079 + RM_GOPATH=1 [2020-09-20T19:13:10.964Z] #43 2.079 + case "$(go env GOARCH)" in [2020-09-20T19:13:10.964Z] #43 2.084 ++ go env GOARCH [2020-09-20T19:13:10.964Z] #43 2.093 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:13:10.964Z] #43 2.093 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:13:10.964Z] #43 2.094 ++ dirname /tmp/install/install.sh [2020-09-20T19:13:10.964Z] #43 2.096 + dir=/tmp/install [2020-09-20T19:13:10.964Z] #43 2.096 + bin=gotestsum [2020-09-20T19:13:10.964Z] #43 2.096 + shift [2020-09-20T19:13:10.964Z] #43 2.096 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-09-20T19:13:10.964Z] #43 2.096 + . /tmp/install/gotestsum.installer [2020-09-20T19:13:10.964Z] #43 2.096 ++ : v0.5.3 [2020-09-20T19:13:10.964Z] #43 2.096 + install_gotestsum [2020-09-20T19:13:10.964Z] #43 2.096 + set -e [2020-09-20T19:13:10.964Z] #43 2.096 + export GO111MODULE=on [2020-09-20T19:13:10.964Z] #43 2.097 + GO111MODULE=on [2020-09-20T19:13:10.964Z] #43 2.097 + GOBIN=/build [2020-09-20T19:13:10.964Z] #43 2.097 + go get gotest.tools/gotestsum@v0.5.3 [2020-09-20T19:13:10.964Z] #43 2.129 go: finding gotest.tools/gotestsum v0.5.3 [2020-09-20T19:13:10.964Z] #43 2.129 go: finding gotest.tools v0.5.3 [2020-09-20T19:13:10.964Z] #43 2.476 go: downloading gotest.tools/gotestsum v0.5.3 [2020-09-20T19:13:10.964Z] #43 2.767 go: extracting gotest.tools/gotestsum v0.5.3 [2020-09-20T19:13:10.964Z] #43 4.094 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-09-20T19:13:10.964Z] #43 4.094 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-20T19:13:10.964Z] #43 4.100 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-09-20T19:13:10.964Z] #43 4.101 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-09-20T19:13:10.964Z] #43 4.232 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-09-20T19:13:10.964Z] #43 4.234 go: downloading github.com/fatih/color v1.9.0 [2020-09-20T19:13:10.964Z] #43 4.266 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-09-20T19:13:10.964Z] #43 4.291 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-09-20T19:13:10.964Z] #43 4.291 go: downloading github.com/spf13/pflag v1.0.3 [2020-09-20T19:13:10.964Z] #43 4.334 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-09-20T19:13:10.964Z] #43 4.360 go: extracting github.com/fatih/color v1.9.0 [2020-09-20T19:13:10.964Z] #43 4.422 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-09-20T19:13:10.964Z] #43 4.520 go: extracting github.com/spf13/pflag v1.0.3 [2020-09-20T19:13:10.964Z] #43 4.564 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-09-20T19:13:10.964Z] #43 4.571 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-09-20T19:13:10.964Z] #43 4.583 go: downloading github.com/pkg/errors v0.9.1 [2020-09-20T19:13:10.964Z] #43 4.765 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-09-20T19:13:10.964Z] #43 4.918 go: extracting github.com/pkg/errors v0.9.1 [2020-09-20T19:13:10.964Z] #43 4.944 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-09-20T19:13:11.002Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 27.79MB / 50.40MB 1.0s [2020-09-20T19:13:11.002Z] #7 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 5.14MB / 10.00MB 1.0s [2020-09-20T19:13:11.002Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 31.50MB / 50.40MB 1.2s [2020-09-20T19:13:11.002Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 8.61MB / 51.83MB 1.2s [2020-09-20T19:13:11.002Z] #7 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 7.70MB / 10.00MB 1.2s [2020-09-20T19:13:11.257Z] #43 5.232 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-20T19:13:11.268Z] #7 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 9.54MB / 10.00MB 1.3s [2020-09-20T19:13:11.268Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 11.82MB / 51.83MB 1.4s [2020-09-20T19:13:11.301Z] + make bundles/buildx [2020-09-20T19:13:11.533Z] #7 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.4s done [2020-09-20T19:13:11.533Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 16.36kB / 68.67MB 1.5s [2020-09-20T19:13:11.533Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 37.90MB / 50.40MB 1.7s [2020-09-20T19:13:11.533Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 14.52MB / 51.83MB 1.7s [2020-09-20T19:13:11.594Z] make: command: Command not found [2020-09-20T19:13:11.594Z] make: command: Command not found [2020-09-20T19:13:11.594Z] mkdir bundles [2020-09-20T19:13:11.594Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2020-09-20T19:13:11.594Z] --build-arg BUILDX_COMMIT \ [2020-09-20T19:13:11.594Z] --build-arg BUILDX_REPO \ [2020-09-20T19:13:11.594Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2020-09-20T19:13:11.594Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2020-09-20T19:13:11.594Z] . [2020-09-20T19:13:11.594Z] /bin/sh: 4: go: not found [2020-09-20T19:13:11.594Z] /bin/sh: 5: go: not found [2020-09-20T19:13:11.794Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 40.48MB / 50.40MB 1.8s [2020-09-20T19:13:11.794Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 4.96MB / 68.67MB 1.8s [2020-09-20T19:13:11.794Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 17.79MB / 51.83MB 1.9s [2020-09-20T19:13:11.794Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.0s [2020-09-20T19:13:11.892Z] #43 ... [2020-09-20T19:13:11.892Z] [2020-09-20T19:13:11.892Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:13:11.892Z] #41 3.543 + RM_GOPATH=0 [2020-09-20T19:13:11.892Z] #41 3.543 + TMP_GOPATH= [2020-09-20T19:13:11.892Z] #41 3.544 + : /build [2020-09-20T19:13:11.892Z] #41 3.544 + '[' -z '' ']' [2020-09-20T19:13:11.892Z] #41 3.544 ++ mktemp -d [2020-09-20T19:13:11.892Z] #41 3.547 + export GOPATH=/tmp/tmp.WHkaPDGkaE [2020-09-20T19:13:11.892Z] #41 3.547 + GOPATH=/tmp/tmp.WHkaPDGkaE [2020-09-20T19:13:11.892Z] #41 3.547 + RM_GOPATH=1 [2020-09-20T19:13:11.892Z] #41 3.547 + case "$(go env GOARCH)" in [2020-09-20T19:13:11.892Z] #41 3.548 ++ go env GOARCH [2020-09-20T19:13:11.892Z] #41 3.556 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:13:11.892Z] #41 3.556 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:13:11.892Z] #41 3.560 ++ dirname /tmp/install/install.sh [2020-09-20T19:13:11.892Z] #41 3.562 + dir=/tmp/install [2020-09-20T19:13:11.892Z] #41 3.562 + bin=vndr [2020-09-20T19:13:11.892Z] #41 3.562 + shift [2020-09-20T19:13:11.892Z] #41 3.562 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-09-20T19:13:11.892Z] #41 3.562 + . /tmp/install/vndr.installer [2020-09-20T19:13:11.892Z] #41 3.562 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-20T19:13:11.892Z] #41 3.562 + install_vndr [2020-09-20T19:13:11.892Z] #41 3.562 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-09-20T19:13:11.892Z] #41 3.562 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.WHkaPDGkaE/src/github.com/LK4D4/vndr [2020-09-20T19:13:11.892Z] #41 3.562 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-20T19:13:11.892Z] #41 3.596 Cloning into '/tmp/tmp.WHkaPDGkaE/src/github.com/LK4D4/vndr'... [2020-09-20T19:13:11.892Z] #41 4.129 + cd /tmp/tmp.WHkaPDGkaE/src/github.com/LK4D4/vndr [2020-09-20T19:13:11.892Z] #41 4.130 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-20T19:13:11.892Z] #41 4.135 + go build -buildmode=pie -v -o /build/vndr . [2020-09-20T19:13:11.892Z] #41 5.149 internal/cpu [2020-09-20T19:13:11.892Z] #41 5.150 runtime/internal/atomic [2020-09-20T19:13:11.892Z] #41 5.393 runtime/internal/sys [2020-09-20T19:13:11.892Z] #41 5.467 runtime/internal/math [2020-09-20T19:13:11.892Z] #41 5.539 internal/race [2020-09-20T19:13:11.892Z] #41 5.606 sync/atomic [2020-09-20T19:13:11.892Z] #41 5.639 internal/bytealg [2020-09-20T19:13:11.892Z] #41 5.833 unicode [2020-09-20T19:13:11.892Z] #41 6.012 runtime [2020-09-20T19:13:12.054Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.2s done [2020-09-20T19:13:12.054Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 24.70MB / 51.83MB 2.2s [2020-09-20T19:13:12.054Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 15.39MB / 68.67MB 2.2s [2020-09-20T19:13:12.054Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0B / 120.17MB 2.2s [2020-09-20T19:13:12.315Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 29.14MB / 51.83MB 2.5s [2020-09-20T19:13:12.315Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 21.50MB / 68.67MB 2.5s [2020-09-20T19:13:12.315Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 31.79MB / 51.83MB 2.6s [2020-09-20T19:13:12.529Z] #41 ... [2020-09-20T19:13:12.529Z] [2020-09-20T19:13:12.529Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:13:12.529Z] #43 6.572 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-09-20T19:13:12.591Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 35.11MB / 51.83MB 2.8s [2020-09-20T19:13:12.591Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 27.33MB / 68.67MB 2.8s [2020-09-20T19:13:12.591Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 7.47MB / 120.17MB 2.8s [2020-09-20T19:13:12.855Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 39.22MB / 51.83MB 3.0s [2020-09-20T19:13:12.855Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 32.17MB / 68.67MB 3.0s [2020-09-20T19:13:12.855Z] #7 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 [2020-09-20T19:13:12.855Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 13.89MB / 120.17MB 3.0s [2020-09-20T19:13:13.120Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 43.34MB / 51.83MB 3.2s [2020-09-20T19:13:13.120Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 37.37MB / 68.67MB 3.2s [2020-09-20T19:13:13.381Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 22.23MB / 120.17MB 3.5s [2020-09-20T19:13:13.381Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 46.97MB / 51.83MB 3.5s [2020-09-20T19:13:13.381Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 41.16MB / 68.67MB 3.5s [2020-09-20T19:13:13.568Z] #43 7.599 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-09-20T19:13:13.650Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.7s [2020-09-20T19:13:13.650Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 49.72MB / 68.67MB 3.8s [2020-09-20T19:13:13.650Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 31.02MB / 120.17MB 3.8s [2020-09-20T19:13:13.721Z] Sending build context to Docker daemon 56.2MB [2020-09-20T19:13:13.721Z] Step 1/15 : ARG GO_VERSION=1.13.15 [2020-09-20T19:13:13.721Z] Step 2/15 : ARG BUILDX_COMMIT=v0.3.1 [2020-09-20T19:13:13.721Z] Step 3/15 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2020-09-20T19:13:13.721Z] Step 4/15 : FROM golang:${GO_VERSION}-buster AS build [2020-09-20T19:13:13.721Z] 1.13.15-buster: Pulling from library/golang [2020-09-20T19:13:13.910Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 57.52MB / 68.67MB 4.0s [2020-09-20T19:13:13.910Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 37.43MB / 120.17MB 4.0s [2020-09-20T19:13:13.910Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 4.1s done [2020-09-20T19:13:13.910Z] #7 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 0B / 126B 4.2s [2020-09-20T19:13:14.021Z] db4e2d8d5901: Pulling fs layer [2020-09-20T19:13:14.021Z] dfe2d012519c: Pulling fs layer [2020-09-20T19:13:14.021Z] 5d8f1d1f9197: Pulling fs layer [2020-09-20T19:13:14.021Z] 1301750ffb48: Pulling fs layer [2020-09-20T19:13:14.021Z] dc5c6edc9cff: Pulling fs layer [2020-09-20T19:13:14.021Z] 3c370c2e2f82: Pulling fs layer [2020-09-20T19:13:14.021Z] 5ffb2f5886e2: Pulling fs layer [2020-09-20T19:13:14.021Z] 1301750ffb48: Waiting [2020-09-20T19:13:14.021Z] dc5c6edc9cff: Waiting [2020-09-20T19:13:14.021Z] 3c370c2e2f82: Waiting [2020-09-20T19:13:14.021Z] 5ffb2f5886e2: Waiting [2020-09-20T19:13:14.171Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 64.27MB / 68.67MB 4.3s [2020-09-20T19:13:14.171Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 44.64MB / 120.17MB 4.3s [2020-09-20T19:13:14.171Z] #7 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 4.2s done [2020-09-20T19:13:14.171Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 4.5s [2020-09-20T19:13:14.351Z] dfe2d012519c: Download complete [2020-09-20T19:13:14.435Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 52.68MB / 120.17MB 4.6s [2020-09-20T19:13:14.662Z] 5d8f1d1f9197: Verifying Checksum [2020-09-20T19:13:14.662Z] 5d8f1d1f9197: Download complete [2020-09-20T19:13:14.694Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 59.86MB / 120.17MB 4.8s [2020-09-20T19:13:14.954Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 4.9s done [2020-09-20T19:13:14.954Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 68.52MB / 120.17MB 5.0s [2020-09-20T19:13:15.213Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 75.94MB / 120.17MB 5.2s [2020-09-20T19:13:15.473Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 84.54MB / 120.17MB 5.6s [2020-09-20T19:13:15.644Z] #43 ... [2020-09-20T19:13:15.644Z] [2020-09-20T19:13:15.644Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:13:15.644Z] #21 3.696 + RM_GOPATH=0 [2020-09-20T19:13:15.644Z] #21 3.696 + TMP_GOPATH= [2020-09-20T19:13:15.644Z] #21 3.696 + : /build [2020-09-20T19:13:15.644Z] #21 3.696 + '[' -z '' ']' [2020-09-20T19:13:15.644Z] #21 3.696 ++ mktemp -d [2020-09-20T19:13:15.644Z] #21 3.697 + export GOPATH=/tmp/tmp.5MwJm28AlF [2020-09-20T19:13:15.644Z] #21 3.697 + GOPATH=/tmp/tmp.5MwJm28AlF [2020-09-20T19:13:15.644Z] #21 3.697 + RM_GOPATH=1 [2020-09-20T19:13:15.644Z] #21 3.697 + case "$(go env GOARCH)" in [2020-09-20T19:13:15.644Z] #21 3.698 ++ go env GOARCH [2020-09-20T19:13:15.644Z] #21 3.712 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:13:15.644Z] #21 3.712 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:13:15.644Z] #21 3.713 ++ dirname /tmp/install/install.sh [2020-09-20T19:13:15.644Z] #21 3.714 + dir=/tmp/install [2020-09-20T19:13:15.644Z] #21 3.714 + bin=dockercli [2020-09-20T19:13:15.644Z] #21 3.714 + shift [2020-09-20T19:13:15.644Z] #21 3.714 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-09-20T19:13:15.644Z] #21 3.714 + . /tmp/install/dockercli.installer [2020-09-20T19:13:15.644Z] #21 3.715 ++ : stable [2020-09-20T19:13:15.644Z] #21 3.715 ++ : 17.06.2-ce [2020-09-20T19:13:15.644Z] #21 3.715 + install_dockercli [2020-09-20T19:13:15.644Z] #21 3.715 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-09-20T19:13:15.644Z] #21 3.715 Install docker/cli version 17.06.2-ce from stable [2020-09-20T19:13:15.644Z] #21 3.715 ++ uname -m [2020-09-20T19:13:15.644Z] #21 3.719 + arch=s390x [2020-09-20T19:13:15.644Z] #21 3.719 + '[' s390x '!=' x86_64 ']' [2020-09-20T19:13:15.644Z] #21 3.719 + '[' s390x '!=' s390x ']' [2020-09-20T19:13:15.644Z] #21 3.719 + url=https://download.docker.com/linux/static [2020-09-20T19:13:15.644Z] #21 3.719 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2020-09-20T19:13:15.644Z] #21 3.726 + tar -xz docker/docker [2020-09-20T19:13:15.644Z] #21 9.319 + mkdir -p /build [2020-09-20T19:13:15.644Z] #21 9.332 + mv docker/docker /build/ [2020-09-20T19:13:15.644Z] #21 9.345 + rmdir docker [2020-09-20T19:13:15.644Z] #21 DONE 9.7s [2020-09-20T19:13:15.644Z] [2020-09-20T19:13:15.644Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:13:15.644Z] #30 4.030 + RM_GOPATH=0 [2020-09-20T19:13:15.644Z] #30 4.031 + TMP_GOPATH= [2020-09-20T19:13:15.644Z] #30 4.031 + : /build [2020-09-20T19:13:15.644Z] #30 4.031 + '[' -z '' ']' [2020-09-20T19:13:15.644Z] #30 4.036 ++ mktemp -d [2020-09-20T19:13:15.644Z] #30 4.038 + export GOPATH=/tmp/tmp.oaYgvSPnhq [2020-09-20T19:13:15.644Z] #30 4.038 + GOPATH=/tmp/tmp.oaYgvSPnhq [2020-09-20T19:13:15.644Z] #30 4.038 + RM_GOPATH=1 [2020-09-20T19:13:15.644Z] #30 4.038 + case "$(go env GOARCH)" in [2020-09-20T19:13:15.644Z] #30 4.039 ++ go env GOARCH [2020-09-20T19:13:15.644Z] #30 4.071 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:13:15.644Z] #30 4.071 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:13:15.644Z] #30 4.071 ++ dirname /tmp/install/install.sh [2020-09-20T19:13:15.644Z] #30 4.074 + dir=/tmp/install [2020-09-20T19:13:15.644Z] #30 4.074 + bin=tomlv [2020-09-20T19:13:15.644Z] #30 4.074 + shift [2020-09-20T19:13:15.644Z] #30 4.074 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-09-20T19:13:15.644Z] #30 4.074 + . /tmp/install/tomlv.installer [2020-09-20T19:13:15.644Z] #30 4.074 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-20T19:13:15.644Z] #30 4.074 + install_tomlv [2020-09-20T19:13:15.644Z] #30 4.077 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-09-20T19:13:15.644Z] #30 4.077 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-20T19:13:15.644Z] #30 4.078 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.oaYgvSPnhq/src/github.com/BurntSushi/toml [2020-09-20T19:13:15.644Z] #30 4.085 Cloning into '/tmp/tmp.oaYgvSPnhq/src/github.com/BurntSushi/toml'... [2020-09-20T19:13:15.644Z] #30 4.790 + cd /tmp/tmp.oaYgvSPnhq/src/github.com/BurntSushi/toml [2020-09-20T19:13:15.644Z] #30 4.790 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-20T19:13:15.644Z] #30 4.819 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-09-20T19:13:15.644Z] #30 5.248 internal/cpu [2020-09-20T19:13:15.644Z] #30 5.272 runtime/internal/atomic [2020-09-20T19:13:15.644Z] #30 5.401 runtime/internal/sys [2020-09-20T19:13:15.644Z] #30 5.649 math/bits [2020-09-20T19:13:15.644Z] #30 5.815 internal/bytealg [2020-09-20T19:13:15.644Z] #30 5.971 math [2020-09-20T19:13:15.644Z] #30 6.126 runtime [2020-09-20T19:13:15.736Z] #7 ... [2020-09-20T19:13:15.736Z] [2020-09-20T19:13:15.736Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-09-20T19:13:15.736Z] #58 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-09-20T19:13:15.736Z] #58 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-09-20T19:13:15.736Z] #58 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-09-20T19:13:15.736Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.6s done [2020-09-20T19:13:15.736Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 5.0s done [2020-09-20T19:13:15.736Z] #58 DONE 5.8s [2020-09-20T19:13:15.736Z] [2020-09-20T19:13:15.736Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-20T19:13:15.736Z] #7 ... [2020-09-20T19:13:15.736Z] [2020-09-20T19:13:15.736Z] #20 [internal] load build context [2020-09-20T19:13:15.736Z] #20 transferring context: 51.22MB 5.9s [2020-09-20T19:13:15.736Z] #20 transferring context: 51.44MB 5.9s done [2020-09-20T19:13:15.957Z] #30 ... [2020-09-20T19:13:15.957Z] [2020-09-20T19:13:15.957Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-20T19:13:15.957Z] #51 4.145 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-20T19:13:15.957Z] #51 4.189 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-20T19:13:15.957Z] #51 4.236 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-20T19:13:15.957Z] #51 4.942 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-09-20T19:13:15.957Z] #51 6.512 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [205 kB] [2020-09-20T19:13:15.957Z] #51 8.186 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B] [2020-09-20T19:13:15.957Z] #51 ... [2020-09-20T19:13:15.957Z] [2020-09-20T19:13:15.957Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:13:15.957Z] #47 3.915 + RM_GOPATH=0 [2020-09-20T19:13:15.957Z] #47 3.915 + TMP_GOPATH= [2020-09-20T19:13:15.957Z] #47 3.915 + : /build [2020-09-20T19:13:15.957Z] #47 3.915 + '[' -z '' ']' [2020-09-20T19:13:15.957Z] #47 3.916 ++ mktemp -d [2020-09-20T19:13:15.957Z] #47 3.916 + export GOPATH=/tmp/tmp.gTZPW0vpex [2020-09-20T19:13:15.957Z] #47 3.916 + GOPATH=/tmp/tmp.gTZPW0vpex [2020-09-20T19:13:15.957Z] #47 3.916 + RM_GOPATH=1 [2020-09-20T19:13:15.957Z] #47 3.916 + case "$(go env GOARCH)" in [2020-09-20T19:13:15.957Z] #47 3.917 ++ go env GOARCH [2020-09-20T19:13:15.957Z] #47 3.930 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:13:15.957Z] #47 3.930 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:13:15.957Z] #47 3.932 ++ dirname /tmp/install/install.sh [2020-09-20T19:13:15.957Z] #47 3.945 + dir=/tmp/install [2020-09-20T19:13:15.957Z] #47 3.945 + bin=shfmt [2020-09-20T19:13:15.957Z] #47 3.945 + shift [2020-09-20T19:13:15.957Z] #47 3.946 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-09-20T19:13:15.957Z] #47 3.946 + . /tmp/install/shfmt.installer [2020-09-20T19:13:15.957Z] #47 3.946 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-20T19:13:15.957Z] #47 3.946 + install_shfmt [2020-09-20T19:13:15.957Z] #47 3.946 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-09-20T19:13:15.957Z] #47 3.946 + git clone https://github.com/mvdan/sh.git /tmp/tmp.gTZPW0vpex/src/github.com/mvdan/sh [2020-09-20T19:13:15.957Z] #47 3.946 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-20T19:13:15.957Z] #47 3.947 Cloning into '/tmp/tmp.gTZPW0vpex/src/github.com/mvdan/sh'... [2020-09-20T19:13:15.996Z] #20 DONE 6.1s [2020-09-20T19:13:15.996Z] [2020-09-20T19:13:15.996Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-20T19:13:15.996Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 99.59MB / 120.17MB 6.0s [2020-09-20T19:13:15.996Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 109.08MB / 120.17MB 6.2s [2020-09-20T19:13:16.245Z] db4e2d8d5901: Verifying Checksum [2020-09-20T19:13:16.245Z] db4e2d8d5901: Download complete [2020-09-20T19:13:16.256Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 117.52MB / 120.17MB 6.4s [2020-09-20T19:13:16.291Z] #47 ... [2020-09-20T19:13:16.291Z] [2020-09-20T19:13:16.291Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:13:16.291Z] #60 1.519 + RM_GOPATH=0 [2020-09-20T19:13:16.291Z] #60 1.519 + TMP_GOPATH= [2020-09-20T19:13:16.291Z] #60 1.519 + : /build [2020-09-20T19:13:16.291Z] #60 1.519 + '[' -z '' ']' [2020-09-20T19:13:16.291Z] #60 1.519 ++ mktemp -d [2020-09-20T19:13:16.291Z] #60 1.561 Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-09-20T19:13:16.291Z] #60 1.594 + export GOPATH=/tmp/tmp.pcF2JpMxui [2020-09-20T19:13:16.291Z] #60 1.594 + GOPATH=/tmp/tmp.pcF2JpMxui [2020-09-20T19:13:16.291Z] #60 1.594 + RM_GOPATH=1 [2020-09-20T19:13:16.291Z] #60 1.594 + case "$(go env GOARCH)" in [2020-09-20T19:13:16.291Z] #60 1.594 ++ go env GOARCH [2020-09-20T19:13:16.291Z] #60 1.594 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:13:16.291Z] #60 1.594 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:13:16.291Z] #60 1.594 ++ dirname /tmp/install/install.sh [2020-09-20T19:13:16.291Z] #60 1.594 + dir=/tmp/install [2020-09-20T19:13:16.291Z] #60 1.594 + bin=proxy [2020-09-20T19:13:16.291Z] #60 1.594 + shift [2020-09-20T19:13:16.291Z] #60 1.594 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-09-20T19:13:16.291Z] #60 1.594 + . /tmp/install/proxy.installer [2020-09-20T19:13:16.291Z] #60 1.594 ++ : d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-09-20T19:13:16.291Z] #60 1.594 + install_proxy [2020-09-20T19:13:16.291Z] #60 1.594 + case "$1" in [2020-09-20T19:13:16.291Z] #60 1.594 + export CGO_ENABLED=0 [2020-09-20T19:13:16.291Z] #60 1.594 + CGO_ENABLED=0 [2020-09-20T19:13:16.291Z] #60 1.594 + _install_proxy [2020-09-20T19:13:16.291Z] #60 1.594 + echo 'Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b' [2020-09-20T19:13:16.291Z] #60 1.594 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.pcF2JpMxui/src/github.com/docker/libnetwork [2020-09-20T19:13:16.291Z] #60 1.683 Cloning into '/tmp/tmp.pcF2JpMxui/src/github.com/docker/libnetwork'... [2020-09-20T19:13:16.291Z] #60 ... [2020-09-20T19:13:16.291Z] [2020-09-20T19:13:16.291Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:13:16.291Z] #10 4.393 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-20T19:13:16.291Z] #10 4.457 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-20T19:13:16.291Z] #10 4.462 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-20T19:13:16.291Z] #10 5.247 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-09-20T19:13:16.291Z] #10 7.479 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [205 kB] [2020-09-20T19:13:16.291Z] #10 9.879 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B] [2020-09-20T19:13:16.291Z] #10 ... [2020-09-20T19:13:16.291Z] [2020-09-20T19:13:16.291Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:13:16.291Z] #45 3.606 + RM_GOPATH=0 [2020-09-20T19:13:16.291Z] #45 3.606 + TMP_GOPATH= [2020-09-20T19:13:16.291Z] #45 3.606 + : /build [2020-09-20T19:13:16.291Z] #45 3.606 + '[' -z '' ']' [2020-09-20T19:13:16.291Z] #45 3.607 ++ mktemp -d [2020-09-20T19:13:16.291Z] #45 3.610 + export GOPATH=/tmp/tmp.yrqihsx6vs [2020-09-20T19:13:16.291Z] #45 3.610 + GOPATH=/tmp/tmp.yrqihsx6vs [2020-09-20T19:13:16.291Z] #45 3.610 + RM_GOPATH=1 [2020-09-20T19:13:16.291Z] #45 3.610 + case "$(go env GOARCH)" in [2020-09-20T19:13:16.291Z] #45 3.611 ++ go env GOARCH [2020-09-20T19:13:16.291Z] #45 3.616 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:13:16.291Z] #45 3.621 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:13:16.291Z] #45 3.621 ++ dirname /tmp/install/install.sh [2020-09-20T19:13:16.291Z] #45 3.622 + dir=/tmp/install [2020-09-20T19:13:16.291Z] #45 3.622 + bin=golangci_lint [2020-09-20T19:13:16.291Z] #45 3.622 + shift [2020-09-20T19:13:16.291Z] #45 3.623 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-09-20T19:13:16.291Z] #45 3.623 + . /tmp/install/golangci_lint.installer [2020-09-20T19:13:16.291Z] #45 3.623 ++ : v1.23.8 [2020-09-20T19:13:16.291Z] #45 3.623 + install_golangci_lint [2020-09-20T19:13:16.291Z] #45 3.624 + echo 'Installing golangci-lint version v1.23.8' [2020-09-20T19:13:16.291Z] #45 3.625 Installing golangci-lint version v1.23.8 [2020-09-20T19:13:16.291Z] #45 3.625 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-09-20T19:13:16.584Z] #45 ... [2020-09-20T19:13:16.584Z] [2020-09-20T19:13:16.584Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-20T19:13:16.584Z] #23 1.963 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-20T19:13:16.584Z] #23 2.084 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-20T19:13:16.584Z] #23 2.301 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-20T19:13:16.584Z] #23 2.397 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-09-20T19:13:16.584Z] #23 2.929 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [205 kB] [2020-09-20T19:13:16.584Z] #23 3.792 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B] [2020-09-20T19:13:16.584Z] #23 ... [2020-09-20T19:13:16.584Z] [2020-09-20T19:13:16.584Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:13:16.584Z] #54 2.301 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-20T19:13:16.584Z] #54 2.301 + RM_GOPATH=0 [2020-09-20T19:13:16.584Z] #54 2.301 + TMP_GOPATH= [2020-09-20T19:13:16.584Z] #54 2.301 + : /build [2020-09-20T19:13:16.584Z] #54 2.301 + '[' -z '' ']' [2020-09-20T19:13:16.584Z] #54 2.301 ++ mktemp -d [2020-09-20T19:13:16.584Z] #54 2.301 + export GOPATH=/tmp/tmp.INYWzQQKoh [2020-09-20T19:13:16.584Z] #54 2.301 + GOPATH=/tmp/tmp.INYWzQQKoh [2020-09-20T19:13:16.584Z] #54 2.301 + RM_GOPATH=1 [2020-09-20T19:13:16.584Z] #54 2.301 + case "$(go env GOARCH)" in [2020-09-20T19:13:16.584Z] #54 2.301 ++ go env GOARCH [2020-09-20T19:13:16.584Z] #54 2.301 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:13:16.584Z] #54 2.301 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:13:16.584Z] #54 2.301 ++ dirname /tmp/install/install.sh [2020-09-20T19:13:16.584Z] #54 2.301 + dir=/tmp/install [2020-09-20T19:13:16.584Z] #54 2.301 + bin=rootlesskit [2020-09-20T19:13:16.584Z] #54 2.301 + shift [2020-09-20T19:13:16.584Z] #54 2.301 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-09-20T19:13:16.584Z] #54 2.301 + . /tmp/install/rootlesskit.installer [2020-09-20T19:13:16.584Z] #54 2.301 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-20T19:13:16.584Z] #54 2.301 + install_rootlesskit [2020-09-20T19:13:16.584Z] #54 2.301 + case "$1" in [2020-09-20T19:13:16.584Z] #54 2.301 + export CGO_ENABLED=0 [2020-09-20T19:13:16.584Z] #54 2.301 + CGO_ENABLED=0 [2020-09-20T19:13:16.584Z] #54 2.301 + _install_rootlesskit [2020-09-20T19:13:16.584Z] #54 2.301 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86' [2020-09-20T19:13:16.584Z] #54 2.301 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.INYWzQQKoh/src/github.com/rootless-containers/rootlesskit [2020-09-20T19:13:16.584Z] #54 2.301 Cloning into '/tmp/tmp.INYWzQQKoh/src/github.com/rootless-containers/rootlesskit'... [2020-09-20T19:13:16.584Z] #54 5.274 + cd /tmp/tmp.INYWzQQKoh/src/github.com/rootless-containers/rootlesskit [2020-09-20T19:13:16.584Z] #54 5.274 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-20T19:13:16.584Z] #54 5.808 + for f in rootlesskit rootlesskit-docker-proxy [2020-09-20T19:13:16.584Z] #54 5.808 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-09-20T19:13:16.584Z] #54 ... [2020-09-20T19:13:16.584Z] [2020-09-20T19:13:16.584Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:13:16.584Z] #32 4.132 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-20T19:13:16.584Z] #32 4.176 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-20T19:13:16.584Z] #32 4.208 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-20T19:13:16.584Z] #32 4.921 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-09-20T19:13:16.584Z] #32 6.904 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [205 kB] [2020-09-20T19:13:16.584Z] #32 9.329 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B] [2020-09-20T19:13:16.877Z] #32 ... [2020-09-20T19:13:16.877Z] [2020-09-20T19:13:16.877Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:13:16.877Z] #38 4.065 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-20T19:13:16.877Z] #38 4.107 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-20T19:13:16.877Z] #38 4.135 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-20T19:13:16.877Z] #38 4.806 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-09-20T19:13:16.877Z] #38 6.677 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [205 kB] [2020-09-20T19:13:16.877Z] #38 8.992 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B] [2020-09-20T19:13:16.877Z] #38 ... [2020-09-20T19:13:16.877Z] [2020-09-20T19:13:16.877Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:13:16.877Z] #30 10.92 internal/testlog [2020-09-20T19:13:16.877Z] #30 11.10 encoding [2020-09-20T19:13:16.877Z] #30 11.17 runtime/cgo [2020-09-20T19:13:17.372Z] 1301750ffb48: Verifying Checksum [2020-09-20T19:13:17.372Z] 1301750ffb48: Download complete [2020-09-20T19:13:17.372Z] 5ffb2f5886e2: Verifying Checksum [2020-09-20T19:13:17.372Z] 5ffb2f5886e2: Download complete [2020-09-20T19:13:18.017Z] dc5c6edc9cff: Verifying Checksum [2020-09-20T19:13:18.017Z] dc5c6edc9cff: Download complete [2020-09-20T19:13:18.165Z] #7 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.2s [2020-09-20T19:13:18.165Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 8.2s done [2020-09-20T19:13:18.734Z] #7 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 6.0s done [2020-09-20T19:13:18.993Z] #7 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.1s [2020-09-20T19:13:19.253Z] #7 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.4s done [2020-09-20T19:13:19.513Z] #7 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2020-09-20T19:13:19.773Z] #7 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.3s done [2020-09-20T19:13:19.773Z] #7 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab [2020-09-20T19:13:20.106Z] db4e2d8d5901: Pull complete [2020-09-20T19:13:20.411Z] dfe2d012519c: Pull complete [2020-09-20T19:13:20.424Z] #30 ... [2020-09-20T19:13:20.424Z] [2020-09-20T19:13:20.424Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-20T19:13:20.424Z] #36 4.166 + git clone https://github.com/docker/distribution.git . [2020-09-20T19:13:20.424Z] #36 4.167 Cloning into '.'... [2020-09-20T19:13:20.424Z] #36 14.34 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-09-20T19:13:20.424Z] #36 ... [2020-09-20T19:13:20.424Z] [2020-09-20T19:13:20.424Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:13:20.424Z] #60 13.05 Checking out files: 96% (1836/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. [2020-09-20T19:13:20.424Z] #60 13.11 + cd /tmp/tmp.pcF2JpMxui/src/github.com/docker/libnetwork [2020-09-20T19:13:20.424Z] #60 13.11 + git checkout -q d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-09-20T19:13:20.424Z] #60 13.59 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-09-20T19:13:20.706Z] 3c370c2e2f82: Verifying Checksum [2020-09-20T19:13:20.706Z] 3c370c2e2f82: Download complete [2020-09-20T19:13:20.706Z] 5d8f1d1f9197: Pull complete [2020-09-20T19:13:23.465Z] 1301750ffb48: Pull complete [2020-09-20T19:13:23.986Z] #7 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 3.6s done [2020-09-20T19:13:23.986Z] #7 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2020-09-20T19:13:24.889Z] #60 ... [2020-09-20T19:13:24.889Z] [2020-09-20T19:13:24.889Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:13:24.889Z] #41 8.796 unicode/utf8 [2020-09-20T19:13:24.889Z] #41 9.291 math [2020-09-20T19:13:24.889Z] #41 14.31 unicode/utf16 [2020-09-20T19:13:24.889Z] #41 14.50 container/list [2020-09-20T19:13:24.889Z] #41 14.99 crypto/internal/subtle [2020-09-20T19:13:24.889Z] #41 15.09 crypto/subtle [2020-09-20T19:13:24.889Z] #41 15.19 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-09-20T19:13:24.889Z] #41 15.31 internal/nettrace [2020-09-20T19:13:24.889Z] #41 15.38 runtime/cgo [2020-09-20T19:13:24.889Z] #41 ... [2020-09-20T19:13:24.889Z] [2020-09-20T19:13:24.889Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-20T19:13:24.889Z] #36 15.48 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-09-20T19:13:25.562Z] dc5c6edc9cff: Pull complete [2020-09-20T19:13:25.893Z] #7 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 2.3s done [2020-09-20T19:13:26.152Z] #7 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e [2020-09-20T19:13:26.405Z] #36 ... [2020-09-20T19:13:26.405Z] [2020-09-20T19:13:26.405Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:13:26.405Z] #43 10.44 go: finding github.com/fatih/color v1.9.0 [2020-09-20T19:13:26.405Z] #43 10.44 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-09-20T19:13:26.405Z] #43 10.77 go: finding github.com/pkg/errors v0.9.1 [2020-09-20T19:13:26.405Z] #43 10.80 go: finding github.com/spf13/pflag v1.0.3 [2020-09-20T19:13:26.405Z] #43 10.81 go: finding github.com/mattn/go-colorable v0.1.6 [2020-09-20T19:13:26.405Z] #43 10.84 go: finding github.com/mattn/go-isatty v0.0.12 [2020-09-20T19:13:26.405Z] #43 10.94 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-09-20T19:13:26.405Z] #43 11.28 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-09-20T19:13:26.405Z] #43 11.33 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-09-20T19:13:26.405Z] #43 11.37 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-20T19:13:26.405Z] #43 11.38 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-09-20T19:13:26.405Z] #43 ... [2020-09-20T19:13:26.405Z] [2020-09-20T19:13:26.405Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:13:26.405Z] #47 10.46 + cd /tmp/tmp.gTZPW0vpex/src/github.com/mvdan/sh [2020-09-20T19:13:26.405Z] #47 10.46 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-20T19:13:26.405Z] #47 10.55 + GO111MODULE=on [2020-09-20T19:13:26.405Z] #47 10.55 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-09-20T19:13:26.405Z] #47 11.58 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-20T19:13:26.405Z] #47 11.58 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-20T19:13:26.405Z] #47 11.65 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-20T19:13:26.405Z] #47 11.75 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-20T19:13:26.405Z] #47 11.79 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-20T19:13:26.405Z] #47 12.27 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-20T19:13:26.405Z] #47 12.70 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-20T19:13:26.405Z] #47 13.44 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-20T19:13:26.405Z] #47 14.36 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-20T19:13:26.405Z] #47 14.46 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-20T19:13:26.405Z] #47 14.58 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-20T19:13:26.405Z] #47 14.67 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-20T19:13:26.405Z] #47 15.10 runtime [2020-09-20T19:13:26.405Z] #47 15.16 runtime/cgo [2020-09-20T19:13:26.698Z] #47 ... [2020-09-20T19:13:26.698Z] [2020-09-20T19:13:26.698Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:13:26.698Z] #41 20.17 vendor/golang.org/x/crypto/internal/subtle [2020-09-20T19:13:27.737Z] #41 ... [2020-09-20T19:13:27.737Z] [2020-09-20T19:13:27.737Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-20T19:13:27.737Z] #23 11.95 Fetched 8076 kB in 10s (798 kB/s) [2020-09-20T19:13:27.737Z] #23 11.95 Reading package lists... [2020-09-20T19:13:27.737Z] #23 15.42 Reading package lists... [2020-09-20T19:13:27.737Z] #23 18.75 Building dependency tree... [2020-09-20T19:13:27.737Z] #23 19.94 ca-certificates is already the newest version (20200601~deb10u1). [2020-09-20T19:13:27.737Z] #23 19.94 The following additional packages will be installed: [2020-09-20T19:13:27.737Z] #23 19.94 libjq1 libonig5 [2020-09-20T19:13:27.737Z] #23 20.29 The following NEW packages will be installed: [2020-09-20T19:13:27.737Z] #23 20.29 jq libjq1 libonig5 [2020-09-20T19:13:27.737Z] #23 20.45 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2020-09-20T19:13:27.737Z] #23 20.45 Need to get 350 kB of archives. [2020-09-20T19:13:27.737Z] #23 20.45 After this operation, 1154 kB of additional disk space will be used. [2020-09-20T19:13:27.737Z] #23 20.45 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2020-09-20T19:13:27.737Z] #23 20.49 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2020-09-20T19:13:27.737Z] #23 20.50 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2020-09-20T19:13:27.737Z] #23 21.19 debconf: delaying package configuration, since apt-utils is not installed [2020-09-20T19:13:27.737Z] #23 21.27 Fetched 350 kB in 0s (1918 kB/s) [2020-09-20T19:13:27.737Z] #23 21.31 Selecting previously unselected package libonig5:s390x. [2020-09-20T19:13:27.737Z] #23 21.31 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-09-20T19:13:27.737Z] #23 21.49 Preparing to unpack .../libonig5_6.9.1-1_s390x.deb ... [2020-09-20T19:13:27.737Z] #23 21.49 Unpacking libonig5:s390x (6.9.1-1) ... [2020-09-20T19:13:27.737Z] #23 21.69 Selecting previously unselected package libjq1:s390x. [2020-09-20T19:13:27.737Z] #23 21.69 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_s390x.deb ... [2020-09-20T19:13:27.737Z] #23 21.69 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2020-09-20T19:13:27.737Z] #23 21.79 Selecting previously unselected package jq. [2020-09-20T19:13:27.737Z] #23 21.79 Preparing to unpack .../jq_1.5+dfsg-2+b1_s390x.deb ... [2020-09-20T19:13:27.738Z] #23 21.79 Unpacking jq (1.5+dfsg-2+b1) ... [2020-09-20T19:13:27.738Z] #23 21.89 Setting up libonig5:s390x (6.9.1-1) ... [2020-09-20T19:13:27.738Z] #23 21.91 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2020-09-20T19:13:27.738Z] #23 21.92 Setting up jq (1.5+dfsg-2+b1) ... [2020-09-20T19:13:27.738Z] #23 21.92 Processing triggers for libc-bin (2.28-10) ... [2020-09-20T19:13:28.778Z] #23 DONE 22.8s [2020-09-20T19:13:28.778Z] [2020-09-20T19:13:28.778Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-09-20T19:13:28.778Z] #24 DONE 0.1s [2020-09-20T19:13:28.778Z] [2020-09-20T19:13:28.778Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:13:29.128Z] 3c370c2e2f82: Pull complete [2020-09-20T19:13:29.436Z] 5ffb2f5886e2: Pull complete [2020-09-20T19:13:29.436Z] Digest: sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2020-09-20T19:13:29.436Z] Status: Downloaded newer image for golang:1.13.15-buster [2020-09-20T19:13:29.436Z] ---> 805dc2d65d1c [2020-09-20T19:13:29.436Z] Step 5/15 : ARG BUILDX_REPO [2020-09-20T19:13:29.436Z] ---> Running in f8c8b200b800 [2020-09-20T19:13:29.436Z] Removing intermediate container f8c8b200b800 [2020-09-20T19:13:29.436Z] ---> 3f09fad62640 [2020-09-20T19:13:29.436Z] Step 6/15 : RUN git clone "${BUILDX_REPO}" /buildx [2020-09-20T19:13:29.436Z] ---> Running in 99f7dbbf047e [2020-09-20T19:13:29.729Z] Cloning into '/buildx'... [2020-09-20T19:13:30.296Z] #25 ... [2020-09-20T19:13:30.296Z] [2020-09-20T19:13:30.296Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-20T19:13:30.296Z] #51 14.54 Fetched 8076 kB in 10s (771 kB/s) [2020-09-20T19:13:30.296Z] #51 14.54 Reading package lists... [2020-09-20T19:13:30.296Z] #51 17.97 Reading package lists... [2020-09-20T19:13:30.296Z] #51 21.62 Building dependency tree... [2020-09-20T19:13:30.296Z] #51 22.39 The following additional packages will be installed: [2020-09-20T19:13:30.296Z] #51 22.40 libbtrfs0 [2020-09-20T19:13:30.296Z] #51 22.46 The following NEW packages will be installed: [2020-09-20T19:13:30.296Z] #51 22.46 libbtrfs-dev libbtrfs0 [2020-09-20T19:13:30.296Z] #51 22.59 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2020-09-20T19:13:30.296Z] #51 22.59 Need to get 118 kB of archives. [2020-09-20T19:13:30.296Z] #51 22.59 After this operation, 390 kB of additional disk space will be used. [2020-09-20T19:13:30.296Z] #51 22.59 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2020-09-20T19:13:30.296Z] #51 22.62 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2020-09-20T19:13:30.296Z] #51 23.50 debconf: delaying package configuration, since apt-utils is not installed [2020-09-20T19:13:30.296Z] #51 23.56 Fetched 118 kB in 0s (935 kB/s) [2020-09-20T19:13:30.296Z] #51 23.63 Selecting previously unselected package libbtrfs0. [2020-09-20T19:13:30.296Z] #51 23.63 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-09-20T19:13:30.296Z] #51 23.69 Preparing to unpack .../libbtrfs0_4.20.1-2_s390x.deb ... [2020-09-20T19:13:30.296Z] #51 23.70 Unpacking libbtrfs0 (4.20.1-2) ... [2020-09-20T19:13:30.296Z] #51 23.77 Selecting previously unselected package libbtrfs-dev. [2020-09-20T19:13:30.296Z] #51 23.79 Preparing to unpack .../libbtrfs-dev_4.20.1-2_s390x.deb ... [2020-09-20T19:13:30.296Z] #51 23.79 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-09-20T19:13:30.296Z] #51 23.93 Setting up libbtrfs0 (4.20.1-2) ... [2020-09-20T19:13:30.296Z] #51 23.94 Setting up libbtrfs-dev (4.20.1-2) ... [2020-09-20T19:13:30.296Z] #51 23.94 Processing triggers for libc-bin (2.28-10) ... [2020-09-20T19:13:30.296Z] #51 DONE 24.4s [2020-09-20T19:13:30.296Z] [2020-09-20T19:13:30.296Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:13:30.357Z] #7 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 4.1s done [2020-09-20T19:13:30.357Z] #7 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2020-09-20T19:13:30.357Z] #7 DONE 20.7s [2020-09-20T19:13:30.590Z] #52 ... [2020-09-20T19:13:30.590Z] [2020-09-20T19:13:30.590Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:13:30.590Z] #10 14.76 Fetched 8076 kB in 10s (773 kB/s) [2020-09-20T19:13:30.591Z] #10 14.76 Reading package lists... [2020-09-20T19:13:30.591Z] #10 18.50 Reading package lists... [2020-09-20T19:13:30.591Z] #10 22.07 Building dependency tree... [2020-09-20T19:13:30.591Z] #10 23.21 The following additional packages will be installed: [2020-09-20T19:13:30.591Z] #10 23.21 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-09-20T19:13:30.591Z] #10 23.21 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-09-20T19:13:30.591Z] #10 23.21 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-09-20T19:13:30.591Z] #10 23.21 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-09-20T19:13:30.591Z] #10 23.21 Suggested packages: [2020-09-20T19:13:30.591Z] #10 23.21 gcc-8-locales seccomp wine64 [2020-09-20T19:13:30.591Z] #10 24.20 The following NEW packages will be installed: [2020-09-20T19:13:30.591Z] #10 24.20 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-09-20T19:13:30.591Z] #10 24.20 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-09-20T19:13:30.591Z] #10 24.20 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-09-20T19:13:30.591Z] #10 24.20 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-09-20T19:13:30.591Z] #10 24.20 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-09-20T19:13:30.591Z] #10 24.20 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-09-20T19:13:30.591Z] #10 24.35 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2020-09-20T19:13:30.591Z] #10 24.35 Need to get 73.3 MB of archives. [2020-09-20T19:13:30.591Z] #10 24.35 After this operation, 494 MB of additional disk space will be used. [2020-09-20T19:13:30.591Z] #10 24.35 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-i686 s390x 2.31.1-11+8.3 [2161 kB] [2020-09-20T19:13:30.591Z] #10 24.57 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-x86-64 s390x 2.31.1-11+8.3 [2517 kB] [2020-09-20T19:13:30.591Z] #10 24.70 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-09-20T19:13:30.591Z] #10 24.75 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper1.02.1 s390x 2:1.02.155-3 [135 kB] [2020-09-20T19:13:30.591Z] #10 24.75 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x dmsetup s390x 2:1.02.155-3 [89.2 kB] [2020-09-20T19:13:30.591Z] #10 24.75 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-common all 6.0.0-3 [4910 kB] [2020-09-20T19:13:30.616Z] [2020-09-20T19:13:30.616Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-09-20T19:13:30.896Z] #10 25.10 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-09-20T19:13:30.896Z] #10 ... [2020-09-20T19:13:30.896Z] [2020-09-20T19:13:30.896Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:13:30.896Z] #38 15.09 Fetched 8076 kB in 11s (729 kB/s) [2020-09-20T19:13:30.896Z] #38 15.09 Reading package lists... [2020-09-20T19:13:30.896Z] #38 18.50 Reading package lists... [2020-09-20T19:13:30.896Z] #38 22.35 Building dependency tree... [2020-09-20T19:13:30.896Z] #38 23.78 The following additional packages will be installed: [2020-09-20T19:13:30.896Z] #38 23.78 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-09-20T19:13:30.896Z] #38 23.78 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-09-20T19:13:30.896Z] #38 23.78 Suggested packages: [2020-09-20T19:13:30.896Z] #38 23.78 manpages-dev python-setuptools [2020-09-20T19:13:30.896Z] #38 24.83 The following NEW packages will be installed: [2020-09-20T19:13:30.896Z] #38 24.83 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-09-20T19:13:30.896Z] #38 24.83 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-09-20T19:13:30.896Z] #38 24.83 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-09-20T19:13:30.896Z] #38 24.83 python-six zlib1g-dev [2020-09-20T19:13:30.896Z] #38 25.07 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2020-09-20T19:13:30.896Z] #38 25.07 Need to get 3742 kB of archives. [2020-09-20T19:13:30.896Z] #38 25.07 After this operation, 22.0 MB of additional disk space will be used. [2020-09-20T19:13:30.896Z] #38 25.07 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libcap-dev s390x 1:2.25-2 [30.3 kB] [2020-09-20T19:13:30.896Z] #38 25.10 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2020-09-20T19:13:30.896Z] #38 25.11 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1-dev s390x 1.1.6+dfsg-3.1 [114 kB] [2020-09-20T19:13:30.896Z] #38 25.12 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2020-09-20T19:13:30.896Z] #38 25.13 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-dev s390x 3.4.0-1 [99.5 kB] [2020-09-20T19:13:30.896Z] #38 25.13 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2020-09-20T19:13:30.896Z] #38 25.13 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c-dev s390x 1.3.1-1+b1 [33.8 kB] [2020-09-20T19:13:30.896Z] #38 25.13 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x zlib1g-dev s390x 1:1.2.11.dfsg-1 [211 kB] [2020-09-20T19:13:30.896Z] #38 25.14 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf17 s390x 3.6.1.3-2 [716 kB] [2020-09-20T19:13:30.896Z] #38 25.18 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-lite17 s390x 3.6.1.3-2 [152 kB] [2020-09-20T19:13:30.896Z] #38 25.18 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-dev s390x 3.6.1.3-2 [1004 kB] [2020-09-20T19:13:30.896Z] #38 25.24 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotoc17 s390x 3.6.1.3-2 [582 kB] [2020-09-20T19:13:30.896Z] #38 ... [2020-09-20T19:13:30.896Z] [2020-09-20T19:13:30.896Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:13:30.896Z] #32 15.24 Fetched 8076 kB in 11s (718 kB/s) [2020-09-20T19:13:30.896Z] #32 15.24 Reading package lists... [2020-09-20T19:13:30.896Z] #32 18.63 Reading package lists... [2020-09-20T19:13:30.896Z] #32 22.17 Building dependency tree... [2020-09-20T19:13:30.896Z] #32 23.15 The following additional packages will be installed: [2020-09-20T19:13:30.896Z] #32 23.15 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-09-20T19:13:30.896Z] #32 23.16 Suggested packages: [2020-09-20T19:13:30.896Z] #32 23.16 cmake-doc ninja-build lrzip [2020-09-20T19:13:30.896Z] #32 23.16 Recommended packages: [2020-09-20T19:13:30.896Z] #32 23.16 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-09-20T19:13:30.896Z] #32 23.93 The following NEW packages will be installed: [2020-09-20T19:13:30.896Z] #32 23.94 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-09-20T19:13:30.896Z] #32 23.94 vim-common xxd [2020-09-20T19:13:30.896Z] #32 24.08 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2020-09-20T19:13:30.896Z] #32 24.08 Need to get 14.0 MB of archives. [2020-09-20T19:13:30.896Z] #32 24.08 After this operation, 62.1 MB of additional disk space will be used. [2020-09-20T19:13:30.896Z] #32 24.08 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2020-09-20T19:13:30.896Z] #32 24.12 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2020-09-20T19:13:30.896Z] #32 24.21 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake-data all 3.13.4-1 [1476 kB] [2020-09-20T19:13:30.896Z] #32 24.44 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2020-09-20T19:13:30.896Z] #32 25.01 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libxml2 s390x 2.9.4+dfsg1-7+b3 [606 kB] [2020-09-20T19:13:30.896Z] #32 25.04 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libarchive13 s390x 3.3.3-4+deb10u1 [290 kB] [2020-09-20T19:13:30.896Z] #32 25.05 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2020-09-20T19:13:30.896Z] #32 25.06 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x librhash0 s390x 1.3.8-1 [121 kB] [2020-09-20T19:13:30.896Z] #32 25.06 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libuv1 s390x 1.24.1-1 [104 kB] [2020-09-20T19:13:30.896Z] #32 25.07 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake s390x 3.13.4-1 [2912 kB] [2020-09-20T19:13:31.190Z] #32 ... [2020-09-20T19:13:31.190Z] [2020-09-20T19:13:31.190Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:13:31.190Z] #10 25.34 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-base s390x 8.3.0-6+21.3~deb10u1 [175 kB] [2020-09-20T19:13:31.190Z] #10 25.36 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-x86-64 s390x 8.3.0-6+21.3~deb10u1 [33.3 MB] [2020-09-20T19:13:31.190Z] #10 ... [2020-09-20T19:13:31.190Z] [2020-09-20T19:13:31.190Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:13:31.190Z] #60 DONE 25.4s [2020-09-20T19:13:31.487Z] [2020-09-20T19:13:31.487Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:13:31.487Z] #38 25.29 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-c-compiler s390x 1.3.1-1+b1 [67.4 kB] [2020-09-20T19:13:31.487Z] #38 25.30 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-compiler s390x 3.6.1.3-2 [64.7 kB] [2020-09-20T19:13:31.487Z] #38 25.30 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pkg-resources all 40.8.0-1 [182 kB] [2020-09-20T19:13:31.487Z] #38 25.31 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-six all 1.12.0-1 [15.7 kB] [2020-09-20T19:13:31.487Z] #38 25.31 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-protobuf s390x 3.6.1.3-2 [328 kB] [2020-09-20T19:13:32.124Z] #38 26.38 debconf: delaying package configuration, since apt-utils is not installed [2020-09-20T19:13:32.124Z] #38 26.45 Fetched 3742 kB in 0s (9564 kB/s) [2020-09-20T19:13:32.417Z] #38 26.52 Selecting previously unselected package libcap-dev:s390x. [2020-09-20T19:13:32.417Z] #38 26.52 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-09-20T19:13:32.417Z] #38 26.59 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_s390x.deb ... [2020-09-20T19:13:32.417Z] #38 26.59 Unpacking libcap-dev:s390x (1:2.25-2) ... [2020-09-20T19:13:32.417Z] #38 26.68 Selecting previously unselected package libnet1:s390x. [2020-09-20T19:13:32.417Z] #38 26.68 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2020-09-20T19:13:32.417Z] #38 26.69 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-09-20T19:13:32.417Z] #38 26.74 Selecting previously unselected package libnet1-dev. [2020-09-20T19:13:32.417Z] #38 26.75 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_s390x.deb ... [2020-09-20T19:13:32.417Z] #38 26.75 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-09-20T19:13:32.711Z] #38 26.93 Selecting previously unselected package libnl-3-200:s390x. [2020-09-20T19:13:32.711Z] #38 26.94 Preparing to unpack .../03-libnl-3-200_3.4.0-1_s390x.deb ... [2020-09-20T19:13:32.711Z] #38 26.94 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2020-09-20T19:13:32.711Z] #38 27.00 Selecting previously unselected package libnl-3-dev:s390x. [2020-09-20T19:13:32.711Z] #38 27.01 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_s390x.deb ... [2020-09-20T19:13:32.711Z] #38 27.01 Unpacking libnl-3-dev:s390x (3.4.0-1) ... [2020-09-20T19:13:33.005Z] #38 27.23 Selecting previously unselected package libprotobuf-c1:s390x. [2020-09-20T19:13:33.005Z] #38 27.24 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2020-09-20T19:13:33.005Z] #38 27.24 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-09-20T19:13:33.005Z] #38 27.31 Selecting previously unselected package libprotobuf-c-dev:s390x. [2020-09-20T19:13:33.155Z] #8 DONE 2.7s [2020-09-20T19:13:33.155Z] [2020-09-20T19:13:33.155Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-09-20T19:13:33.277Z] Removing intermediate container 99f7dbbf047e [2020-09-20T19:13:33.277Z] ---> 544e75975333 [2020-09-20T19:13:33.277Z] Step 7/15 : WORKDIR /buildx [2020-09-20T19:13:33.277Z] ---> Running in 7189fb4f0286 [2020-09-20T19:13:33.299Z] #38 27.31 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_s390x.deb ... [2020-09-20T19:13:33.299Z] #38 27.31 Unpacking libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2020-09-20T19:13:33.299Z] #38 27.36 Selecting previously unselected package zlib1g-dev:s390x. [2020-09-20T19:13:33.299Z] #38 27.38 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_s390x.deb ... [2020-09-20T19:13:33.299Z] #38 27.39 Unpacking zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2020-09-20T19:13:33.299Z] #38 27.56 Selecting previously unselected package libprotobuf17:s390x. [2020-09-20T19:13:33.299Z] #38 27.57 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_s390x.deb ... [2020-09-20T19:13:33.299Z] #38 27.58 Unpacking libprotobuf17:s390x (3.6.1.3-2) ... [2020-09-20T19:13:33.571Z] Removing intermediate container 7189fb4f0286 [2020-09-20T19:13:33.571Z] ---> 78fd529e8107 [2020-09-20T19:13:33.571Z] Step 8/15 : ARG BUILDX_COMMIT [2020-09-20T19:13:33.571Z] ---> Running in c9c642dc3c2d [2020-09-20T19:13:33.571Z] Removing intermediate container c9c642dc3c2d [2020-09-20T19:13:33.571Z] ---> 537d5e802c32 [2020-09-20T19:13:33.571Z] Step 9/15 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2020-09-20T19:13:33.571Z] ---> Running in 6e0faf79d6b5 [2020-09-20T19:13:33.723Z] #9 DONE 0.5s [2020-09-20T19:13:33.723Z] [2020-09-20T19:13:33.723Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-09-20T19:13:33.723Z] #27 DONE 0.1s [2020-09-20T19:13:33.723Z] [2020-09-20T19:13:33.723Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-09-20T19:13:33.723Z] #35 DONE 0.1s [2020-09-20T19:13:33.723Z] [2020-09-20T19:13:33.723Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-20T19:13:33.934Z] #38 28.06 Selecting previously unselected package libprotobuf-lite17:s390x. [2020-09-20T19:13:33.934Z] #38 28.07 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_s390x.deb ... [2020-09-20T19:13:33.934Z] #38 28.07 Unpacking libprotobuf-lite17:s390x (3.6.1.3-2) ... [2020-09-20T19:13:34.209Z] From https://github.com/docker/buildx [2020-09-20T19:13:34.209Z] * [new tag] v0.3.1 -> build [2020-09-20T19:13:34.227Z] #38 28.25 Selecting previously unselected package libprotobuf-dev:s390x. [2020-09-20T19:13:34.227Z] #38 28.25 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_s390x.deb ... [2020-09-20T19:13:34.227Z] #38 28.25 Unpacking libprotobuf-dev:s390x (3.6.1.3-2) ... [2020-09-20T19:13:34.845Z] Switched to branch 'build' [2020-09-20T19:13:35.266Z] #38 29.30 Selecting previously unselected package libprotoc17:s390x. [2020-09-20T19:13:35.266Z] #38 29.31 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_s390x.deb ... [2020-09-20T19:13:35.266Z] #38 29.32 Unpacking libprotoc17:s390x (3.6.1.3-2) ... [2020-09-20T19:13:35.484Z] Removing intermediate container 6e0faf79d6b5 [2020-09-20T19:13:35.484Z] ---> 58c44eb73ee4 [2020-09-20T19:13:35.484Z] Step 10/15 : ARG GOOS [2020-09-20T19:13:35.484Z] ---> Running in 3c352c2786c4 [2020-09-20T19:13:35.560Z] #38 29.73 Selecting previously unselected package protobuf-c-compiler. [2020-09-20T19:13:35.560Z] #38 29.74 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_s390x.deb ... [2020-09-20T19:13:35.560Z] #38 29.74 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-09-20T19:13:35.560Z] #38 29.82 Selecting previously unselected package protobuf-compiler. [2020-09-20T19:13:35.560Z] #38 29.82 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_s390x.deb ... [2020-09-20T19:13:35.560Z] #38 29.82 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-09-20T19:13:35.778Z] Removing intermediate container 3c352c2786c4 [2020-09-20T19:13:35.778Z] ---> 3b6ccb8aef8e [2020-09-20T19:13:35.778Z] Step 11/15 : ARG GOARCH [2020-09-20T19:13:35.778Z] ---> Running in 13a162f854e4 [2020-09-20T19:13:35.778Z] Removing intermediate container 13a162f854e4 [2020-09-20T19:13:35.778Z] ---> f4fd81d85614 [2020-09-20T19:13:35.778Z] Step 12/15 : RUN GOOS="${GOOS}" GOARCH="${GOARCH}" BUILDX_COMMIT="${BUILDX_COMMIT}"; pkg="github.com/docker/buildx"; ldflags=" -X \"${pkg}/version.Version=$(git describe --tags)\" -X \"${pkg}/version.Revision=$(git rev-parse --short HEAD)\" -X \"${pkg}/version.Package=buildx\" "; go build -mod=vendor -ldflags "${ldflags}" -o /usr/bin/buildx ./cmd/buildx [2020-09-20T19:13:35.778Z] ---> Running in e51e9212f8e4 [2020-09-20T19:13:35.853Z] #38 29.95 Selecting previously unselected package python-pkg-resources. [2020-09-20T19:13:35.853Z] #38 29.96 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-09-20T19:13:35.853Z] #38 29.96 Unpacking python-pkg-resources (40.8.0-1) ... [2020-09-20T19:13:35.853Z] #38 30.18 Selecting previously unselected package python-six. [2020-09-20T19:13:36.198Z] #38 30.19 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-09-20T19:13:36.198Z] #38 30.19 Unpacking python-six (1.12.0-1) ... [2020-09-20T19:13:36.198Z] #38 30.27 Selecting previously unselected package python-protobuf. [2020-09-20T19:13:36.198Z] #38 30.28 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_s390x.deb ... [2020-09-20T19:13:36.198Z] #38 30.28 Unpacking python-protobuf (3.6.1.3-2) ... [2020-09-20T19:13:36.491Z] #38 30.66 Setting up python-pkg-resources (40.8.0-1) ... [2020-09-20T19:13:36.491Z] #38 ... [2020-09-20T19:13:36.491Z] [2020-09-20T19:13:36.491Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:13:36.491Z] #25 3.009 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-09-20T19:13:36.491Z] #25 3.498 [2020-09-20T19:13:36.491Z] #25 3.623 0.3% ######### 12.6% ################# 23.9% ####################### 32.8% ############################## 41.8% #################################### 50.8% ########################################### 59.8% ############################################### 66.6% #################################################### 73.3% ########################################################### 82.3% ################################################################ 89.1% ######################################################################## 100.0% [2020-09-20T19:13:36.491Z] #25 5.348 #=#=# [2020-09-20T19:13:36.491Z] #25 5.534 ############################### 44.3% ################################################################ 89.1% ######################################################################## 100.0% [2020-09-20T19:13:36.491Z] #25 5.918 [2020-09-20T19:13:36.491Z] #25 6.070 0.1% ########################################## 58.7% ######################################################################## 100.0% [2020-09-20T19:13:36.491Z] #25 6.704 [2020-09-20T19:13:37.078Z] #25 6.819 0.1% ####### 9.8% ########### 16.3% ################ 22.7% #################### 29.2% ######################## 33.5% ################################# 46.3% ##################################### 52.7% ########################################## 59.2% ################################################ 67.8% ###################################################### 76.3% ############################################################# 84.9% ################################################################# 91.4% ###################################################################### 97.8% ######################################################################## 100.0% [2020-09-20T19:13:37.078Z] #25 ... [2020-09-20T19:13:37.078Z] [2020-09-20T19:13:37.078Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-20T19:13:37.373Z] #28 31.27 Checking out files: 92% (1403/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-09-20T19:13:37.373Z] #28 31.53 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-09-20T19:13:37.671Z] #28 31.77 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-09-20T19:13:39.001Z] #36 4.807 + git clone https://github.com/docker/distribution.git . [2020-09-20T19:13:39.001Z] #36 4.818 Cloning into '.'... [2020-09-20T19:13:39.001Z] #36 ... [2020-09-20T19:13:39.001Z] [2020-09-20T19:13:39.001Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:13:39.001Z] #21 4.839 + RM_GOPATH=0 [2020-09-20T19:13:39.001Z] #21 4.839 + TMP_GOPATH= [2020-09-20T19:13:39.001Z] #21 4.839 + : /build [2020-09-20T19:13:39.001Z] #21 4.839 + '[' -z '' ']' [2020-09-20T19:13:39.001Z] #21 4.865 ++ mktemp -d [2020-09-20T19:13:39.001Z] #21 4.871 + export GOPATH=/tmp/tmp.wMgfev60YB [2020-09-20T19:13:39.001Z] #21 4.872 + GOPATH=/tmp/tmp.wMgfev60YB [2020-09-20T19:13:39.001Z] #21 4.879 + RM_GOPATH=1 [2020-09-20T19:13:39.001Z] #21 4.881 + case "$(go env GOARCH)" in [2020-09-20T19:13:39.001Z] #21 4.882 ++ go env GOARCH [2020-09-20T19:13:39.001Z] #21 4.930 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:13:39.001Z] #21 4.930 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:13:39.001Z] #21 4.932 ++ dirname /tmp/install/install.sh [2020-09-20T19:13:39.001Z] #21 4.936 + dir=/tmp/install [2020-09-20T19:13:39.001Z] #21 4.940 + bin=dockercli [2020-09-20T19:13:39.001Z] #21 4.941 + shift [2020-09-20T19:13:39.001Z] #21 4.945 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-09-20T19:13:39.001Z] #21 4.950 + . /tmp/install/dockercli.installer [2020-09-20T19:13:39.001Z] #21 4.953 ++ : stable [2020-09-20T19:13:39.001Z] #21 4.953 ++ : 17.06.2-ce [2020-09-20T19:13:39.001Z] #21 4.957 + install_dockercli [2020-09-20T19:13:39.001Z] #21 4.958 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-09-20T19:13:39.001Z] #21 4.958 Install docker/cli version 17.06.2-ce from stable [2020-09-20T19:13:39.001Z] #21 4.960 ++ uname -m [2020-09-20T19:13:39.001Z] #21 4.967 + arch=x86_64 [2020-09-20T19:13:39.001Z] #21 4.968 + '[' x86_64 '!=' x86_64 ']' [2020-09-20T19:13:39.001Z] #21 4.977 + url=https://download.docker.com/linux/static [2020-09-20T19:13:39.001Z] #21 4.978 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-09-20T19:13:39.001Z] #21 4.978 + tar -xz docker/docker [2020-09-20T19:13:40.911Z] #21 ... [2020-09-20T19:13:40.911Z] [2020-09-20T19:13:40.911Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:13:40.911Z] #30 5.034 + RM_GOPATH=0 [2020-09-20T19:13:40.911Z] #30 5.035 + TMP_GOPATH= [2020-09-20T19:13:40.911Z] #30 5.035 + : /build [2020-09-20T19:13:40.911Z] #30 5.035 + '[' -z '' ']' [2020-09-20T19:13:40.911Z] #30 5.039 ++ mktemp -d [2020-09-20T19:13:40.911Z] #30 5.041 + export GOPATH=/tmp/tmp.5ckSkURl5a [2020-09-20T19:13:40.911Z] #30 5.041 + GOPATH=/tmp/tmp.5ckSkURl5a [2020-09-20T19:13:40.911Z] #30 5.041 + RM_GOPATH=1 [2020-09-20T19:13:40.911Z] #30 5.041 + case "$(go env GOARCH)" in [2020-09-20T19:13:40.911Z] #30 5.042 ++ go env GOARCH [2020-09-20T19:13:40.912Z] #30 5.103 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:13:40.912Z] #30 5.103 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:13:40.912Z] #30 5.106 ++ dirname /tmp/install/install.sh [2020-09-20T19:13:40.912Z] #30 5.111 + dir=/tmp/install [2020-09-20T19:13:40.912Z] #30 5.121 + bin=tomlv [2020-09-20T19:13:40.912Z] #30 5.121 + shift [2020-09-20T19:13:40.912Z] #30 5.121 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-09-20T19:13:40.912Z] #30 5.121 + . /tmp/install/tomlv.installer [2020-09-20T19:13:40.912Z] #30 5.128 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-20T19:13:40.912Z] #30 5.128 + install_tomlv [2020-09-20T19:13:40.912Z] #30 5.129 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-09-20T19:13:40.912Z] #30 5.129 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-20T19:13:40.912Z] #30 5.131 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.5ckSkURl5a/src/github.com/BurntSushi/toml [2020-09-20T19:13:40.912Z] #30 5.141 Cloning into '/tmp/tmp.5ckSkURl5a/src/github.com/BurntSushi/toml'... [2020-09-20T19:13:40.912Z] #30 6.352 + cd /tmp/tmp.5ckSkURl5a/src/github.com/BurntSushi/toml [2020-09-20T19:13:40.912Z] #30 6.352 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-20T19:13:40.912Z] #30 6.363 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-09-20T19:13:40.912Z] #30 7.052 internal/cpu [2020-09-20T19:13:40.912Z] #30 7.071 runtime/internal/atomic [2020-09-20T19:13:40.912Z] #30 7.381 runtime/internal/sys [2020-09-20T19:13:41.172Z] #30 7.597 runtime/internal/math [2020-09-20T19:13:41.172Z] #30 7.652 internal/bytealg [2020-09-20T19:13:41.216Z] #28 ... [2020-09-20T19:13:41.216Z] [2020-09-20T19:13:41.216Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:13:41.216Z] #30 25.26 sync [2020-09-20T19:13:41.216Z] #30 25.27 internal/reflectlite [2020-09-20T19:13:41.216Z] #30 27.40 errors [2020-09-20T19:13:41.216Z] #30 27.41 sort [2020-09-20T19:13:41.216Z] #30 27.59 strconv [2020-09-20T19:13:41.216Z] #30 28.65 io [2020-09-20T19:13:41.216Z] #30 29.38 reflect [2020-09-20T19:13:41.216Z] #30 29.82 internal/oserror [2020-09-20T19:13:41.216Z] #30 29.86 syscall [2020-09-20T19:13:41.216Z] #30 ... [2020-09-20T19:13:41.216Z] [2020-09-20T19:13:41.216Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:13:41.216Z] #25 8.700 [2020-09-20T19:13:41.431Z] #30 7.761 math/bits [2020-09-20T19:13:42.001Z] #30 ... [2020-09-20T19:13:42.001Z] [2020-09-20T19:13:42.001Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:13:42.001Z] #43 4.857 + RM_GOPATH=0 [2020-09-20T19:13:42.001Z] #43 4.857 + TMP_GOPATH= [2020-09-20T19:13:42.001Z] #43 4.857 + : /build [2020-09-20T19:13:42.001Z] #43 4.857 + '[' -z '' ']' [2020-09-20T19:13:42.001Z] #43 4.865 ++ mktemp -d [2020-09-20T19:13:42.001Z] #43 4.865 + export GOPATH=/tmp/tmp.dB5hOQBHMp [2020-09-20T19:13:42.001Z] #43 4.865 + GOPATH=/tmp/tmp.dB5hOQBHMp [2020-09-20T19:13:42.001Z] #43 4.865 + RM_GOPATH=1 [2020-09-20T19:13:42.001Z] #43 4.865 + case "$(go env GOARCH)" in [2020-09-20T19:13:42.001Z] #43 4.870 ++ go env GOARCH [2020-09-20T19:13:42.001Z] #43 4.888 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:13:42.001Z] #43 4.888 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:13:42.001Z] #43 4.890 ++ dirname /tmp/install/install.sh [2020-09-20T19:13:42.001Z] #43 4.897 + dir=/tmp/install [2020-09-20T19:13:42.001Z] #43 4.897 + bin=gotestsum [2020-09-20T19:13:42.001Z] #43 4.897 + shift [2020-09-20T19:13:42.001Z] #43 4.897 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-09-20T19:13:42.001Z] #43 4.898 + . /tmp/install/gotestsum.installer [2020-09-20T19:13:42.001Z] #43 4.899 ++ : v0.5.3 [2020-09-20T19:13:42.001Z] #43 4.901 + install_gotestsum [2020-09-20T19:13:42.001Z] #43 4.901 + set -e [2020-09-20T19:13:42.001Z] #43 4.903 + export GO111MODULE=on [2020-09-20T19:13:42.001Z] #43 4.903 + GO111MODULE=on [2020-09-20T19:13:42.001Z] #43 4.904 + GOBIN=/build [2020-09-20T19:13:42.001Z] #43 4.904 + go get gotest.tools/gotestsum@v0.5.3 [2020-09-20T19:13:42.001Z] #43 5.031 go: finding gotest.tools/gotestsum v0.5.3 [2020-09-20T19:13:42.001Z] #43 5.062 go: finding gotest.tools v0.5.3 [2020-09-20T19:13:42.001Z] #43 6.275 go: downloading gotest.tools/gotestsum v0.5.3 [2020-09-20T19:13:42.001Z] #43 6.914 go: extracting gotest.tools/gotestsum v0.5.3 [2020-09-20T19:13:42.001Z] #43 7.852 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-09-20T19:13:42.001Z] #43 7.855 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-20T19:13:42.001Z] #43 7.921 go: downloading github.com/fatih/color v1.9.0 [2020-09-20T19:13:42.001Z] #43 8.017 go: downloading github.com/pkg/errors v0.9.1 [2020-09-20T19:13:42.001Z] #43 8.215 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-09-20T19:13:42.001Z] #43 8.216 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-09-20T19:13:42.001Z] #43 8.216 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-09-20T19:13:42.001Z] #43 8.243 go: downloading github.com/spf13/pflag v1.0.3 [2020-09-20T19:13:42.001Z] #43 8.263 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-09-20T19:13:42.001Z] #43 8.294 go: extracting github.com/fatih/color v1.9.0 [2020-09-20T19:13:42.001Z] #43 8.337 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-09-20T19:13:42.001Z] #43 8.369 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-09-20T19:13:42.001Z] #43 ... [2020-09-20T19:13:42.001Z] [2020-09-20T19:13:42.001Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:13:42.001Z] #30 8.452 runtime [2020-09-20T19:13:42.096Z] #25 8.888 # 1.4% ## 3.3% ### 5.2% ##### 7.1% ###### 8.9% ####### 10.8% ######### 12.7% ########## 14.5% ########### 16.4% ############# 18.3% ############## 20.8% ################ 22.6% ################# 24.5% ################## 26.4% #################### 28.2% ##################### 30.1% ###################### 31.3% ####################### 32.2% ####################### 32.9% ######################### 35.5% ########################## 37.4% ############################ 40.1% ############################## 42.0% ############################### 43.9% ################################# 47.0% ################################### 48.8% #################################### 51.3% ###################################### 53.2% ######################################## 55.7% ######################################### 57.5% ########################################### 60.0% ############################################ 62.0% ############################################## 64.4% ############################################### 66.7% ################################################# 68.5% ################################################### 71.6% #################################################### 73.5% ###################################################### 75.4% [2020-09-20T19:13:42.096Z] #25 ... [2020-09-20T19:13:42.096Z] [2020-09-20T19:13:42.096Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:13:42.096Z] #32 26.14 debconf: delaying package configuration, since apt-utils is not installed [2020-09-20T19:13:42.096Z] #32 26.26 Fetched 14.0 MB in 1s (10.6 MB/s) [2020-09-20T19:13:42.096Z] #32 26.33 Selecting previously unselected package xxd. [2020-09-20T19:13:42.096Z] #32 26.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 ... 15177 files and directories currently installed.) [2020-09-20T19:13:42.096Z] #32 26.40 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_s390x.deb ... [2020-09-20T19:13:42.096Z] #32 26.41 Unpacking xxd (2:8.1.0875-5) ... [2020-09-20T19:13:42.096Z] #32 26.53 Selecting previously unselected package vim-common. [2020-09-20T19:13:42.096Z] #32 26.55 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-09-20T19:13:42.096Z] #32 26.57 Unpacking vim-common (2:8.1.0875-5) ... [2020-09-20T19:13:42.096Z] #32 26.78 Selecting previously unselected package cmake-data. [2020-09-20T19:13:42.096Z] #32 26.78 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-09-20T19:13:42.096Z] #32 26.79 Unpacking cmake-data (3.13.4-1) ... [2020-09-20T19:13:42.097Z] #32 29.02 Selecting previously unselected package libicu63:s390x. [2020-09-20T19:13:42.097Z] #32 29.03 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_s390x.deb ... [2020-09-20T19:13:42.097Z] #32 29.04 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2020-09-20T19:13:42.097Z] #32 33.92 Selecting previously unselected package libxml2:s390x. [2020-09-20T19:13:42.097Z] #32 33.94 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_s390x.deb ... [2020-09-20T19:13:42.097Z] #32 33.94 Unpacking libxml2:s390x (2.9.4+dfsg1-7+b3) ... [2020-09-20T19:13:42.097Z] #32 34.44 Selecting previously unselected package libarchive13:s390x. [2020-09-20T19:13:42.097Z] #32 34.44 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_s390x.deb ... [2020-09-20T19:13:42.097Z] #32 34.45 Unpacking libarchive13:s390x (3.3.3-4+deb10u1) ... [2020-09-20T19:13:42.097Z] #32 34.63 Selecting previously unselected package libjsoncpp1:s390x. [2020-09-20T19:13:42.097Z] #32 34.63 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_s390x.deb ... [2020-09-20T19:13:42.097Z] #32 34.64 Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2020-09-20T19:13:42.097Z] #32 34.78 Selecting previously unselected package librhash0:s390x. [2020-09-20T19:13:42.097Z] #32 34.78 Preparing to unpack .../7-librhash0_1.3.8-1_s390x.deb ... [2020-09-20T19:13:42.097Z] #32 34.79 Unpacking librhash0:s390x (1.3.8-1) ... [2020-09-20T19:13:42.097Z] #32 34.92 Selecting previously unselected package libuv1:s390x. [2020-09-20T19:13:42.097Z] #32 34.92 Preparing to unpack .../8-libuv1_1.24.1-1_s390x.deb ... [2020-09-20T19:13:42.097Z] #32 34.94 Unpacking libuv1:s390x (1.24.1-1) ... [2020-09-20T19:13:42.097Z] #32 35.01 Selecting previously unselected package cmake. [2020-09-20T19:13:42.097Z] #32 35.01 Preparing to unpack .../9-cmake_3.13.4-1_s390x.deb ... [2020-09-20T19:13:42.097Z] #32 35.01 Unpacking cmake (3.13.4-1) ... [2020-09-20T19:13:42.097Z] #32 ... [2020-09-20T19:13:42.097Z] [2020-09-20T19:13:42.097Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:13:42.097Z] #52 1.881 + RM_GOPATH=0 [2020-09-20T19:13:42.097Z] #52 1.881 + TMP_GOPATH= [2020-09-20T19:13:42.097Z] #52 1.881 + : /build [2020-09-20T19:13:42.097Z] #52 1.881 + '[' -z '' ']' [2020-09-20T19:13:42.097Z] #52 1.881 ++ mktemp -d [2020-09-20T19:13:42.097Z] #52 1.883 + export GOPATH=/tmp/tmp.8BczuTr1CM [2020-09-20T19:13:42.097Z] #52 1.883 + GOPATH=/tmp/tmp.8BczuTr1CM [2020-09-20T19:13:42.097Z] #52 1.884 + RM_GOPATH=1 [2020-09-20T19:13:42.097Z] #52 1.884 + case "$(go env GOARCH)" in [2020-09-20T19:13:42.097Z] #52 1.885 ++ go env GOARCH [2020-09-20T19:13:42.097Z] #52 1.892 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:13:42.097Z] #52 1.892 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:13:42.097Z] #52 1.893 ++ dirname /tmp/install/install.sh [2020-09-20T19:13:42.097Z] #52 1.893 + dir=/tmp/install [2020-09-20T19:13:42.097Z] #52 1.893 + bin=containerd [2020-09-20T19:13:42.097Z] #52 1.893 + shift [2020-09-20T19:13:42.097Z] #52 1.893 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-09-20T19:13:42.097Z] #52 1.894 + . /tmp/install/containerd.installer [2020-09-20T19:13:42.097Z] #52 1.894 ++ set -e [2020-09-20T19:13:42.097Z] #52 1.894 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-09-20T19:13:42.097Z] #52 1.894 + install_containerd [2020-09-20T19:13:42.097Z] #52 1.897 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-09-20T19:13:42.097Z] #52 1.897 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-09-20T19:13:42.097Z] #52 1.897 + git clone https://github.com/containerd/containerd.git /tmp/tmp.8BczuTr1CM/src/github.com/containerd/containerd [2020-09-20T19:13:42.097Z] #52 1.900 Cloning into '/tmp/tmp.8BczuTr1CM/src/github.com/containerd/containerd'... [2020-09-20T19:13:42.097Z] #52 ... [2020-09-20T19:13:42.097Z] [2020-09-20T19:13:42.097Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:13:42.261Z] #30 8.483 math [2020-09-20T19:13:43.273Z] #25 8.888 # 1.4% ## 3.3% ### 5.2% ##### 7.1% ###### 8.9% ####### 10.8% ######### 12.7% ########## 14.5% ########### 16.4% ############# 18.3% ############## 20.8% ################ 22.6% ################# 24.5% ################## 26.4% #################### 28.2% ##################### 30.1% ###################### 31.3% ####################### 32.2% ####################### 32.9% ######################### 35.5% ########################## 37.4% ############################ 40.1% ############################## 42.0% ############################### 43.9% ################################# 47.0% ################################### 48.8% #################################### 51.3% ###################################### 53.2% ######################################## 55.7% ######################################### 57.5% ########################################### 60.0% ############################################ 62.0% ############################################## 64.4% ############################################### 66.7% ################################################# 68.5% ################################################### 71.6% #################################################### 73.5% ###################################################### 75.4% ####################################################### 77.2% ######################################################## 78.5% ######################################################### 80.4% ########################################################### 82.9% ############################################################# 85.4% ############################################################### 87.8% ################################################################# 90.3% ################################################################## 92.2% ################################################################### 94.1% ##################################################################### 95.9% ###################################################################### 97.8% ######################################################################## 100.0% [2020-09-20T19:13:43.273Z] #25 14.61 [2020-09-20T19:13:43.567Z] #25 ... [2020-09-20T19:13:43.567Z] [2020-09-20T19:13:43.567Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:13:43.567Z] #10 27.84 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x g++-mingw-w64-x86-64 s390x 8.3.0-6+21.3~deb10u1 [24.0 MB] [2020-09-20T19:13:43.567Z] #10 29.26 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB] [2020-09-20T19:13:43.567Z] #10 29.26 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB] [2020-09-20T19:13:43.567Z] #10 29.26 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2020-09-20T19:13:43.567Z] #10 29.26 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2020-09-20T19:13:43.567Z] #10 29.27 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-event1.02.1 s390x 2:1.02.155-3 [22.3 kB] [2020-09-20T19:13:43.567Z] #10 29.27 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev-dev s390x 241-7~deb10u4 [110 kB] [2020-09-20T19:13:43.567Z] #10 29.28 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsepol1-dev s390x 2.8-1 [313 kB] [2020-09-20T19:13:43.567Z] #10 29.28 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre16-3 s390x 2:8.39-12 [188 kB] [2020-09-20T19:13:43.567Z] #10 29.31 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre32-3 s390x 2:8.39-12 [183 kB] [2020-09-20T19:13:43.567Z] #10 29.32 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcrecpp0v5 s390x 2:8.39-12 [151 kB] [2020-09-20T19:13:43.567Z] #10 29.32 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre3-dev s390x 2:8.39-12 [481 kB] [2020-09-20T19:13:43.567Z] #10 29.35 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x libselinux1-dev s390x 2.8-1+b1 [165 kB] [2020-09-20T19:13:43.567Z] #10 29.36 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-dev s390x 2:1.02.155-3 [51.4 kB] [2020-09-20T19:13:43.567Z] #10 29.36 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libseccomp-dev s390x 2.3.3-4 [60.4 kB] [2020-09-20T19:13:43.567Z] #10 29.36 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd-dev s390x 241-7~deb10u4 [322 kB] [2020-09-20T19:13:43.567Z] #10 30.14 debconf: delaying package configuration, since apt-utils is not installed [2020-09-20T19:13:43.567Z] #10 30.28 Fetched 73.3 MB in 5s (14.3 MB/s) [2020-09-20T19:13:43.567Z] #10 30.36 Selecting previously unselected package binutils-mingw-w64-i686. [2020-09-20T19:13:43.567Z] #10 30.36 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-09-20T19:13:43.567Z] #10 30.45 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_s390x.deb ... [2020-09-20T19:13:43.567Z] #10 30.45 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-09-20T19:13:43.567Z] #10 32.43 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-09-20T19:13:43.567Z] #10 32.45 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_s390x.deb ... [2020-09-20T19:13:43.567Z] #10 32.45 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-09-20T19:13:43.567Z] #10 34.89 Selecting previously unselected package binutils-mingw-w64. [2020-09-20T19:13:43.567Z] #10 34.89 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-09-20T19:13:43.567Z] #10 34.89 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-09-20T19:13:43.567Z] #10 34.96 Selecting previously unselected package libdevmapper1.02.1:s390x. [2020-09-20T19:13:43.567Z] #10 34.96 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_s390x.deb ... [2020-09-20T19:13:43.567Z] #10 34.97 Unpacking libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2020-09-20T19:13:43.567Z] #10 35.08 Selecting previously unselected package dmsetup. [2020-09-20T19:13:43.567Z] #10 35.08 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_s390x.deb ... [2020-09-20T19:13:43.567Z] #10 35.09 Unpacking dmsetup (2:1.02.155-3) ... [2020-09-20T19:13:43.567Z] #10 35.19 Selecting previously unselected package mingw-w64-common. [2020-09-20T19:13:43.567Z] #10 35.20 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-09-20T19:13:43.567Z] #10 35.20 Unpacking mingw-w64-common (6.0.0-3) ... [2020-09-20T19:13:43.644Z] #30 ... [2020-09-20T19:13:43.644Z] [2020-09-20T19:13:43.644Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:13:43.644Z] #54 4.830 + RM_GOPATH=0 [2020-09-20T19:13:43.644Z] #54 4.830 + TMP_GOPATH= [2020-09-20T19:13:43.644Z] #54 4.830 + : /build [2020-09-20T19:13:43.644Z] #54 4.830 + '[' -z '' ']' [2020-09-20T19:13:43.644Z] #54 4.862 ++ mktemp -d [2020-09-20T19:13:43.644Z] #54 4.873 + export GOPATH=/tmp/tmp.G920waimSJ [2020-09-20T19:13:43.644Z] #54 4.873 + GOPATH=/tmp/tmp.G920waimSJ [2020-09-20T19:13:43.644Z] #54 4.873 + RM_GOPATH=1 [2020-09-20T19:13:43.644Z] #54 4.873 + case "$(go env GOARCH)" in [2020-09-20T19:13:43.644Z] #54 4.878 ++ go env GOARCH [2020-09-20T19:13:43.644Z] #54 4.904 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:13:43.644Z] #54 4.904 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:13:43.644Z] #54 4.912 ++ dirname /tmp/install/install.sh [2020-09-20T19:13:43.644Z] #54 4.923 + dir=/tmp/install [2020-09-20T19:13:43.644Z] #54 4.923 + bin=rootlesskit [2020-09-20T19:13:43.644Z] #54 4.923 + shift [2020-09-20T19:13:43.644Z] #54 4.924 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-09-20T19:13:43.644Z] #54 4.924 + . /tmp/install/rootlesskit.installer [2020-09-20T19:13:43.644Z] #54 4.924 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-20T19:13:43.644Z] #54 4.927 + install_rootlesskit [2020-09-20T19:13:43.644Z] #54 4.927 + case "$1" in [2020-09-20T19:13:43.644Z] #54 4.929 + export CGO_ENABLED=0 [2020-09-20T19:13:43.644Z] #54 4.929 + CGO_ENABLED=0 [2020-09-20T19:13:43.644Z] #54 4.931 + _install_rootlesskit [2020-09-20T19:13:43.644Z] #54 4.931 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86' [2020-09-20T19:13:43.644Z] #54 4.932 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.G920waimSJ/src/github.com/rootless-containers/rootlesskit [2020-09-20T19:13:43.644Z] #54 4.932 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-20T19:13:43.644Z] #54 4.938 Cloning into '/tmp/tmp.G920waimSJ/src/github.com/rootless-containers/rootlesskit'... [2020-09-20T19:13:43.644Z] #54 ... [2020-09-20T19:13:43.644Z] [2020-09-20T19:13:43.644Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:13:43.644Z] #60 4.334 + RM_GOPATH=0 [2020-09-20T19:13:43.644Z] #60 4.334 + TMP_GOPATH= [2020-09-20T19:13:43.644Z] #60 4.334 + : /build [2020-09-20T19:13:43.644Z] #60 4.334 + '[' -z '' ']' [2020-09-20T19:13:43.644Z] #60 4.334 ++ mktemp -d [2020-09-20T19:13:43.644Z] #60 4.334 + export GOPATH=/tmp/tmp.5H5rGEQ21w [2020-09-20T19:13:43.644Z] #60 4.334 + GOPATH=/tmp/tmp.5H5rGEQ21w [2020-09-20T19:13:43.644Z] #60 4.334 + RM_GOPATH=1 [2020-09-20T19:13:43.644Z] #60 4.334 + case "$(go env GOARCH)" in [2020-09-20T19:13:43.644Z] #60 4.338 ++ go env GOARCH [2020-09-20T19:13:43.644Z] #60 4.367 Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-09-20T19:13:43.644Z] #60 4.367 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:13:43.644Z] #60 4.367 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:13:43.644Z] #60 4.367 ++ dirname /tmp/install/install.sh [2020-09-20T19:13:43.644Z] #60 4.367 + dir=/tmp/install [2020-09-20T19:13:43.644Z] #60 4.367 + bin=proxy [2020-09-20T19:13:43.644Z] #60 4.367 + shift [2020-09-20T19:13:43.644Z] #60 4.367 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-09-20T19:13:43.644Z] #60 4.367 + . /tmp/install/proxy.installer [2020-09-20T19:13:43.644Z] #60 4.367 ++ : d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-09-20T19:13:43.644Z] #60 4.367 + install_proxy [2020-09-20T19:13:43.644Z] #60 4.367 + case "$1" in [2020-09-20T19:13:43.644Z] #60 4.367 + export CGO_ENABLED=0 [2020-09-20T19:13:43.644Z] #60 4.367 + CGO_ENABLED=0 [2020-09-20T19:13:43.644Z] #60 4.367 + _install_proxy [2020-09-20T19:13:43.644Z] #60 4.367 + echo 'Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b' [2020-09-20T19:13:43.644Z] #60 4.367 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.5H5rGEQ21w/src/github.com/docker/libnetwork [2020-09-20T19:13:43.644Z] #60 4.367 Cloning into '/tmp/tmp.5H5rGEQ21w/src/github.com/docker/libnetwork'... [2020-09-20T19:13:43.861Z] #10 ... [2020-09-20T19:13:43.861Z] [2020-09-20T19:13:43.861Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:13:43.861Z] #32 37.24 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2020-09-20T19:13:43.861Z] #32 37.25 Setting up xxd (2:8.1.0875-5) ... [2020-09-20T19:13:43.861Z] #32 37.26 Setting up libuv1:s390x (1.24.1-1) ... [2020-09-20T19:13:43.861Z] #32 37.30 Setting up vim-common (2:8.1.0875-5) ... [2020-09-20T19:13:43.861Z] #32 37.33 Setting up librhash0:s390x (1.3.8-1) ... [2020-09-20T19:13:43.861Z] #32 37.34 Setting up cmake-data (3.13.4-1) ... [2020-09-20T19:13:43.861Z] #32 37.35 Setting up libxml2:s390x (2.9.4+dfsg1-7+b3) ... [2020-09-20T19:13:43.861Z] #32 37.36 Setting up libjsoncpp1:s390x (1.7.4-3) ... [2020-09-20T19:13:43.861Z] #32 37.37 Setting up libarchive13:s390x (3.3.3-4+deb10u1) ... [2020-09-20T19:13:43.861Z] #32 37.39 Setting up cmake (3.13.4-1) ... [2020-09-20T19:13:43.861Z] #32 37.40 Processing triggers for libc-bin (2.28-10) ... [2020-09-20T19:13:43.861Z] #32 37.44 Processing triggers for mime-support (3.62) ... [2020-09-20T19:13:43.904Z] #60 ... [2020-09-20T19:13:43.904Z] [2020-09-20T19:13:43.904Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:13:43.904Z] #10 4.418 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-20T19:13:43.904Z] #10 4.451 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-20T19:13:43.904Z] #10 4.461 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-20T19:13:43.904Z] #10 5.741 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-20T19:13:43.904Z] #10 7.569 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [231 kB] [2020-09-20T19:13:43.904Z] #10 10.34 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-20T19:13:43.904Z] #10 ... [2020-09-20T19:13:43.904Z] [2020-09-20T19:13:43.904Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:13:43.904Z] #41 4.847 + RM_GOPATH=0 [2020-09-20T19:13:43.904Z] #41 4.847 + TMP_GOPATH= [2020-09-20T19:13:43.904Z] #41 4.847 + : /build [2020-09-20T19:13:43.904Z] #41 4.847 + '[' -z '' ']' [2020-09-20T19:13:43.904Z] #41 4.848 ++ mktemp -d [2020-09-20T19:13:43.905Z] #41 4.852 + export GOPATH=/tmp/tmp.G1EMzKRz3E [2020-09-20T19:13:43.905Z] #41 4.852 + GOPATH=/tmp/tmp.G1EMzKRz3E [2020-09-20T19:13:43.905Z] #41 4.852 + RM_GOPATH=1 [2020-09-20T19:13:43.905Z] #41 4.852 + case "$(go env GOARCH)" in [2020-09-20T19:13:43.905Z] #41 4.852 ++ go env GOARCH [2020-09-20T19:13:43.905Z] #41 4.892 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:13:43.905Z] #41 4.892 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:13:43.905Z] #41 4.892 ++ dirname /tmp/install/install.sh [2020-09-20T19:13:43.905Z] #41 4.898 + dir=/tmp/install [2020-09-20T19:13:43.905Z] #41 4.899 + bin=vndr [2020-09-20T19:13:43.905Z] #41 4.901 + shift [2020-09-20T19:13:43.905Z] #41 4.902 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-09-20T19:13:43.905Z] #41 4.902 + . /tmp/install/vndr.installer [2020-09-20T19:13:43.905Z] #41 4.902 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-20T19:13:43.905Z] #41 4.904 + install_vndr [2020-09-20T19:13:43.905Z] #41 4.909 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-09-20T19:13:43.905Z] #41 4.911 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-20T19:13:43.905Z] #41 4.911 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.G1EMzKRz3E/src/github.com/LK4D4/vndr [2020-09-20T19:13:43.905Z] #41 4.914 Cloning into '/tmp/tmp.G1EMzKRz3E/src/github.com/LK4D4/vndr'... [2020-09-20T19:13:43.905Z] #41 5.786 + cd /tmp/tmp.G1EMzKRz3E/src/github.com/LK4D4/vndr [2020-09-20T19:13:43.905Z] #41 5.786 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-20T19:13:43.905Z] #41 5.827 + go build -buildmode=pie -v -o /build/vndr . [2020-09-20T19:13:43.905Z] #41 7.358 runtime/internal/atomic [2020-09-20T19:13:43.905Z] #41 7.387 internal/cpu [2020-09-20T19:13:43.905Z] #41 7.633 runtime/internal/math [2020-09-20T19:13:43.905Z] #41 7.797 internal/race [2020-09-20T19:13:43.905Z] #41 7.878 sync/atomic [2020-09-20T19:13:43.905Z] #41 8.105 internal/bytealg [2020-09-20T19:13:43.905Z] #41 8.192 unicode [2020-09-20T19:13:43.905Z] #41 9.162 runtime [2020-09-20T19:13:44.155Z] #32 DONE 38.2s [2020-09-20T19:13:44.155Z] [2020-09-20T19:13:44.155Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:13:44.155Z] #38 32.48 Setting up libprotobuf-lite17:s390x (3.6.1.3-2) ... [2020-09-20T19:13:44.155Z] #38 32.49 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-09-20T19:13:44.155Z] #38 32.50 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-09-20T19:13:44.155Z] #38 32.50 Setting up libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2020-09-20T19:13:44.155Z] #38 32.51 Setting up python-six (1.12.0-1) ... [2020-09-20T19:13:44.155Z] #38 34.13 Setting up zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2020-09-20T19:13:44.155Z] #38 34.13 Setting up libnl-3-200:s390x (3.4.0-1) ... [2020-09-20T19:13:44.155Z] #38 34.15 Setting up libprotobuf17:s390x (3.6.1.3-2) ... [2020-09-20T19:13:44.155Z] #38 34.16 Setting up libcap-dev:s390x (1:2.25-2) ... [2020-09-20T19:13:44.155Z] #38 34.17 Setting up libprotoc17:s390x (3.6.1.3-2) ... [2020-09-20T19:13:44.155Z] #38 34.18 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-09-20T19:13:44.155Z] #38 34.18 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-09-20T19:13:44.155Z] #38 34.19 Setting up libprotobuf-dev:s390x (3.6.1.3-2) ... [2020-09-20T19:13:44.155Z] #38 34.20 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-09-20T19:13:44.155Z] #38 34.21 Setting up python-protobuf (3.6.1.3-2) ... [2020-09-20T19:13:44.155Z] #38 37.28 Setting up libnl-3-dev:s390x (3.4.0-1) ... [2020-09-20T19:13:44.155Z] #38 37.30 Processing triggers for libc-bin (2.28-10) ... [2020-09-20T19:13:44.155Z] #38 DONE 38.2s [2020-09-20T19:13:44.155Z] [2020-09-20T19:13:44.155Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:13:44.155Z] #41 28.35 io [2020-09-20T19:13:44.155Z] #41 28.35 strconv [2020-09-20T19:13:44.155Z] #41 29.35 bytes [2020-09-20T19:13:44.155Z] #41 30.85 reflect [2020-09-20T19:13:44.155Z] #41 31.07 bufio [2020-09-20T19:13:44.155Z] #41 32.54 syscall [2020-09-20T19:13:44.155Z] #41 38.23 time [2020-09-20T19:13:44.155Z] #41 ... [2020-09-20T19:13:44.155Z] [2020-09-20T19:13:44.155Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:13:44.166Z] #41 ... [2020-09-20T19:13:44.166Z] [2020-09-20T19:13:44.166Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:13:44.166Z] #38 3.956 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-20T19:13:44.166Z] #38 3.994 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-20T19:13:44.166Z] #38 4.062 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-20T19:13:44.166Z] #38 4.708 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-20T19:13:44.166Z] #38 6.871 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [231 kB] [2020-09-20T19:13:44.166Z] #38 9.150 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-20T19:13:44.426Z] #38 ... [2020-09-20T19:13:44.426Z] [2020-09-20T19:13:44.426Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:13:44.426Z] #32 4.334 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-20T19:13:44.426Z] #32 4.385 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-20T19:13:44.426Z] #32 4.385 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-20T19:13:44.426Z] #32 5.636 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-20T19:13:44.426Z] #32 7.936 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [231 kB] [2020-09-20T19:13:44.426Z] #32 10.66 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-20T19:13:44.426Z] #32 ... [2020-09-20T19:13:44.426Z] [2020-09-20T19:13:44.426Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:13:44.426Z] #45 4.259 + RM_GOPATH=0 [2020-09-20T19:13:44.426Z] #45 4.259 + TMP_GOPATH= [2020-09-20T19:13:44.426Z] #45 4.259 + : /build [2020-09-20T19:13:44.426Z] #45 4.259 + '[' -z '' ']' [2020-09-20T19:13:44.426Z] #45 4.259 ++ mktemp -d [2020-09-20T19:13:44.426Z] #45 4.259 + export GOPATH=/tmp/tmp.ZNyUUGgzAs [2020-09-20T19:13:44.426Z] #45 4.259 + GOPATH=/tmp/tmp.ZNyUUGgzAs [2020-09-20T19:13:44.426Z] #45 4.259 + RM_GOPATH=1 [2020-09-20T19:13:44.426Z] #45 4.259 + case "$(go env GOARCH)" in [2020-09-20T19:13:44.426Z] #45 4.259 ++ go env GOARCH [2020-09-20T19:13:44.426Z] #45 4.280 Installing golangci-lint version v1.23.8 [2020-09-20T19:13:44.426Z] #45 4.280 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:13:44.426Z] #45 4.280 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:13:44.426Z] #45 4.280 ++ dirname /tmp/install/install.sh [2020-09-20T19:13:44.426Z] #45 4.280 + dir=/tmp/install [2020-09-20T19:13:44.426Z] #45 4.280 + bin=golangci_lint [2020-09-20T19:13:44.426Z] #45 4.280 + shift [2020-09-20T19:13:44.426Z] #45 4.280 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-09-20T19:13:44.426Z] #45 4.280 + . /tmp/install/golangci_lint.installer [2020-09-20T19:13:44.426Z] #45 4.280 ++ : v1.23.8 [2020-09-20T19:13:44.426Z] #45 4.280 + install_golangci_lint [2020-09-20T19:13:44.426Z] #45 4.280 + echo 'Installing golangci-lint version v1.23.8' [2020-09-20T19:13:44.426Z] #45 4.280 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-09-20T19:13:44.686Z] #45 ... [2020-09-20T19:13:44.686Z] [2020-09-20T19:13:44.686Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:13:44.686Z] #47 4.856 + RM_GOPATH=0 [2020-09-20T19:13:44.686Z] #47 4.856 + TMP_GOPATH= [2020-09-20T19:13:44.686Z] #47 4.856 + : /build [2020-09-20T19:13:44.686Z] #47 4.856 + '[' -z '' ']' [2020-09-20T19:13:44.686Z] #47 4.866 ++ mktemp -d [2020-09-20T19:13:44.686Z] #47 4.872 + export GOPATH=/tmp/tmp.MK0qAXu593 [2020-09-20T19:13:44.686Z] #47 4.880 + GOPATH=/tmp/tmp.MK0qAXu593 [2020-09-20T19:13:44.686Z] #47 4.880 + RM_GOPATH=1 [2020-09-20T19:13:44.686Z] #47 4.880 + case "$(go env GOARCH)" in [2020-09-20T19:13:44.686Z] #47 4.885 ++ go env GOARCH [2020-09-20T19:13:44.686Z] #47 4.930 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:13:44.686Z] #47 4.930 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:13:44.686Z] #47 4.931 ++ dirname /tmp/install/install.sh [2020-09-20T19:13:44.686Z] #47 4.934 + dir=/tmp/install [2020-09-20T19:13:44.686Z] #47 4.935 + bin=shfmt [2020-09-20T19:13:44.686Z] #47 4.935 + shift [2020-09-20T19:13:44.686Z] #47 4.936 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-09-20T19:13:44.686Z] #47 4.936 + . /tmp/install/shfmt.installer [2020-09-20T19:13:44.686Z] #47 4.941 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-20T19:13:44.686Z] #47 4.941 + install_shfmt [2020-09-20T19:13:44.687Z] #47 4.948 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-09-20T19:13:44.687Z] #47 4.948 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-20T19:13:44.687Z] #47 4.953 + git clone https://github.com/mvdan/sh.git /tmp/tmp.MK0qAXu593/src/github.com/mvdan/sh [2020-09-20T19:13:44.687Z] #47 4.953 Cloning into '/tmp/tmp.MK0qAXu593/src/github.com/mvdan/sh'... [2020-09-20T19:13:44.687Z] #47 ... [2020-09-20T19:13:44.687Z] [2020-09-20T19:13:44.687Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-20T19:13:44.687Z] #51 4.334 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-20T19:13:44.687Z] #51 4.402 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-20T19:13:44.687Z] #51 4.402 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-20T19:13:44.687Z] #51 5.594 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-20T19:13:44.687Z] #51 7.742 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [231 kB] [2020-09-20T19:13:44.687Z] #51 10.42 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-20T19:13:44.799Z] #33 ... [2020-09-20T19:13:44.799Z] [2020-09-20T19:13:44.799Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:13:44.799Z] #43 DONE 38.8s [2020-09-20T19:13:44.799Z] [2020-09-20T19:13:44.799Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:13:44.799Z] #25 15.64 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-09-20T19:13:44.799Z] #25 15.93 [2020-09-20T19:13:44.799Z] #25 16.14 0.9% ######################################################################## 100.0% [2020-09-20T19:13:44.947Z] #51 ... [2020-09-20T19:13:44.947Z] [2020-09-20T19:13:44.947Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-20T19:13:44.947Z] #28 4.897 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-09-20T19:13:44.947Z] #28 4.900 Cloning into '.'... [2020-09-20T19:13:44.947Z] #28 ... [2020-09-20T19:13:44.947Z] [2020-09-20T19:13:44.947Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-20T19:13:44.947Z] #23 3.878 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-20T19:13:44.947Z] #23 3.982 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-20T19:13:44.947Z] #23 4.062 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-20T19:13:44.947Z] #23 4.702 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-20T19:13:44.947Z] #23 6.877 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [231 kB] [2020-09-20T19:13:44.947Z] #23 9.153 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-20T19:13:45.093Z] #25 16.39 [2020-09-20T19:13:45.208Z] #23 ... [2020-09-20T19:13:45.208Z] [2020-09-20T19:13:45.208Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:13:45.208Z] #54 10.93 + cd /tmp/tmp.G920waimSJ/src/github.com/rootless-containers/rootlesskit [2020-09-20T19:13:45.208Z] #54 10.93 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-20T19:13:45.208Z] #54 11.58 + for f in rootlesskit rootlesskit-docker-proxy [2020-09-20T19:13:45.208Z] #54 11.58 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-09-20T19:13:46.134Z] #25 17.52 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-09-20T19:13:46.134Z] #25 17.57 skipping existing aab193acf6ba [2020-09-20T19:13:46.427Z] #25 17.65 [2020-09-20T19:13:47.467Z] #25 18.45 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-09-20T19:13:47.467Z] #25 18.48 skipping existing 4d43f82972ce [2020-09-20T19:13:47.467Z] #25 18.54 [2020-09-20T19:13:48.104Z] #25 19.40 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-09-20T19:13:48.398Z] #25 19.65 [2020-09-20T19:13:48.398Z] #25 19.72 ######################################################################## 100.0% [2020-09-20T19:13:48.694Z] #25 19.81 [2020-09-20T19:13:48.694Z] #25 19.84 Download of images into '/build' complete. [2020-09-20T19:13:48.694Z] #25 19.84 Use something like the following to load the result into a Docker daemon: [2020-09-20T19:13:48.694Z] #25 19.84 tar -cC '/build' . | docker load [2020-09-20T19:13:48.694Z] #25 DONE 20.0s [2020-09-20T19:13:48.694Z] [2020-09-20T19:13:48.694Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:13:48.694Z] #33 2.112 + RM_GOPATH=0 [2020-09-20T19:13:48.694Z] #33 2.112 + TMP_GOPATH= [2020-09-20T19:13:48.694Z] #33 2.112 + : /build [2020-09-20T19:13:48.694Z] #33 2.112 + '[' -z '' ']' [2020-09-20T19:13:48.694Z] #33 2.114 ++ mktemp -d [2020-09-20T19:13:48.694Z] #33 2.121 + export GOPATH=/tmp/tmp.JRuUG50lkH [2020-09-20T19:13:48.694Z] #33 2.121 + GOPATH=/tmp/tmp.JRuUG50lkH [2020-09-20T19:13:48.694Z] #33 2.121 + RM_GOPATH=1 [2020-09-20T19:13:48.694Z] #33 2.121 + case "$(go env GOARCH)" in [2020-09-20T19:13:48.694Z] #33 2.121 ++ go env GOARCH [2020-09-20T19:13:48.694Z] #33 2.141 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:13:48.694Z] #33 2.141 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:13:48.694Z] #33 2.142 ++ dirname /tmp/install/install.sh [2020-09-20T19:13:48.694Z] #33 2.143 + dir=/tmp/install [2020-09-20T19:13:48.694Z] #33 2.143 + bin=tini [2020-09-20T19:13:48.694Z] #33 2.143 + shift [2020-09-20T19:13:48.694Z] #33 2.143 + '[' '!' -f /tmp/install/tini.installer ']' [2020-09-20T19:13:48.694Z] #33 2.143 + . /tmp/install/tini.installer [2020-09-20T19:13:48.694Z] #33 2.143 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-20T19:13:48.694Z] #33 2.145 + install_tini [2020-09-20T19:13:48.694Z] #33 2.145 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-09-20T19:13:48.694Z] #33 2.145 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-20T19:13:48.694Z] #33 2.145 + git clone https://github.com/krallin/tini.git /tmp/tmp.JRuUG50lkH/tini [2020-09-20T19:13:48.694Z] #33 2.147 Cloning into '/tmp/tmp.JRuUG50lkH/tini'... [2020-09-20T19:13:48.694Z] #33 2.644 + cd /tmp/tmp.JRuUG50lkH/tini [2020-09-20T19:13:48.694Z] #33 2.657 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-20T19:13:48.694Z] #33 2.665 + cmake . [2020-09-20T19:13:48.694Z] #33 3.011 -- The C compiler identification is GNU 8.3.0 [2020-09-20T19:13:48.694Z] #33 3.092 -- Check for working C compiler: /usr/bin/cc [2020-09-20T19:13:48.694Z] #33 3.519 -- Check for working C compiler: /usr/bin/cc -- works [2020-09-20T19:13:48.694Z] #33 3.520 -- Detecting C compiler ABI info [2020-09-20T19:13:48.694Z] #33 3.881 -- Detecting C compiler ABI info - done [2020-09-20T19:13:48.694Z] #33 3.886 -- Detecting C compile features [2020-09-20T19:13:48.990Z] #33 ... [2020-09-20T19:13:48.990Z] [2020-09-20T19:13:48.990Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:13:48.990Z] #47 32.93 syscall [2020-09-20T19:13:48.990Z] #47 32.97 reflect [2020-09-20T19:13:48.990Z] #47 39.20 time [2020-09-20T19:13:48.990Z] #47 42.38 encoding/binary [2020-09-20T19:13:48.990Z] #47 42.79 context [2020-09-20T19:13:48.990Z] #47 ... [2020-09-20T19:13:48.990Z] [2020-09-20T19:13:48.990Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:13:48.990Z] #39 2.630 Note: Building without setproctitle() and strlcpy() support. [2020-09-20T19:13:48.990Z] #39 2.630 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-09-20T19:13:48.990Z] #39 2.714 Note: Building without GnuTLS support [2020-09-20T19:13:48.990Z] #39 2.715 Makefile.config:39: Warn: you have no libnftables installed [2020-09-20T19:13:48.990Z] #39 2.715 Makefile.config:40: Warn: Building without nftables support [2020-09-20T19:13:48.990Z] #39 3.694 fatal: not a git repository (or any of the parent directories): .git [2020-09-20T19:13:48.990Z] #39 3.707 GEN .gitid [2020-09-20T19:13:48.990Z] #39 3.721 GEN criu/include/version.h [2020-09-20T19:13:48.990Z] #39 3.747 GEN include/common/asm [2020-09-20T19:13:48.990Z] #39 4.571 PBCC images/timens.pb-c.c [2020-09-20T19:13:48.990Z] #39 4.628 DEP images/timens.pb-c.d [2020-09-20T19:13:48.990Z] #39 4.686 PBCC images/fown.pb-c.c [2020-09-20T19:13:48.990Z] #39 4.703 PBCC images/google/protobuf/descriptor.pb-c.c [2020-09-20T19:13:48.990Z] #39 4.848 PBCC images/opts.pb-c.c [2020-09-20T19:13:48.990Z] #39 4.860 PBCC images/memfd.pb-c.c [2020-09-20T19:13:48.990Z] #39 4.909 DEP images/fown.pb-c.d [2020-09-20T19:13:48.990Z] #39 5.046 DEP images/google/protobuf/descriptor.pb-c.d [2020-09-20T19:13:49.040Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-0e2d009a4c7ca580a) in /home/ubuntu/workspace/moby_PR-38469 [Pipeline] { [Pipeline] checkout [2020-09-20T19:13:49.289Z] #39 5.121 DEP images/opts.pb-c.d [2020-09-20T19:13:49.289Z] #39 5.165 DEP images/memfd.pb-c.d [2020-09-20T19:13:49.289Z] #39 5.201 PBCC images/sit.pb-c.c [2020-09-20T19:13:49.289Z] #39 5.247 DEP images/sit.pb-c.d [2020-09-20T19:13:49.289Z] #39 5.275 PBCC images/macvlan.pb-c.c [2020-09-20T19:13:49.420Z] #54 ... [2020-09-20T19:13:49.420Z] [2020-09-20T19:13:49.420Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:13:49.420Z] #21 14.09 + mkdir -p /build [2020-09-20T19:13:49.420Z] #21 14.09 + mv docker/docker /build/ [2020-09-20T19:13:49.421Z] #21 14.10 + rmdir docker [2020-09-20T19:13:49.421Z] #21 DONE 15.1s [2020-09-20T19:13:49.421Z] [2020-09-20T19:13:49.421Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:13:49.421Z] #47 15.25 + cd /tmp/tmp.MK0qAXu593/src/github.com/mvdan/sh [2020-09-20T19:13:49.421Z] #47 15.26 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-20T19:13:49.421Z] #47 15.50 + GO111MODULE=on [2020-09-20T19:13:49.421Z] #47 15.50 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-09-20T19:13:49.588Z] #39 5.368 DEP images/macvlan.pb-c.d [2020-09-20T19:13:49.588Z] #39 5.442 PBCC images/autofs.pb-c.c [2020-09-20T19:13:49.588Z] #39 5.508 DEP images/autofs.pb-c.d [2020-09-20T19:13:49.588Z] #39 5.561 PBCC images/sysctl.pb-c.c [2020-09-20T19:13:49.642Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-06aa5cb3b6e4be86a) in /home/ubuntu/workspace/moby_PR-38469 [Pipeline] { [Pipeline] checkout [2020-09-20T19:13:49.887Z] #39 5.693 DEP images/sysctl.pb-c.d [2020-09-20T19:13:49.887Z] #39 5.695 PBCC images/time.pb-c.c [2020-09-20T19:13:49.887Z] #39 5.713 DEP images/time.pb-c.d [2020-09-20T19:13:49.887Z] #39 5.792 PBCC images/binfmt-misc.pb-c.c [2020-09-20T19:13:49.887Z] #39 5.792 DEP images/binfmt-misc.pb-c.d [2020-09-20T19:13:49.887Z] #39 5.848 PBCC images/seccomp.pb-c.c [2020-09-20T19:13:49.887Z] #39 5.862 DEP images/seccomp.pb-c.d [2020-09-20T19:13:49.887Z] #39 5.894 PBCC images/userns.pb-c.c [2020-09-20T19:13:49.887Z] #39 5.930 DEP images/userns.pb-c.d [2020-09-20T19:13:49.887Z] #39 5.961 PBCC images/cgroup.pb-c.c [2020-09-20T19:13:49.887Z] #39 6.007 DEP images/cgroup.pb-c.d [2020-09-20T19:13:50.180Z] #39 6.100 PBCC images/ext-file.pb-c.c [2020-09-20T19:13:50.180Z] #39 6.103 DEP images/ext-file.pb-c.d [2020-09-20T19:13:50.180Z] #39 6.139 PBCC images/rpc.pb-c.c [2020-09-20T19:13:50.180Z] #39 6.177 DEP images/rpc.pb-c.d [2020-09-20T19:13:50.180Z] #39 6.232 PBCC images/siginfo.pb-c.c [2020-09-20T19:13:50.473Z] #39 6.242 DEP images/siginfo.pb-c.d [2020-09-20T19:13:50.473Z] #39 6.266 PBCC images/pagemap.pb-c.c [2020-09-20T19:13:50.473Z] #39 6.278 DEP images/pagemap.pb-c.d [2020-09-20T19:13:50.473Z] #39 6.324 PBCC images/rlimit.pb-c.c [2020-09-20T19:13:50.473Z] #39 6.334 DEP images/rlimit.pb-c.d [2020-09-20T19:13:50.473Z] #39 6.341 PBCC images/file-lock.pb-c.c [2020-09-20T19:13:50.473Z] #39 6.371 DEP images/file-lock.pb-c.d [2020-09-20T19:13:50.473Z] #39 6.379 PBCC images/tty.pb-c.c [2020-09-20T19:13:50.473Z] #39 6.429 DEP images/tty.pb-c.d [2020-09-20T19:13:50.473Z] #39 6.457 PBCC images/tun.pb-c.c [2020-09-20T19:13:50.766Z] #39 6.501 PBCC images/netdev.pb-c.c [2020-09-20T19:13:50.766Z] #39 6.530 DEP images/tun.pb-c.d [2020-09-20T19:13:50.766Z] #39 6.607 DEP images/netdev.pb-c.d [2020-09-20T19:13:50.766Z] #39 6.650 PBCC images/vma.pb-c.c [2020-09-20T19:13:50.766Z] #39 6.656 DEP images/vma.pb-c.d [2020-09-20T19:13:50.766Z] #39 6.706 PBCC images/creds.pb-c.c [2020-09-20T19:13:50.766Z] #39 6.709 DEP images/creds.pb-c.d [2020-09-20T19:13:50.766Z] #39 6.765 PBCC images/utsns.pb-c.c [2020-09-20T19:13:50.766Z] #39 6.769 DEP images/utsns.pb-c.d [2020-09-20T19:13:50.766Z] #39 6.804 PBCC images/ipc-desc.pb-c.c [2020-09-20T19:13:50.766Z] #39 6.808 PBCC images/ipc-sem.pb-c.c [2020-09-20T19:13:50.766Z] #39 6.837 DEP images/ipc-desc.pb-c.d [2020-09-20T19:13:50.810Z] #47 17.02 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-20T19:13:50.810Z] #47 17.09 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-20T19:13:50.810Z] #47 17.19 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-20T19:13:51.059Z] #39 6.853 DEP images/ipc-sem.pb-c.d [2020-09-20T19:13:51.059Z] #39 6.911 PBCC images/ipc-msg.pb-c.c [2020-09-20T19:13:51.059Z] #39 6.915 DEP images/ipc-msg.pb-c.d [2020-09-20T19:13:51.059Z] #39 6.966 PBCC images/ipc-shm.pb-c.c [2020-09-20T19:13:51.059Z] #39 6.970 DEP images/ipc-shm.pb-c.d [2020-09-20T19:13:51.059Z] #39 7.017 PBCC images/ipc-var.pb-c.c [2020-09-20T19:13:51.059Z] #39 7.046 DEP images/ipc-var.pb-c.d [2020-09-20T19:13:51.059Z] #39 7.078 PBCC images/sk-opts.pb-c.c [2020-09-20T19:13:51.059Z] #39 7.117 PBCC images/packet-sock.pb-c.c [2020-09-20T19:13:51.059Z] #39 7.152 DEP images/sk-opts.pb-c.d [2020-09-20T19:13:51.059Z] #39 7.183 DEP images/packet-sock.pb-c.d [2020-09-20T19:13:51.070Z] #47 17.39 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-20T19:13:51.070Z] #47 17.52 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-20T19:13:51.352Z] #39 7.214 PBCC images/sk-netlink.pb-c.c [2020-09-20T19:13:51.352Z] #39 7.228 DEP images/sk-netlink.pb-c.d [2020-09-20T19:13:51.352Z] #39 7.242 PBCC images/sk-inet.pb-c.c [2020-09-20T19:13:51.352Z] #39 7.288 DEP images/sk-inet.pb-c.d [2020-09-20T19:13:51.352Z] #39 7.364 PBCC images/sk-unix.pb-c.c [2020-09-20T19:13:51.352Z] #39 7.375 DEP images/sk-unix.pb-c.d [2020-09-20T19:13:51.352Z] #39 7.382 PBCC images/mm.pb-c.c [2020-09-20T19:13:51.352Z] #39 7.419 DEP images/mm.pb-c.d [2020-09-20T19:13:51.640Z] #47 18.14 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-20T19:13:51.647Z] #39 7.462 PBCC images/timerfd.pb-c.c [2020-09-20T19:13:51.647Z] #39 7.484 DEP images/timerfd.pb-c.d [2020-09-20T19:13:51.647Z] #39 7.515 PBCC images/timer.pb-c.c [2020-09-20T19:13:51.647Z] #39 7.542 DEP images/timer.pb-c.d [2020-09-20T19:13:51.647Z] #39 7.575 PBCC images/sa.pb-c.c [2020-09-20T19:13:51.647Z] #39 7.596 DEP images/sa.pb-c.d [2020-09-20T19:13:51.647Z] #39 7.644 PBCC images/pipe-data.pb-c.c [2020-09-20T19:13:51.940Z] #39 7.658 DEP images/pipe-data.pb-c.d [2020-09-20T19:13:51.940Z] #39 7.671 PBCC images/mnt.pb-c.c [2020-09-20T19:13:51.940Z] #39 7.732 DEP images/mnt.pb-c.d [2020-09-20T19:13:51.940Z] #39 7.788 PBCC images/sk-packet.pb-c.c [2020-09-20T19:13:51.940Z] #39 ... [2020-09-20T19:13:51.940Z] [2020-09-20T19:13:51.940Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:13:51.940Z] #33 5.170 -- Detecting C compile features - done [2020-09-20T19:13:51.940Z] #33 5.204 -- Performing Test HAS_BUILTIN_FORTIFY [2020-09-20T19:13:51.940Z] #33 5.509 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-09-20T19:13:51.940Z] #33 5.661 -- Configuring done [2020-09-20T19:13:51.940Z] #33 5.661 -- Generating done [2020-09-20T19:13:51.940Z] #33 5.661 -- Build files have been written to: /tmp/tmp.JRuUG50lkH/tini [2020-09-20T19:13:51.940Z] #33 5.697 + make tini-static [2020-09-20T19:13:51.940Z] #33 6.145 Scanning dependencies of target tini-static [2020-09-20T19:13:51.940Z] #33 6.269 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-09-20T19:13:51.940Z] #33 7.067 [100%] Linking C executable tini-static [2020-09-20T19:13:51.940Z] #33 7.510 [100%] Built target tini-static [2020-09-20T19:13:51.940Z] #33 7.634 + mkdir -p /build [2020-09-20T19:13:51.940Z] #33 7.638 + cp tini-static /build/docker-init [2020-09-20T19:13:51.940Z] #33 DONE 7.8s [2020-09-20T19:13:51.940Z] [2020-09-20T19:13:51.940Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:13:51.940Z] #39 7.806 DEP images/sk-packet.pb-c.d [2020-09-20T19:13:51.940Z] #39 7.845 PBCC images/tcp-stream.pb-c.c [2020-09-20T19:13:51.940Z] #39 7.887 DEP images/tcp-stream.pb-c.d [2020-09-20T19:13:51.940Z] #39 ... [2020-09-20T19:13:51.940Z] [2020-09-20T19:13:51.940Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:13:51.940Z] #10 40.70 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-09-20T19:13:51.940Z] #10 40.70 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-09-20T19:13:51.940Z] #10 40.71 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-09-20T19:13:51.940Z] #10 45.48 Selecting previously unselected package gcc-mingw-w64-base. [2020-09-20T19:13:51.940Z] #10 45.48 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-09-20T19:13:51.940Z] #10 45.49 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-09-20T19:13:51.940Z] #10 45.57 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-09-20T19:13:51.940Z] #10 45.57 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-09-20T19:13:51.940Z] #10 45.57 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-20T19:13:51.940Z] #10 ... [2020-09-20T19:13:51.940Z] [2020-09-20T19:13:51.940Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:13:51.940Z] #39 7.934 PBCC images/pipe.pb-c.c [2020-09-20T19:13:51.940Z] #39 7.939 DEP images/pipe.pb-c.d [2020-09-20T19:13:51.940Z] #39 7.985 PBCC images/pstree.pb-c.c [2020-09-20T19:13:51.940Z] #39 7.994 DEP images/pstree.pb-c.d [2020-09-20T19:13:52.210Z] #47 ... [2020-09-20T19:13:52.210Z] [2020-09-20T19:13:52.210Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:13:52.210Z] #43 8.459 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-09-20T19:13:52.210Z] #43 8.551 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-09-20T19:13:52.210Z] #43 8.661 go: extracting github.com/spf13/pflag v1.0.3 [2020-09-20T19:13:52.210Z] #43 8.698 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-09-20T19:13:52.210Z] #43 8.770 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-09-20T19:13:52.210Z] #43 8.925 go: extracting github.com/pkg/errors v0.9.1 [2020-09-20T19:13:52.210Z] #43 8.985 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-09-20T19:13:52.210Z] #43 11.44 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-20T19:13:52.210Z] #43 12.87 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-09-20T19:13:52.210Z] #43 13.39 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-09-20T19:13:52.210Z] #43 17.81 go: finding github.com/fatih/color v1.9.0 [2020-09-20T19:13:52.210Z] #43 17.81 go: finding github.com/pkg/errors v0.9.1 [2020-09-20T19:13:52.210Z] #43 17.83 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-09-20T19:13:52.210Z] #43 17.96 go: finding github.com/spf13/pflag v1.0.3 [2020-09-20T19:13:52.210Z] #43 18.03 go: finding github.com/mattn/go-colorable v0.1.6 [2020-09-20T19:13:52.210Z] #43 18.07 go: finding github.com/mattn/go-isatty v0.0.12 [2020-09-20T19:13:52.210Z] #43 18.38 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-09-20T19:13:52.210Z] #43 18.57 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-09-20T19:13:52.210Z] #43 18.66 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-09-20T19:13:52.233Z] #39 8.045 PBCC images/fs.pb-c.c [2020-09-20T19:13:52.233Z] #39 8.064 DEP images/fs.pb-c.d [2020-09-20T19:13:52.233Z] #39 8.094 PBCC images/signalfd.pb-c.c [2020-09-20T19:13:52.233Z] #39 8.121 DEP images/signalfd.pb-c.d [2020-09-20T19:13:52.233Z] #39 ... [2020-09-20T19:13:52.233Z] [2020-09-20T19:13:52.233Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:13:52.233Z] #30 36.26 time [2020-09-20T19:13:52.233Z] #30 40.63 internal/fmtsort [2020-09-20T19:13:52.233Z] #30 40.93 internal/poll [2020-09-20T19:13:52.233Z] #30 41.18 internal/syscall/execenv [2020-09-20T19:13:52.233Z] #30 41.32 internal/syscall/unix [2020-09-20T19:13:52.233Z] #30 41.50 strings [2020-09-20T19:13:52.233Z] #30 42.49 os [2020-09-20T19:13:52.233Z] #30 43.68 path [2020-09-20T19:13:52.233Z] #30 44.35 text/tabwriter [2020-09-20T19:13:52.233Z] #30 45.39 fmt [2020-09-20T19:13:52.233Z] #30 45.40 path/filepath [2020-09-20T19:13:52.233Z] #30 46.14 io/ioutil [2020-09-20T19:13:52.233Z] #30 ... [2020-09-20T19:13:52.233Z] [2020-09-20T19:13:52.233Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:13:52.233Z] #39 8.208 PBCC images/fh.pb-c.c [2020-09-20T19:13:52.233Z] #39 8.262 PBCC images/fsnotify.pb-c.c [2020-09-20T19:13:52.378Z] using credential docker-jenkins-github-credentials [2020-09-20T19:13:52.388Z] Cloning the remote Git repository [2020-09-20T19:13:52.388Z] Cloning with configured refspecs honoured and without tags [2020-09-20T19:13:52.470Z] #43 18.75 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-20T19:13:52.470Z] #43 18.77 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-09-20T19:13:52.529Z] #39 8.334 DEP images/fh.pb-c.d [2020-09-20T19:13:52.529Z] #39 8.376 DEP images/fsnotify.pb-c.d [2020-09-20T19:13:52.529Z] #39 8.447 PBCC images/eventpoll.pb-c.c [2020-09-20T19:13:52.529Z] #39 8.476 DEP images/eventpoll.pb-c.d [2020-09-20T19:13:52.529Z] #39 8.563 PBCC images/eventfd.pb-c.c [2020-09-20T19:13:52.529Z] #39 8.612 DEP images/eventfd.pb-c.d [2020-09-20T19:13:52.529Z] #39 8.623 PBCC images/remap-file-path.pb-c.c [2020-09-20T19:13:52.529Z] #39 8.656 DEP images/remap-file-path.pb-c.d [2020-09-20T19:13:52.267Z] Cloning repository https://github.com/moby/moby.git [2020-09-20T19:13:52.343Z] > git init /home/ubuntu/workspace/moby_PR-38469 # timeout=10 [2020-09-20T19:13:52.730Z] #43 ... [2020-09-20T19:13:52.730Z] [2020-09-20T19:13:52.730Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:13:52.730Z] #47 19.04 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-20T19:13:52.827Z] #39 8.665 PBCC images/fifo.pb-c.c [2020-09-20T19:13:52.827Z] #39 8.712 DEP images/fifo.pb-c.d [2020-09-20T19:13:52.827Z] #39 8.726 PBCC images/ghost-file.pb-c.c [2020-09-20T19:13:52.827Z] #39 8.765 DEP images/ghost-file.pb-c.d [2020-09-20T19:13:52.827Z] #39 8.772 PBCC images/regfile.pb-c.c [2020-09-20T19:13:52.827Z] #39 8.779 DEP images/regfile.pb-c.d [2020-09-20T19:13:52.827Z] #39 8.796 PBCC images/ns.pb-c.c [2020-09-20T19:13:52.827Z] #39 8.806 DEP images/ns.pb-c.d [2020-09-20T19:13:52.827Z] #39 8.829 PBCC images/fdinfo.pb-c.c [2020-09-20T19:13:52.827Z] #39 8.881 DEP images/fdinfo.pb-c.d [2020-09-20T19:13:53.120Z] #39 8.909 PBCC images/core-aarch64.pb-c.c [2020-09-20T19:13:53.120Z] #39 8.926 PBCC images/core-arm.pb-c.c [2020-09-20T19:13:53.120Z] #39 8.951 PBCC images/core-ppc64.pb-c.c [2020-09-20T19:13:53.120Z] #39 8.969 PBCC images/core-s390.pb-c.c [2020-09-20T19:13:53.120Z] #39 8.994 PBCC images/core-x86.pb-c.c [2020-09-20T19:13:53.120Z] #39 9.017 PBCC images/core.pb-c.c [2020-09-20T19:13:53.120Z] #39 9.057 PBCC images/inventory.pb-c.c [2020-09-20T19:13:53.120Z] #39 9.082 DEP images/core-aarch64.pb-c.d [2020-09-20T19:13:53.120Z] #39 9.115 DEP images/core-arm.pb-c.d [2020-09-20T19:13:53.120Z] #39 9.199 DEP images/core-ppc64.pb-c.d [2020-09-20T19:13:53.120Z] #39 9.229 DEP images/core-s390.pb-c.d [2020-09-20T19:13:53.413Z] #39 9.238 DEP images/core-x86.pb-c.d [2020-09-20T19:13:53.413Z] #39 9.268 DEP images/core.pb-c.d [2020-09-20T19:13:53.413Z] #39 9.309 DEP images/inventory.pb-c.d [2020-09-20T19:13:53.413Z] #39 9.332 PBCC images/cpuinfo.pb-c.c [2020-09-20T19:13:53.413Z] #39 9.343 DEP images/cpuinfo.pb-c.d [2020-09-20T19:13:53.413Z] #39 9.397 PBCC images/stats.pb-c.c [2020-09-20T19:13:53.413Z] #39 9.408 DEP images/stats.pb-c.d [2020-09-20T19:13:52.779Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-20T19:13:52.780Z] > git --version # timeout=10 [2020-09-20T19:13:52.794Z] > git --version # 'git version 2.7.4' [2020-09-20T19:13:52.795Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-20T19:13:52.798Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/38469/head:refs/remotes/origin/PR-38469 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T19:13:54.113Z] #47 20.48 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-20T19:13:54.452Z] #39 10.26 make[1]: Nothing to be done for 'all'. [2020-09-20T19:13:54.475Z] using credential docker-jenkins-github-credentials [2020-09-20T19:13:54.482Z] Cloning the remote Git repository [2020-09-20T19:13:54.482Z] Cloning with configured refspecs honoured and without tags [2020-09-20T19:13:55.514Z] #39 11.17 CC images/stats.o [2020-09-20T19:13:54.512Z] Cloning repository https://github.com/moby/moby.git [2020-09-20T19:13:54.567Z] > git init /home/ubuntu/workspace/moby_PR-38469 # timeout=10 [2020-09-20T19:13:54.819Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-20T19:13:54.819Z] > git --version # timeout=10 [2020-09-20T19:13:54.836Z] > git --version # 'git version 2.17.1' [2020-09-20T19:13:54.837Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-20T19:13:54.839Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/38469/head:refs/remotes/origin/PR-38469 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T19:13:55.556Z] #47 21.89 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-20T19:13:55.556Z] #47 21.93 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-20T19:13:55.807Z] #39 11.68 CC images/core.o [2020-09-20T19:13:55.816Z] #47 22.19 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-20T19:13:55.816Z] #47 22.23 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-20T19:13:56.034Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-01fd1a5514a3e3e48) in /home/ubuntu/workspace/moby_PR-38469 [Pipeline] { [Pipeline] checkout [2020-09-20T19:13:56.076Z] #47 ... [2020-09-20T19:13:56.076Z] [2020-09-20T19:13:56.076Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:13:56.076Z] #41 12.36 unicode/utf8 [2020-09-20T19:13:56.076Z] #41 12.97 math [2020-09-20T19:13:56.076Z] #41 16.82 unicode/utf16 [2020-09-20T19:13:56.076Z] #41 17.34 container/list [2020-09-20T19:13:56.076Z] #41 17.94 crypto/internal/subtle [2020-09-20T19:13:56.076Z] #41 18.18 crypto/subtle [2020-09-20T19:13:56.076Z] #41 18.44 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-09-20T19:13:56.076Z] #41 18.59 internal/nettrace [2020-09-20T19:13:56.076Z] #41 18.73 runtime/cgo [2020-09-20T19:13:56.076Z] #41 ... [2020-09-20T19:13:56.076Z] [2020-09-20T19:13:56.076Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-20T19:13:56.076Z] #36 21.43 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-09-20T19:13:56.100Z] #39 12.15 CC images/core-x86.o [2020-09-20T19:13:56.393Z] #39 12.44 CC images/core-arm.o [2020-09-20T19:13:56.647Z] #36 ... [2020-09-20T19:13:56.647Z] [2020-09-20T19:13:56.647Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:13:56.647Z] #30 13.15 internal/testlog [2020-09-20T19:13:56.647Z] #30 13.57 encoding [2020-09-20T19:13:56.647Z] #30 13.84 runtime/cgo [2020-09-20T19:13:56.907Z] #30 ... [2020-09-20T19:13:56.907Z] [2020-09-20T19:13:56.907Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:13:57.029Z] #39 12.77 CC images/core-aarch64.o [2020-09-20T19:13:57.029Z] #39 13.11 CC images/core-ppc64.o [2020-09-20T19:13:57.167Z] #60 22.89 Checking out files: 63% (1215/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. [2020-09-20T19:13:57.167Z] #60 23.54 + cd /tmp/tmp.5H5rGEQ21w/src/github.com/docker/libnetwork [2020-09-20T19:13:57.167Z] #60 23.54 + git checkout -q d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-09-20T19:13:57.322Z] #39 13.36 CC images/core-s390.o [2020-09-20T19:13:57.615Z] #39 13.66 CC images/cpuinfo.o [2020-09-20T19:13:57.909Z] #39 13.91 CC images/inventory.o [2020-09-20T19:13:57.909Z] #39 ... [2020-09-20T19:13:57.909Z] [2020-09-20T19:13:57.909Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:13:57.909Z] #41 42.08 strings [2020-09-20T19:13:57.909Z] #41 42.12 internal/poll [2020-09-20T19:13:57.909Z] #41 43.90 os [2020-09-20T19:13:57.909Z] #41 44.74 regexp/syntax [2020-09-20T19:13:57.909Z] #41 46.66 fmt [2020-09-20T19:13:57.909Z] #41 47.91 regexp [2020-09-20T19:13:57.909Z] #41 49.99 go/token [2020-09-20T19:13:57.909Z] #41 50.59 internal/lazyregexp [2020-09-20T19:13:57.909Z] #41 50.73 net/url [2020-09-20T19:13:57.909Z] #41 50.79 go/scanner [2020-09-20T19:13:57.909Z] #41 51.93 go/ast [2020-09-20T19:13:57.909Z] #41 52.09 text/template/parse [2020-09-20T19:13:58.107Z] #60 24.25 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-09-20T19:13:58.202Z] #41 ... [2020-09-20T19:13:58.202Z] [2020-09-20T19:13:58.202Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:13:58.202Z] #52 25.83 Checking out files: 72% (2365/3246) Checking out files: 73% (2370/3246) Checking out files: 74% (2403/3246) Checking out files: 75% (2435/3246) Checking out files: 76% (2467/3246) Checking out files: 77% (2500/3246) Checking out files: 78% (2532/3246) Checking out files: 79% (2565/3246) Checking out files: 80% (2597/3246) Checking out files: 81% (2630/3246) Checking out files: 82% (2662/3246) Checking out files: 83% (2695/3246) Checking out files: 84% (2727/3246) Checking out files: 85% (2760/3246) Checking out files: 86% (2792/3246) Checking out files: 87% (2825/3246) Checking out files: 88% (2857/3246) Checking out files: 89% (2889/3246) Checking out files: 90% (2922/3246) Checking out files: 91% (2954/3246) Checking out files: 92% (2987/3246) Checking out files: 93% (3019/3246) Checking out files: 94% (3052/3246) Checking out files: 95% (3084/3246) Checking out files: 96% (3117/3246) Checking out files: 97% (3149/3246) Checking out files: 98% (3182/3246) Checking out files: 99% (3214/3246) Checking out files: 100% (3246/3246) Checking out files: 100% (3246/3246), done. [2020-09-20T19:13:58.202Z] #52 26.46 + cd /tmp/tmp.8BczuTr1CM/src/github.com/containerd/containerd [2020-09-20T19:13:58.202Z] #52 26.46 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-09-20T19:13:58.202Z] #52 26.90 + export 'BUILDTAGS=netgo osusergo static_build' [2020-09-20T19:13:58.202Z] #52 26.90 + BUILDTAGS='netgo osusergo static_build' [2020-09-20T19:13:58.202Z] #52 26.90 + export EXTRA_FLAGS=-buildmode=pie [2020-09-20T19:13:58.202Z] #52 26.90 + EXTRA_FLAGS=-buildmode=pie [2020-09-20T19:13:58.202Z] #52 26.90 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-09-20T19:13:58.202Z] #52 26.90 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-09-20T19:13:58.202Z] #52 26.90 + '[' '' = dynamic ']' [2020-09-20T19:13:58.202Z] #52 26.90 + make [2020-09-20T19:13:58.202Z] #52 27.76 + bin/ctr [2020-09-20T19:13:58.833Z] using credential docker-jenkins-github-credentials [2020-09-20T19:13:58.839Z] Cloning the remote Git repository [2020-09-20T19:13:58.839Z] Cloning with configured refspecs honoured and without tags [2020-09-20T19:13:58.897Z] Cloning repository https://github.com/moby/moby.git [2020-09-20T19:13:58.952Z] > git init /home/ubuntu/workspace/moby_PR-38469 # timeout=10 [2020-09-20T19:13:59.251Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-20T19:13:59.252Z] > git --version # timeout=10 [2020-09-20T19:13:59.264Z] > git --version # 'git version 2.17.1' [2020-09-20T19:13:59.264Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-20T19:13:59.266Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/38469/head:refs/remotes/origin/PR-38469 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T19:13:59.715Z] #52 ... [2020-09-20T19:13:59.715Z] [2020-09-20T19:13:59.715Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:13:59.715Z] #47 43.91 os [2020-09-20T19:13:59.715Z] #47 44.31 encoding/base64 [2020-09-20T19:13:59.715Z] #47 44.76 golang.org/x/sys/unix [2020-09-20T19:13:59.715Z] #47 46.78 fmt [2020-09-20T19:13:59.715Z] #47 49.84 encoding/json [2020-09-20T19:13:59.715Z] #47 51.14 github.com/pkg/diff [2020-09-20T19:13:59.715Z] #47 52.10 go/ast [2020-09-20T19:13:59.715Z] #47 54.05 golang.org/x/crypto/ssh/terminal [2020-09-20T19:13:59.715Z] #47 ... [2020-09-20T19:13:59.715Z] [2020-09-20T19:13:59.715Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:13:59.715Z] #39 14.03 CC images/fdinfo.o [2020-09-20T19:13:59.715Z] #39 14.23 CC images/fown.o [2020-09-20T19:13:59.715Z] #39 14.33 CC images/ns.o [2020-09-20T19:13:59.715Z] #39 14.44 CC images/regfile.o [2020-09-20T19:13:59.715Z] #39 14.58 CC images/ghost-file.o [2020-09-20T19:13:59.715Z] #39 14.75 CC images/fifo.o [2020-09-20T19:13:59.715Z] #39 14.87 CC images/remap-file-path.o [2020-09-20T19:13:59.715Z] #39 14.97 CC images/eventfd.o [2020-09-20T19:13:59.715Z] #39 15.08 CC images/eventpoll.o [2020-09-20T19:13:59.715Z] #39 15.32 CC images/fh.o [2020-09-20T19:13:59.715Z] #39 15.56 CC images/fsnotify.o [2020-09-20T19:14:00.011Z] #39 ... [2020-09-20T19:14:00.011Z] [2020-09-20T19:14:00.011Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:14:00.011Z] #30 48.05 flag [2020-09-20T19:14:00.011Z] #30 48.05 github.com/BurntSushi/toml [2020-09-20T19:14:00.011Z] #30 49.50 log [2020-09-20T19:14:00.011Z] #30 51.23 github.com/BurntSushi/toml/cmd/tomlv [2020-09-20T19:14:00.011Z] #30 DONE 54.1s [2020-09-20T19:14:00.011Z] [2020-09-20T19:14:00.011Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:14:00.011Z] #39 15.89 CC images/signalfd.o [2020-09-20T19:14:00.310Z] #39 16.18 CC images/fs.o [2020-09-20T19:14:00.310Z] #39 16.32 CC images/pstree.o [2020-09-20T19:14:00.604Z] #39 16.51 CC images/pipe.o [2020-09-20T19:14:00.604Z] #39 16.63 CC images/tcp-stream.o [2020-09-20T19:14:00.897Z] #39 16.73 CC images/sk-packet.o [2020-09-20T19:14:01.190Z] #39 16.96 CC images/mnt.o [2020-09-20T19:14:01.190Z] #39 17.06 CC images/pipe-data.o [2020-09-20T19:14:01.190Z] #39 17.14 CC images/sa.o [2020-09-20T19:14:01.190Z] #39 17.23 CC images/timer.o [2020-09-20T19:14:01.483Z] #39 17.39 CC images/timerfd.o [2020-09-20T19:14:01.483Z] #39 17.53 CC images/mm.o [2020-09-20T19:14:01.776Z] #39 17.64 CC images/sk-opts.o [2020-09-20T19:14:02.069Z] #39 17.81 CC images/sk-unix.o [2020-09-20T19:14:02.069Z] #39 17.99 CC images/sk-inet.o [2020-09-20T19:14:02.364Z] #39 18.16 CC images/tun.o [2020-09-20T19:14:02.364Z] #39 18.30 CC images/sk-netlink.o [2020-09-20T19:14:02.657Z] #39 18.39 CC images/packet-sock.o [2020-09-20T19:14:02.657Z] #39 18.58 CC images/ipc-var.o [2020-09-20T19:14:02.950Z] #39 18.70 CC images/ipc-desc.o [2020-09-20T19:14:02.950Z] #39 18.79 CC images/ipc-shm.o [2020-09-20T19:14:02.950Z] #39 18.93 CC images/ipc-msg.o [2020-09-20T19:14:03.243Z] #39 19.10 CC images/ipc-sem.o [2020-09-20T19:14:03.243Z] #39 19.22 CC images/utsns.o [2020-09-20T19:14:03.243Z] #39 19.35 CC images/creds.o [2020-09-20T19:14:03.537Z] #39 19.49 CC images/vma.o [2020-09-20T19:14:03.537Z] #39 19.57 CC images/netdev.o [2020-09-20T19:14:03.830Z] #39 19.73 CC images/tty.o [2020-09-20T19:14:04.123Z] #39 20.15 CC images/file-lock.o [2020-09-20T19:14:04.417Z] #39 20.26 CC images/rlimit.o [2020-09-20T19:14:04.417Z] #39 20.35 CC images/pagemap.o [2020-09-20T19:14:04.710Z] #39 20.56 CC images/siginfo.o [2020-09-20T19:14:04.710Z] #39 20.73 CC images/rpc.o [2020-09-20T19:14:05.347Z] #39 21.18 CC images/ext-file.o [2020-09-20T19:14:05.347Z] #39 21.27 CC images/cgroup.o [2020-09-20T19:14:05.640Z] #39 21.54 CC images/userns.o [2020-09-20T19:14:05.640Z] #39 21.68 CC images/google/protobuf/descriptor.o [2020-09-20T19:14:05.933Z] #39 ... [2020-09-20T19:14:05.933Z] [2020-09-20T19:14:05.933Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:14:05.933Z] #10 60.05 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-09-20T19:14:05.933Z] #10 60.05 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-09-20T19:14:05.933Z] #10 60.05 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-20T19:14:06.242Z] #60 ... [2020-09-20T19:14:06.243Z] [2020-09-20T19:14:06.243Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-20T19:14:06.243Z] #23 21.44 Fetched 8385 kB in 18s (467 kB/s) [2020-09-20T19:14:06.243Z] #23 21.44 Reading package lists... [2020-09-20T19:14:06.243Z] #23 28.19 Reading package lists... [2020-09-20T19:14:06.243Z] #23 ... [2020-09-20T19:14:06.243Z] [2020-09-20T19:14:06.243Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:14:06.243Z] #38 21.61 Fetched 8385 kB in 18s (467 kB/s) [2020-09-20T19:14:06.243Z] #38 21.61 Reading package lists... [2020-09-20T19:14:06.243Z] #38 29.66 Reading package lists... [2020-09-20T19:14:06.243Z] #38 ... [2020-09-20T19:14:06.243Z] [2020-09-20T19:14:06.243Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-20T19:14:06.243Z] #36 24.37 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-09-20T19:14:06.243Z] #36 ... [2020-09-20T19:14:06.243Z] [2020-09-20T19:14:06.243Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-20T19:14:06.243Z] #51 22.22 Fetched 8385 kB in 18s (461 kB/s) [2020-09-20T19:14:06.243Z] #51 22.22 Reading package lists... [2020-09-20T19:14:06.243Z] #51 29.23 Reading package lists... [2020-09-20T19:14:06.243Z] #51 ... [2020-09-20T19:14:06.243Z] [2020-09-20T19:14:06.243Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:14:06.243Z] #10 22.37 Fetched 8385 kB in 18s (461 kB/s) [2020-09-20T19:14:06.243Z] #10 22.37 Reading package lists... [2020-09-20T19:14:06.243Z] #10 30.13 Reading package lists... [2020-09-20T19:14:06.243Z] #10 ... [2020-09-20T19:14:06.243Z] [2020-09-20T19:14:06.243Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:14:06.243Z] #32 22.38 Fetched 8385 kB in 18s (458 kB/s) [2020-09-20T19:14:06.243Z] #32 22.38 Reading package lists... [2020-09-20T19:14:06.858Z] #32 30.31 Reading package lists... [2020-09-20T19:14:06.858Z] #32 ... [2020-09-20T19:14:06.858Z] [2020-09-20T19:14:06.858Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:14:06.858Z] #47 23.12 runtime/cgo [2020-09-20T19:14:06.858Z] #47 23.13 runtime [2020-09-20T19:14:08.067Z] #10 ... [2020-09-20T19:14:08.067Z] [2020-09-20T19:14:08.067Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:14:08.067Z] #47 54.64 mvdan.cc/editorconfig [2020-09-20T19:14:08.067Z] #47 55.06 mvdan.cc/sh/v3/fileutil [2020-09-20T19:14:08.067Z] #47 55.16 mvdan.cc/sh/v3/syntax [2020-09-20T19:14:08.067Z] #47 59.05 mvdan.cc/sh/v3/cmd/shfmt [2020-09-20T19:14:08.067Z] #47 DONE 62.1s [2020-09-20T19:14:08.067Z] [2020-09-20T19:14:08.067Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:14:08.067Z] #39 22.46 CC images/opts.o [2020-09-20T19:14:08.067Z] #39 22.62 CC images/seccomp.o [2020-09-20T19:14:08.067Z] #39 22.73 CC images/binfmt-misc.o [2020-09-20T19:14:08.067Z] #39 22.83 CC images/time.o [2020-09-20T19:14:08.067Z] #39 22.98 CC images/sysctl.o [2020-09-20T19:14:08.067Z] #39 23.12 CC images/autofs.o [2020-09-20T19:14:08.067Z] #39 23.22 CC images/macvlan.o [2020-09-20T19:14:08.067Z] #39 23.34 CC images/sit.o [2020-09-20T19:14:08.067Z] #39 23.48 CC images/memfd.o [2020-09-20T19:14:08.067Z] #39 23.74 CC images/timens.o [2020-09-20T19:14:08.067Z] #39 23.95 LINK images/built-in.o [2020-09-20T19:14:08.360Z] #39 24.20 GEN compel/include/asm [2020-09-20T19:14:08.360Z] #39 24.23 GEN compel/include/version.h [2020-09-20T19:14:08.360Z] #39 24.24 touch .config [2020-09-20T19:14:08.360Z] #39 24.26 GEN include/common/config.h [2020-09-20T19:14:08.360Z] #39 24.31 DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2020-09-20T19:14:08.360Z] #39 24.35 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-09-20T19:14:08.360Z] #39 24.38 GEN compel/plugins/include/uapi/std/syscall.h [2020-09-20T19:14:08.360Z] #39 24.39 GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2020-09-20T19:14:08.360Z] #39 24.44 DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2020-09-20T19:14:08.360Z] #39 24.48 DEP compel/arch/s390/plugins/std/parasite-head.d [2020-09-20T19:14:08.653Z] #39 24.49 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-09-20T19:14:08.653Z] #39 24.50 DEP compel/plugins/std/infect.d [2020-09-20T19:14:08.653Z] #39 24.62 DEP compel/plugins/std/string.d [2020-09-20T19:14:08.653Z] #39 24.68 DEP compel/plugins/std/log.d [2020-09-20T19:14:08.653Z] #39 24.75 DEP compel/plugins/std/fds.d [2020-09-20T19:14:08.806Z] #47 ... [2020-09-20T19:14:08.806Z] [2020-09-20T19:14:08.806Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-20T19:14:08.806Z] #23 28.19 Reading package lists... [2020-09-20T19:14:08.946Z] #39 24.81 DEP compel/plugins/std/std.d [2020-09-20T19:14:08.946Z] #39 24.90 DEP compel/plugins/shmem/shmem.d [2020-09-20T19:14:08.946Z] #39 25.00 DEP compel/plugins/fds/fds.d [2020-09-20T19:14:09.239Z] #39 25.09 CC compel/plugins/std/std.o [2020-09-20T19:14:09.239Z] #39 25.28 CC compel/plugins/std/fds.o [2020-09-20T19:14:09.532Z] #39 25.49 CC compel/plugins/std/log.o [2020-09-20T19:14:09.871Z] #39 25.85 CC compel/plugins/std/string.o [2020-09-20T19:14:10.221Z] #39 26.16 CC compel/plugins/std/infect.o [2020-09-20T19:14:10.221Z] #39 26.30 CC compel/arch/s390/plugins/std/parasite-head.o [2020-09-20T19:14:10.513Z] #39 26.31 CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2020-09-20T19:14:10.513Z] #39 26.34 CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2020-09-20T19:14:10.513Z] #39 26.39 AR compel/plugins/std.lib.a [2020-09-20T19:14:10.513Z] #39 26.41 CC compel/plugins/fds/fds.o [2020-09-20T19:14:10.513Z] #39 26.56 AR compel/plugins/fds.lib.a [2020-09-20T19:14:10.806Z] #39 26.58 HOSTDEP compel/src/lib/log-host.d [2020-09-20T19:14:10.806Z] #39 26.61 HOSTDEP compel/src/lib/handle-elf-host.d [2020-09-20T19:14:10.806Z] #39 26.65 HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2020-09-20T19:14:10.806Z] #39 26.69 HOSTDEP compel/src/main-host.d [2020-09-20T19:14:10.806Z] #39 26.75 DEP compel/src/lib/ptrace.d [2020-09-20T19:14:10.806Z] #39 26.82 DEP compel/src/lib/infect.d [2020-09-20T19:14:10.982Z] #23 35.62 Building dependency tree... [2020-09-20T19:14:11.099Z] #39 26.95 DEP compel/src/lib/infect-util.d [2020-09-20T19:14:11.099Z] #39 27.01 DEP compel/src/lib/infect-rpc.d [2020-09-20T19:14:11.099Z] #39 27.12 DEP compel/arch/s390/src/lib/infect.d [2020-09-20T19:14:11.099Z] #39 27.17 DEP compel/arch/s390/src/lib/cpu.d [2020-09-20T19:14:11.099Z] #39 27.21 DEP compel/src/lib/log.d [2020-09-20T19:14:11.099Z] #39 ... [2020-09-20T19:14:11.099Z] [2020-09-20T19:14:11.099Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:14:11.099Z] #41 55.40 text/template [2020-09-20T19:14:11.099Z] #41 55.52 go/parser [2020-09-20T19:14:11.099Z] #41 58.00 encoding/xml [2020-09-20T19:14:11.099Z] #41 58.44 go/doc [2020-09-20T19:14:11.099Z] #41 59.80 github.com/LK4D4/vndr/build [2020-09-20T19:14:11.099Z] #41 61.59 github.com/LK4D4/vndr/godl/singleflight [2020-09-20T19:14:11.099Z] #41 61.74 github.com/LK4D4/vndr/versioned [2020-09-20T19:14:11.099Z] #41 61.84 vendor/golang.org/x/crypto/cryptobyte [2020-09-20T19:14:11.099Z] #41 61.84 net [2020-09-20T19:14:11.099Z] #41 63.26 vendor/golang.org/x/sys/cpu [2020-09-20T19:14:11.099Z] #41 63.45 vendor/golang.org/x/crypto/internal/chacha20 [2020-09-20T19:14:11.099Z] #41 63.81 vendor/golang.org/x/crypto/poly1305 [2020-09-20T19:14:11.099Z] #41 64.09 vendor/golang.org/x/crypto/chacha20poly1305 [2020-09-20T19:14:11.099Z] #41 64.44 vendor/golang.org/x/crypto/curve25519 [2020-09-20T19:14:11.099Z] #41 64.80 vendor/golang.org/x/crypto/hkdf [2020-09-20T19:14:11.099Z] #41 64.93 vendor/golang.org/x/text/transform [2020-09-20T19:14:11.099Z] #41 65.40 vendor/golang.org/x/text/unicode/bidi [2020-09-20T19:14:11.392Z] #41 ... [2020-09-20T19:14:11.392Z] [2020-09-20T19:14:11.392Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:14:11.392Z] #39 27.27 DEP compel/src/main.d [2020-09-20T19:14:11.392Z] #39 27.32 DEP compel/src/lib/handle-elf.d [2020-09-20T19:14:11.393Z] #39 27.37 DEP compel/arch/s390/src/lib/handle-elf.d [2020-09-20T19:14:11.393Z] #39 27.45 CC compel/src/lib/log.o [2020-09-20T19:14:11.686Z] #39 27.56 CC compel/arch/s390/src/lib/cpu.o [2020-09-20T19:14:11.686Z] #39 27.68 CC compel/arch/s390/src/lib/infect.o [2020-09-20T19:14:12.321Z] #39 28.17 CC compel/src/lib/infect-rpc.o [2020-09-20T19:14:12.321Z] #39 28.38 CC compel/src/lib/infect-util.o [2020-09-20T19:14:12.614Z] #39 28.58 CC compel/src/lib/infect.o [2020-09-20T19:14:12.903Z] #23 39.34 ca-certificates is already the newest version (20200601~deb10u1). [2020-09-20T19:14:12.903Z] #23 39.34 The following additional packages will be installed: [2020-09-20T19:14:12.903Z] #23 39.36 libjq1 libonig5 [2020-09-20T19:14:13.474Z] #23 39.77 The following NEW packages will be installed: [2020-09-20T19:14:13.474Z] #23 39.78 jq libjq1 libonig5 [2020-09-20T19:14:13.654Z] #39 29.68 CC compel/src/lib/ptrace.o [2020-09-20T19:14:13.947Z] #39 29.96 AR compel/libcompel.a [2020-09-20T19:14:13.947Z] #39 29.99 HOSTCC compel/src/main-host.o [2020-09-20T19:14:14.045Z] #23 40.41 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2020-09-20T19:14:14.045Z] #23 40.41 Need to get 355 kB of archives. [2020-09-20T19:14:14.045Z] #23 40.41 After this operation, 1072 kB of additional disk space will be used. [2020-09-20T19:14:14.045Z] #23 40.41 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-09-20T19:14:14.045Z] #23 40.42 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-09-20T19:14:14.045Z] #23 40.42 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-09-20T19:14:14.240Z] #39 30.23 HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2020-09-20T19:14:14.533Z] #39 30.34 HOSTCC compel/src/lib/handle-elf-host.o [2020-09-20T19:14:14.533Z] #39 30.57 HOSTCC compel/src/lib/log-host.o [2020-09-20T19:14:14.826Z] #39 30.64 HOSTLINK compel/compel-host-bin [2020-09-20T19:14:14.826Z] #39 30.72 DEP soccr/soccr.d [2020-09-20T19:14:14.826Z] #39 30.85 CC soccr/soccr.o [2020-09-20T19:14:14.985Z] #23 ... [2020-09-20T19:14:14.986Z] [2020-09-20T19:14:14.986Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:14:14.986Z] #32 30.31 Reading package lists... [2020-09-20T19:14:14.986Z] #32 37.77 Building dependency tree... [2020-09-20T19:14:14.986Z] #32 40.93 The following additional packages will be installed: [2020-09-20T19:14:14.986Z] #32 40.95 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-09-20T19:14:14.986Z] #32 40.96 Suggested packages: [2020-09-20T19:14:14.986Z] #32 40.98 cmake-doc ninja-build lrzip [2020-09-20T19:14:14.986Z] #32 40.98 Recommended packages: [2020-09-20T19:14:14.986Z] #32 40.98 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-09-20T19:14:15.140Z] Fetching without tags [2020-09-20T19:14:15.460Z] Merging remotes/origin/master commit 0bad48279efe3e5f56df1c4c8c2e6bc90fbb36e9 into PR head commit 66a37b460c839ee7a9aca118840b441764292c97 [2020-09-20T19:14:15.556Z] #32 ... [2020-09-20T19:14:15.556Z] [2020-09-20T19:14:15.556Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:14:15.556Z] #60 DONE 42.0s [2020-09-20T19:14:15.817Z] [2020-09-20T19:14:15.817Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-20T19:14:15.817Z] #23 41.86 debconf: delaying package configuration, since apt-utils is not installed [2020-09-20T19:14:15.817Z] #23 42.12 Fetched 355 kB in 0s (755 kB/s) [2020-09-20T19:14:15.817Z] #23 42.27 Selecting previously unselected package libonig5:amd64. [2020-09-20T19:14:15.865Z] #39 31.77 AR soccr/libsoccr.a [2020-09-20T19:14:15.865Z] #39 31.79 make[1]: 'soccr/libsoccr.a' is up to date. [2020-09-20T19:14:15.893Z] Fetching without tags [2020-09-20T19:14:16.077Z] #23 42.27 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-09-20T19:14:16.077Z] #23 42.42 Preparing to unpack .../libonig5_6.9.1-1_amd64.deb ... [2020-09-20T19:14:16.077Z] #23 42.43 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-09-20T19:14:16.159Z] #39 32.07 DEP criu/arch/s390/sigframe.d [2020-09-20T19:14:16.287Z] Merging remotes/origin/master commit 0bad48279efe3e5f56df1c4c8c2e6bc90fbb36e9 into PR head commit 66a37b460c839ee7a9aca118840b441764292c97 [2020-09-20T19:14:16.337Z] #23 42.77 Selecting previously unselected package libjq1:amd64. [2020-09-20T19:14:16.337Z] #23 42.78 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-09-20T19:14:16.337Z] #23 42.79 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-09-20T19:14:16.452Z] #39 32.22 DEP criu/arch/s390/crtools.d [2020-09-20T19:14:16.452Z] #39 32.38 DEP criu/arch/s390/cpu.d [2020-09-20T19:14:16.597Z] #23 43.10 Selecting previously unselected package jq. [2020-09-20T19:14:16.597Z] #23 43.10 Preparing to unpack .../jq_1.5+dfsg-2+b1_amd64.deb ... [2020-09-20T19:14:16.597Z] #23 43.11 Unpacking jq (1.5+dfsg-2+b1) ... [2020-09-20T19:14:16.745Z] #39 32.52 CC criu/arch/s390/cpu.o [2020-09-20T19:14:16.745Z] #39 32.83 CC criu/arch/s390/crtools.o [2020-09-20T19:14:16.872Z] Merge succeeded, producing 58a781b73b78056f3854d63fe8bff5066c5e807f [2020-09-20T19:14:16.872Z] Checking out Revision 58a781b73b78056f3854d63fe8bff5066c5e807f (PR-38469) [2020-09-20T19:14:15.037Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-20T19:14:15.056Z] > git config --add remote.origin.fetch +refs/pull/38469/head:refs/remotes/origin/PR-38469 # timeout=10 [2020-09-20T19:14:15.084Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T19:14:15.111Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-20T19:14:15.145Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-20T19:14:15.145Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-20T19:14:15.146Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/38469/head:refs/remotes/origin/PR-38469 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T19:14:15.468Z] > git config core.sparsecheckout # timeout=10 [2020-09-20T19:14:15.479Z] > git checkout -f 66a37b460c839ee7a9aca118840b441764292c97 # timeout=10 [2020-09-20T19:14:16.311Z] > git remote # timeout=10 [2020-09-20T19:14:16.335Z] > git config --get remote.origin.url # timeout=10 [2020-09-20T19:14:16.358Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-20T19:14:16.359Z] > git merge 0bad48279efe3e5f56df1c4c8c2e6bc90fbb36e9 # timeout=10 [2020-09-20T19:14:16.846Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-20T19:14:16.876Z] > git config core.sparsecheckout # timeout=10 [2020-09-20T19:14:16.897Z] > git checkout -f 58a781b73b78056f3854d63fe8bff5066c5e807f # timeout=10 [2020-09-20T19:14:17.114Z] #39 ... [2020-09-20T19:14:17.114Z] [2020-09-20T19:14:17.114Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:14:17.114Z] #10 69.54 Selecting previously unselected package libapparmor1:s390x. [2020-09-20T19:14:17.114Z] #10 69.55 Preparing to unpack .../10-libapparmor1_2.13.2-10_s390x.deb ... [2020-09-20T19:14:17.114Z] #10 69.55 Unpacking libapparmor1:s390x (2.13.2-10) ... [2020-09-20T19:14:17.114Z] #10 69.59 Selecting previously unselected package libapparmor-dev:s390x. [2020-09-20T19:14:17.114Z] #10 69.59 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_s390x.deb ... [2020-09-20T19:14:17.114Z] #10 69.59 Unpacking libapparmor-dev:s390x (2.13.2-10) ... [2020-09-20T19:14:17.114Z] #10 69.65 Selecting previously unselected package libbtrfs0. [2020-09-20T19:14:17.114Z] #10 69.65 Preparing to unpack .../12-libbtrfs0_4.20.1-2_s390x.deb ... [2020-09-20T19:14:17.114Z] #10 69.66 Unpacking libbtrfs0 (4.20.1-2) ... [2020-09-20T19:14:17.114Z] #10 69.68 Selecting previously unselected package libbtrfs-dev. [2020-09-20T19:14:17.114Z] #10 69.68 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_s390x.deb ... [2020-09-20T19:14:17.114Z] #10 69.68 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-09-20T19:14:17.114Z] #10 69.73 Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2020-09-20T19:14:17.114Z] #10 69.73 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_s390x.deb ... [2020-09-20T19:14:17.114Z] #10 69.73 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2020-09-20T19:14:17.114Z] #10 69.76 Selecting previously unselected package libudev-dev:s390x. [2020-09-20T19:14:17.114Z] #10 69.76 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_s390x.deb ... [2020-09-20T19:14:17.114Z] #10 69.76 Unpacking libudev-dev:s390x (241-7~deb10u4) ... [2020-09-20T19:14:17.114Z] #10 69.87 Selecting previously unselected package libsepol1-dev:s390x. [2020-09-20T19:14:17.114Z] #10 69.87 Preparing to unpack .../16-libsepol1-dev_2.8-1_s390x.deb ... [2020-09-20T19:14:17.114Z] #10 69.87 Unpacking libsepol1-dev:s390x (2.8-1) ... [2020-09-20T19:14:17.114Z] #10 70.09 Selecting previously unselected package libpcre16-3:s390x. [2020-09-20T19:14:17.114Z] #10 70.09 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_s390x.deb ... [2020-09-20T19:14:17.114Z] #10 70.10 Unpacking libpcre16-3:s390x (2:8.39-12) ... [2020-09-20T19:14:17.114Z] #10 70.15 Selecting previously unselected package libpcre32-3:s390x. [2020-09-20T19:14:17.114Z] #10 70.16 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_s390x.deb ... [2020-09-20T19:14:17.114Z] #10 70.16 Unpacking libpcre32-3:s390x (2:8.39-12) ... [2020-09-20T19:14:17.114Z] #10 70.24 Selecting previously unselected package libpcrecpp0v5:s390x. [2020-09-20T19:14:17.114Z] #10 70.24 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_s390x.deb ... [2020-09-20T19:14:17.114Z] #10 70.24 Unpacking libpcrecpp0v5:s390x (2:8.39-12) ... [2020-09-20T19:14:17.114Z] #10 70.29 Selecting previously unselected package libpcre3-dev:s390x. [2020-09-20T19:14:17.114Z] #10 70.30 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_s390x.deb ... [2020-09-20T19:14:17.114Z] #10 70.30 Unpacking libpcre3-dev:s390x (2:8.39-12) ... [2020-09-20T19:14:17.114Z] #10 70.50 Selecting previously unselected package libselinux1-dev:s390x. [2020-09-20T19:14:17.114Z] #10 70.50 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_s390x.deb ... [2020-09-20T19:14:17.114Z] #10 70.50 Unpacking libselinux1-dev:s390x (2.8-1+b1) ... [2020-09-20T19:14:17.114Z] #10 70.70 Selecting previously unselected package libdevmapper-dev:s390x. [2020-09-20T19:14:17.114Z] #10 70.70 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_s390x.deb ... [2020-09-20T19:14:17.114Z] #10 70.71 Unpacking libdevmapper-dev:s390x (2:1.02.155-3) ... [2020-09-20T19:14:17.114Z] #10 70.79 Selecting previously unselected package libseccomp-dev:s390x. [2020-09-20T19:14:17.114Z] #10 70.79 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_s390x.deb ... [2020-09-20T19:14:17.114Z] #10 70.79 Unpacking libseccomp-dev:s390x (2.3.3-4) ... [2020-09-20T19:14:17.114Z] #10 70.85 Selecting previously unselected package libsystemd-dev:s390x. [2020-09-20T19:14:17.114Z] #10 70.85 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_s390x.deb ... [2020-09-20T19:14:17.114Z] #10 70.85 Unpacking libsystemd-dev:s390x (241-7~deb10u4) ... [2020-09-20T19:14:17.114Z] #10 71.19 Setting up libpcrecpp0v5:s390x (2:8.39-12) ... [2020-09-20T19:14:17.114Z] #10 71.19 Setting up libseccomp-dev:s390x (2.3.3-4) ... [2020-09-20T19:14:17.114Z] #10 71.20 Setting up libapparmor1:s390x (2.13.2-10) ... [2020-09-20T19:14:17.114Z] #10 71.21 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-09-20T19:14:17.114Z] #10 71.21 Setting up libpcre16-3:s390x (2:8.39-12) ... [2020-09-20T19:14:17.114Z] #10 71.22 Setting up libsepol1-dev:s390x (2.8-1) ... [2020-09-20T19:14:17.114Z] #10 71.23 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-09-20T19:14:17.114Z] #10 71.23 Setting up libbtrfs0 (4.20.1-2) ... [2020-09-20T19:14:17.114Z] #10 71.24 Setting up libpcre32-3:s390x (2:8.39-12) ... [2020-09-20T19:14:17.114Z] #10 71.25 Setting up libudev-dev:s390x (241-7~deb10u4) ... [2020-09-20T19:14:17.114Z] #10 71.25 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-09-20T19:14:17.114Z] #10 71.26 Setting up libbtrfs-dev (4.20.1-2) ... [2020-09-20T19:14:17.114Z] #10 71.27 Setting up libapparmor-dev:s390x (2.13.2-10) ... [2020-09-20T19:14:17.114Z] #10 71.27 Setting up mingw-w64-common (6.0.0-3) ... [2020-09-20T19:14:17.114Z] #10 71.28 Setting up libsystemd-dev:s390x (241-7~deb10u4) ... [2020-09-20T19:14:17.114Z] #10 71.29 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-09-20T19:14:17.114Z] #10 71.29 Setting up libpcre3-dev:s390x (2:8.39-12) ... [2020-09-20T19:14:17.114Z] #10 71.30 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-20T19:14:17.114Z] #10 71.34 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 [2020-09-20T19:14:17.114Z] #10 71.34 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 [2020-09-20T19:14:17.114Z] #10 71.34 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-20T19:14:17.114Z] #10 71.35 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 [2020-09-20T19:14:17.114Z] #10 71.35 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 [2020-09-20T19:14:17.114Z] #10 71.35 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-09-20T19:14:17.114Z] #10 71.36 Setting up libselinux1-dev:s390x (2.8-1+b1) ... [2020-09-20T19:14:17.114Z] #10 71.37 Setting up libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2020-09-20T19:14:17.114Z] #10 71.37 Setting up dmsetup (2:1.02.155-3) ... [2020-09-20T19:14:17.114Z] #10 71.38 Setting up libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2020-09-20T19:14:17.114Z] #10 71.39 Setting up libdevmapper-dev:s390x (2:1.02.155-3) ... [2020-09-20T19:14:17.114Z] #10 71.39 Processing triggers for libc-bin (2.28-10) ... [2020-09-20T19:14:17.118Z] #23 43.42 Setting up libonig5:amd64 (6.9.1-1) ... [2020-09-20T19:14:17.118Z] #23 43.43 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-09-20T19:14:17.118Z] #23 43.45 Setting up jq (1.5+dfsg-2+b1) ... [2020-09-20T19:14:17.118Z] #23 43.47 Processing triggers for libc-bin (2.28-10) ... [2020-09-20T19:14:17.118Z] #23 DONE 43.7s [2020-09-20T19:14:17.118Z] [2020-09-20T19:14:17.118Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:14:17.118Z] #32 42.32 The following NEW packages will be installed: [2020-09-20T19:14:17.118Z] #32 42.34 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-09-20T19:14:17.118Z] #32 42.40 vim-common xxd [2020-09-20T19:14:17.118Z] #32 43.18 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2020-09-20T19:14:17.118Z] #32 43.18 Need to get 14.9 MB of archives. [2020-09-20T19:14:17.118Z] #32 43.18 After this operation, 61.8 MB of additional disk space will be used. [2020-09-20T19:14:17.118Z] #32 43.18 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-09-20T19:14:17.118Z] #32 43.18 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-09-20T19:14:17.119Z] #32 43.19 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-09-20T19:14:17.119Z] #32 43.40 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-09-20T19:14:15.817Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-20T19:14:15.843Z] > git config --add remote.origin.fetch +refs/pull/38469/head:refs/remotes/origin/PR-38469 # timeout=10 [2020-09-20T19:14:15.860Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T19:14:15.872Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-20T19:14:15.885Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-20T19:14:15.886Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-20T19:14:15.887Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/38469/head:refs/remotes/origin/PR-38469 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T19:14:16.283Z] > git config core.sparsecheckout # timeout=10 [2020-09-20T19:14:16.289Z] > git checkout -f 66a37b460c839ee7a9aca118840b441764292c97 # timeout=10 [2020-09-20T19:14:17.380Z] #32 ... [2020-09-20T19:14:17.380Z] [2020-09-20T19:14:17.380Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-09-20T19:14:17.380Z] #24 DONE 0.0s [2020-09-20T19:14:17.641Z] [2020-09-20T19:14:17.641Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-20T19:14:17.641Z] #51 29.23 Reading package lists... [2020-09-20T19:14:17.641Z] #51 36.46 Building dependency tree... [2020-09-20T19:14:17.641Z] #51 40.32 The following additional packages will be installed: [2020-09-20T19:14:17.641Z] #51 40.34 libbtrfs0 [2020-09-20T19:14:17.641Z] #51 40.63 The following NEW packages will be installed: [2020-09-20T19:14:17.641Z] #51 40.65 libbtrfs-dev libbtrfs0 [2020-09-20T19:14:17.641Z] #51 41.12 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2020-09-20T19:14:17.641Z] #51 41.12 Need to get 119 kB of archives. [2020-09-20T19:14:17.641Z] #51 41.12 After this operation, 387 kB of additional disk space will be used. [2020-09-20T19:14:17.641Z] #51 41.12 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-09-20T19:14:17.641Z] #51 41.13 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-09-20T19:14:17.641Z] #51 42.31 debconf: delaying package configuration, since apt-utils is not installed [2020-09-20T19:14:17.641Z] #51 42.71 Fetched 119 kB in 0s (422 kB/s) [2020-09-20T19:14:17.641Z] #51 42.84 Selecting previously unselected package libbtrfs0. [2020-09-20T19:14:17.641Z] #51 42.84 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-09-20T19:14:17.641Z] #51 42.95 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-09-20T19:14:17.641Z] #51 42.97 Unpacking libbtrfs0 (4.20.1-2) ... [2020-09-20T19:14:17.641Z] #51 43.10 Selecting previously unselected package libbtrfs-dev. [2020-09-20T19:14:17.641Z] #51 43.11 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-09-20T19:14:17.641Z] #51 43.12 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-09-20T19:14:17.641Z] #51 43.42 Setting up libbtrfs0 (4.20.1-2) ... [2020-09-20T19:14:17.641Z] #51 43.45 Setting up libbtrfs-dev (4.20.1-2) ... [2020-09-20T19:14:17.641Z] #51 43.47 Processing triggers for libc-bin (2.28-10) ... [2020-09-20T19:14:17.641Z] #51 DONE 43.9s [2020-09-20T19:14:17.641Z] [2020-09-20T19:14:17.641Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:14:17.754Z] #10 DONE 71.8s [2020-09-20T19:14:17.754Z] [2020-09-20T19:14:17.754Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:14:17.754Z] #39 33.45 CC criu/arch/s390/sigframe.o [2020-09-20T19:14:17.754Z] #39 33.57 LINK criu/arch/s390/crtools.built-in.o [2020-09-20T19:14:17.754Z] #39 33.60 DEP criu/pie/util-vdso.d [2020-09-20T19:14:17.754Z] #39 33.83 DEP criu/pie/util.d [2020-09-20T19:14:17.896Z] Merge succeeded, producing 50d4eb3035b4fc04e01ff10dabd6dba081575b11 [2020-09-20T19:14:17.896Z] Checking out Revision 50d4eb3035b4fc04e01ff10dabd6dba081575b11 (PR-38469) [2020-09-20T19:14:18.056Z] #39 33.93 CC criu/pie/util.o [2020-09-20T19:14:18.352Z] #39 34.34 CC criu/pie/util-vdso.o [2020-09-20T19:14:18.646Z] #39 34.74 AR criu/pie/pie.lib.a [2020-09-20T19:14:18.646Z] #39 34.77 DEP criu/pie/restorer.d [2020-09-20T19:14:18.939Z] #39 ... [2020-09-20T19:14:18.939Z] [2020-09-20T19:14:18.939Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:14:18.939Z] #54 69.19 + for f in rootlesskit rootlesskit-docker-proxy [2020-09-20T19:14:18.939Z] #54 69.19 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-09-20T19:14:18.939Z] #54 DONE 73.2s [2020-09-20T19:14:18.939Z] [2020-09-20T19:14:18.939Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:14:18.939Z] #39 34.96 DEP criu/arch/s390/restorer.d [2020-09-20T19:14:19.024Z] #52 1.602 + RM_GOPATH=0 [2020-09-20T19:14:19.024Z] #52 1.603 + TMP_GOPATH= [2020-09-20T19:14:19.024Z] #52 1.603 + : /build [2020-09-20T19:14:19.024Z] #52 1.603 + '[' -z '' ']' [2020-09-20T19:14:19.024Z] #52 1.607 ++ mktemp -d [2020-09-20T19:14:19.024Z] #52 1.610 + export GOPATH=/tmp/tmp.FrG4X1uGd0 [2020-09-20T19:14:19.024Z] #52 1.610 + GOPATH=/tmp/tmp.FrG4X1uGd0 [2020-09-20T19:14:19.024Z] #52 1.610 + RM_GOPATH=1 [2020-09-20T19:14:19.024Z] #52 1.611 + case "$(go env GOARCH)" in [2020-09-20T19:14:19.024Z] #52 1.611 ++ go env GOARCH [2020-09-20T19:14:19.024Z] #52 1.641 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:14:19.284Z] #52 1.641 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:14:19.284Z] #52 1.643 ++ dirname /tmp/install/install.sh [2020-09-20T19:14:19.284Z] #52 1.644 + dir=/tmp/install [2020-09-20T19:14:19.284Z] #52 1.645 + bin=containerd [2020-09-20T19:14:19.284Z] #52 1.646 + shift [2020-09-20T19:14:19.284Z] #52 1.649 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-09-20T19:14:19.284Z] #52 1.650 + . /tmp/install/containerd.installer [2020-09-20T19:14:19.284Z] #52 1.656 ++ set -e [2020-09-20T19:14:19.284Z] #52 1.658 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-09-20T19:14:19.284Z] #52 1.659 + install_containerd [2020-09-20T19:14:19.284Z] #52 1.661 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-09-20T19:14:19.284Z] #52 1.664 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-09-20T19:14:19.284Z] #52 1.665 + git clone https://github.com/containerd/containerd.git /tmp/tmp.FrG4X1uGd0/src/github.com/containerd/containerd [2020-09-20T19:14:19.284Z] #52 1.666 Cloning into '/tmp/tmp.FrG4X1uGd0/src/github.com/containerd/containerd'... [2020-09-20T19:14:19.313Z] #39 ... [2020-09-20T19:14:19.313Z] [2020-09-20T19:14:19.313Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-09-20T19:14:19.313Z] #11 DONE 1.4s [2020-09-20T19:14:19.313Z] [2020-09-20T19:14:19.313Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-09-20T19:14:19.313Z] #55 DONE 0.1s [2020-09-20T19:14:19.313Z] [2020-09-20T19:14:19.313Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:14:19.313Z] #39 35.12 DEP criu/arch/s390/vdso-pie.d [2020-09-20T19:14:19.313Z] #39 ... [2020-09-20T19:14:19.313Z] [2020-09-20T19:14:19.313Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-09-20T19:14:19.313Z] #56 DONE 0.1s [2020-09-20T19:14:19.313Z] [2020-09-20T19:14:19.313Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:14:19.313Z] #39 35.23 DEP criu/pie/parasite-vdso.d [2020-09-20T19:14:19.359Z] Fetching without tags [2020-09-20T19:14:19.610Z] #39 35.46 DEP criu/pie/parasite.d [2020-09-20T19:14:19.610Z] #39 35.58 CC criu/pie/parasite.o [2020-09-20T19:14:17.419Z] > git remote # timeout=10 [2020-09-20T19:14:17.433Z] > git config --get remote.origin.url # timeout=10 [2020-09-20T19:14:17.443Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-20T19:14:17.445Z] > git merge 0bad48279efe3e5f56df1c4c8c2e6bc90fbb36e9 # timeout=10 [2020-09-20T19:14:17.879Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-20T19:14:17.889Z] > git config core.sparsecheckout # timeout=10 [2020-09-20T19:14:17.899Z] > git checkout -f 50d4eb3035b4fc04e01ff10dabd6dba081575b11 # timeout=10 [2020-09-20T19:14:19.798Z] Merging remotes/origin/master commit 0bad48279efe3e5f56df1c4c8c2e6bc90fbb36e9 into PR head commit 66a37b460c839ee7a9aca118840b441764292c97 [2020-09-20T19:14:19.855Z] #52 ... [2020-09-20T19:14:19.855Z] [2020-09-20T19:14:19.855Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:14:19.855Z] #38 29.66 Reading package lists... [2020-09-20T19:14:19.855Z] #38 36.54 Building dependency tree... [2020-09-20T19:14:19.855Z] #38 39.72 The following additional packages will be installed: [2020-09-20T19:14:19.855Z] #38 39.73 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-09-20T19:14:19.855Z] #38 39.73 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-09-20T19:14:19.855Z] #38 39.76 Suggested packages: [2020-09-20T19:14:19.855Z] #38 39.76 manpages-dev python-setuptools [2020-09-20T19:14:19.855Z] #38 41.33 The following NEW packages will be installed: [2020-09-20T19:14:19.855Z] #38 41.34 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-09-20T19:14:19.855Z] #38 41.34 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-09-20T19:14:19.855Z] #38 41.34 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-09-20T19:14:19.855Z] #38 41.34 python-six zlib1g-dev [2020-09-20T19:14:19.855Z] #38 41.82 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2020-09-20T19:14:19.855Z] #38 41.82 Need to get 4095 kB of archives. [2020-09-20T19:14:19.855Z] #38 41.82 After this operation, 22.5 MB of additional disk space will be used. [2020-09-20T19:14:19.855Z] #38 41.82 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-09-20T19:14:19.855Z] #38 41.83 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-09-20T19:14:19.855Z] #38 41.83 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2020-09-20T19:14:19.855Z] #38 41.84 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-09-20T19:14:19.855Z] #38 41.85 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-09-20T19:14:19.855Z] #38 41.97 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-09-20T19:14:19.855Z] #38 41.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] [2020-09-20T19:14:19.855Z] #38 41.97 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2020-09-20T19:14:19.856Z] #38 42.01 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-09-20T19:14:19.856Z] #38 42.20 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-09-20T19:14:19.856Z] #38 42.21 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-09-20T19:14:19.856Z] #38 42.40 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-09-20T19:14:19.856Z] #38 42.52 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2020-09-20T19:14:19.856Z] #38 42.53 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2020-09-20T19:14:19.856Z] #38 42.53 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-09-20T19:14:19.856Z] #38 42.54 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-09-20T19:14:19.856Z] #38 42.55 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-09-20T19:14:19.856Z] #38 44.28 debconf: delaying package configuration, since apt-utils is not installed [2020-09-20T19:14:19.856Z] #38 44.77 Fetched 4095 kB in 1s (3733 kB/s) [2020-09-20T19:14:19.856Z] #38 45.02 Selecting previously unselected package libcap-dev:amd64. [2020-09-20T19:14:19.856Z] #38 45.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.) [2020-09-20T19:14:19.856Z] #38 45.16 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-09-20T19:14:19.856Z] #38 45.17 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-09-20T19:14:19.856Z] #38 45.40 Selecting previously unselected package libnet1:amd64. [2020-09-20T19:14:19.856Z] #38 45.41 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-09-20T19:14:19.856Z] #38 45.42 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-09-20T19:14:19.856Z] #38 45.57 Selecting previously unselected package libnet1-dev. [2020-09-20T19:14:19.856Z] #38 45.58 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-09-20T19:14:19.856Z] #38 45.58 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-09-20T19:14:19.856Z] #38 45.81 Selecting previously unselected package libnl-3-200:amd64. [2020-09-20T19:14:19.856Z] #38 45.82 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-09-20T19:14:19.856Z] #38 45.84 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-09-20T19:14:19.856Z] #38 45.98 Selecting previously unselected package libnl-3-dev:amd64. [2020-09-20T19:14:19.856Z] #38 45.99 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-09-20T19:14:19.856Z] #38 46.00 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-09-20T19:14:19.856Z] #38 46.29 Selecting previously unselected package libprotobuf-c1:amd64. [2020-09-20T19:14:19.856Z] #38 46.29 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-09-20T19:14:19.856Z] #38 46.30 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-09-20T19:14:19.856Z] #38 46.39 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-09-20T19:14:19.279Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-20T19:14:19.311Z] > git config --add remote.origin.fetch +refs/pull/38469/head:refs/remotes/origin/PR-38469 # timeout=10 [2020-09-20T19:14:19.330Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T19:14:19.347Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-20T19:14:19.364Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-20T19:14:19.364Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-20T19:14:19.365Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/38469/head:refs/remotes/origin/PR-38469 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T19:14:19.801Z] > git config core.sparsecheckout # timeout=10 [2020-09-20T19:14:19.825Z] > git checkout -f 66a37b460c839ee7a9aca118840b441764292c97 # timeout=10 [2020-09-20T19:14:20.117Z] #38 46.43 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-09-20T19:14:20.117Z] #38 46.43 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-09-20T19:14:20.117Z] #38 46.54 Selecting previously unselected package zlib1g-dev:amd64. [2020-09-20T19:14:20.117Z] #38 46.55 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-09-20T19:14:20.117Z] #38 46.55 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-09-20T19:14:20.378Z] #38 46.85 Selecting previously unselected package libprotobuf17:amd64. [2020-09-20T19:14:20.378Z] #38 46.85 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-09-20T19:14:20.378Z] #38 46.87 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-09-20T19:14:20.378Z] #38 ... [2020-09-20T19:14:20.378Z] [2020-09-20T19:14:20.378Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:14:20.378Z] #10 30.13 Reading package lists... [2020-09-20T19:14:20.378Z] #10 37.20 Building dependency tree... [2020-09-20T19:14:20.378Z] #10 41.14 The following additional packages will be installed: [2020-09-20T19:14:20.378Z] #10 41.15 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-09-20T19:14:20.378Z] #10 41.16 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-09-20T19:14:20.378Z] #10 41.16 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-09-20T19:14:20.378Z] #10 41.16 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-09-20T19:14:20.378Z] #10 41.19 Suggested packages: [2020-09-20T19:14:20.378Z] #10 41.19 gcc-8-locales seccomp wine64 [2020-09-20T19:14:20.378Z] #10 43.07 The following NEW packages will be installed: [2020-09-20T19:14:20.378Z] #10 43.08 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-09-20T19:14:20.378Z] #10 43.08 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-09-20T19:14:20.378Z] #10 43.08 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-09-20T19:14:20.378Z] #10 43.09 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-09-20T19:14:20.378Z] #10 43.09 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-09-20T19:14:20.378Z] #10 43.09 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-09-20T19:14:20.378Z] #10 43.56 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2020-09-20T19:14:20.378Z] #10 43.56 Need to get 77.7 MB of archives. [2020-09-20T19:14:20.378Z] #10 43.56 After this operation, 487 MB of additional disk space will be used. [2020-09-20T19:14:20.378Z] #10 43.56 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2020-09-20T19:14:20.378Z] #10 43.93 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2020-09-20T19:14:20.378Z] #10 44.59 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-09-20T19:14:20.378Z] #10 44.61 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2020-09-20T19:14:20.378Z] #10 44.65 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-09-20T19:14:20.378Z] #10 44.67 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-09-20T19:14:20.378Z] #10 45.48 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-09-20T19:14:20.378Z] #10 45.74 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2020-09-20T19:14:20.378Z] #10 45.75 Get:9 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] [2020-09-20T19:14:20.639Z] #10 ... [2020-09-20T19:14:20.639Z] [2020-09-20T19:14:20.639Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:14:20.639Z] #32 44.57 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] [2020-09-20T19:14:20.639Z] #32 44.64 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-09-20T19:14:20.639Z] #32 44.67 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-09-20T19:14:20.639Z] #32 44.68 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-09-20T19:14:20.639Z] #32 44.69 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-09-20T19:14:20.639Z] #32 44.70 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-09-20T19:14:20.639Z] #32 46.47 debconf: delaying package configuration, since apt-utils is not installed [2020-09-20T19:14:20.639Z] #32 46.70 Fetched 14.9 MB in 2s (6477 kB/s) [2020-09-20T19:14:20.639Z] #32 46.80 Selecting previously unselected package xxd. [2020-09-20T19:14:20.639Z] #32 46.80 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-09-20T19:14:20.639Z] #32 46.87 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-09-20T19:14:20.639Z] #32 46.89 Unpacking xxd (2:8.1.0875-5) ... [2020-09-20T19:14:20.639Z] #32 47.11 Selecting previously unselected package vim-common. [2020-09-20T19:14:20.639Z] #32 47.11 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-09-20T19:14:20.639Z] #32 47.16 Unpacking vim-common (2:8.1.0875-5) ... [2020-09-20T19:14:20.686Z] #39 36.38 LINK criu/pie/parasite.built-in.o [2020-09-20T19:14:20.686Z] #39 36.38 GEN criu/pie/parasite-blob.h [2020-09-20T19:14:20.686Z] #39 36.39 CC criu/pie/parasite-vdso.o [2020-09-20T19:14:20.987Z] #39 36.86 CC criu/arch/s390/vdso-pie.o [2020-09-20T19:14:20.987Z] #39 ... [2020-09-20T19:14:20.987Z] [2020-09-20T19:14:20.987Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-09-20T19:14:20.987Z] #12 DONE 2.0s [2020-09-20T19:14:21.112Z] Commit message: "Merge commit '0bad48279efe3e5f56df1c4c8c2e6bc90fbb36e9' into HEAD" [2020-09-20T19:14:21.158Z] First time build. Skipping changelog. [2020-09-20T19:14:21.210Z] #32 47.59 Selecting previously unselected package cmake-data. [2020-09-20T19:14:21.210Z] #32 ... [2020-09-20T19:14:21.210Z] [2020-09-20T19:14:21.210Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:14:21.210Z] #30 37.53 sync [2020-09-20T19:14:21.210Z] #30 37.53 internal/reflectlite [2020-09-20T19:14:21.210Z] #30 40.26 sort [2020-09-20T19:14:21.210Z] #30 40.27 errors [2020-09-20T19:14:21.210Z] #30 40.60 strconv [2020-09-20T19:14:21.210Z] #30 41.34 io [2020-09-20T19:14:21.210Z] #30 43.32 internal/oserror [2020-09-20T19:14:21.210Z] #30 43.54 syscall [2020-09-20T19:14:21.210Z] #30 46.11 reflect [2020-09-20T19:14:21.210Z] #30 ... [2020-09-20T19:14:21.210Z] [2020-09-20T19:14:21.210Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:14:21.210Z] #25 2.929 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-09-20T19:14:21.210Z] #25 3.340 [2020-09-20T19:14:21.283Z] [2020-09-20T19:14:21.283Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:14:21.283Z] #39 37.09 CC criu/arch/s390/restorer.o [2020-09-20T19:14:21.283Z] #39 37.36 CC criu/pie/restorer.o [2020-09-20T19:14:21.116Z] > git rev-list --no-walk 91ddebe332b09b08e568798b10b368c09e932008 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-09-20T19:14:21.819Z] Merge succeeded, producing 6535f0418adef977d261372686d3a5b81d735970 [2020-09-20T19:14:21.820Z] Checking out Revision 6535f0418adef977d261372686d3a5b81d735970 (PR-38469) [2020-09-20T19:14:22.222Z] Commit message: "Merge commit '0bad48279efe3e5f56df1c4c8c2e6bc90fbb36e9' into HEAD" [2020-09-20T19:14:22.245Z] First time build. Skipping changelog. [2020-09-20T19:14:22.220Z] > git rev-list --no-walk 91ddebe332b09b08e568798b10b368c09e932008 # timeout=10 [2020-09-20T19:14:22.259Z] #25 3.519 ### 5.2% ######## 12.0% ############ 17.3% ############### 21.8% ################### 26.6% ###################### 31.5% ######################## 34.6% ############################ 39.5% ############################### 44.0% ################################### 49.8% ############################################# 62.6% ################################################### 72.2% ########################################################## 81.1% ################################################################## 92.8% ######################################################################## 100.0% [2020-09-20T19:14:20.949Z] > git remote # timeout=10 [2020-09-20T19:14:20.992Z] > git config --get remote.origin.url # timeout=10 [2020-09-20T19:14:21.020Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-20T19:14:21.021Z] > git merge 0bad48279efe3e5f56df1c4c8c2e6bc90fbb36e9 # timeout=10 [2020-09-20T19:14:21.789Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-20T19:14:21.819Z] > git config core.sparsecheckout # timeout=10 [2020-09-20T19:14:21.833Z] > git checkout -f 6535f0418adef977d261372686d3a5b81d735970 # timeout=10 [2020-09-20T19:14:22.353Z] #39 ... [2020-09-20T19:14:22.354Z] [2020-09-20T19:14:22.354Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:14:22.354Z] #41 66.51 vendor/golang.org/x/text/secure/bidirule [2020-09-20T19:14:22.354Z] #41 66.66 vendor/golang.org/x/text/unicode/norm [2020-09-20T19:14:22.354Z] #41 69.20 vendor/golang.org/x/net/idna [2020-09-20T19:14:22.354Z] #41 70.96 vendor/golang.org/x/net/http2/hpack [2020-09-20T19:14:22.354Z] #41 71.57 mime [2020-09-20T19:14:22.354Z] #41 73.12 mime/quotedprintable [2020-09-20T19:14:22.354Z] #41 73.36 net/http/internal [2020-09-20T19:14:22.354Z] #41 73.59 crypto/tls [2020-09-20T19:14:22.354Z] #41 74.02 mime/multipart [2020-09-20T19:14:22.455Z] + docker version [2020-09-20T19:14:22.679Z] #41 ... [2020-09-20T19:14:22.680Z] [2020-09-20T19:14:22.680Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-09-20T19:14:22.680Z] #13 1.321 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-09-20T19:14:22.680Z] #13 DONE 1.5s [2020-09-20T19:14:22.680Z] [2020-09-20T19:14:22.680Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-09-20T19:14:22.830Z] #25 5.385 [2020-09-20T19:14:23.090Z] #25 5.594 ############ 17.1% ############################### 44.3% ############################################################ 84.2% ######################################################################## 100.0% [2020-09-20T19:14:23.090Z] #25 ... [2020-09-20T19:14:23.090Z] [2020-09-20T19:14:23.090Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-20T19:14:23.354Z] Removing intermediate container e51e9212f8e4 [2020-09-20T19:14:23.354Z] ---> a5b5643159fb [2020-09-20T19:14:23.354Z] Step 13/15 : FROM golang:${GO_VERSION}-buster [2020-09-20T19:14:23.354Z] ---> 805dc2d65d1c [2020-09-20T19:14:23.354Z] Step 14/15 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2020-09-20T19:14:23.354Z] ---> da1ed96d3d29 [2020-09-20T19:14:23.354Z] Step 15/15 : ENTRYPOINT ["/usr/bin/buildx"] [2020-09-20T19:14:23.354Z] ---> Running in c15a0a319f38 [2020-09-20T19:14:23.354Z] Removing intermediate container c15a0a319f38 [2020-09-20T19:14:23.354Z] ---> 3ac4996eb36c [2020-09-20T19:14:23.354Z] Successfully built 3ac4996eb36c [2020-09-20T19:14:23.354Z] Successfully tagged moby-buildx:latest [2020-09-20T19:14:23.354Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2020-09-20T19:14:23.354Z] if [ -n "${id}" ]; then \ [2020-09-20T19:14:23.354Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2020-09-20T19:14:23.354Z] && touch bundles/buildx; \ [2020-09-20T19:14:23.354Z] docker rm -f ${id}; \ [2020-09-20T19:14:23.354Z] fi [2020-09-20T19:14:23.354Z] f1542fb8525a3e4fa1b94d352fe3a2de20f70936fde9b2dfa626470ca143c028 [2020-09-20T19:14:23.354Z] bundles/buildx version [2020-09-20T19:14:23.354Z] buildx v0.3.1 6db68d0 [2020-09-20T19:14:23.354Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:98f1115e882dad3fbc3cbaca9ebc0e201c1a527f . [2020-09-20T19:14:23.354Z] #1 [internal] booting buildkit [2020-09-20T19:14:23.354Z] #1 pulling image moby/buildkit:buildx-stable-1 [2020-09-20T19:14:23.354Z] #1 pulling image moby/buildkit:buildx-stable-1 1.9s done [2020-09-20T19:14:23.354Z] #1 creating container buildx_buildkit_default [2020-09-20T19:14:23.354Z] #1 creating container buildx_buildkit_default 0.4s done [2020-09-20T19:14:23.354Z] #1 DONE 2.3s [2020-09-20T19:14:23.354Z] [2020-09-20T19:14:23.354Z] #2 [internal] load .dockerignore [2020-09-20T19:14:23.354Z] #2 transferring context: 87B done [2020-09-20T19:14:23.354Z] #2 DONE 0.0s [2020-09-20T19:14:23.354Z] [2020-09-20T19:14:23.354Z] #3 [internal] load build definition from Dockerfile [2020-09-20T19:14:23.354Z] #3 transferring dockerfile: 16.36kB done [2020-09-20T19:14:23.354Z] #3 DONE 0.0s [2020-09-20T19:14:23.354Z] [2020-09-20T19:14:23.354Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-09-20T19:14:23.354Z] #4 DONE 0.8s [2020-09-20T19:14:23.354Z] [2020-09-20T19:14:23.354Z] #5 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-09-20T19:14:23.354Z] #5 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-09-20T19:14:23.354Z] #5 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-09-20T19:14:23.354Z] #5 sha256:c0fe20821d527e147784f7e782513880bf31b0060b2a7da7a94582ecde81c85f 521B / 521B done [2020-09-20T19:14:23.354Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 0B / 8.20MB 0.1s [2020-09-20T19:14:23.354Z] #5 sha256:e1129f819954dd9547d093183a562609478c4f521a06a1f6eba6c532e105f730 899B / 899B done [2020-09-20T19:14:23.354Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 8.20MB / 8.20MB 0.5s done [2020-09-20T19:14:23.354Z] #5 unpacking docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2020-09-20T19:14:23.354Z] #5 unpacking docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 0.3s done [2020-09-20T19:14:23.354Z] #5 DONE 1.1s [2020-09-20T19:14:23.354Z] [2020-09-20T19:14:23.354Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-09-20T19:14:23.409Z] + docker version [2020-09-20T19:14:23.611Z] #28 49.61 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) [2020-09-20T19:14:23.611Z] #28 ... [2020-09-20T19:14:23.611Z] [2020-09-20T19:14:23.611Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:14:23.611Z] #41 39.94 github.com/LK4D4/vndr/godl/singleflight [2020-09-20T19:14:23.611Z] #41 39.96 internal/reflectlite [2020-09-20T19:14:23.611Z] #41 40.36 math/rand [2020-09-20T19:14:23.611Z] #41 41.59 internal/singleflight [2020-09-20T19:14:23.611Z] #41 43.28 strconv [2020-09-20T19:14:23.611Z] #41 43.28 io [2020-09-20T19:14:23.611Z] #41 45.39 bytes [2020-09-20T19:14:23.611Z] #41 47.75 bufio [2020-09-20T19:14:23.611Z] #41 47.93 reflect [2020-09-20T19:14:23.611Z] #41 49.97 syscall [2020-09-20T19:14:23.611Z] #41 ... [2020-09-20T19:14:23.611Z] [2020-09-20T19:14:23.611Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:14:23.611Z] #25 6.243 [2020-09-20T19:14:23.668Z] #7 DONE 0.6s [2020-09-20T19:14:23.668Z] [2020-09-20T19:14:23.668Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-09-20T19:14:23.668Z] #6 DONE 0.7s [2020-09-20T19:14:23.668Z] [2020-09-20T19:14:23.668Z] #59 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-09-20T19:14:23.668Z] #59 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-09-20T19:14:23.819Z] #14 DONE 1.3s [2020-09-20T19:14:23.819Z] [2020-09-20T19:14:23.819Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:14:23.819Z] #39 39.11 LINK criu/pie/restorer.built-in.o [2020-09-20T19:14:23.819Z] #39 39.12 GEN criu/pie/restorer-blob.h [2020-09-20T19:14:23.819Z] #39 39.16 DEP criu/vdso.d [2020-09-20T19:14:23.819Z] #39 39.46 DEP criu/uts_ns.d [2020-09-20T19:14:23.819Z] #39 39.54 DEP criu/util.d [2020-09-20T19:14:23.819Z] #39 39.76 DEP criu/uffd.d [2020-09-20T19:14:23.871Z] #25 6.414 ############################# 41.3% #################################################### 72.4% ######################################################################## 100.0% [2020-09-20T19:14:24.112Z] #39 40.00 DEP criu/tun.d [2020-09-20T19:14:24.318Z] #59 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-09-20T19:14:24.318Z] #59 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0B / 9.86MB 0.1s [2020-09-20T19:14:24.318Z] #59 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-09-20T19:14:24.405Z] #39 40.18 DEP criu/tty.d [2020-09-20T19:14:24.405Z] #39 40.41 DEP criu/timerfd.d [2020-09-20T19:14:24.405Z] #39 40.48 DEP criu/timens.d [2020-09-20T19:14:24.441Z] #25 7.025 [2020-09-20T19:14:24.679Z] #59 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.11MB / 9.86MB 0.5s [2020-09-20T19:14:24.679Z] #59 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 2.23MB / 9.86MB 0.6s [2020-09-20T19:14:24.698Z] #39 40.57 DEP criu/sysfs_parse.d [2020-09-20T19:14:24.698Z] #39 40.68 DEP criu/sysctl.d [2020-09-20T19:14:25.020Z] #59 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 4.41MB / 9.86MB 0.8s [2020-09-20T19:14:25.020Z] #59 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 6.58MB / 9.86MB 0.9s [2020-09-20T19:14:25.020Z] #59 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 8.31MB / 9.86MB 1.1s [2020-09-20T19:14:25.061Z] #39 40.82 DEP criu/string.d [2020-09-20T19:14:25.061Z] #39 40.85 DEP criu/stats.d [2020-09-20T19:14:25.061Z] #39 40.95 DEP criu/sockets.d [2020-09-20T19:14:25.353Z] #39 ... [2020-09-20T19:14:25.353Z] [2020-09-20T19:14:25.353Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-09-20T19:14:25.353Z] #15 DONE 1.4s [2020-09-20T19:14:25.353Z] [2020-09-20T19:14:25.353Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:14:25.354Z] #39 41.10 DEP criu/sk-unix.d [2020-09-20T19:14:25.354Z] #39 41.23 DEP criu/sk-tcp.d [2020-09-20T19:14:25.354Z] #39 41.34 DEP criu/sk-queue.d [2020-09-20T19:14:25.354Z] #39 41.41 DEP criu/sk-packet.d [2020-09-20T19:14:25.384Z] #59 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 1.2s done [2020-09-20T19:14:25.385Z] #59 unpacking docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2020-09-20T19:14:25.543Z] Commit message: "Merge commit '0bad48279efe3e5f56df1c4c8c2e6bc90fbb36e9' into HEAD" [2020-09-20T19:14:25.574Z] First time build. Skipping changelog. [2020-09-20T19:14:25.666Z] #39 41.51 DEP criu/sk-netlink.d [2020-09-20T19:14:25.666Z] #39 41.74 DEP criu/sk-inet.d [2020-09-20T19:14:25.960Z] #39 42.01 DEP criu/signalfd.d [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-09-20T19:14:26.253Z] #39 42.12 DEP criu/sigframe.d [2020-09-20T19:14:26.253Z] #39 42.20 DEP criu/shmem.d [2020-09-20T19:14:26.280Z] #25 7.201 ### 4.9% ######## 11.7% ############ 17.3% ################ 23.0% #################### 28.1% ######################## 34.0% ############################ 39.2% ################################ 45.1% ################################### 49.5% ###################################### 53.7% ########################################### 60.6% ############################################### 66.0% ################################################## 69.6% ##################################################### 74.7% ######################################################### 79.8% ############################################################## 86.8% ##################################################################### 96.9% ######################################################################## 100.0% [2020-09-20T19:14:26.546Z] #39 42.34 DEP criu/servicefd.d [2020-09-20T19:14:26.546Z] #39 42.42 DEP criu/seize.d [2020-09-20T19:14:26.725Z] + docker version [2020-09-20T19:14:26.839Z] #39 ... [2020-09-20T19:14:26.839Z] [2020-09-20T19:14:26.839Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-09-20T19:14:26.839Z] #16 DONE 1.5s [2020-09-20T19:14:26.839Z] [2020-09-20T19:14:26.839Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:14:26.839Z] #39 42.57 DEP criu/seccomp.d [2020-09-20T19:14:26.839Z] #39 42.68 DEP criu/rst-malloc.d [2020-09-20T19:14:26.839Z] #39 42.71 DEP criu/rbtree.d [2020-09-20T19:14:26.839Z] #39 42.75 DEP criu/pstree.d [2020-09-20T19:14:25.543Z] > git rev-list --no-walk 91ddebe332b09b08e568798b10b368c09e932008 # timeout=10 [2020-09-20T19:14:26.985Z] #25 9.473 [2020-09-20T19:14:27.133Z] #39 42.85 DEP criu/protobuf.d [2020-09-20T19:14:27.133Z] #39 42.99 GEN criu/protobuf-desc-gen.h [2020-09-20T19:14:27.820Z] #39 ... [2020-09-20T19:14:27.820Z] [2020-09-20T19:14:27.820Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:14:27.820Z] #49 1.470 + RM_GOPATH=0 [2020-09-20T19:14:27.820Z] #49 1.470 + TMP_GOPATH= [2020-09-20T19:14:27.820Z] #49 1.470 + : /build [2020-09-20T19:14:27.820Z] #49 1.470 + '[' -z '' ']' [2020-09-20T19:14:27.820Z] #49 1.471 ++ mktemp -d [2020-09-20T19:14:27.820Z] #49 1.472 + export GOPATH=/tmp/tmp.EDFxtXWMlD [2020-09-20T19:14:27.820Z] #49 1.472 + GOPATH=/tmp/tmp.EDFxtXWMlD [2020-09-20T19:14:27.821Z] #49 1.472 + RM_GOPATH=1 [2020-09-20T19:14:27.821Z] #49 1.472 + case "$(go env GOARCH)" in [2020-09-20T19:14:27.821Z] #49 1.476 ++ go env GOARCH [2020-09-20T19:14:27.821Z] #49 1.492 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:14:27.821Z] #49 1.492 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:14:27.821Z] #49 1.492 ++ dirname /tmp/install/install.sh [2020-09-20T19:14:27.821Z] #49 1.492 + dir=/tmp/install [2020-09-20T19:14:27.821Z] #49 1.492 + bin=runc [2020-09-20T19:14:27.821Z] #49 1.492 + shift [2020-09-20T19:14:27.821Z] #49 1.492 + '[' '!' -f /tmp/install/runc.installer ']' [2020-09-20T19:14:27.821Z] #49 1.492 + . /tmp/install/runc.installer [2020-09-20T19:14:27.821Z] #49 1.492 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-09-20T19:14:27.821Z] #49 1.492 + install_runc [2020-09-20T19:14:27.821Z] #49 1.494 + uname -r [2020-09-20T19:14:27.821Z] #49 1.494 + grep -q '^3\.10\.0.*\.el7\.' [2020-09-20T19:14:27.821Z] #49 1.497 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-09-20T19:14:27.821Z] #49 1.497 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-09-20T19:14:27.821Z] #49 1.497 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-09-20T19:14:27.821Z] #49 1.497 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.EDFxtXWMlD/src/github.com/opencontainers/runc [2020-09-20T19:14:27.821Z] #49 1.502 Cloning into '/tmp/tmp.EDFxtXWMlD/src/github.com/opencontainers/runc'... [2020-09-20T19:14:27.821Z] #49 6.931 + cd /tmp/tmp.EDFxtXWMlD/src/github.com/opencontainers/runc [2020-09-20T19:14:27.821Z] #49 6.948 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-09-20T19:14:27.821Z] #49 7.275 + '[' -z '' ']' [2020-09-20T19:14:27.821Z] #49 7.275 + target=static [2020-09-20T19:14:27.821Z] #49 7.275 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-09-20T19:14:27.821Z] #49 7.884 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-09-20T19:14:28.113Z] #49 ... [2020-09-20T19:14:28.113Z] [2020-09-20T19:14:28.113Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:14:28.113Z] #39 43.99 DEP criu/protobuf-desc.d [2020-09-20T19:14:28.113Z] #39 44.06 DEP criu/proc_parse.d [2020-09-20T19:14:28.113Z] #39 44.17 DEP criu/plugin.d [2020-09-20T19:14:28.113Z] #39 44.22 DEP criu/pipes.d [2020-09-20T19:14:28.407Z] #39 44.32 DEP criu/pie-util.d [2020-09-20T19:14:28.407Z] #39 44.44 DEP criu/pie-util-vdso.d [2020-09-20T19:14:28.700Z] #39 44.59 DEP criu/path.d [2020-09-20T19:14:28.700Z] #39 44.70 DEP criu/parasite-syscall.d [2020-09-20T19:14:28.700Z] #39 44.83 DEP criu/pagemap.d [2020-09-20T19:14:28.798Z] #59 unpacking docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 3.0s done [2020-09-20T19:14:28.798Z] #59 DONE 4.6s [2020-09-20T19:14:28.798Z] [2020-09-20T19:14:28.798Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-20T19:14:28.798Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-09-20T19:14:28.798Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-09-20T19:14:28.798Z] #8 sha256:587befacd090e4ee03242580889fab674e092756cd0b584eb63fac8383feb77a 1.79kB / 1.79kB done [2020-09-20T19:14:28.798Z] #8 sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 157B / 157B 0.3s done [2020-09-20T19:14:28.798Z] #8 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 10.73MB / 10.73MB 1.3s done [2020-09-20T19:14:28.798Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 57.46MB / 57.46MB 3.8s done [2020-09-20T19:14:28.798Z] #8 sha256:805dc2d65d1cf4b9c47496eb9479547c38989024ec07ff55aafff7a0f7b16fb7 6.20kB / 6.20kB done [2020-09-20T19:14:28.798Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 54.14MB / 54.14MB 3.9s done [2020-09-20T19:14:28.798Z] #8 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 8.25MB / 8.25MB 1.2s done [2020-09-20T19:14:28.798Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 66.32MB / 73.58MB 4.3s [2020-09-20T19:14:28.798Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 60.94MB / 96.52MB 4.3s [2020-09-20T19:14:28.798Z] #8 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 8.25MB / 8.25MB 1.2s done [2020-09-20T19:14:28.798Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 72.87MB / 73.58MB 4.6s [2020-09-20T19:14:28.798Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 70.18MB / 96.52MB 4.6s [2020-09-20T19:14:28.798Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 73.58MB / 73.58MB 4.7s done [2020-09-20T19:14:28.798Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 77.63MB / 96.52MB 4.8s [2020-09-20T19:14:28.994Z] #39 44.93 DEP criu/pagemap-cache.d [2020-09-20T19:14:29.099Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 83.15MB / 96.52MB 4.9s [2020-09-20T19:14:29.099Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 89.55MB / 96.52MB 5.1s [2020-09-20T19:14:29.288Z] #39 44.98 DEP criu/page-xfer.d [2020-09-20T19:14:29.288Z] #39 45.19 DEP criu/page-pipe.d [2020-09-20T19:14:29.288Z] #39 45.27 DEP criu/netfilter.d [2020-09-20T19:14:29.288Z] #39 45.36 DEP criu/net.d [2020-09-20T19:14:29.393Z] #8 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 96.52MB / 96.52MB 5.3s done [2020-09-20T19:14:29.393Z] #8 unpacking docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2020-09-20T19:14:29.393Z] #8 ... [2020-09-20T19:14:29.393Z] [2020-09-20T19:14:29.393Z] #21 [internal] load build context [2020-09-20T19:14:29.393Z] #21 transferring context: 51.44MB 5.6s done [2020-09-20T19:14:29.393Z] #21 DONE 5.7s [2020-09-20T19:14:29.581Z] #39 45.47 DEP criu/namespaces.d [2020-09-20T19:14:29.581Z] #39 45.56 DEP criu/mount.d [2020-09-20T19:14:29.687Z] [2020-09-20T19:14:29.687Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-20T19:14:29.874Z] #39 45.72 DEP criu/memfd.d [2020-09-20T19:14:29.874Z] #39 45.83 DEP criu/mem.d [2020-09-20T19:14:29.874Z] #39 45.95 DEP criu/lsm.d [2020-09-20T19:14:30.167Z] #39 46.06 DEP criu/log.d [2020-09-20T19:14:30.167Z] #39 46.15 DEP criu/libnetlink.d [2020-09-20T19:14:30.529Z] #39 46.24 DEP criu/kerndat.d [2020-09-20T19:14:30.529Z] #39 46.45 DEP criu/kcmp-ids.d [2020-09-20T19:14:30.529Z] #39 46.50 DEP criu/irmap.d [2020-09-20T19:14:30.529Z] #39 46.63 DEP criu/ipc_ns.d [2020-09-20T19:14:30.616Z] Client: Docker Engine - Community [2020-09-20T19:14:30.616Z] Version: 19.03.12 [2020-09-20T19:14:30.616Z] API version: 1.40 [2020-09-20T19:14:30.616Z] Go version: go1.13.10 [2020-09-20T19:14:30.616Z] Git commit: 48a66213fe [2020-09-20T19:14:30.616Z] Built: Mon Jun 22 15:45:36 2020 [2020-09-20T19:14:30.616Z] OS/Arch: linux/amd64 [2020-09-20T19:14:30.616Z] Experimental: false [2020-09-20T19:14:30.616Z] [2020-09-20T19:14:30.616Z] Server: Docker Engine - Community [2020-09-20T19:14:30.616Z] Engine: [2020-09-20T19:14:30.616Z] Version: 19.03.12 [2020-09-20T19:14:30.616Z] API version: 1.40 (minimum version 1.12) [2020-09-20T19:14:30.616Z] Go version: go1.13.10 [2020-09-20T19:14:30.616Z] Git commit: 48a66213fe [2020-09-20T19:14:30.616Z] Built: Mon Jun 22 15:44:07 2020 [2020-09-20T19:14:30.616Z] OS/Arch: linux/amd64 [2020-09-20T19:14:30.616Z] Experimental: true [2020-09-20T19:14:30.616Z] containerd: [2020-09-20T19:14:30.616Z] Version: 1.2.13 [2020-09-20T19:14:30.616Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-20T19:14:30.616Z] runc: [2020-09-20T19:14:30.616Z] Version: 1.0.0-rc10 [2020-09-20T19:14:30.616Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-20T19:14:30.616Z] docker-init: [2020-09-20T19:14:30.616Z] Version: 0.18.0 [2020-09-20T19:14:30.616Z] GitCommit: fec3683 [Pipeline] sh [2020-09-20T19:14:30.822Z] #39 46.72 DEP criu/image.d [2020-09-20T19:14:30.822Z] #39 46.84 DEP criu/image-desc.d [2020-09-20T19:14:30.822Z] #39 46.89 DEP criu/fsnotify.d [2020-09-20T19:14:30.935Z] + docker info [2020-09-20T19:14:31.116Z] #39 47.02 DEP criu/filesystems.d [2020-09-20T19:14:31.147Z] #25 9.678 0.1% 0.9% # 2.5% ### 4.8% #### 6.3% ##### 8.1% ####### 9.8% ####### 10.7% ######## 12.1% ########## 13.9% ########### 15.8% ############ 17.8% ############## 19.7% ############### 21.4% ################ 22.5% ################# 24.6% ################## 26.4% #################### 28.0% ##################### 29.8% ###################### 31.1% ####################### 32.5% ######################## 34.6% ######################### 36.1% ########################### 37.8% ############################ 39.3% ############################# 40.8% ############################## 42.1% ############################### 43.5% ################################# 47.1% ################################### 48.7% #################################### 50.1% ##################################### 52.1% ###################################### 53.4% ####################################### 54.7% ######################################## 56.5% ######################################### 58.1% ########################################### 60.0% [2020-09-20T19:14:31.147Z] #25 ... [2020-09-20T19:14:31.147Z] [2020-09-20T19:14:31.147Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:14:31.147Z] #32 47.59 Selecting previously unselected package cmake-data. [2020-09-20T19:14:31.147Z] #32 47.60 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-09-20T19:14:31.147Z] #32 47.60 Unpacking cmake-data (3.13.4-1) ... [2020-09-20T19:14:31.147Z] #32 51.09 Selecting previously unselected package libicu63:amd64. [2020-09-20T19:14:31.147Z] #32 51.10 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-09-20T19:14:31.147Z] #32 51.11 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-09-20T19:14:31.407Z] #32 ... [2020-09-20T19:14:31.407Z] [2020-09-20T19:14:31.407Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:14:31.407Z] #38 47.71 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-09-20T19:14:31.407Z] #38 47.74 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-09-20T19:14:31.407Z] #38 47.74 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-09-20T19:14:31.407Z] #38 48.14 Selecting previously unselected package libprotobuf-dev:amd64. [2020-09-20T19:14:31.407Z] #38 48.14 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-09-20T19:14:31.407Z] #38 48.17 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-09-20T19:14:31.407Z] #38 49.87 Selecting previously unselected package libprotoc17:amd64. [2020-09-20T19:14:31.407Z] #38 49.87 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-09-20T19:14:31.407Z] #38 49.88 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-09-20T19:14:31.407Z] #38 50.72 Selecting previously unselected package protobuf-c-compiler. [2020-09-20T19:14:31.407Z] #38 50.73 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-09-20T19:14:31.407Z] #38 50.74 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-09-20T19:14:31.407Z] #38 50.94 Selecting previously unselected package protobuf-compiler. [2020-09-20T19:14:31.407Z] #38 50.94 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-09-20T19:14:31.407Z] #38 50.96 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-09-20T19:14:31.407Z] #38 51.14 Selecting previously unselected package python-pkg-resources. [2020-09-20T19:14:31.407Z] #38 51.14 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-09-20T19:14:31.407Z] #38 51.15 Unpacking python-pkg-resources (40.8.0-1) ... [2020-09-20T19:14:31.407Z] #38 51.44 Selecting previously unselected package python-six. [2020-09-20T19:14:31.407Z] #38 51.44 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-09-20T19:14:31.407Z] #38 51.44 Unpacking python-six (1.12.0-1) ... [2020-09-20T19:14:31.407Z] #38 51.58 Selecting previously unselected package python-protobuf. [2020-09-20T19:14:31.407Z] #38 51.59 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-09-20T19:14:31.407Z] #38 51.61 Unpacking python-protobuf (3.6.1.3-2) ... [2020-09-20T19:14:31.407Z] #38 52.35 Setting up python-pkg-resources (40.8.0-1) ... [2020-09-20T19:14:31.407Z] #38 57.15 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-09-20T19:14:31.407Z] #38 57.16 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-09-20T19:14:31.407Z] #38 57.17 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-09-20T19:14:31.407Z] #38 57.18 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-09-20T19:14:31.407Z] #38 57.20 Setting up python-six (1.12.0-1) ... [2020-09-20T19:14:31.407Z] #38 ... [2020-09-20T19:14:31.407Z] [2020-09-20T19:14:31.407Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:14:31.409Z] #39 47.17 DEP criu/files.d [2020-09-20T19:14:31.409Z] #39 47.30 DEP criu/files-reg.d [2020-09-20T19:14:31.409Z] #39 47.41 DEP criu/files-ext.d [2020-09-20T19:14:31.409Z] #39 47.52 DEP criu/file-lock.d [2020-09-20T19:14:31.703Z] #39 47.62 DEP criu/file-ids.d [2020-09-20T19:14:31.703Z] #39 47.73 DEP criu/fifo.d [2020-09-20T19:14:31.996Z] #39 47.83 DEP criu/fdstore.d [2020-09-20T19:14:31.996Z] #39 47.90 DEP criu/fault-injection.d [2020-09-20T19:14:31.996Z] #39 47.91 DEP criu/external.d [2020-09-20T19:14:31.996Z] #39 47.99 DEP criu/eventpoll.d [2020-09-20T19:14:31.996Z] #39 48.09 DEP criu/eventfd.d [2020-09-20T19:14:32.289Z] #39 48.21 DEP criu/crtools.d [2020-09-20T19:14:32.582Z] #39 48.40 DEP criu/cr-service.d [2020-09-20T19:14:32.582Z] #39 48.56 DEP criu/cr-restore.d [2020-09-20T19:14:32.710Z] #25 9.678 0.1% 0.9% # 2.5% ### 4.8% #### 6.3% ##### 8.1% ####### 9.8% ####### 10.7% ######## 12.1% ########## 13.9% ########### 15.8% ############ 17.8% ############## 19.7% ############### 21.4% ################ 22.5% ################# 24.6% ################## 26.4% #################### 28.0% ##################### 29.8% ###################### 31.1% ####################### 32.5% ######################## 34.6% ######################### 36.1% ########################### 37.8% ############################ 39.3% ############################# 40.8% ############################## 42.1% ############################### 43.5% ################################# 47.1% ################################### 48.7% #################################### 50.1% ##################################### 52.1% ###################################### 53.4% ####################################### 54.7% ######################################## 56.5% ######################################### 58.1% ########################################### 60.0% ############################################ 61.7% ############################################# 63.2% ############################################## 64.5% ############################################### 66.0% ################################################ 67.2% ################################################# 68.6% ################################################## 70.3% ################################################### 71.8% #################################################### 73.2% ##################################################### 74.1% ###################################################### 75.8% ######################################################## 78.1% ######################################################### 79.5% ########################################################## 81.2% [2020-09-20T19:14:32.710Z] #25 ... [2020-09-20T19:14:32.710Z] [2020-09-20T19:14:32.710Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:14:32.710Z] #10 49.21 Get:10 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] [2020-09-20T19:14:32.710Z] #10 51.68 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-09-20T19:14:32.710Z] #10 51.68 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-09-20T19:14:32.710Z] #10 51.71 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-09-20T19:14:32.710Z] #10 51.71 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-09-20T19:14:32.710Z] #10 51.72 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2020-09-20T19:14:32.710Z] #10 51.74 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB] [2020-09-20T19:14:32.710Z] #10 51.74 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-09-20T19:14:32.710Z] #10 51.80 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-09-20T19:14:32.710Z] #10 51.85 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-09-20T19:14:32.710Z] #10 51.87 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-09-20T19:14:32.710Z] #10 51.88 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-09-20T19:14:32.710Z] #10 51.96 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-09-20T19:14:32.710Z] #10 51.97 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2020-09-20T19:14:32.710Z] #10 51.98 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-09-20T19:14:32.710Z] #10 51.99 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB] [2020-09-20T19:14:32.710Z] #10 53.15 debconf: delaying package configuration, since apt-utils is not installed [2020-09-20T19:14:32.710Z] #10 53.35 Fetched 77.7 MB in 9s (8877 kB/s) [2020-09-20T19:14:32.710Z] #10 53.63 Selecting previously unselected package binutils-mingw-w64-i686. [2020-09-20T19:14:32.710Z] #10 53.63 (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.) [2020-09-20T19:14:32.710Z] #10 53.71 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-09-20T19:14:32.710Z] #10 53.72 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-09-20T19:14:32.710Z] #10 56.44 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-09-20T19:14:32.710Z] #10 56.46 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-09-20T19:14:32.710Z] #10 56.47 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-09-20T19:14:32.874Z] #39 48.79 DEP criu/cr-errno.d [2020-09-20T19:14:32.874Z] #39 48.80 DEP criu/cr-dump.d [2020-09-20T19:14:32.874Z] #39 48.91 DEP criu/cr-dedup.d [2020-09-20T19:14:32.973Z] #10 ... [2020-09-20T19:14:32.973Z] [2020-09-20T19:14:32.973Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:14:33.179Z] #39 49.01 DEP criu/cr-check.d [2020-09-20T19:14:33.179Z] #39 49.16 DEP criu/config.d [2020-09-20T19:14:33.179Z] #39 49.30 DEP criu/clone-noasan.d [2020-09-20T19:14:33.307Z] Client: Docker Engine - Community [2020-09-20T19:14:33.307Z] Version: 19.03.12 [2020-09-20T19:14:33.307Z] API version: 1.40 [2020-09-20T19:14:33.307Z] Go version: go1.13.10 [2020-09-20T19:14:33.307Z] Git commit: 48a66213fe [2020-09-20T19:14:33.307Z] Built: Mon Jun 22 15:45:36 2020 [2020-09-20T19:14:33.307Z] OS/Arch: linux/amd64 [2020-09-20T19:14:33.307Z] Experimental: false [2020-09-20T19:14:33.307Z] [2020-09-20T19:14:33.307Z] Server: Docker Engine - Community [2020-09-20T19:14:33.307Z] Engine: [2020-09-20T19:14:33.307Z] Version: 19.03.12 [2020-09-20T19:14:33.307Z] API version: 1.40 (minimum version 1.12) [2020-09-20T19:14:33.307Z] Go version: go1.13.10 [2020-09-20T19:14:33.307Z] Git commit: 48a66213fe [2020-09-20T19:14:33.307Z] Built: Mon Jun 22 15:44:07 2020 [2020-09-20T19:14:33.307Z] OS/Arch: linux/amd64 [2020-09-20T19:14:33.307Z] Experimental: true [2020-09-20T19:14:33.307Z] containerd: [2020-09-20T19:14:33.307Z] Version: 1.2.13 [2020-09-20T19:14:33.307Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-20T19:14:33.307Z] runc: [2020-09-20T19:14:33.307Z] Version: 1.0.0-rc10 [2020-09-20T19:14:33.307Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-20T19:14:33.307Z] docker-init: [2020-09-20T19:14:33.307Z] Version: 0.18.0 [2020-09-20T19:14:33.307Z] GitCommit: fec3683 [Pipeline] sh [2020-09-20T19:14:33.540Z] #39 49.36 DEP criu/cgroup.d [2020-09-20T19:14:33.540Z] #39 49.49 DEP criu/cgroup-props.d [2020-09-20T19:14:33.663Z] + docker info [2020-09-20T19:14:33.797Z] #25 9.678 0.1% 0.9% # 2.5% ### 4.8% #### 6.3% ##### 8.1% ####### 9.8% ####### 10.7% ######## 12.1% ########## 13.9% ########### 15.8% ############ 17.8% ############## 19.7% ############### 21.4% ################ 22.5% ################# 24.6% ################## 26.4% #################### 28.0% ##################### 29.8% ###################### 31.1% ####################### 32.5% ######################## 34.6% ######################### 36.1% ########################### 37.8% ############################ 39.3% ############################# 40.8% ############################## 42.1% ############################### 43.5% ################################# 47.1% ################################### 48.7% #################################### 50.1% ##################################### 52.1% ###################################### 53.4% ####################################### 54.7% ######################################## 56.5% ######################################### 58.1% ########################################### 60.0% ############################################ 61.7% ############################################# 63.2% ############################################## 64.5% ############################################### 66.0% ################################################ 67.2% ################################################# 68.6% ################################################## 70.3% ################################################### 71.8% #################################################### 73.2% ##################################################### 74.1% ###################################################### 75.8% ######################################################## 78.1% ######################################################### 79.5% ########################################################## 81.2% ########################################################### 82.6% ############################################################ 84.4% ############################################################## 87.2% ################################################################ 89.2% ################################################################# 91.3% ################################################################### 93.7% ##################################################################### 96.6% ####################################################################### 99.9% ######################################################################## 100.0% [2020-09-20T19:14:33.797Z] #25 16.48 [2020-09-20T19:14:33.797Z] #25 ... [2020-09-20T19:14:33.797Z] [2020-09-20T19:14:33.797Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-20T19:14:33.798Z] #28 49.61 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: 99% (1507/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-09-20T19:14:33.798Z] #28 50.48 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-09-20T19:14:33.798Z] #28 51.44 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-09-20T19:14:33.833Z] #39 49.61 DEP criu/bitmap.d [2020-09-20T19:14:33.833Z] #39 49.63 DEP criu/bfd.d [2020-09-20T19:14:33.833Z] #39 49.72 DEP criu/autofs.d [2020-09-20T19:14:33.833Z] #39 49.85 DEP criu/aio.d [2020-09-20T19:14:33.833Z] #39 49.96 DEP criu/action-scripts.d [2020-09-20T19:14:34.062Z] #28 ... [2020-09-20T19:14:34.062Z] [2020-09-20T19:14:34.062Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:14:34.062Z] #32 59.38 Selecting previously unselected package libxml2:amd64. [2020-09-20T19:14:34.062Z] #32 59.41 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... [2020-09-20T19:14:34.062Z] #32 59.42 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-09-20T19:14:34.126Z] #39 50.22 CC criu/action-scripts.o [2020-09-20T19:14:34.633Z] #32 60.99 Selecting previously unselected package libarchive13:amd64. [2020-09-20T19:14:34.633Z] #32 61.00 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-09-20T19:14:34.763Z] #39 ... [2020-09-20T19:14:34.764Z] [2020-09-20T19:14:34.764Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:14:34.764Z] #41 78.70 net/http/httptrace [2020-09-20T19:14:34.764Z] #41 78.87 net/http [2020-09-20T19:14:34.764Z] #41 86.52 github.com/LK4D4/vndr/godl [2020-09-20T19:14:34.764Z] #41 87.03 github.com/LK4D4/vndr [2020-09-20T19:14:34.764Z] #41 ... [2020-09-20T19:14:34.764Z] [2020-09-20T19:14:34.764Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:14:34.764Z] #39 50.63 CC criu/aio.o [2020-09-20T19:14:34.893Z] #32 61.28 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-09-20T19:14:35.057Z] #39 50.93 CC criu/autofs.o [2020-09-20T19:14:35.163Z] #32 ... [2020-09-20T19:14:35.163Z] [2020-09-20T19:14:35.163Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:14:35.163Z] #47 51.56 syscall [2020-09-20T19:14:35.163Z] #47 51.62 reflect [2020-09-20T19:14:35.163Z] #47 60.64 context [2020-09-20T19:14:35.163Z] #47 61.57 internal/poll [2020-09-20T19:14:35.423Z] #47 ... [2020-09-20T19:14:35.423Z] [2020-09-20T19:14:35.423Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:14:35.423Z] #10 61.69 Selecting previously unselected package binutils-mingw-w64. [2020-09-20T19:14:35.423Z] #10 61.69 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-09-20T19:14:35.423Z] #10 61.93 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-09-20T19:14:35.669Z] Client: Docker Engine - Community [2020-09-20T19:14:35.669Z] Version: 19.03.12 [2020-09-20T19:14:35.669Z] API version: 1.40 [2020-09-20T19:14:35.669Z] Go version: go1.13.10 [2020-09-20T19:14:35.669Z] Git commit: 48a6621 [2020-09-20T19:14:35.669Z] Built: Mon Jun 22 15:46:32 2020 [2020-09-20T19:14:35.669Z] OS/Arch: linux/arm64 [2020-09-20T19:14:35.669Z] Experimental: false [2020-09-20T19:14:35.669Z] [2020-09-20T19:14:35.669Z] Server: Docker Engine - Community [2020-09-20T19:14:35.669Z] Engine: [2020-09-20T19:14:35.669Z] Version: 19.03.12 [2020-09-20T19:14:35.669Z] API version: 1.40 (minimum version 1.12) [2020-09-20T19:14:35.669Z] Go version: go1.13.10 [2020-09-20T19:14:35.669Z] Git commit: 48a6621 [2020-09-20T19:14:35.669Z] Built: Mon Jun 22 15:45:04 2020 [2020-09-20T19:14:35.669Z] OS/Arch: linux/arm64 [2020-09-20T19:14:35.669Z] Experimental: true [2020-09-20T19:14:35.669Z] containerd: [2020-09-20T19:14:35.669Z] Version: 1.2.13 [2020-09-20T19:14:35.669Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-20T19:14:35.669Z] runc: [2020-09-20T19:14:35.669Z] Version: 1.0.0-rc10 [2020-09-20T19:14:35.669Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-20T19:14:35.669Z] docker-init: [2020-09-20T19:14:35.669Z] Version: 0.18.0 [2020-09-20T19:14:35.669Z] GitCommit: fec3683 [2020-09-20T19:14:35.683Z] #10 ... [2020-09-20T19:14:35.683Z] [2020-09-20T19:14:35.683Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:14:35.683Z] #43 DONE 62.1s [2020-09-20T19:14:35.695Z] #39 51.79 CC criu/bfd.o [Pipeline] sh [2020-09-20T19:14:35.943Z] [2020-09-20T19:14:35.943Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:14:35.943Z] #10 62.20 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-09-20T19:14:35.943Z] #10 62.20 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-09-20T19:14:35.943Z] #10 62.22 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-09-20T19:14:35.943Z] #10 62.44 Selecting previously unselected package dmsetup. [2020-09-20T19:14:35.943Z] #10 62.44 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-09-20T19:14:35.944Z] #10 62.45 Unpacking dmsetup (2:1.02.155-3) ... [2020-09-20T19:14:36.019Z] + docker info [2020-09-20T19:14:36.358Z] #39 52.09 CC criu/bitmap.o [2020-09-20T19:14:36.358Z] #39 52.22 CC criu/cgroup-props.o [2020-09-20T19:14:36.465Z] #10 62.73 Selecting previously unselected package mingw-w64-common. [2020-09-20T19:14:36.465Z] #10 62.73 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-09-20T19:14:36.465Z] #10 62.78 Unpacking mingw-w64-common (6.0.0-3) ... [2020-09-20T19:14:36.651Z] #39 ... [2020-09-20T19:14:36.651Z] [2020-09-20T19:14:36.651Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:14:36.651Z] #17 1.445 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-20T19:14:36.651Z] #17 1.570 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-20T19:14:36.651Z] #17 1.676 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-20T19:14:36.651Z] #17 1.827 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-09-20T19:14:36.651Z] #17 2.496 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [205 kB] [2020-09-20T19:14:36.651Z] #17 3.301 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B] [2020-09-20T19:14:36.651Z] #17 6.307 Fetched 8076 kB in 5s (1618 kB/s) [2020-09-20T19:14:36.651Z] #17 6.307 Reading package lists... [2020-09-20T19:14:36.651Z] #17 7.791 Reading package lists... [2020-09-20T19:14:36.651Z] #17 9.515 Building dependency tree... [2020-09-20T19:14:36.651Z] #17 10.02 libcap2-bin is already the newest version (1:2.25-2). [2020-09-20T19:14:36.651Z] #17 10.02 The following additional packages will be installed: [2020-09-20T19:14:36.651Z] #17 10.02 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-09-20T19:14:36.651Z] #17 10.02 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-09-20T19:14:36.651Z] #17 10.02 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-09-20T19:14:36.651Z] #17 10.02 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-09-20T19:14:36.651Z] #17 10.02 python3.7 python3.7-minimal vim-runtime xxd [2020-09-20T19:14:36.651Z] #17 10.02 Suggested packages: [2020-09-20T19:14:36.651Z] #17 10.02 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-09-20T19:14:36.651Z] #17 10.02 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-09-20T19:14:36.651Z] #17 10.02 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-09-20T19:14:36.651Z] #17 10.02 Recommended packages: [2020-09-20T19:14:36.651Z] #17 10.02 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-09-20T19:14:36.651Z] #17 10.02 python3-keyrings.alt python3-xdg unzip [2020-09-20T19:14:36.725Z] #10 ... [2020-09-20T19:14:36.725Z] [2020-09-20T19:14:36.725Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:14:36.725Z] #30 53.18 time [2020-09-20T19:14:36.725Z] #30 60.56 internal/poll [2020-09-20T19:14:36.725Z] #30 61.51 internal/fmtsort [2020-09-20T19:14:36.725Z] #30 61.91 internal/syscall/execenv [2020-09-20T19:14:36.725Z] #30 62.08 internal/syscall/unix [2020-09-20T19:14:36.725Z] #30 62.82 strings [2020-09-20T19:14:36.725Z] #30 63.08 os [2020-09-20T19:14:36.725Z] #30 ... [2020-09-20T19:14:36.725Z] [2020-09-20T19:14:36.725Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:14:36.725Z] #32 61.99 Selecting previously unselected package libjsoncpp1:amd64. [2020-09-20T19:14:36.725Z] #32 62.00 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-09-20T19:14:36.725Z] #32 62.01 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-09-20T19:14:36.725Z] #32 62.22 Selecting previously unselected package librhash0:amd64. [2020-09-20T19:14:36.725Z] #32 62.33 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-09-20T19:14:36.725Z] #32 62.35 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-09-20T19:14:36.725Z] #32 62.81 Selecting previously unselected package libuv1:amd64. [2020-09-20T19:14:36.725Z] #32 62.82 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-09-20T19:14:36.725Z] #32 62.82 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-09-20T19:14:36.725Z] #32 63.24 Selecting previously unselected package cmake. [2020-09-20T19:14:36.725Z] #32 63.24 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-09-20T19:14:36.725Z] #32 63.24 Unpacking cmake (3.13.4-1) ... [2020-09-20T19:14:36.944Z] #17 ... [2020-09-20T19:14:36.944Z] [2020-09-20T19:14:36.944Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:14:36.944Z] #39 52.79 CC criu/cgroup.o [2020-09-20T19:14:38.562Z] #39 ... [2020-09-20T19:14:38.562Z] [2020-09-20T19:14:38.562Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:14:38.562Z] #41 DONE 92.6s [2020-09-20T19:14:38.562Z] [2020-09-20T19:14:38.562Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:14:38.562Z] #17 11.20 The following NEW packages will be installed: [2020-09-20T19:14:38.562Z] #17 11.20 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-09-20T19:14:38.562Z] #17 11.20 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-09-20T19:14:38.562Z] #17 11.20 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-09-20T19:14:38.562Z] #17 11.20 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-09-20T19:14:38.562Z] #17 11.20 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-09-20T19:14:38.562Z] #17 11.20 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-09-20T19:14:38.562Z] #17 11.20 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-09-20T19:14:38.562Z] #17 11.20 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-09-20T19:14:38.562Z] #17 11.20 xz-utils zip [2020-09-20T19:14:38.562Z] #17 11.32 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2020-09-20T19:14:38.562Z] #17 11.32 Need to get 27.7 MB of archives. [2020-09-20T19:14:38.562Z] #17 11.32 After this operation, 117 MB of additional disk space will be used. [2020-09-20T19:14:38.562Z] #17 11.32 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x pigz s390x 2.4-1 [52.8 kB] [2020-09-20T19:14:38.562Z] #17 11.35 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-minimal s390x 3.7.3-2+deb10u2 [586 kB] [2020-09-20T19:14:38.562Z] #17 11.40 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7-minimal s390x 3.7.3-2+deb10u2 [1590 kB] [2020-09-20T19:14:38.562Z] #17 11.49 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-minimal s390x 3.7.3-1 [36.6 kB] [2020-09-20T19:14:38.562Z] #17 11.50 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libmpdec2 s390x 2.4.2-2 [83.3 kB] [2020-09-20T19:14:38.562Z] #17 11.52 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-stdlib s390x 3.7.3-2+deb10u2 [1684 kB] [2020-09-20T19:14:38.562Z] #17 11.57 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7 s390x 3.7.3-2+deb10u2 [330 kB] [2020-09-20T19:14:38.562Z] #17 11.59 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3-stdlib s390x 3.7.3-1 [20.0 kB] [2020-09-20T19:14:38.562Z] #17 11.59 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3 s390x 3.7.3-1 [61.5 kB] [2020-09-20T19:14:38.562Z] #17 11.59 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip4tc0 s390x 1.8.2-4 [69.5 kB] [2020-09-20T19:14:38.562Z] #17 11.66 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip6tc0 s390x 1.8.2-4 [69.8 kB] [2020-09-20T19:14:38.562Z] #17 11.66 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libiptc0 s390x 1.8.2-4 [59.6 kB] [2020-09-20T19:14:38.562Z] #17 11.67 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnfnetlink0 s390x 1.0.1-3+b1 [13.7 kB] [2020-09-20T19:14:38.562Z] #17 11.67 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnetfilter-conntrack3 s390x 1.0.7-1 [39.0 kB] [2020-09-20T19:14:38.562Z] #17 11.68 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnftnl11 s390x 1.1.2-2 [50.6 kB] [2020-09-20T19:14:38.562Z] #17 11.68 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x iptables s390x 1.8.2-4 [379 kB] [2020-09-20T19:14:38.562Z] #17 11.69 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2020-09-20T19:14:38.562Z] #17 11.70 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2020-09-20T19:14:38.562Z] #17 11.71 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x bash-completion all 1:2.8-6 [208 kB] [2020-09-20T19:14:38.562Z] #17 11.71 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x bzip2 s390x 1.0.6-9.2~deb10u1 [47.8 kB] [2020-09-20T19:14:38.562Z] #17 11.71 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x xz-utils s390x 5.2.4-1 [181 kB] [2020-09-20T19:14:38.562Z] #17 11.73 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x apparmor s390x 2.13.2-10 [529 kB] [2020-09-20T19:14:38.562Z] #17 11.79 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x aufs-tools s390x 1:4.14+20190211-1 [104 kB] [2020-09-20T19:14:38.562Z] #17 11.79 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2020-09-20T19:14:38.562Z] #17 11.79 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2020-09-20T19:14:38.562Z] #17 11.79 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2020-09-20T19:14:38.562Z] #17 11.81 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libaio1 s390x 0.3.112-3 [11.1 kB] [2020-09-20T19:14:38.562Z] #17 11.81 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgpm2 s390x 1.20.7-5 [35.2 kB] [2020-09-20T19:14:38.562Z] #17 11.81 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2020-09-20T19:14:38.861Z] #17 12.07 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2020-09-20T19:14:38.861Z] #17 12.07 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2020-09-20T19:14:38.861Z] #17 12.07 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2020-09-20T19:14:38.861Z] #17 12.07 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main s390x libreadline5 s390x 5.2+dfsg-3+b13 [114 kB] [2020-09-20T19:14:38.861Z] #17 12.07 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main s390x net-tools s390x 1.60+git20180626.aebd88e-1 [242 kB] [2020-09-20T19:14:38.861Z] #17 12.08 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pip-whl all 18.1-5 [1591 kB] [2020-09-20T19:14:38.861Z] #17 12.12 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-09-20T19:14:38.861Z] #17 12.12 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-distutils all 3.7.3-1 [142 kB] [2020-09-20T19:14:38.861Z] #17 12.14 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pip all 18.1-5 [171 kB] [2020-09-20T19:14:38.861Z] #17 12.14 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pkg-resources all 40.8.0-1 [153 kB] [2020-09-20T19:14:38.861Z] #17 12.14 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-setuptools all 40.8.0-1 [306 kB] [2020-09-20T19:14:38.861Z] #17 12.14 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-wheel all 0.32.3-2 [19.4 kB] [2020-09-20T19:14:38.861Z] #17 12.14 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main s390x sudo s390x 1.8.27-1+deb10u2 [1199 kB] [2020-09-20T19:14:38.861Z] #17 12.19 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main s390x thin-provisioning-tools s390x 0.7.6-2.1 [314 kB] [2020-09-20T19:14:38.861Z] #17 12.19 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main s390x uidmap s390x 1:4.5-1.1 [257 kB] [2020-09-20T19:14:38.861Z] #17 12.19 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-09-20T19:14:39.075Z] Client: [2020-09-20T19:14:39.075Z] Debug Mode: false [2020-09-20T19:14:39.075Z] [2020-09-20T19:14:39.075Z] Server: [2020-09-20T19:14:39.075Z] Containers: 0 [2020-09-20T19:14:39.075Z] Running: 0 [2020-09-20T19:14:39.075Z] Paused: 0 [2020-09-20T19:14:39.075Z] Stopped: 0 [2020-09-20T19:14:39.075Z] Images: 0 [2020-09-20T19:14:39.075Z] Server Version: 19.03.12 [2020-09-20T19:14:39.075Z] Storage Driver: overlay2 [2020-09-20T19:14:39.075Z] Backing Filesystem: extfs [2020-09-20T19:14:39.075Z] Supports d_type: true [2020-09-20T19:14:39.075Z] Native Overlay Diff: true [2020-09-20T19:14:39.075Z] Logging Driver: json-file [2020-09-20T19:14:39.075Z] Cgroup Driver: cgroupfs [2020-09-20T19:14:39.075Z] Plugins: [2020-09-20T19:14:39.075Z] Volume: local [2020-09-20T19:14:39.075Z] Network: bridge host ipvlan macvlan null overlay [2020-09-20T19:14:39.075Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-09-20T19:14:39.075Z] Swarm: inactive [2020-09-20T19:14:39.075Z] Runtimes: runc [2020-09-20T19:14:39.075Z] Default Runtime: runc [2020-09-20T19:14:39.075Z] Init Binary: docker-init [2020-09-20T19:14:39.075Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-20T19:14:39.075Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-20T19:14:39.075Z] init version: fec3683 [2020-09-20T19:14:39.075Z] Security Options: [2020-09-20T19:14:39.075Z] apparmor [2020-09-20T19:14:39.075Z] seccomp [2020-09-20T19:14:39.075Z] Profile: default [2020-09-20T19:14:39.075Z] Kernel Version: 5.3.0-1035-aws [2020-09-20T19:14:39.075Z] Operating System: Ubuntu 18.04.5 LTS [2020-09-20T19:14:39.075Z] OSType: linux [2020-09-20T19:14:39.075Z] Architecture: x86_64 [2020-09-20T19:14:39.075Z] CPUs: 2 [2020-09-20T19:14:39.075Z] Total Memory: 7.569GiB [2020-09-20T19:14:39.075Z] Name: ip-10-100-58-213 [2020-09-20T19:14:39.075Z] ID: VHCT:TLUC:R2VO:YIWO:QRPS:LVDE:GNIX:P4Z4:AVYF:EKOW:UMYI:VEID [2020-09-20T19:14:39.075Z] Docker Root Dir: /var/lib/docker [2020-09-20T19:14:39.075Z] Debug Mode: false [2020-09-20T19:14:39.075Z] Registry: https://index.docker.io/v1/ [2020-09-20T19:14:39.075Z] Labels: [2020-09-20T19:14:39.075Z] Experimental: true [2020-09-20T19:14:39.075Z] Insecure Registries: [2020-09-20T19:14:39.075Z] 127.0.0.0/8 [2020-09-20T19:14:39.075Z] Live Restore Enabled: true [2020-09-20T19:14:39.075Z] [2020-09-20T19:14:39.075Z] WARNING: No swap limit support [Pipeline] sh [2020-09-20T19:14:39.155Z] #17 12.46 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim s390x 2:8.1.0875-5 [1188 kB] [2020-09-20T19:14:39.155Z] #17 12.48 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main s390x xfsprogs s390x 4.20.0-1 [865 kB] [2020-09-20T19:14:39.155Z] #17 12.50 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main s390x zip s390x 3.0-11+b1 [232 kB] [2020-09-20T19:14:39.374Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-20T19:14:39.374Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-20T19:14:39.374Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-38469/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-09-20T19:14:39.638Z] + bash /home/ubuntu/workspace/moby_PR-38469/check-config.sh [2020-09-20T19:14:39.638Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-09-20T19:14:39.638Z] info: reading kernel config from /boot/config-5.3.0-1035-aws ... [2020-09-20T19:14:39.638Z] [2020-09-20T19:14:39.638Z] Generally Necessary: [2020-09-20T19:14:39.638Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-09-20T19:14:39.638Z] - apparmor: enabled and tools installed [2020-09-20T19:14:39.638Z] - CONFIG_NAMESPACES: enabled [2020-09-20T19:14:39.638Z] - CONFIG_NET_NS: enabled [2020-09-20T19:14:39.638Z] - CONFIG_PID_NS: enabled [2020-09-20T19:14:39.638Z] - CONFIG_IPC_NS: enabled [2020-09-20T19:14:39.638Z] - CONFIG_UTS_NS: enabled [2020-09-20T19:14:39.638Z] - CONFIG_CGROUPS: enabled [2020-09-20T19:14:39.638Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-09-20T19:14:39.638Z] - CONFIG_CGROUP_DEVICE: enabled [2020-09-20T19:14:39.638Z] - CONFIG_CGROUP_FREEZER: enabled [2020-09-20T19:14:39.638Z] - CONFIG_CGROUP_SCHED: enabled [2020-09-20T19:14:39.638Z] - CONFIG_CPUSETS: enabled [2020-09-20T19:14:39.638Z] - CONFIG_MEMCG: enabled [2020-09-20T19:14:39.638Z] - CONFIG_KEYS: enabled [2020-09-20T19:14:39.638Z] - CONFIG_VETH: enabled (as module) [2020-09-20T19:14:39.638Z] - CONFIG_BRIDGE: enabled (as module) [2020-09-20T19:14:39.638Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-09-20T19:14:39.638Z] - CONFIG_NF_NAT_IPV4: missing [2020-09-20T19:14:39.638Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-09-20T19:14:39.638Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-09-20T19:14:39.638Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-09-20T19:14:39.638Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-09-20T19:14:39.638Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-09-20T19:14:39.638Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-09-20T19:14:39.638Z] - CONFIG_NF_NAT: enabled (as module) [2020-09-20T19:14:39.638Z] - CONFIG_NF_NAT_NEEDED: missing [2020-09-20T19:14:39.638Z] - CONFIG_POSIX_MQUEUE: enabled [2020-09-20T19:14:39.638Z] [2020-09-20T19:14:39.638Z] Optional Features: [2020-09-20T19:14:39.638Z] - CONFIG_USER_NS: enabled [2020-09-20T19:14:39.638Z] - CONFIG_SECCOMP: enabled [2020-09-20T19:14:39.791Z] #17 13.04 debconf: delaying package configuration, since apt-utils is not installed [2020-09-20T19:14:39.791Z] #17 13.06 Fetched 27.7 MB in 1s (21.4 MB/s) [2020-09-20T19:14:39.791Z] #17 13.10 Selecting previously unselected package pigz. [2020-09-20T19:14:39.902Z] - CONFIG_CGROUP_PIDS: enabled [2020-09-20T19:14:39.902Z] - CONFIG_MEMCG_SWAP: enabled [2020-09-20T19:14:39.902Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-09-20T19:14:39.902Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-09-20T19:14:39.902Z] - CONFIG_BLK_CGROUP: enabled [2020-09-20T19:14:39.902Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-09-20T19:14:39.902Z] - CONFIG_IOSCHED_CFQ: missing [2020-09-20T19:14:39.902Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-09-20T19:14:39.902Z] - CONFIG_CGROUP_PERF: enabled [2020-09-20T19:14:39.902Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-09-20T19:14:39.902Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-09-20T19:14:39.902Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-09-20T19:14:39.902Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-09-20T19:14:39.902Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-09-20T19:14:39.902Z] - CONFIG_RT_GROUP_SCHED: missing [2020-09-20T19:14:39.902Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-09-20T19:14:39.902Z] - CONFIG_IP_VS: enabled (as module) [2020-09-20T19:14:39.902Z] - CONFIG_IP_VS_NFCT: enabled [2020-09-20T19:14:39.902Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-09-20T19:14:39.902Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-09-20T19:14:39.902Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-09-20T19:14:39.902Z] - CONFIG_EXT4_FS: enabled [2020-09-20T19:14:39.902Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-09-20T19:14:39.902Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-09-20T19:14:39.902Z] - Network Drivers: [2020-09-20T19:14:39.902Z] - "overlay": [2020-09-20T19:14:39.902Z] - CONFIG_VXLAN: enabled (as module) [2020-09-20T19:14:39.902Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-09-20T19:14:39.902Z] Optional (for encrypted networks): [2020-09-20T19:14:39.902Z] - CONFIG_CRYPTO: enabled [2020-09-20T19:14:39.902Z] - CONFIG_CRYPTO_AEAD: enabled [2020-09-20T19:14:39.902Z] - CONFIG_CRYPTO_GCM: enabled [2020-09-20T19:14:39.902Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-09-20T19:14:39.902Z] - CONFIG_CRYPTO_GHASH: enabled [2020-09-20T19:14:39.902Z] - CONFIG_XFRM: enabled [2020-09-20T19:14:39.902Z] - CONFIG_XFRM_USER: enabled (as module) [2020-09-20T19:14:39.902Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-09-20T19:14:39.902Z] - CONFIG_INET_ESP: enabled (as module) [2020-09-20T19:14:39.902Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-09-20T19:14:39.902Z] - "ipvlan": [2020-09-20T19:14:39.902Z] - CONFIG_IPVLAN: enabled (as module) [2020-09-20T19:14:39.902Z] - "macvlan": [2020-09-20T19:14:40.084Z] #17 13.10 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23199 files and directories currently installed.) [2020-09-20T19:14:40.084Z] #17 13.14 Preparing to unpack .../archives/pigz_2.4-1_s390x.deb ... [2020-09-20T19:14:40.084Z] #17 13.15 Unpacking pigz (2.4-1) ... [2020-09-20T19:14:40.084Z] #17 13.23 Selecting previously unselected package libpython3.7-minimal:s390x. [2020-09-20T19:14:40.084Z] #17 13.23 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_s390x.deb ... [2020-09-20T19:14:40.084Z] #17 13.23 Unpacking libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ... [2020-09-20T19:14:40.163Z] - CONFIG_MACVLAN: enabled (as module) [2020-09-20T19:14:40.163Z] - CONFIG_DUMMY: enabled (as module) [2020-09-20T19:14:40.163Z] - "ftp,tftp client in container": [2020-09-20T19:14:40.163Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-09-20T19:14:40.163Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-09-20T19:14:40.163Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-09-20T19:14:40.163Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-09-20T19:14:40.163Z] - Storage Drivers: [2020-09-20T19:14:40.163Z] - "aufs": [2020-09-20T19:14:40.163Z] - CONFIG_AUFS_FS: enabled (as module) [2020-09-20T19:14:40.163Z] - "btrfs": [2020-09-20T19:14:40.163Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-09-20T19:14:40.163Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-09-20T19:14:40.163Z] - "devicemapper": [2020-09-20T19:14:40.163Z] - CONFIG_BLK_DEV_DM: enabled [2020-09-20T19:14:40.163Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-09-20T19:14:40.163Z] - "overlay": [2020-09-20T19:14:40.163Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-09-20T19:14:40.163Z] - "zfs": [2020-09-20T19:14:40.163Z] - /dev/zfs: present [2020-09-20T19:14:40.163Z] - zfs command: missing [2020-09-20T19:14:40.163Z] - zpool command: missing [2020-09-20T19:14:40.163Z] [2020-09-20T19:14:40.163Z] Limits: [2020-09-20T19:14:40.163Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-09-20T19:14:40.163Z] [2020-09-20T19:14:40.163Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-09-20T19:14:40.452Z] #17 13.47 Selecting previously unselected package python3.7-minimal. [2020-09-20T19:14:40.452Z] #17 13.47 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_s390x.deb ... [2020-09-20T19:14:40.452Z] #17 13.47 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-09-20T19:14:40.537Z] + sudo modprobe ip_vs [2020-09-20T19:14:40.537Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:98f1115e882dad3fbc3cbaca9ebc0e201c1a527f . [2020-09-20T19:14:40.537Z] #2 [internal] load .dockerignore [2020-09-20T19:14:40.746Z] #17 13.95 Setting up libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ... [2020-09-20T19:14:40.746Z] #17 13.97 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-09-20T19:14:40.799Z] #2 transferring context: 87B 0.0s done [2020-09-20T19:14:40.799Z] #2 DONE 0.1s [2020-09-20T19:14:40.799Z] [2020-09-20T19:14:40.799Z] #1 [internal] load build definition from Dockerfile [2020-09-20T19:14:40.799Z] #1 transferring dockerfile: 16.37kB 0.0s done [2020-09-20T19:14:40.799Z] #1 DONE 0.1s [2020-09-20T19:14:40.799Z] [2020-09-20T19:14:40.799Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-09-20T19:14:40.940Z] #32 ... [2020-09-20T19:14:40.940Z] [2020-09-20T19:14:40.940Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:14:40.940Z] #25 17.29 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-09-20T19:14:40.940Z] #25 17.57 [2020-09-20T19:14:40.940Z] #25 17.70 ######################################################################## 100.0% [2020-09-20T19:14:40.940Z] #25 17.81 [2020-09-20T19:14:40.940Z] #25 18.87 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-09-20T19:14:40.940Z] #25 19.53 [2020-09-20T19:14:40.940Z] #25 19.84 #=#=# ############################################################ 83.4% ######################################################################## 100.0% [2020-09-20T19:14:40.940Z] #25 20.03 [2020-09-20T19:14:40.940Z] #25 20.81 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-09-20T19:14:40.940Z] #25 20.91 skipping existing c35d46ef359f [2020-09-20T19:14:40.940Z] #25 21.07 [2020-09-20T19:14:40.940Z] #25 21.97 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-09-20T19:14:40.940Z] #25 22.29 [2020-09-20T19:14:40.940Z] #25 22.49 ######################################################################## 100.0% [2020-09-20T19:14:40.940Z] #25 22.60 [2020-09-20T19:14:40.940Z] #25 22.68 Download of images into '/build' complete. [2020-09-20T19:14:40.940Z] #25 22.68 Use something like the following to load the result into a Docker daemon: [2020-09-20T19:14:40.940Z] #25 22.68 tar -cC '/build' . | docker load [2020-09-20T19:14:40.940Z] #25 DONE 23.0s [2020-09-20T19:14:40.940Z] [2020-09-20T19:14:40.940Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:14:40.940Z] #38 61.61 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-09-20T19:14:40.940Z] #38 61.95 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-09-20T19:14:40.940Z] #38 62.02 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-09-20T19:14:40.940Z] #38 62.13 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-09-20T19:14:40.940Z] #38 62.19 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-09-20T19:14:40.940Z] #38 62.21 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-09-20T19:14:40.940Z] #38 62.26 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-09-20T19:14:40.940Z] #38 62.28 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-09-20T19:14:40.940Z] #38 62.35 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-09-20T19:14:40.940Z] #38 62.37 Setting up python-protobuf (3.6.1.3-2) ... [2020-09-20T19:14:40.940Z] #38 ... [2020-09-20T19:14:40.940Z] [2020-09-20T19:14:40.940Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:14:40.940Z] #32 67.00 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-09-20T19:14:40.940Z] #32 67.01 Setting up xxd (2:8.1.0875-5) ... [2020-09-20T19:14:40.940Z] #32 67.02 Setting up libuv1:amd64 (1.24.1-1) ... [2020-09-20T19:14:40.940Z] #32 67.03 Setting up vim-common (2:8.1.0875-5) ... [2020-09-20T19:14:40.940Z] #32 67.13 Setting up librhash0:amd64 (1.3.8-1) ... [2020-09-20T19:14:40.940Z] #32 67.16 Setting up cmake-data (3.13.4-1) ... [2020-09-20T19:14:40.940Z] #32 67.18 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-09-20T19:14:40.940Z] #32 67.20 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-09-20T19:14:40.940Z] #32 67.22 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-09-20T19:14:40.940Z] #32 67.25 Setting up cmake (3.13.4-1) ... [2020-09-20T19:14:40.940Z] #32 67.29 Processing triggers for libc-bin (2.28-10) ... [2020-09-20T19:14:41.201Z] #32 67.44 Processing triggers for mime-support (3.62) ... [2020-09-20T19:14:41.370Z] #3 DONE 0.6s [2020-09-20T19:14:41.370Z] [2020-09-20T19:14:41.370Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-09-20T19:14:41.370Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-09-20T19:14:41.370Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2020-09-20T19:14:41.370Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2020-09-20T19:14:41.370Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0B / 8.88MB [2020-09-20T19:14:41.370Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-09-20T19:14:41.461Z] #32 DONE 67.9s [2020-09-20T19:14:41.461Z] [2020-09-20T19:14:41.461Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:14:41.630Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 5.57MB / 8.88MB 0.1s [2020-09-20T19:14:41.630Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s [2020-09-20T19:14:41.630Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 [2020-09-20T19:14:41.892Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s done [2020-09-20T19:14:42.031Z] #33 ... [2020-09-20T19:14:42.031Z] [2020-09-20T19:14:42.031Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:14:42.031Z] #41 58.50 time [2020-09-20T19:14:42.031Z] #41 63.39 strings [2020-09-20T19:14:42.031Z] #41 63.58 os [2020-09-20T19:14:42.031Z] #41 66.70 regexp/syntax [2020-09-20T19:14:42.031Z] #41 67.31 fmt [2020-09-20T19:14:42.155Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.3s done [2020-09-20T19:14:42.155Z] #4 DONE 0.7s [2020-09-20T19:14:42.155Z] [2020-09-20T19:14:42.155Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-09-20T19:14:42.292Z] #41 ... [2020-09-20T19:14:42.292Z] [2020-09-20T19:14:42.292Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:14:42.292Z] #30 66.41 path [2020-09-20T19:14:42.292Z] #30 67.05 text/tabwriter [2020-09-20T19:14:42.292Z] #30 67.25 fmt [2020-09-20T19:14:42.292Z] #30 68.56 path/filepath [2020-09-20T19:14:42.293Z] #17 15.30 Selecting previously unselected package python3-minimal. [2020-09-20T19:14:42.293Z] #17 15.30 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23448 files and directories currently installed.) [2020-09-20T19:14:42.293Z] #17 15.34 Preparing to unpack .../python3-minimal_3.7.3-1_s390x.deb ... [2020-09-20T19:14:42.293Z] #17 15.34 Unpacking python3-minimal (3.7.3-1) ... [2020-09-20T19:14:42.293Z] #17 15.39 Selecting previously unselected package libmpdec2:s390x. [2020-09-20T19:14:42.293Z] #17 15.39 Preparing to unpack .../libmpdec2_2.4.2-2_s390x.deb ... [2020-09-20T19:14:42.293Z] #17 15.40 Unpacking libmpdec2:s390x (2.4.2-2) ... [2020-09-20T19:14:42.293Z] #17 15.44 Selecting previously unselected package libpython3.7-stdlib:s390x. [2020-09-20T19:14:42.293Z] #17 15.44 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_s390x.deb ... [2020-09-20T19:14:42.293Z] #17 15.44 Unpacking libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ... [2020-09-20T19:14:42.726Z] #6 DONE 0.3s [2020-09-20T19:14:42.726Z] [2020-09-20T19:14:42.726Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-09-20T19:14:42.726Z] #5 DONE 0.3s [2020-09-20T19:14:42.726Z] [2020-09-20T19:14:42.726Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-09-20T19:14:42.726Z] #58 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-09-20T19:14:42.961Z] #17 16.15 Selecting previously unselected package python3.7. [2020-09-20T19:14:42.961Z] #17 16.15 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_s390x.deb ... [2020-09-20T19:14:42.961Z] #17 16.15 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-09-20T19:14:42.961Z] #17 ... [2020-09-20T19:14:42.961Z] [2020-09-20T19:14:42.961Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-20T19:14:42.961Z] #28 DONE 97.1s [2020-09-20T19:14:42.961Z] [2020-09-20T19:14:42.961Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:14:42.961Z] #17 16.28 Selecting previously unselected package libpython3-stdlib:s390x. [2020-09-20T19:14:42.961Z] #17 16.29 Preparing to unpack .../libpython3-stdlib_3.7.3-1_s390x.deb ... [2020-09-20T19:14:42.961Z] #17 16.30 Unpacking libpython3-stdlib:s390x (3.7.3-1) ... [2020-09-20T19:14:42.961Z] #17 16.36 Setting up python3-minimal (3.7.3-1) ... [2020-09-20T19:14:42.961Z] #17 ... [2020-09-20T19:14:42.961Z] [2020-09-20T19:14:42.961Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:14:42.961Z] #39 54.91 CC criu/clone-noasan.o [2020-09-20T19:14:42.961Z] #39 55.15 CC criu/config.o [2020-09-20T19:14:42.961Z] #39 55.83 CC criu/cr-check.o [2020-09-20T19:14:42.961Z] #39 56.77 CC criu/cr-dedup.o [2020-09-20T19:14:42.961Z] #39 57.09 CC criu/cr-dump.o [2020-09-20T19:14:42.961Z] #39 58.58 CC criu/cr-errno.o [2020-09-20T19:14:42.961Z] #39 58.64 CC criu/cr-restore.o [2020-09-20T19:14:42.986Z] #58 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-09-20T19:14:42.986Z] #58 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-09-20T19:14:43.646Z] Client: [2020-09-20T19:14:43.646Z] Debug Mode: false [2020-09-20T19:14:43.646Z] [2020-09-20T19:14:43.646Z] Server: [2020-09-20T19:14:43.646Z] Containers: 0 [2020-09-20T19:14:43.646Z] Running: 0 [2020-09-20T19:14:43.646Z] Paused: 0 [2020-09-20T19:14:43.646Z] Stopped: 0 [2020-09-20T19:14:43.646Z] Images: 0 [2020-09-20T19:14:43.646Z] Server Version: 19.03.12 [2020-09-20T19:14:43.646Z] Storage Driver: overlay2 [2020-09-20T19:14:43.646Z] Backing Filesystem: extfs [2020-09-20T19:14:43.646Z] Supports d_type: true [2020-09-20T19:14:43.646Z] Native Overlay Diff: true [2020-09-20T19:14:43.646Z] Logging Driver: json-file [2020-09-20T19:14:43.646Z] Cgroup Driver: cgroupfs [2020-09-20T19:14:43.646Z] Plugins: [2020-09-20T19:14:43.646Z] Volume: local [2020-09-20T19:14:43.646Z] Network: bridge host ipvlan macvlan null overlay [2020-09-20T19:14:43.646Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-09-20T19:14:43.646Z] Swarm: inactive [2020-09-20T19:14:43.646Z] Runtimes: runc [2020-09-20T19:14:43.646Z] Default Runtime: runc [2020-09-20T19:14:43.646Z] Init Binary: docker-init [2020-09-20T19:14:43.646Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-20T19:14:43.646Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-20T19:14:43.646Z] init version: fec3683 [2020-09-20T19:14:43.646Z] Security Options: [2020-09-20T19:14:43.646Z] apparmor [2020-09-20T19:14:43.646Z] seccomp [2020-09-20T19:14:43.646Z] Profile: default [2020-09-20T19:14:43.646Z] Kernel Version: 5.3.0-1035-aws [2020-09-20T19:14:43.646Z] Operating System: Ubuntu 18.04.5 LTS [2020-09-20T19:14:43.646Z] OSType: linux [2020-09-20T19:14:43.646Z] Architecture: x86_64 [2020-09-20T19:14:43.646Z] CPUs: 2 [2020-09-20T19:14:43.646Z] Total Memory: 7.569GiB [2020-09-20T19:14:43.646Z] Name: ip-10-100-67-242 [2020-09-20T19:14:43.646Z] ID: VHCT:TLUC:R2VO:YIWO:QRPS:LVDE:GNIX:P4Z4:AVYF:EKOW:UMYI:VEID [2020-09-20T19:14:43.646Z] Docker Root Dir: /var/lib/docker [2020-09-20T19:14:43.646Z] Debug Mode: false [2020-09-20T19:14:43.646Z] Registry: https://index.docker.io/v1/ [2020-09-20T19:14:43.646Z] Labels: [2020-09-20T19:14:43.646Z] Experimental: true [2020-09-20T19:14:43.646Z] Insecure Registries: [2020-09-20T19:14:43.646Z] 127.0.0.0/8 [2020-09-20T19:14:43.646Z] Live Restore Enabled: true [2020-09-20T19:14:43.646Z] [2020-09-20T19:14:43.646Z] WARNING: No swap limit support [Pipeline] sh [2020-09-20T19:14:43.987Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-20T19:14:43.987Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-20T19:14:43.987Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-38469/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-09-20T19:14:43.987Z] + bash /home/ubuntu/workspace/moby_PR-38469/check-config.sh [2020-09-20T19:14:43.987Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-09-20T19:14:43.987Z] info: reading kernel config from /boot/config-5.3.0-1035-aws ... [2020-09-20T19:14:43.987Z] [2020-09-20T19:14:43.987Z] Generally Necessary: [2020-09-20T19:14:43.987Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-09-20T19:14:43.987Z] - apparmor: enabled and tools installed [2020-09-20T19:14:43.987Z] - CONFIG_NAMESPACES: enabled [2020-09-20T19:14:43.987Z] - CONFIG_NET_NS: enabled [2020-09-20T19:14:43.987Z] - CONFIG_PID_NS: enabled [2020-09-20T19:14:43.987Z] - CONFIG_IPC_NS: enabled [2020-09-20T19:14:43.987Z] - CONFIG_UTS_NS: enabled [2020-09-20T19:14:43.987Z] - CONFIG_CGROUPS: enabled [2020-09-20T19:14:43.987Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-09-20T19:14:43.987Z] - CONFIG_CGROUP_DEVICE: enabled [2020-09-20T19:14:43.987Z] - CONFIG_CGROUP_FREEZER: enabled [2020-09-20T19:14:43.987Z] - CONFIG_CGROUP_SCHED: enabled [2020-09-20T19:14:43.987Z] - CONFIG_CPUSETS: enabled [2020-09-20T19:14:43.987Z] - CONFIG_MEMCG: enabled [2020-09-20T19:14:43.987Z] - CONFIG_KEYS: enabled [2020-09-20T19:14:43.987Z] - CONFIG_VETH: enabled (as module) [2020-09-20T19:14:43.987Z] - CONFIG_BRIDGE: enabled (as module) [2020-09-20T19:14:43.988Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-09-20T19:14:43.988Z] - CONFIG_NF_NAT_IPV4: missing [2020-09-20T19:14:43.988Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-09-20T19:14:43.988Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-09-20T19:14:43.988Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-09-20T19:14:43.988Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-09-20T19:14:43.988Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-09-20T19:14:43.988Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-09-20T19:14:43.988Z] - CONFIG_NF_NAT: enabled (as module) [2020-09-20T19:14:43.988Z] - CONFIG_NF_NAT_NEEDED: missing [2020-09-20T19:14:43.988Z] - CONFIG_POSIX_MQUEUE: enabled [2020-09-20T19:14:43.988Z] [2020-09-20T19:14:43.988Z] Optional Features: [2020-09-20T19:14:43.988Z] - CONFIG_USER_NS: enabled [2020-09-20T19:14:43.988Z] - CONFIG_SECCOMP: enabled [2020-09-20T19:14:44.008Z] #39 ... [2020-09-20T19:14:44.008Z] [2020-09-20T19:14:44.008Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:14:44.008Z] #17 17.10 Selecting previously unselected package python3. [2020-09-20T19:14:44.008Z] #17 17.10 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23860 files and directories currently installed.) [2020-09-20T19:14:44.008Z] #17 17.15 Preparing to unpack .../00-python3_3.7.3-1_s390x.deb ... [2020-09-20T19:14:44.008Z] #17 17.15 Unpacking python3 (3.7.3-1) ... [2020-09-20T19:14:44.008Z] #17 17.20 Selecting previously unselected package libip4tc0:s390x. [2020-09-20T19:14:44.008Z] #17 17.20 Preparing to unpack .../01-libip4tc0_1.8.2-4_s390x.deb ... [2020-09-20T19:14:44.008Z] #17 17.21 Unpacking libip4tc0:s390x (1.8.2-4) ... [2020-09-20T19:14:44.008Z] #17 17.26 Selecting previously unselected package libip6tc0:s390x. [2020-09-20T19:14:44.008Z] #17 17.26 Preparing to unpack .../02-libip6tc0_1.8.2-4_s390x.deb ... [2020-09-20T19:14:44.008Z] #17 17.26 Unpacking libip6tc0:s390x (1.8.2-4) ... [2020-09-20T19:14:44.008Z] #17 17.31 Selecting previously unselected package libiptc0:s390x. [2020-09-20T19:14:44.008Z] #17 17.32 Preparing to unpack .../03-libiptc0_1.8.2-4_s390x.deb ... [2020-09-20T19:14:44.008Z] #17 17.32 Unpacking libiptc0:s390x (1.8.2-4) ... [2020-09-20T19:14:44.008Z] #17 17.36 Selecting previously unselected package libnfnetlink0:s390x. [2020-09-20T19:14:44.008Z] #17 17.36 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_s390x.deb ... [2020-09-20T19:14:44.008Z] #17 17.37 Unpacking libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-09-20T19:14:44.255Z] - CONFIG_CGROUP_PIDS: enabled [2020-09-20T19:14:44.255Z] - CONFIG_MEMCG_SWAP: enabled [2020-09-20T19:14:44.255Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-09-20T19:14:44.255Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-09-20T19:14:44.255Z] - CONFIG_BLK_CGROUP: enabled [2020-09-20T19:14:44.255Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-09-20T19:14:44.255Z] - CONFIG_IOSCHED_CFQ: missing [2020-09-20T19:14:44.255Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-09-20T19:14:44.255Z] - CONFIG_CGROUP_PERF: enabled [2020-09-20T19:14:44.255Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-09-20T19:14:44.255Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-09-20T19:14:44.255Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-09-20T19:14:44.255Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-09-20T19:14:44.255Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-09-20T19:14:44.255Z] - CONFIG_RT_GROUP_SCHED: missing [2020-09-20T19:14:44.255Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-09-20T19:14:44.255Z] - CONFIG_IP_VS: enabled (as module) [2020-09-20T19:14:44.255Z] - CONFIG_IP_VS_NFCT: enabled [2020-09-20T19:14:44.255Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-09-20T19:14:44.255Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-09-20T19:14:44.255Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-09-20T19:14:44.255Z] - CONFIG_EXT4_FS: enabled [2020-09-20T19:14:44.255Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-09-20T19:14:44.255Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-09-20T19:14:44.255Z] - Network Drivers: [2020-09-20T19:14:44.255Z] - "overlay": [2020-09-20T19:14:44.255Z] - CONFIG_VXLAN: enabled (as module) [2020-09-20T19:14:44.255Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-09-20T19:14:44.255Z] Optional (for encrypted networks): [2020-09-20T19:14:44.255Z] - CONFIG_CRYPTO: enabled [2020-09-20T19:14:44.255Z] - CONFIG_CRYPTO_AEAD: enabled [2020-09-20T19:14:44.255Z] - CONFIG_CRYPTO_GCM: enabled [2020-09-20T19:14:44.255Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-09-20T19:14:44.255Z] - CONFIG_CRYPTO_GHASH: enabled [2020-09-20T19:14:44.255Z] - CONFIG_XFRM: enabled [2020-09-20T19:14:44.255Z] - CONFIG_XFRM_USER: enabled (as module) [2020-09-20T19:14:44.255Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-09-20T19:14:44.255Z] - CONFIG_INET_ESP: enabled (as module) [2020-09-20T19:14:44.255Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-09-20T19:14:44.255Z] - "ipvlan": [2020-09-20T19:14:44.300Z] #17 17.39 Selecting previously unselected package libnetfilter-conntrack3:s390x. [2020-09-20T19:14:44.300Z] #17 17.39 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_s390x.deb ... [2020-09-20T19:14:44.300Z] #17 17.40 Unpacking libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-09-20T19:14:44.300Z] #17 17.43 Selecting previously unselected package libnftnl11:s390x. [2020-09-20T19:14:44.300Z] #17 17.43 Preparing to unpack .../06-libnftnl11_1.1.2-2_s390x.deb ... [2020-09-20T19:14:44.300Z] #17 17.43 Unpacking libnftnl11:s390x (1.1.2-2) ... [2020-09-20T19:14:44.300Z] #17 17.48 Selecting previously unselected package iptables. [2020-09-20T19:14:44.300Z] #17 17.48 Preparing to unpack .../07-iptables_1.8.2-4_s390x.deb ... [2020-09-20T19:14:44.300Z] #17 17.49 Unpacking iptables (1.8.2-4) ... [2020-09-20T19:14:44.300Z] #17 17.67 Selecting previously unselected package xxd. [2020-09-20T19:14:44.300Z] #17 17.67 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_s390x.deb ... [2020-09-20T19:14:44.300Z] #17 17.67 Unpacking xxd (2:8.1.0875-5) ... [2020-09-20T19:14:44.300Z] #17 17.77 Selecting previously unselected package vim-common. [2020-09-20T19:14:44.300Z] #17 17.77 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-09-20T19:14:44.518Z] - CONFIG_IPVLAN: enabled (as module) [2020-09-20T19:14:44.518Z] - "macvlan": [2020-09-20T19:14:44.518Z] - CONFIG_MACVLAN: enabled (as module) [2020-09-20T19:14:44.518Z] - CONFIG_DUMMY: enabled (as module) [2020-09-20T19:14:44.518Z] - "ftp,tftp client in container": [2020-09-20T19:14:44.518Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-09-20T19:14:44.518Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-09-20T19:14:44.518Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-09-20T19:14:44.518Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-09-20T19:14:44.518Z] - Storage Drivers: [2020-09-20T19:14:44.518Z] - "aufs": [2020-09-20T19:14:44.518Z] - CONFIG_AUFS_FS: enabled (as module) [2020-09-20T19:14:44.518Z] - "btrfs": [2020-09-20T19:14:44.518Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-09-20T19:14:44.518Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-09-20T19:14:44.518Z] - "devicemapper": [2020-09-20T19:14:44.518Z] - CONFIG_BLK_DEV_DM: enabled [2020-09-20T19:14:44.518Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-09-20T19:14:44.518Z] - "overlay": [2020-09-20T19:14:44.518Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-09-20T19:14:44.518Z] - "zfs": [2020-09-20T19:14:44.518Z] - /dev/zfs: present [2020-09-20T19:14:44.518Z] - zfs command: missing [2020-09-20T19:14:44.518Z] - zpool command: missing [2020-09-20T19:14:44.518Z] [2020-09-20T19:14:44.518Z] Limits: [2020-09-20T19:14:44.518Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-09-20T19:14:44.518Z] [2020-09-20T19:14:44.518Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-09-20T19:14:44.593Z] #17 17.79 Unpacking vim-common (2:8.1.0875-5) ... [2020-09-20T19:14:44.593Z] #17 17.90 Selecting previously unselected package bash-completion. [2020-09-20T19:14:44.593Z] #17 17.90 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-09-20T19:14:44.838Z] #30 ... [2020-09-20T19:14:44.838Z] [2020-09-20T19:14:44.838Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:14:44.838Z] #38 70.53 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-09-20T19:14:44.838Z] #38 70.60 Processing triggers for libc-bin (2.28-10) ... [2020-09-20T19:14:44.838Z] #38 DONE 70.8s [2020-09-20T19:14:44.838Z] [2020-09-20T19:14:44.838Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:14:44.838Z] #33 1.236 + RM_GOPATH=0 [2020-09-20T19:14:44.838Z] #33 1.236 + TMP_GOPATH= [2020-09-20T19:14:44.838Z] #33 1.236 + : /build [2020-09-20T19:14:44.838Z] #33 1.236 + '[' -z '' ']' [2020-09-20T19:14:44.838Z] #33 1.237 ++ mktemp -d [2020-09-20T19:14:44.838Z] #33 1.238 + export GOPATH=/tmp/tmp.BHcE0oISXS [2020-09-20T19:14:44.838Z] #33 1.239 + GOPATH=/tmp/tmp.BHcE0oISXS [2020-09-20T19:14:44.838Z] #33 1.239 + RM_GOPATH=1 [2020-09-20T19:14:44.838Z] #33 1.239 + case "$(go env GOARCH)" in [2020-09-20T19:14:44.838Z] #33 1.240 ++ go env GOARCH [2020-09-20T19:14:44.838Z] #33 1.247 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:14:44.838Z] #33 1.247 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:14:44.838Z] #33 1.247 ++ dirname /tmp/install/install.sh [2020-09-20T19:14:44.838Z] #33 1.248 + dir=/tmp/install [2020-09-20T19:14:44.838Z] #33 1.249 + bin=tini [2020-09-20T19:14:44.838Z] #33 1.249 + shift [2020-09-20T19:14:44.838Z] #33 1.249 + '[' '!' -f /tmp/install/tini.installer ']' [2020-09-20T19:14:44.838Z] #33 1.249 + . /tmp/install/tini.installer [2020-09-20T19:14:44.838Z] #33 1.249 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-20T19:14:44.838Z] #33 1.250 + install_tini [2020-09-20T19:14:44.838Z] #33 1.250 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-09-20T19:14:44.838Z] #33 1.250 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-20T19:14:44.838Z] #33 1.250 + git clone https://github.com/krallin/tini.git /tmp/tmp.BHcE0oISXS/tini [2020-09-20T19:14:44.838Z] #33 1.251 Cloning into '/tmp/tmp.BHcE0oISXS/tini'... [2020-09-20T19:14:44.838Z] #33 2.480 + cd /tmp/tmp.BHcE0oISXS/tini [2020-09-20T19:14:44.838Z] #33 2.480 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-20T19:14:44.838Z] #33 2.609 + cmake . [2020-09-20T19:14:44.838Z] #33 3.347 -- The C compiler identification is GNU 8.3.0 [2020-09-20T19:14:44.898Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:98f1115e882dad3fbc3cbaca9ebc0e201c1a527f . [2020-09-20T19:14:44.898Z] #2 [internal] load build definition from Dockerfile [2020-09-20T19:14:44.898Z] #2 transferring dockerfile: 16.37kB 0.1s done [2020-09-20T19:14:44.898Z] #2 DONE 0.1s [2020-09-20T19:14:44.898Z] [2020-09-20T19:14:44.898Z] #1 [internal] load .dockerignore [2020-09-20T19:14:44.898Z] #1 transferring context: 87B done [2020-09-20T19:14:44.898Z] #1 DONE 0.1s [2020-09-20T19:14:44.898Z] [2020-09-20T19:14:44.898Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-09-20T19:14:45.100Z] #33 3.432 -- Check for working C compiler: /usr/bin/cc [2020-09-20T19:14:45.632Z] #17 18.99 Unpacking bash-completion (1:2.8-6) ... [2020-09-20T19:14:45.925Z] #17 19.21 Selecting previously unselected package bzip2. [2020-09-20T19:14:45.925Z] #17 19.21 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_s390x.deb ... [2020-09-20T19:14:45.925Z] #17 19.22 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-09-20T19:14:45.925Z] #17 19.26 Selecting previously unselected package xz-utils. [2020-09-20T19:14:45.925Z] #17 19.26 Preparing to unpack .../12-xz-utils_5.2.4-1_s390x.deb ... [2020-09-20T19:14:45.925Z] #17 19.26 Unpacking xz-utils (5.2.4-1) ... [2020-09-20T19:14:45.925Z] #17 19.33 Selecting previously unselected package apparmor. [2020-09-20T19:14:45.925Z] #17 19.33 Preparing to unpack .../13-apparmor_2.13.2-10_s390x.deb ... [2020-09-20T19:14:46.041Z] #33 4.311 -- Check for working C compiler: /usr/bin/cc -- works [2020-09-20T19:14:46.041Z] #33 4.314 -- Detecting C compiler ABI info [2020-09-20T19:14:46.218Z] #17 19.36 Unpacking apparmor (2.13.2-10) ... [2020-09-20T19:14:46.218Z] #17 19.59 Selecting previously unselected package aufs-tools. [2020-09-20T19:14:46.218Z] #17 19.59 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_s390x.deb ... [2020-09-20T19:14:46.266Z] #3 DONE 1.2s [2020-09-20T19:14:46.266Z] [2020-09-20T19:14:46.266Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-09-20T19:14:46.266Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-09-20T19:14:46.266Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-09-20T19:14:46.266Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2020-09-20T19:14:46.266Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2020-09-20T19:14:46.266Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 5.01MB / 8.88MB 0.1s [2020-09-20T19:14:46.266Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s [2020-09-20T19:14:46.266Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 [2020-09-20T19:14:46.302Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0B / 9.86MB 3.6s [2020-09-20T19:14:46.511Z] #17 19.60 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-09-20T19:14:46.511Z] #17 19.67 Selecting previously unselected package libonig5:s390x. [2020-09-20T19:14:46.511Z] #17 19.68 Preparing to unpack .../15-libonig5_6.9.1-1_s390x.deb ... [2020-09-20T19:14:46.511Z] #17 19.68 Unpacking libonig5:s390x (6.9.1-1) ... [2020-09-20T19:14:46.511Z] #17 19.77 Selecting previously unselected package libjq1:s390x. [2020-09-20T19:14:46.511Z] #17 19.77 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2020-09-20T19:14:46.511Z] #17 19.77 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2020-09-20T19:14:46.511Z] #17 19.83 Selecting previously unselected package jq. [2020-09-20T19:14:46.511Z] #17 19.83 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_s390x.deb ... [2020-09-20T19:14:46.511Z] #17 19.83 Unpacking jq (1.5+dfsg-2+b1) ... [2020-09-20T19:14:46.511Z] #17 19.89 Selecting previously unselected package libaio1:s390x. [2020-09-20T19:14:46.511Z] #17 19.89 Preparing to unpack .../18-libaio1_0.3.112-3_s390x.deb ... [2020-09-20T19:14:46.523Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s done [2020-09-20T19:14:46.565Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 6.07MB / 9.86MB 3.8s [2020-09-20T19:14:46.565Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 7.46MB / 9.86MB 3.9s [2020-09-20T19:14:46.611Z] #33 5.158 -- Detecting C compiler ABI info - done [2020-09-20T19:14:46.804Z] #17 19.90 Unpacking libaio1:s390x (0.3.112-3) ... [2020-09-20T19:14:46.804Z] #17 19.94 Selecting previously unselected package libgpm2:s390x. [2020-09-20T19:14:46.804Z] #17 19.94 Preparing to unpack .../19-libgpm2_1.20.7-5_s390x.deb ... [2020-09-20T19:14:46.804Z] #17 19.94 Unpacking libgpm2:s390x (1.20.7-5) ... [2020-09-20T19:14:46.804Z] #17 19.98 Selecting previously unselected package libicu63:s390x. [2020-09-20T19:14:46.804Z] #17 19.98 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_s390x.deb ... [2020-09-20T19:14:46.804Z] #17 19.99 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2020-09-20T19:14:46.826Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 4.1s [2020-09-20T19:14:46.826Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 4.1s done [2020-09-20T19:14:46.826Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 [2020-09-20T19:14:46.871Z] #33 5.204 -- Detecting C compile features [2020-09-20T19:14:47.089Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.4s done [2020-09-20T19:14:47.089Z] #4 DONE 0.7s [2020-09-20T19:14:47.089Z] [2020-09-20T19:14:47.089Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-09-20T19:14:47.089Z] #6 ... [2020-09-20T19:14:47.089Z] [2020-09-20T19:14:47.089Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-09-20T19:14:47.089Z] #5 DONE 0.1s [2020-09-20T19:14:47.347Z] [2020-09-20T19:14:47.347Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-09-20T19:14:47.347Z] #6 DONE 0.2s [2020-09-20T19:14:47.347Z] [2020-09-20T19:14:47.347Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-20T19:14:47.347Z] #7 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-09-20T19:14:47.347Z] #7 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2020-09-20T19:14:47.347Z] #7 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2020-09-20T19:14:47.347Z] #7 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0B / 10.00MB 0.1s [2020-09-20T19:14:47.347Z] #7 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-09-20T19:14:47.347Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 0B / 50.40MB 0.1s [2020-09-20T19:14:47.347Z] #7 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0B / 7.81MB 0.1s [2020-09-20T19:14:47.605Z] #7 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 974.38kB / 10.00MB 0.2s [2020-09-20T19:14:47.605Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 3.98MB / 50.40MB 0.2s [2020-09-20T19:14:47.605Z] #7 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 5.26MB / 7.81MB 0.2s [2020-09-20T19:14:47.605Z] #7 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 5.01MB / 10.00MB 0.4s [2020-09-20T19:14:47.605Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 12.06MB / 50.40MB 0.4s [2020-09-20T19:14:47.605Z] #7 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.4s [2020-09-20T19:14:47.811Z] #33 ... [2020-09-20T19:14:47.811Z] [2020-09-20T19:14:47.811Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:14:47.811Z] #47 64.00 os [2020-09-20T19:14:47.811Z] #47 66.73 encoding/binary [2020-09-20T19:14:47.811Z] #47 68.63 fmt [2020-09-20T19:14:47.811Z] #47 70.33 encoding/base64 [2020-09-20T19:14:47.811Z] #47 71.84 golang.org/x/sys/unix [2020-09-20T19:14:47.811Z] #47 ... [2020-09-20T19:14:47.811Z] [2020-09-20T19:14:47.811Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:14:47.811Z] #41 73.52 regexp [2020-09-20T19:14:47.811Z] #41 73.70 flag [2020-09-20T19:14:47.863Z] #7 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 9.73MB / 10.00MB 0.6s [2020-09-20T19:14:47.863Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 15.56MB / 50.40MB 0.6s [2020-09-20T19:14:47.863Z] #7 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.5s done [2020-09-20T19:14:47.863Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0B / 51.83MB 0.6s [2020-09-20T19:14:48.121Z] #7 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.7s done [2020-09-20T19:14:48.121Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 19.16MB / 50.40MB 0.8s [2020-09-20T19:14:48.121Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.12MB / 51.83MB 0.8s [2020-09-20T19:14:48.121Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0B / 68.67MB 0.8s [2020-09-20T19:14:48.216Z] #58 ... [2020-09-20T19:14:48.216Z] [2020-09-20T19:14:48.216Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-20T19:14:48.216Z] #7 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-09-20T19:14:48.216Z] #7 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-09-20T19:14:48.216Z] #7 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2020-09-20T19:14:48.216Z] #7 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.4s done [2020-09-20T19:14:48.216Z] #7 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2020-09-20T19:14:48.216Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.6s done [2020-09-20T19:14:48.216Z] #7 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.4s done [2020-09-20T19:14:48.216Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.4s done [2020-09-20T19:14:48.216Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.1s done [2020-09-20T19:14:48.216Z] #7 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 2.8s [2020-09-20T19:14:48.216Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 68.98MB / 120.17MB 5.6s [2020-09-20T19:14:48.216Z] #7 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.4s done [2020-09-20T19:14:48.357Z] Client: [2020-09-20T19:14:48.357Z] Debug Mode: false [2020-09-20T19:14:48.357Z] [2020-09-20T19:14:48.357Z] Server: [2020-09-20T19:14:48.357Z] Containers: 0 [2020-09-20T19:14:48.357Z] Running: 0 [2020-09-20T19:14:48.357Z] Paused: 0 [2020-09-20T19:14:48.357Z] Stopped: 0 [2020-09-20T19:14:48.357Z] Images: 0 [2020-09-20T19:14:48.357Z] Server Version: 19.03.12 [2020-09-20T19:14:48.357Z] Storage Driver: overlay2 [2020-09-20T19:14:48.357Z] Backing Filesystem: extfs [2020-09-20T19:14:48.357Z] Supports d_type: true [2020-09-20T19:14:48.357Z] Native Overlay Diff: true [2020-09-20T19:14:48.357Z] Logging Driver: json-file [2020-09-20T19:14:48.357Z] Cgroup Driver: cgroupfs [2020-09-20T19:14:48.357Z] Plugins: [2020-09-20T19:14:48.357Z] Volume: local [2020-09-20T19:14:48.357Z] Network: bridge host ipvlan macvlan null overlay [2020-09-20T19:14:48.357Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-09-20T19:14:48.357Z] Swarm: inactive [2020-09-20T19:14:48.357Z] Runtimes: runc [2020-09-20T19:14:48.357Z] Default Runtime: runc [2020-09-20T19:14:48.357Z] Init Binary: docker-init [2020-09-20T19:14:48.357Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-20T19:14:48.357Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-20T19:14:48.357Z] init version: fec3683 [2020-09-20T19:14:48.357Z] Security Options: [2020-09-20T19:14:48.357Z] apparmor [2020-09-20T19:14:48.357Z] seccomp [2020-09-20T19:14:48.357Z] Profile: default [2020-09-20T19:14:48.357Z] Kernel Version: 4.15.0-1082-aws [2020-09-20T19:14:48.357Z] Operating System: Ubuntu 16.04.7 LTS [2020-09-20T19:14:48.357Z] OSType: linux [2020-09-20T19:14:48.357Z] Architecture: aarch64 [2020-09-20T19:14:48.357Z] CPUs: 4 [2020-09-20T19:14:48.357Z] Total Memory: 7.525GiB [2020-09-20T19:14:48.357Z] Name: ip-10-100-62-133 [2020-09-20T19:14:48.357Z] ID: KYKG:A322:XPRH:JZGL:H3VU:BFQ2:WUGA:GP6K:7QES:XZZH:RIWE:PUKP [2020-09-20T19:14:48.357Z] Docker Root Dir: /var/lib/docker [2020-09-20T19:14:48.357Z] Debug Mode: false [2020-09-20T19:14:48.357Z] Registry: https://index.docker.io/v1/ [2020-09-20T19:14:48.357Z] Labels: [2020-09-20T19:14:48.357Z] Experimental: true [2020-09-20T19:14:48.357Z] Insecure Registries: [2020-09-20T19:14:48.357Z] 127.0.0.0/8 [2020-09-20T19:14:48.357Z] Live Restore Enabled: true [2020-09-20T19:14:48.357Z] [2020-09-20T19:14:48.357Z] WARNING: No swap limit support [Pipeline] sh [2020-09-20T19:14:48.386Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 9.83MB / 51.83MB 0.9s [2020-09-20T19:14:48.386Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 27.17MB / 50.40MB 1.1s [2020-09-20T19:14:48.386Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 17.18MB / 51.83MB 1.1s [2020-09-20T19:14:48.386Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 12.64MB / 68.67MB 1.1s [2020-09-20T19:14:48.647Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 32.20MB / 50.40MB 1.3s [2020-09-20T19:14:48.647Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 28.48MB / 51.83MB 1.3s [2020-09-20T19:14:48.647Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 23.11MB / 68.67MB 1.3s [2020-09-20T19:14:48.647Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 37.01MB / 50.40MB 1.4s [2020-09-20T19:14:48.647Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 31.46MB / 51.83MB 1.4s [2020-09-20T19:14:48.647Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 26.60MB / 68.67MB 1.4s [2020-09-20T19:14:48.647Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 36.85MB / 51.83MB 1.5s [2020-09-20T19:14:48.647Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 31.85MB / 68.67MB 1.5s [2020-09-20T19:14:48.650Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-20T19:14:48.650Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-20T19:14:48.650Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-38469/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-09-20T19:14:48.795Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 75.16MB / 120.17MB 6.0s [2020-09-20T19:14:48.795Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 81.32MB / 120.17MB 6.2s [2020-09-20T19:14:48.878Z] #17 21.80 Selecting previously unselected package libnet1:s390x. [2020-09-20T19:14:48.878Z] #17 21.80 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2020-09-20T19:14:48.878Z] #17 21.81 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-09-20T19:14:48.878Z] #17 21.85 Selecting previously unselected package libnl-3-200:s390x. [2020-09-20T19:14:48.878Z] #17 21.85 Preparing to unpack .../22-libnl-3-200_3.4.0-1_s390x.deb ... [2020-09-20T19:14:48.878Z] #17 21.85 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2020-09-20T19:14:48.878Z] #17 21.89 Selecting previously unselected package libprotobuf-c1:s390x. [2020-09-20T19:14:48.878Z] #17 21.89 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2020-09-20T19:14:48.878Z] #17 21.90 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-09-20T19:14:48.878Z] #17 21.94 Selecting previously unselected package libreadline5:s390x. [2020-09-20T19:14:48.878Z] #17 21.94 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_s390x.deb ... [2020-09-20T19:14:48.878Z] #17 21.94 Unpacking libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-09-20T19:14:48.878Z] #17 21.99 Selecting previously unselected package net-tools. [2020-09-20T19:14:48.878Z] #17 21.99 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_s390x.deb ... [2020-09-20T19:14:48.878Z] #17 22.00 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-09-20T19:14:48.878Z] #17 22.08 Selecting previously unselected package python-pip-whl. [2020-09-20T19:14:48.878Z] #17 22.08 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-09-20T19:14:48.878Z] #17 22.09 Unpacking python-pip-whl (18.1-5) ... [2020-09-20T19:14:48.905Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 43.41MB / 50.40MB 1.6s [2020-09-20T19:14:48.905Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 39.93MB / 51.83MB 1.6s [2020-09-20T19:14:48.912Z] + bash /home/ubuntu/workspace/moby_PR-38469/check-config.sh [2020-09-20T19:14:48.912Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-09-20T19:14:48.912Z] info: reading kernel config from /boot/config-4.15.0-1082-aws ... [2020-09-20T19:14:48.912Z] [2020-09-20T19:14:48.912Z] Generally Necessary: [2020-09-20T19:14:48.912Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-09-20T19:14:48.912Z] - apparmor: enabled and tools installed [2020-09-20T19:14:48.912Z] - CONFIG_NAMESPACES: enabled [2020-09-20T19:14:48.912Z] - CONFIG_NET_NS: enabled [2020-09-20T19:14:48.912Z] - CONFIG_PID_NS: enabled [2020-09-20T19:14:48.912Z] - CONFIG_IPC_NS: enabled [2020-09-20T19:14:48.912Z] - CONFIG_UTS_NS: enabled [2020-09-20T19:14:48.912Z] - CONFIG_CGROUPS: enabled [2020-09-20T19:14:48.912Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-09-20T19:14:48.912Z] - CONFIG_CGROUP_DEVICE: enabled [2020-09-20T19:14:48.912Z] - CONFIG_CGROUP_FREEZER: enabled [2020-09-20T19:14:48.912Z] - CONFIG_CGROUP_SCHED: enabled [2020-09-20T19:14:48.912Z] - CONFIG_CPUSETS: enabled [2020-09-20T19:14:48.912Z] - CONFIG_MEMCG: enabled [2020-09-20T19:14:48.912Z] - CONFIG_KEYS: enabled [2020-09-20T19:14:48.912Z] - CONFIG_VETH: enabled (as module) [2020-09-20T19:14:48.912Z] - CONFIG_BRIDGE: enabled (as module) [2020-09-20T19:14:48.912Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-09-20T19:14:48.912Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-09-20T19:14:48.912Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-09-20T19:14:48.912Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-09-20T19:14:49.055Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 88.09MB / 120.17MB 6.3s [2020-09-20T19:14:49.056Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 95.71MB / 120.17MB 6.5s [2020-09-20T19:14:49.168Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 49.98MB / 50.40MB 1.8s [2020-09-20T19:14:49.168Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 45.15MB / 51.83MB 1.8s [2020-09-20T19:14:49.168Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 39.09MB / 68.67MB 1.8s [2020-09-20T19:14:49.168Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 1.9s [2020-09-20T19:14:49.168Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 47.79MB / 68.67MB 1.9s [2020-09-20T19:14:49.171Z] #17 22.49 Selecting previously unselected package python3-lib2to3. [2020-09-20T19:14:49.171Z] #17 22.49 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-09-20T19:14:49.171Z] #17 22.50 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-09-20T19:14:49.171Z] #17 22.56 Selecting previously unselected package python3-distutils. [2020-09-20T19:14:49.175Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-09-20T19:14:49.175Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-09-20T19:14:49.175Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-09-20T19:14:49.175Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-09-20T19:14:49.175Z] - CONFIG_NF_NAT: enabled (as module) [2020-09-20T19:14:49.175Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-09-20T19:14:49.175Z] - CONFIG_POSIX_MQUEUE: enabled [2020-09-20T19:14:49.175Z] [2020-09-20T19:14:49.175Z] Optional Features: [2020-09-20T19:14:49.175Z] - CONFIG_USER_NS: enabled [2020-09-20T19:14:49.175Z] - CONFIG_SECCOMP: enabled [2020-09-20T19:14:49.175Z] - CONFIG_CGROUP_PIDS: enabled [2020-09-20T19:14:49.175Z] - CONFIG_MEMCG_SWAP: enabled [2020-09-20T19:14:49.175Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-09-20T19:14:49.175Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-09-20T19:14:49.175Z] - CONFIG_BLK_CGROUP: enabled [2020-09-20T19:14:49.175Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-09-20T19:14:49.175Z] - CONFIG_IOSCHED_CFQ: enabled [2020-09-20T19:14:49.175Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-09-20T19:14:49.175Z] - CONFIG_CGROUP_PERF: enabled [2020-09-20T19:14:49.175Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-09-20T19:14:49.175Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-09-20T19:14:49.175Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-09-20T19:14:49.175Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-09-20T19:14:49.175Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-09-20T19:14:49.175Z] - CONFIG_RT_GROUP_SCHED: missing [2020-09-20T19:14:49.175Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-09-20T19:14:49.175Z] - CONFIG_IP_VS: enabled (as module) [2020-09-20T19:14:49.175Z] - CONFIG_IP_VS_NFCT: enabled [2020-09-20T19:14:49.193Z] #41 75.36 go/token [2020-09-20T19:14:49.431Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 55.61MB / 68.67MB 2.1s [2020-09-20T19:14:49.432Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 60.13MB / 68.67MB 2.2s [2020-09-20T19:14:49.438Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-09-20T19:14:49.438Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-09-20T19:14:49.438Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-09-20T19:14:49.438Z] - CONFIG_EXT4_FS: enabled [2020-09-20T19:14:49.438Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-09-20T19:14:49.438Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-09-20T19:14:49.438Z] - Network Drivers: [2020-09-20T19:14:49.438Z] - "overlay": [2020-09-20T19:14:49.438Z] - CONFIG_VXLAN: enabled (as module) [2020-09-20T19:14:49.438Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-09-20T19:14:49.438Z] Optional (for encrypted networks): [2020-09-20T19:14:49.438Z] - CONFIG_CRYPTO: enabled [2020-09-20T19:14:49.438Z] - CONFIG_CRYPTO_AEAD: enabled [2020-09-20T19:14:49.438Z] - CONFIG_CRYPTO_GCM: enabled [2020-09-20T19:14:49.438Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-09-20T19:14:49.438Z] - CONFIG_CRYPTO_GHASH: enabled [2020-09-20T19:14:49.438Z] - CONFIG_XFRM: enabled [2020-09-20T19:14:49.438Z] - CONFIG_XFRM_USER: enabled (as module) [2020-09-20T19:14:49.438Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-09-20T19:14:49.438Z] - CONFIG_INET_ESP: enabled (as module) [2020-09-20T19:14:49.438Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-09-20T19:14:49.438Z] - "ipvlan": [2020-09-20T19:14:49.438Z] - CONFIG_IPVLAN: enabled (as module) [2020-09-20T19:14:49.438Z] - "macvlan": [2020-09-20T19:14:49.438Z] - CONFIG_MACVLAN: enabled (as module) [2020-09-20T19:14:49.438Z] - CONFIG_DUMMY: enabled (as module) [2020-09-20T19:14:49.438Z] - "ftp,tftp client in container": [2020-09-20T19:14:49.464Z] #17 22.56 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-09-20T19:14:49.464Z] #17 22.56 Unpacking python3-distutils (3.7.3-1) ... [2020-09-20T19:14:49.464Z] #17 22.64 Selecting previously unselected package python3-pip. [2020-09-20T19:14:49.464Z] #17 22.64 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-09-20T19:14:49.464Z] #17 22.64 Unpacking python3-pip (18.1-5) ... [2020-09-20T19:14:49.464Z] #17 22.73 Selecting previously unselected package python3-pkg-resources. [2020-09-20T19:14:49.464Z] #17 22.73 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-09-20T19:14:49.464Z] #17 22.73 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-09-20T19:14:49.464Z] #17 22.81 Selecting previously unselected package python3-setuptools. [2020-09-20T19:14:49.464Z] #17 22.81 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-09-20T19:14:49.464Z] #17 22.81 Unpacking python3-setuptools (40.8.0-1) ... [2020-09-20T19:14:49.631Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 105.34MB / 120.17MB 6.8s [2020-09-20T19:14:49.631Z] #7 ... [2020-09-20T19:14:49.632Z] [2020-09-20T19:14:49.632Z] #20 [internal] load build context [2020-09-20T19:14:49.632Z] #20 transferring context: 51.44MB 6.7s done [2020-09-20T19:14:49.632Z] #20 DONE 7.0s [2020-09-20T19:14:49.632Z] [2020-09-20T19:14:49.632Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-09-20T19:14:49.632Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 2.5s done [2020-09-20T19:14:49.632Z] #58 DONE 6.9s [2020-09-20T19:14:49.632Z] [2020-09-20T19:14:49.632Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-20T19:14:49.691Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 2.4s [2020-09-20T19:14:49.700Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-09-20T19:14:49.700Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-09-20T19:14:49.700Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-09-20T19:14:49.700Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-09-20T19:14:49.700Z] - Storage Drivers: [2020-09-20T19:14:49.700Z] - "aufs": [2020-09-20T19:14:49.700Z] - CONFIG_AUFS_FS: enabled (as module) [2020-09-20T19:14:49.700Z] - "btrfs": [2020-09-20T19:14:49.700Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-09-20T19:14:49.700Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-09-20T19:14:49.700Z] - "devicemapper": [2020-09-20T19:14:49.700Z] - CONFIG_BLK_DEV_DM: enabled [2020-09-20T19:14:49.700Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-09-20T19:14:49.700Z] - "overlay": [2020-09-20T19:14:49.700Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-09-20T19:14:49.700Z] - "zfs": [2020-09-20T19:14:49.700Z] - /dev/zfs: missing [2020-09-20T19:14:49.700Z] - zfs command: missing [2020-09-20T19:14:49.700Z] - zpool command: missing [2020-09-20T19:14:49.700Z] [2020-09-20T19:14:49.700Z] Limits: [2020-09-20T19:14:49.700Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-09-20T19:14:49.700Z] [2020-09-20T19:14:49.700Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2020-09-20T19:14:49.757Z] #17 22.98 Selecting previously unselected package python3-wheel. [2020-09-20T19:14:49.757Z] #17 22.98 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-09-20T19:14:49.757Z] #17 22.98 Unpacking python3-wheel (0.32.3-2) ... [2020-09-20T19:14:49.757Z] #17 23.02 Selecting previously unselected package sudo. [2020-09-20T19:14:49.757Z] #17 23.02 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_s390x.deb ... [2020-09-20T19:14:49.757Z] #17 23.03 Unpacking sudo (1.8.27-1+deb10u2) ... [Pipeline] sh [2020-09-20T19:14:49.892Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 114.53MB / 120.17MB 7.3s [2020-09-20T19:14:50.051Z] #17 23.25 Selecting previously unselected package thin-provisioning-tools. [2020-09-20T19:14:50.051Z] #17 23.26 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_s390x.deb ... [2020-09-20T19:14:50.051Z] #17 23.27 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-09-20T19:14:50.051Z] #17 23.43 Selecting previously unselected package uidmap. [2020-09-20T19:14:50.051Z] #17 23.44 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_s390x.deb ... [2020-09-20T19:14:50.051Z] #17 23.44 Unpacking uidmap (1:4.5-1.1) ... [2020-09-20T19:14:50.051Z] #17 23.49 Selecting previously unselected package vim-runtime. [2020-09-20T19:14:50.051Z] #17 23.49 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-09-20T19:14:50.051Z] #17 23.52 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-09-20T19:14:50.058Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:98f1115e882dad3fbc3cbaca9ebc0e201c1a527f . [2020-09-20T19:14:50.058Z] #1 [internal] load .dockerignore [2020-09-20T19:14:50.133Z] #41 76.58 go/scanner [2020-09-20T19:14:50.297Z] #7 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 [2020-09-20T19:14:50.343Z] #17 23.53 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-09-20T19:14:50.343Z] #17 23.53 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-09-20T19:14:50.491Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 7.6s done [2020-09-20T19:14:50.870Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.7s done [2020-09-20T19:14:50.870Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.9s done [2020-09-20T19:14:50.870Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.4s done [2020-09-20T19:14:50.870Z] #7 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.5s done [2020-09-20T19:14:50.870Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 11.49MB / 120.17MB 3.6s [2020-09-20T19:14:51.136Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 17.81MB / 120.17MB 3.9s [2020-09-20T19:14:51.446Z] #1 transferring context: 87B done [2020-09-20T19:14:51.446Z] #1 DONE 1.4s [2020-09-20T19:14:51.446Z] [2020-09-20T19:14:51.446Z] #2 [internal] load build definition from Dockerfile [2020-09-20T19:14:51.447Z] #2 transferring dockerfile: 16.37kB done [2020-09-20T19:14:51.447Z] #2 DONE 1.3s [2020-09-20T19:14:51.514Z] #41 77.60 internal/lazyregexp [2020-09-20T19:14:51.514Z] #41 78.01 net/url [2020-09-20T19:14:51.700Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 24.07MB / 120.17MB 4.3s [2020-09-20T19:14:51.775Z] #41 78.02 go/ast [2020-09-20T19:14:51.958Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 31.44MB / 120.17MB 4.6s [2020-09-20T19:14:52.021Z] [2020-09-20T19:14:52.021Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-09-20T19:14:52.178Z] #8 unpacking docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 19.3s done [2020-09-20T19:14:52.178Z] #8 DONE 24.8s [2020-09-20T19:14:52.178Z] [2020-09-20T19:14:52.178Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-09-20T19:14:52.178Z] #9 DONE 0.2s [2020-09-20T19:14:52.178Z] [2020-09-20T19:14:52.178Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-09-20T19:14:52.178Z] #10 DONE 0.1s [2020-09-20T19:14:52.178Z] [2020-09-20T19:14:52.178Z] #28 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-09-20T19:14:52.178Z] #28 DONE 0.1s [2020-09-20T19:14:52.178Z] [2020-09-20T19:14:52.178Z] #36 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-09-20T19:14:52.178Z] #36 DONE 0.1s [2020-09-20T19:14:52.178Z] [2020-09-20T19:14:52.178Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-20T19:14:52.178Z] #37 0.812 + git clone https://github.com/docker/distribution.git . [2020-09-20T19:14:52.178Z] #37 0.819 Cloning into '.'... [2020-09-20T19:14:52.215Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 40.09MB / 120.17MB 4.8s [2020-09-20T19:14:52.345Z] #41 ... [2020-09-20T19:14:52.345Z] [2020-09-20T19:14:52.345Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:14:52.345Z] #33 7.100 -- Detecting C compile features - done [2020-09-20T19:14:52.345Z] #33 7.127 -- Performing Test HAS_BUILTIN_FORTIFY [2020-09-20T19:14:52.345Z] #33 7.465 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-09-20T19:14:52.345Z] #33 7.592 -- Configuring done [2020-09-20T19:14:52.345Z] #33 7.625 -- Generating done [2020-09-20T19:14:52.345Z] #33 7.629 -- Build files have been written to: /tmp/tmp.BHcE0oISXS/tini [2020-09-20T19:14:52.345Z] #33 7.645 + make tini-static [2020-09-20T19:14:52.345Z] #33 8.065 Scanning dependencies of target tini-static [2020-09-20T19:14:52.345Z] #33 8.187 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-09-20T19:14:52.345Z] #33 9.401 [100%] Linking C executable tini-static [2020-09-20T19:14:52.345Z] #33 10.01 [100%] Built target tini-static [2020-09-20T19:14:52.345Z] #33 10.09 + mkdir -p /build [2020-09-20T19:14:52.345Z] #33 10.09 + cp tini-static /build/docker-init [2020-09-20T19:14:52.345Z] #33 DONE 10.7s [2020-09-20T19:14:52.345Z] [2020-09-20T19:14:52.345Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:14:52.345Z] #39 1.999 Note: Building without setproctitle() and strlcpy() support. [2020-09-20T19:14:52.345Z] #39 1.999 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-09-20T19:14:52.345Z] #39 2.026 Note: Building without GnuTLS support [2020-09-20T19:14:52.345Z] #39 2.028 Makefile.config:39: Warn: you have no libnftables installed [2020-09-20T19:14:52.345Z] #39 2.028 Makefile.config:40: Warn: Building without nftables support [2020-09-20T19:14:52.345Z] #39 3.868 fatal: not a git repository (or any of the parent directories): .git [2020-09-20T19:14:52.345Z] #39 3.925 GEN .gitid [2020-09-20T19:14:52.345Z] #39 3.964 GEN criu/include/version.h [2020-09-20T19:14:52.345Z] #39 4.039 GEN include/common/asm [2020-09-20T19:14:52.345Z] #39 5.779 PBCC images/timens.pb-c.c [2020-09-20T19:14:52.345Z] #39 5.821 DEP images/timens.pb-c.d [2020-09-20T19:14:52.345Z] #39 5.894 PBCC images/fown.pb-c.c [2020-09-20T19:14:52.345Z] #39 5.961 PBCC images/google/protobuf/descriptor.pb-c.c [2020-09-20T19:14:52.345Z] #39 6.114 PBCC images/opts.pb-c.c [2020-09-20T19:14:52.345Z] #39 6.190 PBCC images/memfd.pb-c.c [2020-09-20T19:14:52.345Z] #39 6.258 DEP images/fown.pb-c.d [2020-09-20T19:14:52.345Z] #39 6.307 DEP images/google/protobuf/descriptor.pb-c.d [2020-09-20T19:14:52.345Z] #39 6.368 DEP images/opts.pb-c.d [2020-09-20T19:14:52.345Z] #39 6.459 DEP images/memfd.pb-c.d [2020-09-20T19:14:52.345Z] #39 6.579 PBCC images/sit.pb-c.c [2020-09-20T19:14:52.345Z] #39 6.635 DEP images/sit.pb-c.d [2020-09-20T19:14:52.345Z] #39 6.735 PBCC images/macvlan.pb-c.c [2020-09-20T19:14:52.345Z] #39 6.773 DEP images/macvlan.pb-c.d [2020-09-20T19:14:52.345Z] #39 6.819 PBCC images/autofs.pb-c.c [2020-09-20T19:14:52.345Z] #39 6.858 DEP images/autofs.pb-c.d [2020-09-20T19:14:52.345Z] #39 6.919 PBCC images/sysctl.pb-c.c [2020-09-20T19:14:52.345Z] #39 6.927 DEP images/sysctl.pb-c.d [2020-09-20T19:14:52.345Z] #39 6.967 PBCC images/time.pb-c.c [2020-09-20T19:14:52.345Z] #39 6.991 DEP images/time.pb-c.d [2020-09-20T19:14:52.345Z] #39 7.059 PBCC images/binfmt-misc.pb-c.c [2020-09-20T19:14:52.345Z] #39 7.069 DEP images/binfmt-misc.pb-c.d [2020-09-20T19:14:52.345Z] #39 7.158 PBCC images/seccomp.pb-c.c [2020-09-20T19:14:52.345Z] #39 7.196 DEP images/seccomp.pb-c.d [2020-09-20T19:14:52.345Z] #39 7.247 PBCC images/userns.pb-c.c [2020-09-20T19:14:52.345Z] #39 7.289 DEP images/userns.pb-c.d [2020-09-20T19:14:52.345Z] #39 7.363 PBCC images/cgroup.pb-c.c [2020-09-20T19:14:52.345Z] #39 7.401 DEP images/cgroup.pb-c.d [2020-09-20T19:14:52.345Z] #39 7.459 PBCC images/ext-file.pb-c.c [2020-09-20T19:14:52.345Z] #39 7.546 DEP images/ext-file.pb-c.d [2020-09-20T19:14:52.345Z] #39 7.619 PBCC images/rpc.pb-c.c [2020-09-20T19:14:52.345Z] #39 7.710 DEP images/rpc.pb-c.d [2020-09-20T19:14:52.345Z] #39 7.886 PBCC images/siginfo.pb-c.c [2020-09-20T19:14:52.345Z] #39 7.974 DEP images/siginfo.pb-c.d [2020-09-20T19:14:52.405Z] #7 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 7.1s done [2020-09-20T19:14:52.420Z] #17 25.38 Selecting previously unselected package vim. [2020-09-20T19:14:52.420Z] #17 25.38 Preparing to unpack .../37-vim_2%3a8.1.0875-5_s390x.deb ... [2020-09-20T19:14:52.420Z] #17 25.40 Unpacking vim (2:8.1.0875-5) ... [2020-09-20T19:14:52.420Z] #17 25.71 Selecting previously unselected package xfsprogs. [2020-09-20T19:14:52.420Z] #17 25.71 Preparing to unpack .../38-xfsprogs_4.20.0-1_s390x.deb ... [2020-09-20T19:14:52.420Z] #17 25.71 Unpacking xfsprogs (4.20.0-1) ... [2020-09-20T19:14:52.472Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 50.73MB / 120.17MB 5.1s [2020-09-20T19:14:52.472Z] #7 ... [2020-09-20T19:14:52.472Z] [2020-09-20T19:14:52.472Z] #20 [internal] load build context [2020-09-20T19:14:52.472Z] #20 transferring context: 51.44MB 5.0s done [2020-09-20T19:14:52.472Z] #20 DONE 5.1s [2020-09-20T19:14:52.472Z] [2020-09-20T19:14:52.472Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-20T19:14:52.472Z] #7 ... [2020-09-20T19:14:52.472Z] [2020-09-20T19:14:52.472Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-09-20T19:14:52.472Z] #58 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-09-20T19:14:52.472Z] #58 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-09-20T19:14:52.472Z] #58 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-09-20T19:14:52.472Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 4.0s done [2020-09-20T19:14:52.472Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.0s [2020-09-20T19:14:52.605Z] #39 8.139 PBCC images/pagemap.pb-c.c [2020-09-20T19:14:52.666Z] #7 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2020-09-20T19:14:52.713Z] #17 26.00 Selecting previously unselected package zip. [2020-09-20T19:14:52.713Z] #17 26.00 Preparing to unpack .../39-zip_3.0-11+b1_s390x.deb ... [2020-09-20T19:14:52.713Z] #17 26.00 Unpacking zip (3.0-11+b1) ... [2020-09-20T19:14:52.713Z] #17 26.14 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-09-20T19:14:52.865Z] #39 8.306 DEP images/pagemap.pb-c.d [2020-09-20T19:14:52.865Z] #39 8.397 PBCC images/rlimit.pb-c.c [2020-09-20T19:14:52.865Z] #39 8.488 DEP images/rlimit.pb-c.d [2020-09-20T19:14:52.865Z] #39 8.622 PBCC images/file-lock.pb-c.c [2020-09-20T19:14:53.006Z] #17 26.15 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-09-20T19:14:53.006Z] #17 26.16 Setting up libip6tc0:s390x (1.8.2-4) ... [2020-09-20T19:14:53.006Z] #17 26.17 Setting up libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-09-20T19:14:53.006Z] #17 26.18 Setting up libgpm2:s390x (1.20.7-5) ... [2020-09-20T19:14:53.006Z] #17 26.18 Setting up libip4tc0:s390x (1.8.2-4) ... [2020-09-20T19:14:53.006Z] #17 26.19 Setting up uidmap (1:4.5-1.1) ... [2020-09-20T19:14:53.006Z] #17 26.20 Setting up libnftnl11:s390x (1.1.2-2) ... [2020-09-20T19:14:53.006Z] #17 26.20 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-09-20T19:14:53.006Z] #17 26.21 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-09-20T19:14:53.006Z] #17 26.22 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-09-20T19:14:53.006Z] #17 26.23 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2020-09-20T19:14:53.006Z] #17 26.23 Setting up xxd (2:8.1.0875-5) ... [2020-09-20T19:14:53.006Z] #17 26.24 Setting up zip (3.0-11+b1) ... [2020-09-20T19:14:53.006Z] #17 26.25 Setting up vim-common (2:8.1.0875-5) ... [2020-09-20T19:14:53.006Z] #17 26.26 Setting up bash-completion (1:2.8-6) ... [2020-09-20T19:14:53.125Z] #39 8.690 DEP images/file-lock.pb-c.d [2020-09-20T19:14:53.125Z] #39 8.774 PBCC images/tty.pb-c.c [2020-09-20T19:14:53.125Z] #39 8.881 DEP images/tty.pb-c.d [2020-09-20T19:14:53.240Z] #7 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.6s done [2020-09-20T19:14:53.240Z] #7 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2020-09-20T19:14:53.385Z] #39 8.992 PBCC images/tun.pb-c.c [2020-09-20T19:14:53.385Z] #39 9.049 PBCC images/netdev.pb-c.c [2020-09-20T19:14:53.385Z] #39 9.070 DEP images/tun.pb-c.d [2020-09-20T19:14:53.385Z] #39 9.131 DEP images/netdev.pb-c.d [2020-09-20T19:14:53.403Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 2.1s done [2020-09-20T19:14:53.413Z] #3 DONE 1.2s [2020-09-20T19:14:53.413Z] [2020-09-20T19:14:53.413Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-09-20T19:14:53.413Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-09-20T19:14:53.413Z] #4 sha256:4a5217aade94e050842d2cfb7e0ed45c1140e2acf94c9033d473c03b0013f051 893B / 893B done [2020-09-20T19:14:53.413Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 2.19MB / 8.28MB 0.4s [2020-09-20T19:14:53.413Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-09-20T19:14:53.413Z] #4 sha256:d9ced99b409ddb781c245c7c11f72566f940424fc3883ac0b5c5165f402e5a09 521B / 521B done [2020-09-20T19:14:53.413Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 6.63MB / 8.28MB 0.5s [2020-09-20T19:14:53.661Z] #58 DONE 6.3s [2020-09-20T19:14:53.661Z] [2020-09-20T19:14:53.661Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-20T19:14:53.661Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 87.84MB / 120.17MB 6.3s [2020-09-20T19:14:53.661Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 97.27MB / 120.17MB 6.5s [2020-09-20T19:14:53.672Z] #39 9.252 PBCC images/vma.pb-c.c [2020-09-20T19:14:53.672Z] #39 9.285 DEP images/vma.pb-c.d [2020-09-20T19:14:53.672Z] #39 9.357 PBCC images/creds.pb-c.c [2020-09-20T19:14:53.674Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.6s [2020-09-20T19:14:53.812Z] #7 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.5s done [2020-09-20T19:14:53.928Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 109.98MB / 120.17MB 6.8s [2020-09-20T19:14:53.933Z] #39 9.421 DEP images/creds.pb-c.d [2020-09-20T19:14:53.933Z] #39 9.495 PBCC images/utsns.pb-c.c [2020-09-20T19:14:53.933Z] #39 ... [2020-09-20T19:14:53.933Z] [2020-09-20T19:14:53.933Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:14:53.933Z] #41 80.25 text/template/parse [2020-09-20T19:14:53.937Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.9s done [2020-09-20T19:14:53.937Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 [2020-09-20T19:14:54.073Z] #7 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab [2020-09-20T19:14:54.186Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 119.26MB / 120.17MB 6.9s [2020-09-20T19:14:54.244Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0.2s done [2020-09-20T19:14:54.297Z] #37 ... [2020-09-20T19:14:54.297Z] [2020-09-20T19:14:54.297Z] #44 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:14:54.297Z] #44 0.659 + RM_GOPATH=0 [2020-09-20T19:14:54.297Z] #44 0.659 + TMP_GOPATH= [2020-09-20T19:14:54.297Z] #44 0.659 + : /build [2020-09-20T19:14:54.297Z] #44 0.659 + '[' -z '' ']' [2020-09-20T19:14:54.297Z] #44 0.660 ++ mktemp -d [2020-09-20T19:14:54.297Z] #44 0.661 + export GOPATH=/tmp/tmp.ELUUR8fQ2T [2020-09-20T19:14:54.297Z] #44 0.661 + GOPATH=/tmp/tmp.ELUUR8fQ2T [2020-09-20T19:14:54.297Z] #44 0.661 + RM_GOPATH=1 [2020-09-20T19:14:54.297Z] #44 0.661 + case "$(go env GOARCH)" in [2020-09-20T19:14:54.297Z] #44 0.662 ++ go env GOARCH [2020-09-20T19:14:54.297Z] #44 0.667 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:14:54.297Z] #44 0.667 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:14:54.297Z] #44 0.668 ++ dirname /tmp/install/install.sh [2020-09-20T19:14:54.297Z] #44 0.670 + dir=/tmp/install [2020-09-20T19:14:54.297Z] #44 0.670 + bin=gotestsum [2020-09-20T19:14:54.297Z] #44 0.670 + shift [2020-09-20T19:14:54.297Z] #44 0.670 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-09-20T19:14:54.297Z] #44 0.671 + . /tmp/install/gotestsum.installer [2020-09-20T19:14:54.297Z] #44 0.671 ++ : v0.5.3 [2020-09-20T19:14:54.297Z] #44 0.671 + install_gotestsum [2020-09-20T19:14:54.297Z] #44 0.672 + set -e [2020-09-20T19:14:54.297Z] #44 0.672 + export GO111MODULE=on [2020-09-20T19:14:54.297Z] #44 0.672 + GO111MODULE=on [2020-09-20T19:14:54.297Z] #44 0.672 + GOBIN=/build [2020-09-20T19:14:54.297Z] #44 0.672 + go get gotest.tools/gotestsum@v0.5.3 [2020-09-20T19:14:54.297Z] #44 0.693 go: finding gotest.tools/gotestsum v0.5.3 [2020-09-20T19:14:54.297Z] #44 0.693 go: finding gotest.tools v0.5.3 [2020-09-20T19:14:54.297Z] #44 1.729 go: downloading gotest.tools/gotestsum v0.5.3 [2020-09-20T19:14:54.297Z] #44 3.023 go: extracting gotest.tools/gotestsum v0.5.3 [2020-09-20T19:14:54.297Z] #44 4.655 go: downloading github.com/pkg/errors v0.9.1 [2020-09-20T19:14:54.297Z] #44 4.738 go: downloading github.com/spf13/pflag v1.0.3 [2020-09-20T19:14:54.297Z] #44 4.740 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-09-20T19:14:54.297Z] #44 4.808 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-09-20T19:14:54.297Z] #44 4.904 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-09-20T19:14:54.297Z] #44 4.905 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-09-20T19:14:54.297Z] #44 4.905 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-20T19:14:54.297Z] #44 5.073 go: extracting github.com/pkg/errors v0.9.1 [2020-09-20T19:14:54.297Z] #44 5.078 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-09-20T19:14:54.297Z] #44 5.138 go: extracting github.com/spf13/pflag v1.0.3 [2020-09-20T19:14:54.297Z] #44 5.141 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-09-20T19:14:54.297Z] #44 5.226 go: downloading github.com/fatih/color v1.9.0 [2020-09-20T19:14:54.297Z] #44 5.279 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-09-20T19:14:54.297Z] #44 5.342 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-09-20T19:14:54.510Z] #41 ... [2020-09-20T19:14:54.510Z] [2020-09-20T19:14:54.510Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:14:54.510Z] #30 71.10 io/ioutil [2020-09-20T19:14:54.510Z] #30 72.96 flag [2020-09-20T19:14:54.510Z] #30 72.96 github.com/BurntSushi/toml [2020-09-20T19:14:54.510Z] #30 74.75 log [2020-09-20T19:14:54.510Z] #30 77.20 github.com/BurntSushi/toml/cmd/tomlv [2020-09-20T19:14:54.520Z] #17 27.53 Setting up libiptc0:s390x (1.8.2-4) ... [2020-09-20T19:14:54.520Z] #17 27.54 Setting up xz-utils (5.2.4-1) ... [2020-09-20T19:14:54.520Z] #17 27.55 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-09-20T19:14:54.520Z] #17 27.55 Setting up sudo (1.8.27-1+deb10u2) ... [2020-09-20T19:14:54.520Z] #17 27.60 invoke-rc.d: could not determine current runlevel [2020-09-20T19:14:54.520Z] #17 27.60 invoke-rc.d: policy-rc.d denied execution of start. [2020-09-20T19:14:54.520Z] #17 27.61 Setting up pigz (2.4-1) ... [2020-09-20T19:14:54.520Z] #17 27.62 Setting up libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-09-20T19:14:54.520Z] #17 27.63 Setting up libnl-3-200:s390x (3.4.0-1) ... [2020-09-20T19:14:54.520Z] #17 27.64 Setting up python-pip-whl (18.1-5) ... [2020-09-20T19:14:54.520Z] #17 27.65 Setting up libmpdec2:s390x (2.4.2-2) ... [2020-09-20T19:14:54.520Z] #17 27.65 Setting up vim-runtime (2:8.1.0875-5) ... [2020-09-20T19:14:54.520Z] #17 27.81 Setting up libaio1:s390x (0.3.112-3) ... [2020-09-20T19:14:54.520Z] #17 27.81 Setting up libonig5:s390x (6.9.1-1) ... [2020-09-20T19:14:54.520Z] #17 27.82 Setting up libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ... [2020-09-20T19:14:54.520Z] #17 27.83 Setting up vim (2:8.1.0875-5) ... [2020-09-20T19:14:54.520Z] #17 27.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-09-20T19:14:54.520Z] #17 27.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-09-20T19:14:54.520Z] #17 27.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-09-20T19:14:54.520Z] #17 27.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-09-20T19:14:54.520Z] #17 27.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-09-20T19:14:54.520Z] #17 27.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-09-20T19:14:54.520Z] #17 27.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-09-20T19:14:54.520Z] #17 27.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-09-20T19:14:54.520Z] #17 27.86 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2020-09-20T19:14:54.520Z] #17 27.87 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-09-20T19:14:54.520Z] #17 27.87 Setting up libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-09-20T19:14:54.520Z] #17 27.88 Setting up jq (1.5+dfsg-2+b1) ... [2020-09-20T19:14:54.520Z] #17 27.89 Setting up libpython3-stdlib:s390x (3.7.3-1) ... [2020-09-20T19:14:54.520Z] #17 27.89 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-09-20T19:14:54.769Z] #30 ... [2020-09-20T19:14:54.769Z] [2020-09-20T19:14:54.769Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:14:54.769Z] #39 9.523 DEP images/utsns.pb-c.d [2020-09-20T19:14:54.769Z] #39 9.563 PBCC images/ipc-desc.pb-c.c [2020-09-20T19:14:54.769Z] #39 9.571 PBCC images/ipc-sem.pb-c.c [2020-09-20T19:14:54.769Z] #39 9.582 DEP images/ipc-desc.pb-c.d [2020-09-20T19:14:54.769Z] #39 9.655 DEP images/ipc-sem.pb-c.d [2020-09-20T19:14:54.769Z] #39 9.786 PBCC images/ipc-msg.pb-c.c [2020-09-20T19:14:54.769Z] #39 9.804 DEP images/ipc-msg.pb-c.d [2020-09-20T19:14:54.769Z] #39 9.850 PBCC images/ipc-shm.pb-c.c [2020-09-20T19:14:54.769Z] #39 9.914 DEP images/ipc-shm.pb-c.d [2020-09-20T19:14:54.769Z] #39 9.969 PBCC images/ipc-var.pb-c.c [2020-09-20T19:14:54.769Z] #39 9.999 DEP images/ipc-var.pb-c.d [2020-09-20T19:14:54.769Z] #39 10.04 PBCC images/sk-opts.pb-c.c [2020-09-20T19:14:54.769Z] #39 10.06 PBCC images/packet-sock.pb-c.c [2020-09-20T19:14:54.769Z] #39 10.11 DEP images/sk-opts.pb-c.d [2020-09-20T19:14:54.769Z] #39 10.15 DEP images/packet-sock.pb-c.d [2020-09-20T19:14:54.769Z] #39 10.24 PBCC images/sk-netlink.pb-c.c [2020-09-20T19:14:54.769Z] #39 10.27 DEP images/sk-netlink.pb-c.d [2020-09-20T19:14:54.769Z] #39 10.33 PBCC images/sk-inet.pb-c.c [2020-09-20T19:14:54.769Z] #39 10.37 DEP images/sk-inet.pb-c.d [2020-09-20T19:14:54.769Z] #39 10.45 PBCC images/sk-unix.pb-c.c [2020-09-20T19:14:54.769Z] #39 10.49 DEP images/sk-unix.pb-c.d [2020-09-20T19:14:54.948Z] #44 6.142 go: extracting github.com/fatih/color v1.9.0 [2020-09-20T19:14:54.948Z] #44 6.164 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-09-20T19:14:54.948Z] #44 6.188 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-09-20T19:14:55.028Z] #39 10.55 PBCC images/mm.pb-c.c [2020-09-20T19:14:55.028Z] #39 10.60 DEP images/mm.pb-c.d [2020-09-20T19:14:55.028Z] #39 10.72 PBCC images/timerfd.pb-c.c [2020-09-20T19:14:55.028Z] #39 ... [2020-09-20T19:14:55.028Z] [2020-09-20T19:14:55.028Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:14:55.028Z] #10 71.44 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-09-20T19:14:55.028Z] #10 71.46 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-09-20T19:14:55.028Z] #10 71.46 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-09-20T19:14:55.028Z] #10 78.40 Selecting previously unselected package gcc-mingw-w64-base. [2020-09-20T19:14:55.028Z] #10 78.41 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-09-20T19:14:55.028Z] #10 78.42 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-09-20T19:14:55.028Z] #10 78.73 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-09-20T19:14:55.028Z] #10 78.74 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-09-20T19:14:55.028Z] #10 78.75 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-20T19:14:55.189Z] #4 DONE 2.1s [2020-09-20T19:14:55.249Z] #44 6.506 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-09-20T19:14:55.286Z] #10 ... [2020-09-20T19:14:55.287Z] [2020-09-20T19:14:55.287Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:14:55.287Z] #39 10.79 DEP images/timerfd.pb-c.d [2020-09-20T19:14:55.287Z] #39 10.84 PBCC images/timer.pb-c.c [2020-09-20T19:14:55.287Z] #39 10.90 DEP images/timer.pb-c.d [2020-09-20T19:14:55.287Z] #39 10.96 PBCC images/sa.pb-c.c [2020-09-20T19:14:55.546Z] #39 11.02 DEP images/sa.pb-c.d [2020-09-20T19:14:55.546Z] #39 ... [2020-09-20T19:14:55.546Z] [2020-09-20T19:14:55.546Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:14:55.546Z] #30 DONE 82.0s [2020-09-20T19:14:55.546Z] [2020-09-20T19:14:55.546Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:14:55.546Z] #39 11.14 PBCC images/pipe-data.pb-c.c [2020-09-20T19:14:55.546Z] #39 11.21 DEP images/pipe-data.pb-c.d [2020-09-20T19:14:55.547Z] #44 6.560 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-09-20T19:14:55.570Z] #7 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.1s [2020-09-20T19:14:55.570Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 8.3s done [2020-09-20T19:14:55.807Z] #39 11.32 PBCC images/mnt.pb-c.c [2020-09-20T19:14:56.037Z] #17 29.10 Setting up iptables (1.8.2-4) ... [2020-09-20T19:14:56.037Z] #17 ... [2020-09-20T19:14:56.037Z] [2020-09-20T19:14:56.037Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:14:56.037Z] #39 61.65 CC criu/cr-service.o [2020-09-20T19:14:56.037Z] #39 62.47 CC criu/crtools.o [2020-09-20T19:14:56.037Z] #39 62.68 CC criu/eventfd.o [2020-09-20T19:14:56.037Z] #39 62.82 CC criu/eventpoll.o [2020-09-20T19:14:56.037Z] #39 63.34 CC criu/external.o [2020-09-20T19:14:56.037Z] #39 63.54 CC criu/fault-injection.o [2020-09-20T19:14:56.037Z] #39 63.64 CC criu/fdstore.o [2020-09-20T19:14:56.037Z] #39 64.00 CC criu/fifo.o [2020-09-20T19:14:56.037Z] #39 64.28 CC criu/file-ids.o [2020-09-20T19:14:56.037Z] #39 64.53 CC criu/file-lock.o [2020-09-20T19:14:56.037Z] #39 65.08 CC criu/files-ext.o [2020-09-20T19:14:56.037Z] #39 65.39 CC criu/files-reg.o [2020-09-20T19:14:56.037Z] #39 66.60 CC criu/files.o [2020-09-20T19:14:56.037Z] #39 67.52 CC criu/filesystems.o [2020-09-20T19:14:56.037Z] #39 67.68 CC criu/fsnotify.o [2020-09-20T19:14:56.037Z] #39 68.21 CC criu/image-desc.o [2020-09-20T19:14:56.037Z] #39 68.26 CC criu/image.o [2020-09-20T19:14:56.037Z] #39 68.61 CC criu/ipc_ns.o [2020-09-20T19:14:56.037Z] #39 69.22 CC criu/irmap.o [2020-09-20T19:14:56.037Z] #39 69.56 CC criu/kcmp-ids.o [2020-09-20T19:14:56.037Z] #39 69.73 CC criu/kerndat.o [2020-09-20T19:14:56.037Z] #39 70.32 CC criu/libnetlink.o [2020-09-20T19:14:56.037Z] #39 70.53 CC criu/log.o [2020-09-20T19:14:56.037Z] #39 70.89 CC criu/lsm.o [2020-09-20T19:14:56.037Z] #39 71.11 CC criu/mem.o [2020-09-20T19:14:56.037Z] #39 ... [2020-09-20T19:14:56.037Z] [2020-09-20T19:14:56.037Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:14:56.037Z] #17 29.12 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-09-20T19:14:56.037Z] #17 29.12 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-09-20T19:14:56.037Z] #17 29.12 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-09-20T19:14:56.037Z] #17 29.12 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-09-20T19:14:56.037Z] #17 29.13 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-09-20T19:14:56.037Z] #17 29.13 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-09-20T19:14:56.037Z] #17 29.14 Setting up python3 (3.7.3-1) ... [2020-09-20T19:14:56.037Z] #17 29.36 Setting up python3-wheel (0.32.3-2) ... [2020-09-20T19:14:56.066Z] #39 11.57 DEP images/mnt.pb-c.d [2020-09-20T19:14:56.066Z] #39 11.66 PBCC images/sk-packet.pb-c.c [2020-09-20T19:14:56.136Z] [2020-09-20T19:14:56.136Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-09-20T19:14:56.136Z] #6 DONE 0.2s [2020-09-20T19:14:56.136Z] [2020-09-20T19:14:56.136Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-09-20T19:14:56.136Z] #5 DONE 0.3s [2020-09-20T19:14:56.136Z] [2020-09-20T19:14:56.136Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-20T19:14:56.136Z] #7 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-09-20T19:14:56.325Z] #39 11.80 DEP images/sk-packet.pb-c.d [2020-09-20T19:14:56.325Z] #39 11.91 PBCC images/tcp-stream.pb-c.c [2020-09-20T19:14:56.325Z] #39 12.01 DEP images/tcp-stream.pb-c.d [2020-09-20T19:14:56.325Z] #39 12.04 PBCC images/pipe.pb-c.c [2020-09-20T19:14:56.403Z] #7 sha256:688d484c81b27fd58d8180e0f2b8371eb311a2f9afe5a4d761f838c9936152e7 6.19kB / 6.19kB done [2020-09-20T19:14:56.403Z] #7 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0B / 7.68MB 0.2s [2020-09-20T19:14:56.403Z] #7 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0B / 9.98MB 0.2s [2020-09-20T19:14:56.403Z] #7 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-09-20T19:14:56.403Z] #7 sha256:c6f3dd0bda1f61865a66d18090c8cecbe4df870c2d1083927e043367ef707688 1.79kB / 1.79kB done [2020-09-20T19:14:56.403Z] #7 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 0B / 49.18MB 0.2s [2020-09-20T19:14:56.403Z] #7 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 2.19MB / 7.68MB 0.3s [2020-09-20T19:14:56.403Z] #7 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 886.29kB / 9.98MB 0.3s [2020-09-20T19:14:56.502Z] #7 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 6.2s done [2020-09-20T19:14:56.670Z] #7 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 0.4s [2020-09-20T19:14:56.670Z] #7 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 8.59MB / 49.18MB 0.4s [2020-09-20T19:14:56.670Z] #7 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 0.5s [2020-09-20T19:14:56.670Z] #7 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 18.84MB / 49.18MB 0.5s [2020-09-20T19:14:56.673Z] #17 29.75 Setting up apparmor (2.13.2-10) ... [2020-09-20T19:14:56.759Z] #7 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2020-09-20T19:14:56.896Z] #39 12.35 DEP images/pipe.pb-c.d [2020-09-20T19:14:56.896Z] #39 12.40 PBCC images/pstree.pb-c.c [2020-09-20T19:14:56.896Z] #39 12.41 DEP images/pstree.pb-c.d [2020-09-20T19:14:56.896Z] #39 12.42 PBCC images/fs.pb-c.c [2020-09-20T19:14:56.896Z] #39 12.47 DEP images/fs.pb-c.d [2020-09-20T19:14:56.897Z] #39 12.50 PBCC images/signalfd.pb-c.c [2020-09-20T19:14:56.897Z] #39 12.57 DEP images/signalfd.pb-c.d [2020-09-20T19:14:56.897Z] #39 12.63 PBCC images/fh.pb-c.c [2020-09-20T19:14:56.932Z] #7 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 25.16MB / 49.18MB 0.6s [2020-09-20T19:14:57.085Z] #44 7.985 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-20T19:14:57.156Z] #39 12.70 PBCC images/fsnotify.pb-c.c [2020-09-20T19:14:57.156Z] #39 12.74 DEP images/fh.pb-c.d [2020-09-20T19:14:57.156Z] #39 12.80 DEP images/fsnotify.pb-c.d [2020-09-20T19:14:57.197Z] #7 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 0.7s done [2020-09-20T19:14:57.197Z] #7 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 0.7s done [2020-09-20T19:14:57.197Z] #7 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 33.54MB / 49.18MB 0.9s [2020-09-20T19:14:57.197Z] #7 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 0B / 62.53MB 0.9s [2020-09-20T19:14:57.197Z] #7 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 0B / 52.16MB 0.9s [2020-09-20T19:14:57.197Z] #7 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 44.00MB / 49.18MB 1.0s [2020-09-20T19:14:57.309Z] #17 30.70 Setting up xfsprogs (4.20.0-1) ... [2020-09-20T19:14:57.324Z] #7 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.5s done [2020-09-20T19:14:57.324Z] #7 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2020-09-20T19:14:57.416Z] #39 12.85 PBCC images/eventpoll.pb-c.c [2020-09-20T19:14:57.416Z] #39 12.88 DEP images/eventpoll.pb-c.d [2020-09-20T19:14:57.416Z] #39 12.91 PBCC images/eventfd.pb-c.c [2020-09-20T19:14:57.416Z] #39 12.93 DEP images/eventfd.pb-c.d [2020-09-20T19:14:57.416Z] #39 12.98 PBCC images/remap-file-path.pb-c.c [2020-09-20T19:14:57.416Z] #39 13.02 DEP images/remap-file-path.pb-c.d [2020-09-20T19:14:57.416Z] #39 13.07 PBCC images/fifo.pb-c.c [2020-09-20T19:14:57.416Z] #39 13.08 DEP images/fifo.pb-c.d [2020-09-20T19:14:57.462Z] #7 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 1.2s [2020-09-20T19:14:57.462Z] #7 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 17.78MB / 62.53MB 1.2s [2020-09-20T19:14:57.462Z] #7 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 17.78MB / 52.16MB 1.2s [2020-09-20T19:14:57.462Z] #7 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 28.29MB / 52.16MB 1.3s [2020-09-20T19:14:57.602Z] #17 30.71 Setting up python3-lib2to3 (3.7.3-1) ... [2020-09-20T19:14:57.602Z] #17 30.89 Setting up python3-pkg-resources (40.8.0-1) ... [2020-09-20T19:14:57.676Z] #39 13.16 PBCC images/ghost-file.pb-c.c [2020-09-20T19:14:57.676Z] #39 13.22 DEP images/ghost-file.pb-c.d [2020-09-20T19:14:57.676Z] #39 13.28 PBCC images/regfile.pb-c.c [2020-09-20T19:14:57.676Z] #39 13.32 DEP images/regfile.pb-c.d [2020-09-20T19:14:57.676Z] #39 13.39 PBCC images/ns.pb-c.c [2020-09-20T19:14:57.676Z] #39 13.40 DEP images/ns.pb-c.d [2020-09-20T19:14:57.676Z] #39 13.43 PBCC images/fdinfo.pb-c.c [2020-09-20T19:14:57.731Z] #44 8.972 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-09-20T19:14:57.747Z] #7 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 33.25MB / 62.53MB 1.4s [2020-09-20T19:14:57.747Z] #7 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 33.54MB / 52.16MB 1.4s [2020-09-20T19:14:57.747Z] #7 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 41.12MB / 52.16MB 1.5s [2020-09-20T19:14:57.747Z] #7 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 46.04MB / 62.53MB 1.6s [2020-09-20T19:14:57.747Z] #7 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 1.6s [2020-09-20T19:14:57.889Z] #7 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.5s done [2020-09-20T19:14:57.889Z] #7 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab [2020-09-20T19:14:57.935Z] #39 13.52 DEP images/fdinfo.pb-c.d [2020-09-20T19:14:57.935Z] #39 13.59 PBCC images/core-aarch64.pb-c.c [2020-09-20T19:14:58.010Z] #7 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 1.8s [2020-09-20T19:14:58.196Z] #39 13.68 PBCC images/core-arm.pb-c.c [2020-09-20T19:14:58.196Z] #39 13.73 PBCC images/core-ppc64.pb-c.c [2020-09-20T19:14:58.196Z] #39 13.76 PBCC images/core-s390.pb-c.c [2020-09-20T19:14:58.196Z] #39 13.80 PBCC images/core-x86.pb-c.c [2020-09-20T19:14:58.196Z] #39 13.85 PBCC images/core.pb-c.c [2020-09-20T19:14:58.237Z] #17 31.43 Setting up python3-distutils (3.7.3-1) ... [2020-09-20T19:14:58.277Z] #7 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 3.7s done [2020-09-20T19:14:58.277Z] #7 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2020-09-20T19:14:58.456Z] #39 13.95 PBCC images/inventory.pb-c.c [2020-09-20T19:14:58.456Z] #39 14.02 DEP images/core-aarch64.pb-c.d [2020-09-20T19:14:58.456Z] #39 14.08 DEP images/core-arm.pb-c.d [2020-09-20T19:14:58.456Z] #39 14.14 DEP images/core-ppc64.pb-c.d [2020-09-20T19:14:58.456Z] #39 ... [2020-09-20T19:14:58.456Z] [2020-09-20T19:14:58.456Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:14:58.456Z] #47 74.85 encoding/json [2020-09-20T19:14:58.456Z] #47 80.88 github.com/pkg/diff [2020-09-20T19:14:58.456Z] #47 82.15 go/ast [2020-09-20T19:14:58.456Z] #47 82.62 golang.org/x/crypto/ssh/terminal [2020-09-20T19:14:58.456Z] #47 84.34 mvdan.cc/editorconfig [2020-09-20T19:14:58.530Z] #17 31.67 Setting up python3-setuptools (40.8.0-1) ... [2020-09-20T19:14:58.716Z] #47 ... [2020-09-20T19:14:58.716Z] [2020-09-20T19:14:58.716Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:14:58.716Z] #39 14.21 DEP images/core-s390.pb-c.d [2020-09-20T19:14:58.716Z] #39 14.26 DEP images/core-x86.pb-c.d [2020-09-20T19:14:58.716Z] #39 14.29 DEP images/core.pb-c.d [2020-09-20T19:14:58.716Z] #39 14.34 DEP images/inventory.pb-c.d [2020-09-20T19:14:58.791Z] #44 ... [2020-09-20T19:14:58.791Z] [2020-09-20T19:14:58.791Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:14:58.791Z] #11 1.214 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-20T19:14:58.791Z] #11 1.499 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-20T19:14:58.791Z] #11 1.527 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-20T19:14:58.791Z] #11 2.949 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-09-20T19:14:58.791Z] #11 5.381 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [222 kB] [2020-09-20T19:14:58.791Z] #11 7.128 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] [2020-09-20T19:14:58.975Z] #39 14.39 PBCC images/cpuinfo.pb-c.c [2020-09-20T19:14:58.975Z] #39 14.44 DEP images/cpuinfo.pb-c.d [2020-09-20T19:14:58.975Z] #39 14.52 PBCC images/stats.pb-c.c [2020-09-20T19:14:58.975Z] #39 14.54 DEP images/stats.pb-c.d [2020-09-20T19:14:59.091Z] #11 ... [2020-09-20T19:14:59.091Z] [2020-09-20T19:14:59.091Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:14:59.091Z] #48 0.930 + RM_GOPATH=0 [2020-09-20T19:14:59.091Z] #48 0.935 + TMP_GOPATH= [2020-09-20T19:14:59.091Z] #48 0.935 + : /build [2020-09-20T19:14:59.091Z] #48 0.935 + '[' -z '' ']' [2020-09-20T19:14:59.091Z] #48 0.985 ++ mktemp -d [2020-09-20T19:14:59.091Z] #48 0.994 + export GOPATH=/tmp/tmp.M0sVqmth5i [2020-09-20T19:14:59.091Z] #48 0.994 + GOPATH=/tmp/tmp.M0sVqmth5i [2020-09-20T19:14:59.091Z] #48 0.994 + RM_GOPATH=1 [2020-09-20T19:14:59.091Z] #48 0.994 + case "$(go env GOARCH)" in [2020-09-20T19:14:59.091Z] #48 0.997 ++ go env GOARCH [2020-09-20T19:14:59.091Z] #48 1.087 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:14:59.091Z] #48 1.087 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:14:59.091Z] #48 1.088 ++ dirname /tmp/install/install.sh [2020-09-20T19:14:59.091Z] #48 1.094 + dir=/tmp/install [2020-09-20T19:14:59.091Z] #48 1.096 + bin=shfmt [2020-09-20T19:14:59.091Z] #48 1.096 + shift [2020-09-20T19:14:59.091Z] #48 1.097 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-09-20T19:14:59.091Z] #48 1.099 + . /tmp/install/shfmt.installer [2020-09-20T19:14:59.091Z] #48 1.101 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-20T19:14:59.091Z] #48 1.134 + install_shfmt [2020-09-20T19:14:59.091Z] #48 1.156 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-09-20T19:14:59.091Z] #48 1.156 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-20T19:14:59.091Z] #48 1.156 + git clone https://github.com/mvdan/sh.git /tmp/tmp.M0sVqmth5i/src/github.com/mvdan/sh [2020-09-20T19:14:59.091Z] #48 1.162 Cloning into '/tmp/tmp.M0sVqmth5i/src/github.com/mvdan/sh'... [2020-09-20T19:14:59.091Z] #48 ... [2020-09-20T19:14:59.091Z] [2020-09-20T19:14:59.091Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:14:59.091Z] #33 1.226 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-20T19:14:59.091Z] #33 1.438 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-20T19:14:59.091Z] #33 1.461 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-20T19:14:59.091Z] #33 2.988 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-09-20T19:14:59.091Z] #33 5.408 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [222 kB] [2020-09-20T19:14:59.091Z] #33 7.107 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] [2020-09-20T19:14:59.166Z] #17 32.33 Setting up python3-pip (18.1-5) ... [2020-09-20T19:14:59.432Z] #33 ... [2020-09-20T19:14:59.432Z] [2020-09-20T19:14:59.432Z] #29 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-20T19:14:59.432Z] #29 0.746 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-09-20T19:14:59.432Z] #29 0.748 Cloning into '.'... [2020-09-20T19:14:59.432Z] #29 ... [2020-09-20T19:14:59.432Z] [2020-09-20T19:14:59.432Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:14:59.432Z] #22 0.867 + RM_GOPATH=0 [2020-09-20T19:14:59.432Z] #22 0.867 + TMP_GOPATH= [2020-09-20T19:14:59.432Z] #22 0.867 + : /build [2020-09-20T19:14:59.432Z] #22 0.868 + '[' -z '' ']' [2020-09-20T19:14:59.432Z] #22 0.869 ++ mktemp -d [2020-09-20T19:14:59.432Z] #22 0.883 + export GOPATH=/tmp/tmp.G1xb08229B [2020-09-20T19:14:59.432Z] #22 0.884 + GOPATH=/tmp/tmp.G1xb08229B [2020-09-20T19:14:59.432Z] #22 0.884 + RM_GOPATH=1 [2020-09-20T19:14:59.432Z] #22 0.886 + case "$(go env GOARCH)" in [2020-09-20T19:14:59.432Z] #22 0.889 ++ go env GOARCH [2020-09-20T19:14:59.432Z] #22 0.897 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:14:59.432Z] #22 0.898 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:14:59.432Z] #22 0.902 ++ dirname /tmp/install/install.sh [2020-09-20T19:14:59.432Z] #22 0.904 + dir=/tmp/install [2020-09-20T19:14:59.432Z] #22 0.904 + bin=dockercli [2020-09-20T19:14:59.432Z] #22 0.904 + shift [2020-09-20T19:14:59.432Z] #22 0.917 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-09-20T19:14:59.432Z] #22 0.922 + . /tmp/install/dockercli.installer [2020-09-20T19:14:59.432Z] #22 0.923 ++ : stable [2020-09-20T19:14:59.432Z] #22 0.923 ++ : 17.06.2-ce [2020-09-20T19:14:59.432Z] #22 0.936 + install_dockercli [2020-09-20T19:14:59.432Z] #22 0.936 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-09-20T19:14:59.432Z] #22 0.937 Install docker/cli version 17.06.2-ce from stable [2020-09-20T19:14:59.432Z] #22 0.949 ++ uname -m [2020-09-20T19:14:59.432Z] #22 0.963 + arch=ppc64le [2020-09-20T19:14:59.432Z] #22 0.963 + '[' ppc64le '!=' x86_64 ']' [2020-09-20T19:14:59.432Z] #22 0.963 + '[' ppc64le '!=' s390x ']' [2020-09-20T19:14:59.432Z] #22 0.963 + '[' ppc64le '!=' armhf ']' [2020-09-20T19:14:59.432Z] #22 0.963 + build_dockercli [2020-09-20T19:14:59.432Z] #22 0.963 + git clone https://github.com/docker/docker-ce /tmp/tmp.G1xb08229B/tmp/docker-ce [2020-09-20T19:14:59.432Z] #22 0.988 Cloning into '/tmp/tmp.G1xb08229B/tmp/docker-ce'... [2020-09-20T19:14:59.479Z] #17 32.87 Processing triggers for libc-bin (2.28-10) ... [2020-09-20T19:14:59.479Z] #17 32.88 Processing triggers for mime-support (3.62) ... [2020-09-20T19:14:59.732Z] #22 ... [2020-09-20T19:14:59.732Z] [2020-09-20T19:14:59.732Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:14:59.732Z] #46 0.873 + RM_GOPATH=0 [2020-09-20T19:14:59.732Z] #46 0.873 + TMP_GOPATH= [2020-09-20T19:14:59.732Z] #46 0.874 + : /build [2020-09-20T19:14:59.732Z] #46 0.874 + '[' -z '' ']' [2020-09-20T19:14:59.732Z] #46 0.877 ++ mktemp -d [2020-09-20T19:14:59.732Z] #46 0.897 + export GOPATH=/tmp/tmp.RnjJ7aGXlq [2020-09-20T19:14:59.732Z] #46 0.898 + GOPATH=/tmp/tmp.RnjJ7aGXlq [2020-09-20T19:14:59.732Z] #46 0.898 + RM_GOPATH=1 [2020-09-20T19:14:59.732Z] #46 0.903 + case "$(go env GOARCH)" in [2020-09-20T19:14:59.732Z] #46 0.906 ++ go env GOARCH [2020-09-20T19:14:59.732Z] #46 0.935 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:14:59.732Z] #46 0.935 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:14:59.732Z] #46 0.937 ++ dirname /tmp/install/install.sh [2020-09-20T19:14:59.732Z] #46 0.945 + dir=/tmp/install [2020-09-20T19:14:59.732Z] #46 0.946 + bin=golangci_lint [2020-09-20T19:14:59.732Z] #46 0.947 + shift [2020-09-20T19:14:59.732Z] #46 0.947 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-09-20T19:14:59.732Z] #46 0.947 + . /tmp/install/golangci_lint.installer [2020-09-20T19:14:59.732Z] #46 0.947 ++ : v1.23.8 [2020-09-20T19:14:59.732Z] #46 0.948 + install_golangci_lint [2020-09-20T19:14:59.732Z] #46 0.948 + echo 'Installing golangci-lint version v1.23.8' [2020-09-20T19:14:59.732Z] #46 0.948 Installing golangci-lint version v1.23.8 [2020-09-20T19:14:59.732Z] #46 0.949 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-09-20T19:14:59.732Z] #46 ... [2020-09-20T19:14:59.732Z] [2020-09-20T19:14:59.732Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:14:59.732Z] #42 0.873 + RM_GOPATH=0 [2020-09-20T19:14:59.732Z] #42 0.873 + TMP_GOPATH= [2020-09-20T19:14:59.732Z] #42 0.873 + : /build [2020-09-20T19:14:59.732Z] #42 0.873 + '[' -z '' ']' [2020-09-20T19:14:59.732Z] #42 0.880 ++ mktemp -d [2020-09-20T19:14:59.732Z] #42 0.905 + export GOPATH=/tmp/tmp.IQONr6z11i [2020-09-20T19:14:59.732Z] #42 0.905 + GOPATH=/tmp/tmp.IQONr6z11i [2020-09-20T19:14:59.732Z] #42 0.905 + RM_GOPATH=1 [2020-09-20T19:14:59.732Z] #42 0.912 + case "$(go env GOARCH)" in [2020-09-20T19:14:59.732Z] #42 0.914 ++ go env GOARCH [2020-09-20T19:14:59.732Z] #42 0.948 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:14:59.732Z] #42 0.948 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:14:59.732Z] #42 0.949 ++ dirname /tmp/install/install.sh [2020-09-20T19:14:59.732Z] #42 0.951 + dir=/tmp/install [2020-09-20T19:14:59.732Z] #42 0.964 + bin=vndr [2020-09-20T19:14:59.732Z] #42 0.964 + shift [2020-09-20T19:14:59.732Z] #42 0.965 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-09-20T19:14:59.732Z] #42 0.965 + . /tmp/install/vndr.installer [2020-09-20T19:14:59.732Z] #42 0.966 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-20T19:14:59.732Z] #42 0.967 + install_vndr [2020-09-20T19:14:59.732Z] #42 0.967 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-09-20T19:14:59.732Z] #42 0.968 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.IQONr6z11i/src/github.com/LK4D4/vndr [2020-09-20T19:14:59.732Z] #42 0.968 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-20T19:14:59.732Z] #42 0.983 Cloning into '/tmp/tmp.IQONr6z11i/src/github.com/LK4D4/vndr'... [2020-09-20T19:14:59.732Z] #42 2.175 + cd /tmp/tmp.IQONr6z11i/src/github.com/LK4D4/vndr [2020-09-20T19:14:59.732Z] #42 2.175 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-20T19:14:59.732Z] #42 2.221 + go build -buildmode=pie -v -o /build/vndr . [2020-09-20T19:14:59.732Z] #42 3.982 internal/race [2020-09-20T19:14:59.732Z] #42 3.995 runtime/internal/sys [2020-09-20T19:14:59.732Z] #42 4.056 internal/cpu [2020-09-20T19:14:59.732Z] #42 4.319 runtime/internal/atomic [2020-09-20T19:14:59.732Z] #42 4.496 sync/atomic [2020-09-20T19:14:59.732Z] #42 5.039 unicode [2020-09-20T19:14:59.732Z] #42 5.383 unicode/utf8 [2020-09-20T19:14:59.732Z] #42 5.620 internal/bytealg [2020-09-20T19:14:59.732Z] #42 6.251 math [2020-09-20T19:14:59.732Z] #42 7.627 runtime [2020-09-20T19:14:59.732Z] #42 7.677 unicode/utf16 [2020-09-20T19:14:59.732Z] #42 8.387 container/list [2020-09-20T19:14:59.732Z] #42 10.80 crypto/internal/subtle [2020-09-20T19:14:59.929Z] #7 ... [2020-09-20T19:14:59.929Z] [2020-09-20T19:14:59.929Z] #20 [internal] load build context [2020-09-20T19:14:59.929Z] #20 transferring context: 51.44MB 2.0s done [2020-09-20T19:14:59.929Z] #20 DONE 3.7s [2020-09-20T19:14:59.929Z] [2020-09-20T19:14:59.929Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-20T19:15:00.030Z] #42 ... [2020-09-20T19:15:00.030Z] [2020-09-20T19:15:00.030Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:15:00.030Z] #39 1.326 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-20T19:15:00.030Z] #39 1.484 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-20T19:15:00.030Z] #39 1.534 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-20T19:15:00.030Z] #39 3.033 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-09-20T19:15:00.030Z] #39 5.383 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [222 kB] [2020-09-20T19:15:00.030Z] #39 7.470 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] [2020-09-20T19:15:00.030Z] #39 ... [2020-09-20T19:15:00.030Z] [2020-09-20T19:15:00.030Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-20T19:15:00.030Z] #52 1.219 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-20T19:15:00.030Z] #52 1.417 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-20T19:15:00.030Z] #52 1.518 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-20T19:15:00.030Z] #52 3.285 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-09-20T19:15:00.030Z] #52 5.679 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [222 kB] [2020-09-20T19:15:00.030Z] #52 7.813 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] [2020-09-20T19:15:00.121Z] #17 DONE 33.4s [2020-09-20T19:15:00.121Z] [2020-09-20T19:15:00.121Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-09-20T19:15:00.352Z] #52 ... [2020-09-20T19:15:00.352Z] [2020-09-20T19:15:00.352Z] #55 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:15:00.352Z] #55 0.912 + RM_GOPATH=0 [2020-09-20T19:15:00.352Z] #55 0.912 + TMP_GOPATH= [2020-09-20T19:15:00.352Z] #55 0.912 + : /build [2020-09-20T19:15:00.352Z] #55 0.912 + '[' -z '' ']' [2020-09-20T19:15:00.352Z] #55 0.912 ++ mktemp -d [2020-09-20T19:15:00.352Z] #55 0.928 + export GOPATH=/tmp/tmp.6pNw4nW3Vg [2020-09-20T19:15:00.352Z] #55 0.934 + GOPATH=/tmp/tmp.6pNw4nW3Vg [2020-09-20T19:15:00.352Z] #55 0.934 + RM_GOPATH=1 [2020-09-20T19:15:00.352Z] #55 0.935 + case "$(go env GOARCH)" in [2020-09-20T19:15:00.352Z] #55 0.988 ++ go env GOARCH [2020-09-20T19:15:00.352Z] #55 1.074 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:00.352Z] #55 1.074 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:00.352Z] #55 1.076 ++ dirname /tmp/install/install.sh [2020-09-20T19:15:00.352Z] #55 1.080 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-20T19:15:00.352Z] #55 1.084 + dir=/tmp/install [2020-09-20T19:15:00.352Z] #55 1.084 + bin=rootlesskit [2020-09-20T19:15:00.352Z] #55 1.084 + shift [2020-09-20T19:15:00.352Z] #55 1.084 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-09-20T19:15:00.352Z] #55 1.084 + . /tmp/install/rootlesskit.installer [2020-09-20T19:15:00.352Z] #55 1.084 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-20T19:15:00.352Z] #55 1.084 + install_rootlesskit [2020-09-20T19:15:00.352Z] #55 1.084 + case "$1" in [2020-09-20T19:15:00.352Z] #55 1.084 + export CGO_ENABLED=0 [2020-09-20T19:15:00.352Z] #55 1.084 + CGO_ENABLED=0 [2020-09-20T19:15:00.352Z] #55 1.084 + _install_rootlesskit [2020-09-20T19:15:00.352Z] #55 1.084 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86' [2020-09-20T19:15:00.352Z] #55 1.084 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.6pNw4nW3Vg/src/github.com/rootless-containers/rootlesskit [2020-09-20T19:15:00.352Z] #55 1.090 Cloning into '/tmp/tmp.6pNw4nW3Vg/src/github.com/rootless-containers/rootlesskit'... [2020-09-20T19:15:00.352Z] #55 6.275 + cd /tmp/tmp.6pNw4nW3Vg/src/github.com/rootless-containers/rootlesskit [2020-09-20T19:15:00.352Z] #55 6.275 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-20T19:15:00.352Z] #55 7.052 + for f in rootlesskit rootlesskit-docker-proxy [2020-09-20T19:15:00.352Z] #55 7.052 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-09-20T19:15:00.352Z] #55 ... [2020-09-20T19:15:00.352Z] [2020-09-20T19:15:00.352Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-20T19:15:00.352Z] #24 1.286 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-20T19:15:00.352Z] #24 1.536 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-20T19:15:00.352Z] #24 1.554 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-20T19:15:00.352Z] #24 2.834 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-09-20T19:15:00.352Z] #24 4.842 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [222 kB] [2020-09-20T19:15:00.352Z] #24 6.814 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] [2020-09-20T19:15:00.355Z] #39 15.92 make[1]: Nothing to be done for 'all'. [2020-09-20T19:15:00.650Z] #24 ... [2020-09-20T19:15:00.650Z] [2020-09-20T19:15:00.650Z] #61 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:15:00.650Z] #61 0.506 + RM_GOPATH=0 [2020-09-20T19:15:00.650Z] #61 0.507 + TMP_GOPATH= [2020-09-20T19:15:00.650Z] #61 0.507 + : /build [2020-09-20T19:15:00.650Z] #61 0.507 + '[' -z '' ']' [2020-09-20T19:15:00.650Z] #61 0.507 ++ mktemp -d [2020-09-20T19:15:00.650Z] #61 0.509 + export GOPATH=/tmp/tmp.tcUS5gzrCz [2020-09-20T19:15:00.650Z] #61 0.509 + GOPATH=/tmp/tmp.tcUS5gzrCz [2020-09-20T19:15:00.650Z] #61 0.509 + RM_GOPATH=1 [2020-09-20T19:15:00.650Z] #61 0.509 + case "$(go env GOARCH)" in [2020-09-20T19:15:00.650Z] #61 0.510 ++ go env GOARCH [2020-09-20T19:15:00.650Z] #61 0.516 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:00.650Z] #61 0.516 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:00.650Z] #61 0.516 ++ dirname /tmp/install/install.sh [2020-09-20T19:15:00.650Z] #61 0.517 + dir=/tmp/install [2020-09-20T19:15:00.650Z] #61 0.517 + bin=proxy [2020-09-20T19:15:00.650Z] #61 0.517 + shift [2020-09-20T19:15:00.650Z] #61 0.518 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-09-20T19:15:00.650Z] #61 0.518 + . /tmp/install/proxy.installer [2020-09-20T19:15:00.650Z] #61 0.518 ++ : d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-09-20T19:15:00.650Z] #61 0.518 + install_proxy [2020-09-20T19:15:00.650Z] #61 0.518 + case "$1" in [2020-09-20T19:15:00.650Z] #61 0.518 + export CGO_ENABLED=0 [2020-09-20T19:15:00.650Z] #61 0.518 + CGO_ENABLED=0 [2020-09-20T19:15:00.650Z] #61 0.518 + _install_proxy [2020-09-20T19:15:00.650Z] #61 0.519 Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-09-20T19:15:00.650Z] #61 0.519 + echo 'Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b' [2020-09-20T19:15:00.650Z] #61 0.519 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.tcUS5gzrCz/src/github.com/docker/libnetwork [2020-09-20T19:15:00.650Z] #61 0.520 Cloning into '/tmp/tmp.tcUS5gzrCz/src/github.com/docker/libnetwork'... [2020-09-20T19:15:00.650Z] #61 ... [2020-09-20T19:15:00.650Z] [2020-09-20T19:15:00.650Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:15:00.650Z] #31 0.860 + RM_GOPATH=0 [2020-09-20T19:15:00.650Z] #31 0.860 + TMP_GOPATH= [2020-09-20T19:15:00.650Z] #31 0.860 + : /build [2020-09-20T19:15:00.650Z] #31 0.861 + '[' -z '' ']' [2020-09-20T19:15:00.650Z] #31 0.863 ++ mktemp -d [2020-09-20T19:15:00.650Z] #31 0.865 + export GOPATH=/tmp/tmp.kPdXrYnAE7 [2020-09-20T19:15:00.650Z] #31 0.865 + GOPATH=/tmp/tmp.kPdXrYnAE7 [2020-09-20T19:15:00.650Z] #31 0.865 + RM_GOPATH=1 [2020-09-20T19:15:00.650Z] #31 0.866 + case "$(go env GOARCH)" in [2020-09-20T19:15:00.650Z] #31 0.867 ++ go env GOARCH [2020-09-20T19:15:00.650Z] #31 0.889 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:00.650Z] #31 0.896 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:00.650Z] #31 0.896 ++ dirname /tmp/install/install.sh [2020-09-20T19:15:00.650Z] #31 0.898 + dir=/tmp/install [2020-09-20T19:15:00.650Z] #31 0.898 + bin=tomlv [2020-09-20T19:15:00.650Z] #31 0.898 + shift [2020-09-20T19:15:00.650Z] #31 0.898 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-09-20T19:15:00.650Z] #31 0.898 + . /tmp/install/tomlv.installer [2020-09-20T19:15:00.650Z] #31 0.898 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-20T19:15:00.650Z] #31 0.898 + install_tomlv [2020-09-20T19:15:00.650Z] #31 0.899 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-09-20T19:15:00.650Z] #31 0.899 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.kPdXrYnAE7/src/github.com/BurntSushi/toml [2020-09-20T19:15:00.650Z] #31 0.899 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-20T19:15:00.650Z] #31 0.901 Cloning into '/tmp/tmp.kPdXrYnAE7/src/github.com/BurntSushi/toml'... [2020-09-20T19:15:00.650Z] #31 2.479 + cd /tmp/tmp.kPdXrYnAE7/src/github.com/BurntSushi/toml [2020-09-20T19:15:00.650Z] #31 2.481 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-20T19:15:00.650Z] #31 2.493 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-09-20T19:15:00.650Z] #31 3.403 math/bits [2020-09-20T19:15:00.650Z] #31 3.473 runtime/internal/sys [2020-09-20T19:15:00.650Z] #31 3.503 internal/cpu [2020-09-20T19:15:00.650Z] #31 3.559 runtime/internal/atomic [2020-09-20T19:15:00.650Z] #31 4.082 runtime/internal/math [2020-09-20T19:15:00.650Z] #31 4.472 unicode/utf8 [2020-09-20T19:15:00.650Z] #31 4.679 sync/atomic [2020-09-20T19:15:00.650Z] #31 5.116 internal/bytealg [2020-09-20T19:15:00.650Z] #31 5.190 math [2020-09-20T19:15:00.650Z] #31 5.836 unicode [2020-09-20T19:15:00.650Z] #31 6.340 internal/testlog [2020-09-20T19:15:00.650Z] #31 6.928 encoding [2020-09-20T19:15:00.650Z] #31 7.050 runtime [2020-09-20T19:15:00.650Z] #31 7.380 runtime/cgo [2020-09-20T19:15:00.650Z] #31 ... [2020-09-20T19:15:00.650Z] [2020-09-20T19:15:00.650Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:15:00.650Z] #48 11.75 + cd /tmp/tmp.M0sVqmth5i/src/github.com/mvdan/sh [2020-09-20T19:15:00.650Z] #48 11.75 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-20T19:15:00.877Z] #7 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 [2020-09-20T19:15:00.956Z] #48 11.99 + GO111MODULE=on [2020-09-20T19:15:00.956Z] #48 11.99 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-09-20T19:15:01.637Z] #18 1.066 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-09-20T19:15:01.637Z] #18 1.068 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-09-20T19:15:01.637Z] #18 1.071 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-09-20T19:15:01.637Z] #18 DONE 1.3s [2020-09-20T19:15:01.637Z] [2020-09-20T19:15:01.637Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-20T19:15:01.749Z] #39 17.28 CC images/stats.o [2020-09-20T19:15:01.870Z] #7 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 4.4s done [2020-09-20T19:15:01.870Z] #7 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 5.3s done [2020-09-20T19:15:01.870Z] #7 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 5.3s done [2020-09-20T19:15:01.870Z] #7 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 0B / 97.69MB 5.4s [2020-09-20T19:15:01.870Z] #7 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 0B / 156B 5.4s [2020-09-20T19:15:01.870Z] #7 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 5.5s done [2020-09-20T19:15:01.870Z] #7 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 11.01MB / 97.69MB 5.6s [2020-09-20T19:15:02.074Z] #7 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 3.8s done [2020-09-20T19:15:02.074Z] #7 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2020-09-20T19:15:02.134Z] #7 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 33.54MB / 97.69MB 5.8s [2020-09-20T19:15:02.134Z] #7 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 45.06MB / 97.69MB 6.0s [2020-09-20T19:15:02.319Z] #39 17.73 CC images/core.o [2020-09-20T19:15:02.397Z] #7 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 56.57MB / 97.69MB 6.1s [2020-09-20T19:15:02.494Z] #48 13.46 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-20T19:15:02.495Z] #48 13.46 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-20T19:15:02.495Z] #48 13.46 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-20T19:15:02.495Z] #48 13.70 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-20T19:15:02.495Z] #48 13.74 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-20T19:15:02.529Z] #7 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 4.2s done [2020-09-20T19:15:02.529Z] #7 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e [2020-09-20T19:15:02.660Z] #7 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 62.22MB / 97.69MB 6.4s [2020-09-20T19:15:02.889Z] #39 18.35 CC images/core-x86.o [2020-09-20T19:15:02.924Z] #7 ... [2020-09-20T19:15:02.924Z] [2020-09-20T19:15:02.924Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-09-20T19:15:02.924Z] #58 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-09-20T19:15:02.924Z] #58 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-09-20T19:15:02.924Z] #58 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-09-20T19:15:02.924Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 5.8s done [2020-09-20T19:15:02.924Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0.6s done [2020-09-20T19:15:02.924Z] #58 DONE 6.6s [2020-09-20T19:15:02.924Z] [2020-09-20T19:15:02.924Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-20T19:15:02.924Z] #7 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 74.13MB / 97.69MB 6.8s [2020-09-20T19:15:03.148Z] #39 18.84 CC images/core-arm.o [2020-09-20T19:15:03.192Z] #7 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 84.89MB / 97.69MB 6.9s [2020-09-20T19:15:03.192Z] #7 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.50MB / 97.69MB 7.0s [2020-09-20T19:15:03.192Z] #7 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 2.6s done [2020-09-20T19:15:03.718Z] #39 19.22 CC images/core-aarch64.o [2020-09-20T19:15:03.977Z] #39 19.66 CC images/core-ppc64.o [2020-09-20T19:15:04.039Z] #48 14.99 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-20T19:15:04.684Z] #48 15.87 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-20T19:15:04.917Z] #39 20.33 CC images/core-s390.o [2020-09-20T19:15:04.917Z] #39 ... [2020-09-20T19:15:04.917Z] [2020-09-20T19:15:04.917Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:15:04.917Z] #52 38.87 Checking out files: 30% (995/3246) Checking out files: 31% (1007/3246) Checking out files: 32% (1039/3246) Checking out files: 33% (1072/3246) Checking out files: 34% (1104/3246) Checking out files: 35% (1137/3246) Checking out files: 36% (1169/3246) Checking out files: 37% (1202/3246) Checking out files: 38% (1234/3246) Checking out files: 39% (1266/3246) Checking out files: 40% (1299/3246) Checking out files: 41% (1331/3246) Checking out files: 42% (1364/3246) Checking out files: 43% (1396/3246) Checking out files: 44% (1429/3246) Checking out files: 45% (1461/3246) Checking out files: 46% (1494/3246) Checking out files: 47% (1526/3246) Checking out files: 48% (1559/3246) Checking out files: 49% (1591/3246) Checking out files: 50% (1623/3246) Checking out files: 51% (1656/3246) Checking out files: 52% (1688/3246) Checking out files: 53% (1721/3246) Checking out files: 54% (1753/3246) Checking out files: 55% (1786/3246) Checking out files: 56% (1818/3246) Checking out files: 57% (1851/3246) Checking out files: 58% (1883/3246) Checking out files: 59% (1916/3246) Checking out files: 60% (1948/3246) Checking out files: 61% (1981/3246) Checking out files: 62% (2013/3246) Checking out files: 63% (2045/3246) Checking out files: 64% (2078/3246) Checking out files: 65% (2110/3246) Checking out files: 66% (2143/3246) Checking out files: 67% (2175/3246) Checking out files: 68% (2208/3246) Checking out files: 69% (2240/3246) Checking out files: 70% (2273/3246) Checking out files: 71% (2305/3246) Checking out files: 72% (2338/3246) Checking out files: 73% (2370/3246) Checking out files: 73% (2379/3246) Checking out files: 74% (2403/3246) Checking out files: 75% (2435/3246) Checking out files: 76% (2467/3246) Checking out files: 77% (2500/3246) Checking out files: 78% (2532/3246) Checking out files: 79% (2565/3246) Checking out files: 80% (2597/3246) Checking out files: 81% (2630/3246) Checking out files: 82% (2662/3246) Checking out files: 83% (2695/3246) Checking out files: 84% (2727/3246) Checking out files: 85% (2760/3246) Checking out files: 86% (2792/3246) Checking out files: 87% (2825/3246) Checking out files: 88% (2857/3246) Checking out files: 89% (2889/3246) Checking out files: 90% (2922/3246) Checking out files: 91% (2954/3246) Checking out files: 92% (2987/3246) Checking out files: 93% (3019/3246) Checking out files: 94% (3052/3246) Checking out files: 95% (3084/3246) Checking out files: 96% (3117/3246) Checking out files: 97% (3149/3246) Checking out files: 98% (3182/3246) Checking out files: 99% (3214/3246) Checking out files: 100% (3246/3246) Checking out files: 100% (3246/3246), done. [2020-09-20T19:15:04.917Z] #52 40.71 + cd /tmp/tmp.FrG4X1uGd0/src/github.com/containerd/containerd [2020-09-20T19:15:04.917Z] #52 40.71 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-09-20T19:15:04.918Z] #52 41.33 + export 'BUILDTAGS=netgo osusergo static_build' [2020-09-20T19:15:04.918Z] #52 41.33 + BUILDTAGS='netgo osusergo static_build' [2020-09-20T19:15:04.918Z] #52 41.33 + export EXTRA_FLAGS=-buildmode=pie [2020-09-20T19:15:04.918Z] #52 41.33 + EXTRA_FLAGS=-buildmode=pie [2020-09-20T19:15:04.918Z] #52 41.33 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-09-20T19:15:04.918Z] #52 41.33 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-09-20T19:15:04.918Z] #52 41.33 + '[' '' = dynamic ']' [2020-09-20T19:15:04.918Z] #52 41.33 + make [2020-09-20T19:15:04.918Z] #52 42.07 + bin/ctr [2020-09-20T19:15:05.165Z] #19 3.225 Collecting yamllint==1.16.0 [2020-09-20T19:15:05.165Z] #19 3.403 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-09-20T19:15:05.165Z] #19 3.439 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-09-20T19:15:05.165Z] #19 3.460 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-09-20T19:15:05.165Z] #19 3.475 Collecting pyyaml (from yamllint==1.16.0) [2020-09-20T19:15:05.165Z] #19 3.557 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-09-20T19:15:05.458Z] #19 4.185 Building wheels for collected packages: pyyaml [2020-09-20T19:15:05.751Z] #19 4.200 Running setup.py bdist_wheel for pyyaml: started [2020-09-20T19:15:06.044Z] #19 4.709 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-09-20T19:15:06.044Z] #19 4.710 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-09-20T19:15:06.044Z] #19 4.746 Successfully built pyyaml [2020-09-20T19:15:06.228Z] #48 ... [2020-09-20T19:15:06.228Z] [2020-09-20T19:15:06.228Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-20T19:15:06.228Z] #37 16.61 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-09-20T19:15:06.254Z] #7 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.9s done [2020-09-20T19:15:06.254Z] #7 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e [2020-09-20T19:15:06.338Z] #19 4.754 Installing collected packages: pathspec, pyyaml, yamllint [2020-09-20T19:15:06.338Z] #19 ... [2020-09-20T19:15:06.338Z] [2020-09-20T19:15:06.338Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:15:06.338Z] #39 72.11 CC criu/memfd.o [2020-09-20T19:15:06.338Z] #39 72.40 CC criu/mount.o [2020-09-20T19:15:06.338Z] #39 74.27 CC criu/namespaces.o [2020-09-20T19:15:06.338Z] #39 75.29 CC criu/net.o [2020-09-20T19:15:06.338Z] #39 76.75 CC criu/netfilter.o [2020-09-20T19:15:06.338Z] #39 76.88 CC criu/page-pipe.o [2020-09-20T19:15:06.338Z] #39 77.15 CC criu/page-xfer.o [2020-09-20T19:15:06.338Z] #39 78.06 CC criu/pagemap-cache.o [2020-09-20T19:15:06.338Z] #39 78.25 CC criu/pagemap.o [2020-09-20T19:15:06.338Z] #39 78.69 CC criu/parasite-syscall.o [2020-09-20T19:15:06.338Z] #39 79.15 CC criu/path.o [2020-09-20T19:15:06.338Z] #39 79.44 CC criu/pie-util-vdso.o [2020-09-20T19:15:06.338Z] #39 79.84 CC criu/pie-util.o [2020-09-20T19:15:06.338Z] #39 79.93 CC criu/pipes.o [2020-09-20T19:15:06.338Z] #39 80.51 CC criu/plugin.o [2020-09-20T19:15:06.338Z] #39 80.75 CC criu/proc_parse.o [2020-09-20T19:15:06.338Z] #39 82.18 CC criu/protobuf-desc.o [2020-09-20T19:15:06.338Z] #39 ... [2020-09-20T19:15:06.338Z] [2020-09-20T19:15:06.338Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-20T19:15:06.338Z] #19 4.937 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-09-20T19:15:06.500Z] #7 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0.1s [2020-09-20T19:15:06.631Z] #19 DONE 5.2s [2020-09-20T19:15:06.631Z] [2020-09-20T19:15:06.631Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:15:06.631Z] #39 82.63 CC criu/protobuf.o [2020-09-20T19:15:06.763Z] #7 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 10.4s done [2020-09-20T19:15:06.924Z] #39 ... [2020-09-20T19:15:06.924Z] [2020-09-20T19:15:06.924Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-09-20T19:15:06.924Z] #22 DONE 0.1s [2020-09-20T19:15:06.924Z] [2020-09-20T19:15:06.924Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:15:06.924Z] #39 82.88 CC criu/pstree.o [2020-09-20T19:15:07.025Z] #7 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0.4s done [2020-09-20T19:15:07.561Z] #39 ... [2020-09-20T19:15:07.561Z] [2020-09-20T19:15:07.561Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-09-20T19:15:07.561Z] #26 DONE 0.8s [2020-09-20T19:15:07.771Z] #37 18.73 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-09-20T19:15:07.839Z] #7 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.1s [2020-09-20T19:15:07.854Z] [2020-09-20T19:15:07.854Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:15:07.854Z] #39 83.70 CC criu/rbtree.o [2020-09-20T19:15:07.854Z] #39 ... [2020-09-20T19:15:07.854Z] [2020-09-20T19:15:07.854Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-09-20T19:15:07.854Z] #29 DONE 0.2s [2020-09-20T19:15:07.970Z] #7 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 [2020-09-20T19:15:08.147Z] [2020-09-20T19:15:08.147Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-09-20T19:15:08.147Z] #31 DONE 0.2s [2020-09-20T19:15:08.147Z] [2020-09-20T19:15:08.147Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-09-20T19:15:08.147Z] #34 DONE 0.1s [2020-09-20T19:15:08.147Z] [2020-09-20T19:15:08.147Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:15:08.147Z] #39 83.90 CC criu/rst-malloc.o [2020-09-20T19:15:08.147Z] #39 84.03 CC criu/seccomp.o [2020-09-20T19:15:08.212Z] #52 ... [2020-09-20T19:15:08.212Z] [2020-09-20T19:15:08.212Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:15:08.212Z] #41 84.51 go/parser [2020-09-20T19:15:08.212Z] #41 85.01 text/template [2020-09-20T19:15:08.212Z] #41 87.77 encoding/xml [2020-09-20T19:15:08.212Z] #41 89.61 go/doc [2020-09-20T19:15:08.212Z] #41 92.87 github.com/LK4D4/vndr/build [2020-09-20T19:15:08.212Z] #41 92.97 github.com/LK4D4/vndr/versioned [2020-09-20T19:15:08.212Z] #41 93.05 compress/flate [2020-09-20T19:15:08.212Z] #41 ... [2020-09-20T19:15:08.212Z] [2020-09-20T19:15:08.212Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:15:08.213Z] #39 20.97 CC images/cpuinfo.o [2020-09-20T19:15:08.213Z] #39 21.42 CC images/inventory.o [2020-09-20T19:15:08.213Z] #39 21.67 CC images/fdinfo.o [2020-09-20T19:15:08.213Z] #39 22.01 CC images/fown.o [2020-09-20T19:15:08.213Z] #39 22.19 CC images/ns.o [2020-09-20T19:15:08.213Z] #39 22.38 CC images/regfile.o [2020-09-20T19:15:08.213Z] #39 22.65 CC images/ghost-file.o [2020-09-20T19:15:08.213Z] #39 22.96 CC images/fifo.o [2020-09-20T19:15:08.213Z] #39 23.12 CC images/remap-file-path.o [2020-09-20T19:15:08.213Z] #39 23.39 CC images/eventfd.o [2020-09-20T19:15:08.213Z] #39 23.55 CC images/eventpoll.o [2020-09-20T19:15:08.231Z] #7 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.2s done [2020-09-20T19:15:08.439Z] #39 84.38 CC criu/seize.o [2020-09-20T19:15:08.472Z] #39 23.84 CC images/fh.o [2020-09-20T19:15:08.733Z] #39 24.17 CC images/fsnotify.o [2020-09-20T19:15:09.076Z] #39 84.91 CC criu/servicefd.o [2020-09-20T19:15:09.076Z] #39 85.12 CC criu/shmem.o [2020-09-20T19:15:09.303Z] #39 24.74 CC images/signalfd.o [2020-09-20T19:15:09.303Z] #39 24.97 CC images/fs.o [2020-09-20T19:15:09.303Z] #39 ... [2020-09-20T19:15:09.303Z] [2020-09-20T19:15:09.303Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:15:09.303Z] #47 85.73 mvdan.cc/sh/v3/fileutil [2020-09-20T19:15:09.303Z] #47 85.94 mvdan.cc/sh/v3/syntax [2020-09-20T19:15:09.303Z] #47 92.42 mvdan.cc/sh/v3/cmd/shfmt [2020-09-20T19:15:09.563Z] #47 ... [2020-09-20T19:15:09.563Z] [2020-09-20T19:15:09.563Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:15:09.563Z] #41 95.40 hash/crc32 [2020-09-20T19:15:09.563Z] #41 96.08 net [2020-09-20T19:15:09.619Z] #7 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 0.1s [2020-09-20T19:15:09.711Z] #39 85.50 CC criu/sigframe.o [2020-09-20T19:15:09.711Z] #39 85.57 CC criu/signalfd.o [2020-09-20T19:15:09.711Z] #39 85.69 CC criu/sk-inet.o [2020-09-20T19:15:09.823Z] #41 96.10 compress/gzip [2020-09-20T19:15:09.880Z] #37 ... [2020-09-20T19:15:09.880Z] [2020-09-20T19:15:09.880Z] #44 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:15:09.880Z] #44 10.92 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-09-20T19:15:09.880Z] #44 14.27 go: finding github.com/fatih/color v1.9.0 [2020-09-20T19:15:09.880Z] #44 14.27 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-09-20T19:15:09.880Z] #44 14.35 go: finding github.com/pkg/errors v0.9.1 [2020-09-20T19:15:09.880Z] #44 14.38 go: finding github.com/spf13/pflag v1.0.3 [2020-09-20T19:15:09.880Z] #44 14.41 go: finding github.com/mattn/go-colorable v0.1.6 [2020-09-20T19:15:09.880Z] #44 14.53 go: finding github.com/mattn/go-isatty v0.0.12 [2020-09-20T19:15:09.880Z] #44 15.03 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-09-20T19:15:09.880Z] #44 15.16 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-09-20T19:15:09.880Z] #44 15.24 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-20T19:15:09.880Z] #44 15.26 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-09-20T19:15:09.880Z] #44 15.28 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-09-20T19:15:09.880Z] #44 ... [2020-09-20T19:15:09.880Z] [2020-09-20T19:15:09.880Z] #61 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:15:09.881Z] #61 18.35 Checking out files: 74% (1421/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. [2020-09-20T19:15:09.881Z] #61 18.93 + cd /tmp/tmp.tcUS5gzrCz/src/github.com/docker/libnetwork [2020-09-20T19:15:09.881Z] #61 18.93 + git checkout -q d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-09-20T19:15:09.881Z] #61 19.42 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-09-20T19:15:10.179Z] #61 ... [2020-09-20T19:15:10.179Z] [2020-09-20T19:15:10.179Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:15:10.179Z] #42 11.21 crypto/subtle [2020-09-20T19:15:10.179Z] #42 11.52 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-09-20T19:15:10.179Z] #42 11.90 internal/nettrace [2020-09-20T19:15:10.179Z] #42 12.14 runtime/cgo [2020-09-20T19:15:10.179Z] #42 16.66 vendor/golang.org/x/crypto/internal/subtle [2020-09-20T19:15:10.179Z] #42 ... [2020-09-20T19:15:10.179Z] [2020-09-20T19:15:10.179Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:15:10.179Z] #48 17.80 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-20T19:15:10.179Z] #48 19.25 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-20T19:15:10.179Z] #48 19.32 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-20T19:15:10.179Z] #48 19.44 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-20T19:15:10.179Z] #48 19.92 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-20T19:15:10.179Z] #48 21.15 runtime/cgo [2020-09-20T19:15:10.179Z] #48 21.16 runtime [2020-09-20T19:15:10.348Z] #39 86.27 CC criu/sk-netlink.o [2020-09-20T19:15:10.386Z] #7 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 8.3s done [2020-09-20T19:15:10.392Z] #41 96.84 vendor/golang.org/x/crypto/chacha20poly1305 [2020-09-20T19:15:10.641Z] #39 86.45 CC criu/sk-packet.o [2020-09-20T19:15:10.646Z] #7 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2020-09-20T19:15:10.907Z] #7 DONE 28.2s [2020-09-20T19:15:10.907Z] [2020-09-20T19:15:10.907Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-09-20T19:15:10.934Z] #39 86.70 CC criu/sk-queue.o [2020-09-20T19:15:10.934Z] #39 86.97 CC criu/sk-tcp.o [2020-09-20T19:15:11.011Z] #7 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 1.6s done [2020-09-20T19:15:11.331Z] #41 97.76 vendor/golang.org/x/text/transform [2020-09-20T19:15:11.512Z] #7 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.1s [2020-09-20T19:15:11.570Z] #39 87.31 CC criu/sk-unix.o [2020-09-20T19:15:11.900Z] #41 98.44 vendor/golang.org/x/text/unicode/bidi [2020-09-20T19:15:11.955Z] #7 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 [2020-09-20T19:15:12.470Z] #41 ... [2020-09-20T19:15:12.470Z] [2020-09-20T19:15:12.470Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:15:12.470Z] #47 DONE 98.9s [2020-09-20T19:15:12.470Z] [2020-09-20T19:15:12.470Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:15:12.470Z] #39 25.24 CC images/pstree.o [2020-09-20T19:15:12.470Z] #39 25.46 CC images/pipe.o [2020-09-20T19:15:12.470Z] #39 25.73 CC images/tcp-stream.o [2020-09-20T19:15:12.470Z] #39 25.96 CC images/sk-packet.o [2020-09-20T19:15:12.470Z] #39 26.40 CC images/mnt.o [2020-09-20T19:15:12.470Z] #39 26.62 CC images/pipe-data.o [2020-09-20T19:15:12.470Z] #39 26.80 CC images/sa.o [2020-09-20T19:15:12.470Z] #39 27.03 CC images/timer.o [2020-09-20T19:15:12.470Z] #39 27.40 CC images/timerfd.o [2020-09-20T19:15:12.470Z] #39 27.56 CC images/mm.o [2020-09-20T19:15:12.470Z] #39 27.91 CC images/sk-opts.o [2020-09-20T19:15:12.609Z] #39 88.33 CC criu/sockets.o [2020-09-20T19:15:12.609Z] #39 ... [2020-09-20T19:15:12.609Z] [2020-09-20T19:15:12.609Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:15:12.609Z] #49 53.76 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-09-20T19:15:12.609Z] #49 54.75 + mkdir -p /build [2020-09-20T19:15:12.609Z] #49 54.75 + cp runc /build/runc [2020-09-20T19:15:12.609Z] #49 DONE 55.0s [2020-09-20T19:15:12.729Z] #39 28.23 CC images/sk-unix.o [2020-09-20T19:15:12.902Z] [2020-09-20T19:15:12.902Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-20T19:15:12.902Z] #36 117.2 + dpkg --print-architecture [2020-09-20T19:15:12.902Z] #36 117.2 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-09-20T19:15:12.902Z] #36 117.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-09-20T19:15:12.902Z] #36 117.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-09-20T19:15:12.902Z] #36 ... [2020-09-20T19:15:12.902Z] [2020-09-20T19:15:12.902Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:15:12.902Z] #39 88.79 CC criu/stats.o [2020-09-20T19:15:12.902Z] #39 88.96 CC criu/string.o [2020-09-20T19:15:12.902Z] #39 89.01 CC criu/sysctl.o [2020-09-20T19:15:13.299Z] #39 28.68 CC images/sk-inet.o [2020-09-20T19:15:13.453Z] #8 DONE 2.5s [2020-09-20T19:15:13.453Z] [2020-09-20T19:15:13.453Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-09-20T19:15:13.558Z] #39 89.43 CC criu/sysfs_parse.o [2020-09-20T19:15:13.558Z] #39 89.55 CC criu/timens.o [2020-09-20T19:15:13.559Z] #39 29.12 CC images/tun.o [2020-09-20T19:15:13.819Z] #39 29.42 CC images/sk-netlink.o [2020-09-20T19:15:13.851Z] #39 89.71 CC criu/timerfd.o [2020-09-20T19:15:13.878Z] #7 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 1.6s done [2020-09-20T19:15:13.878Z] #7 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe [2020-09-20T19:15:14.029Z] #9 DONE 0.6s [2020-09-20T19:15:14.029Z] [2020-09-20T19:15:14.029Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-09-20T19:15:14.029Z] #35 DONE 0.1s [2020-09-20T19:15:14.029Z] [2020-09-20T19:15:14.029Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:15:14.079Z] #39 29.74 CC images/packet-sock.o [2020-09-20T19:15:14.144Z] #39 89.87 CC criu/tty.o [2020-09-20T19:15:14.292Z] #32 ... [2020-09-20T19:15:14.292Z] [2020-09-20T19:15:14.292Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-09-20T19:15:14.292Z] #27 DONE 0.1s [2020-09-20T19:15:14.292Z] [2020-09-20T19:15:14.292Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-20T19:15:14.338Z] #39 30.08 CC images/ipc-var.o [2020-09-20T19:15:14.598Z] #39 30.22 CC images/ipc-desc.o [2020-09-20T19:15:14.598Z] #39 30.35 CC images/ipc-shm.o [2020-09-20T19:15:14.739Z] #48 ... [2020-09-20T19:15:14.739Z] [2020-09-20T19:15:14.739Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-20T19:15:14.739Z] #24 15.36 Fetched 8162 kB in 14s (580 kB/s) [2020-09-20T19:15:14.739Z] #24 15.36 Reading package lists... [2020-09-20T19:15:14.739Z] #24 22.30 Reading package lists... [2020-09-20T19:15:14.739Z] #24 ... [2020-09-20T19:15:14.739Z] [2020-09-20T19:15:14.739Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-20T19:15:14.739Z] #52 17.72 Fetched 8162 kB in 17s (494 kB/s) [2020-09-20T19:15:14.739Z] #52 17.72 Reading package lists... [2020-09-20T19:15:14.739Z] #52 25.09 Reading package lists... [2020-09-20T19:15:14.739Z] #52 ... [2020-09-20T19:15:14.739Z] [2020-09-20T19:15:14.739Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:15:14.739Z] #11 15.81 Fetched 8162 kB in 15s (558 kB/s) [2020-09-20T19:15:14.739Z] #11 15.81 Reading package lists... [2020-09-20T19:15:14.739Z] #11 22.31 Reading package lists... [2020-09-20T19:15:14.739Z] #11 ... [2020-09-20T19:15:14.739Z] [2020-09-20T19:15:14.739Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:15:14.739Z] #33 17.29 Fetched 8162 kB in 16s (507 kB/s) [2020-09-20T19:15:14.739Z] #33 17.29 Reading package lists... [2020-09-20T19:15:14.785Z] #7 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 8.2s done [2020-09-20T19:15:14.785Z] #7 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2020-09-20T19:15:15.167Z] #39 30.58 CC images/ipc-msg.o [2020-09-20T19:15:15.183Z] #39 90.94 CC criu/tun.o [2020-09-20T19:15:15.351Z] #7 DONE 27.9s [2020-09-20T19:15:15.351Z] [2020-09-20T19:15:15.351Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-09-20T19:15:15.427Z] #39 30.84 CC images/ipc-sem.o [2020-09-20T19:15:15.427Z] #39 30.95 CC images/utsns.o [2020-09-20T19:15:15.427Z] #39 ... [2020-09-20T19:15:15.427Z] [2020-09-20T19:15:15.427Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:15:15.427Z] #10 101.9 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-09-20T19:15:15.478Z] #39 91.23 CC criu/uffd.o [2020-09-20T19:15:15.687Z] #10 101.9 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-09-20T19:15:15.687Z] #10 101.9 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-20T19:15:15.772Z] #39 91.77 CC criu/util.o [2020-09-20T19:15:15.798Z] #33 24.79 Reading package lists... [2020-09-20T19:15:15.798Z] #33 ... [2020-09-20T19:15:15.798Z] [2020-09-20T19:15:15.798Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:15:15.798Z] #39 16.99 Fetched 8162 kB in 16s (520 kB/s) [2020-09-20T19:15:15.798Z] #39 16.99 Reading package lists... [2020-09-20T19:15:16.408Z] #39 92.35 CC criu/uts_ns.o [2020-09-20T19:15:16.408Z] #39 92.46 CC criu/vdso.o [2020-09-20T19:15:17.045Z] #39 92.86 LINK criu/built-in.o [2020-09-20T19:15:17.045Z] #39 92.94 LINK criu/criu [2020-09-20T19:15:17.045Z] #39 93.17 DEP lib/c/criu.d [2020-09-20T19:15:17.192Z] #7 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 3.1s done [2020-09-20T19:15:17.192Z] #7 extracting sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 done [2020-09-20T19:15:17.243Z] #8 DONE 1.7s [2020-09-20T19:15:17.243Z] [2020-09-20T19:15:17.243Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-09-20T19:15:17.338Z] #39 93.26 CC images/rpc.pb-c.o [2020-09-20T19:15:17.454Z] #7 DONE 21.3s [2020-09-20T19:15:17.454Z] [2020-09-20T19:15:17.454Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-09-20T19:15:17.634Z] #39 93.55 CC lib/c/criu.o [2020-09-20T19:15:17.806Z] #9 DONE 0.8s [2020-09-20T19:15:17.806Z] [2020-09-20T19:15:17.806Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-09-20T19:15:17.806Z] #27 DONE 0.1s [2020-09-20T19:15:17.806Z] [2020-09-20T19:15:17.806Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-20T19:15:17.806Z] #51 ... [2020-09-20T19:15:17.806Z] [2020-09-20T19:15:17.806Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-09-20T19:15:17.806Z] #35 DONE 0.1s [2020-09-20T19:15:17.916Z] #39 25.07 Reading package lists... [2020-09-20T19:15:17.917Z] #39 ... [2020-09-20T19:15:17.917Z] [2020-09-20T19:15:17.917Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-20T19:15:17.917Z] #24 22.30 Reading package lists... [2020-09-20T19:15:17.927Z] #39 ... [2020-09-20T19:15:17.927Z] [2020-09-20T19:15:17.927Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-20T19:15:17.927Z] #36 DONE 131.8s [2020-09-20T19:15:17.927Z] [2020-09-20T19:15:17.927Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:15:17.927Z] #45 128.6 + cd /tmp/tmp.yrqihsx6vs/src/github.com/golangci/golangci-lint/ [2020-09-20T19:15:17.927Z] #45 128.6 + git checkout -q v1.23.8 [2020-09-20T19:15:17.927Z] #45 129.0 ++ git describe --tags [2020-09-20T19:15:17.927Z] #45 129.0 + version=v1.23.8 [2020-09-20T19:15:17.927Z] #45 129.0 ++ git rev-parse --short HEAD [2020-09-20T19:15:17.927Z] #45 129.0 + commit=76a82c6 [2020-09-20T19:15:17.927Z] #45 129.0 ++ git show -s --format=%cd [2020-09-20T19:15:17.927Z] #45 129.0 + commitDate='Wed Mar 4 06:43:41 2020 +0300' [2020-09-20T19:15:17.927Z] #45 129.0 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.23.8" -X "main.commit=76a82c6" -X "main.date=Wed Mar 4 06:43:41 2020 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2020-09-20T19:15:18.068Z] [2020-09-20T19:15:18.068Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-20T19:15:18.966Z] #45 ... [2020-09-20T19:15:18.966Z] [2020-09-20T19:15:18.966Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-09-20T19:15:18.966Z] #37 DONE 0.2s [2020-09-20T19:15:18.966Z] [2020-09-20T19:15:18.966Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:15:18.966Z] #39 94.17 LINK lib/c/built-in.o [2020-09-20T19:15:18.966Z] #39 94.18 LINK lib/c/libcriu.so [2020-09-20T19:15:18.966Z] #39 94.22 LINK lib/c/libcriu.a [2020-09-20T19:15:18.966Z] #39 94.34 GEN magic.py [2020-09-20T19:15:18.966Z] #39 94.44 Note: Building without setproctitle() and strlcpy() support. [2020-09-20T19:15:18.966Z] #39 94.44 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-09-20T19:15:18.966Z] #39 94.45 Note: Building without GnuTLS support [2020-09-20T19:15:18.966Z] #39 94.46 Makefile.config:39: Warn: you have no libnftables installed [2020-09-20T19:15:18.966Z] #39 94.46 Makefile.config:40: Warn: Building without nftables support [2020-09-20T19:15:18.966Z] #39 94.72 fatal: not a git repository (or any of the parent directories): .git [2020-09-20T19:15:18.966Z] #39 94.96 make[1]: Nothing to be done for 'all'. [2020-09-20T19:15:19.259Z] #39 95.23 make[1]: 'images/built-in.o' is up to date. [2020-09-20T19:15:19.259Z] #39 95.26 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-09-20T19:15:19.260Z] #39 95.28 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-09-20T19:15:19.553Z] #39 95.29 make[1]: 'compel/libcompel.a' is up to date. [2020-09-20T19:15:19.553Z] #39 95.31 make[1]: 'compel/compel-host-bin' is up to date. [2020-09-20T19:15:19.553Z] #39 95.31 make[1]: Nothing to be done for 'all'. [2020-09-20T19:15:19.553Z] #39 95.33 make[1]: 'soccr/libsoccr.a' is up to date. [2020-09-20T19:15:19.553Z] #39 95.41 make[2]: Nothing to be done for 'all'. [2020-09-20T19:15:19.553Z] #39 95.42 make[2]: Nothing to be done for 'all'. [2020-09-20T19:15:19.553Z] #39 95.44 make[2]: Nothing to be done for 'all'. [2020-09-20T19:15:19.553Z] #39 95.51 make[2]: Nothing to be done for 'all'. [2020-09-20T19:15:19.553Z] #39 95.53 make[2]: Nothing to be done for 'all'. [2020-09-20T19:15:19.553Z] #39 95.55 make[2]: Nothing to be done for 'all'. [2020-09-20T19:15:19.553Z] #39 95.57 make[2]: Nothing to be done for 'all'. [2020-09-20T19:15:19.553Z] #39 95.63 make[2]: Nothing to be done for 'all'. [2020-09-20T19:15:19.553Z] #39 95.64 INSTALL criu/criu [2020-09-20T19:15:19.587Z] #28 ... [2020-09-20T19:15:19.587Z] [2020-09-20T19:15:19.587Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:15:19.587Z] #21 4.627 + RM_GOPATH=0 [2020-09-20T19:15:19.587Z] #21 4.627 + TMP_GOPATH= [2020-09-20T19:15:19.587Z] #21 4.627 + : /build [2020-09-20T19:15:19.587Z] #21 4.627 + '[' -z '' ']' [2020-09-20T19:15:19.587Z] #21 4.627 ++ mktemp -d [2020-09-20T19:15:19.587Z] #21 4.627 + export GOPATH=/tmp/tmp.vtI377s1An [2020-09-20T19:15:19.587Z] #21 4.627 + GOPATH=/tmp/tmp.vtI377s1An [2020-09-20T19:15:19.587Z] #21 4.627 + RM_GOPATH=1 [2020-09-20T19:15:19.587Z] #21 4.627 + case "$(go env GOARCH)" in [2020-09-20T19:15:19.587Z] #21 4.627 ++ go env GOARCH [2020-09-20T19:15:19.587Z] #21 4.636 Install docker/cli version 17.06.2-ce from stable [2020-09-20T19:15:19.587Z] #21 4.637 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:19.587Z] #21 4.637 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:19.587Z] #21 4.637 ++ dirname /tmp/install/install.sh [2020-09-20T19:15:19.587Z] #21 4.637 + dir=/tmp/install [2020-09-20T19:15:19.587Z] #21 4.637 + bin=dockercli [2020-09-20T19:15:19.587Z] #21 4.637 + shift [2020-09-20T19:15:19.587Z] #21 4.637 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-09-20T19:15:19.587Z] #21 4.637 + . /tmp/install/dockercli.installer [2020-09-20T19:15:19.587Z] #21 4.637 ++ : stable [2020-09-20T19:15:19.587Z] #21 4.637 ++ : 17.06.2-ce [2020-09-20T19:15:19.587Z] #21 4.637 + install_dockercli [2020-09-20T19:15:19.587Z] #21 4.637 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-09-20T19:15:19.587Z] #21 4.638 ++ uname -m [2020-09-20T19:15:19.587Z] #21 4.638 + arch=x86_64 [2020-09-20T19:15:19.587Z] #21 4.638 + '[' x86_64 '!=' x86_64 ']' [2020-09-20T19:15:19.587Z] #21 4.638 + url=https://download.docker.com/linux/static [2020-09-20T19:15:19.587Z] #21 4.639 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-09-20T19:15:19.587Z] #21 4.640 + tar -xz docker/docker [2020-09-20T19:15:19.754Z] #24 29.27 Building dependency tree... [2020-09-20T19:15:19.851Z] #39 DONE 95.8s [2020-09-20T19:15:19.851Z] [2020-09-20T19:15:19.851Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:15:20.008Z] #8 DONE 2.4s [2020-09-20T19:15:20.008Z] [2020-09-20T19:15:20.008Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-09-20T19:15:20.535Z] #21 ... [2020-09-20T19:15:20.535Z] [2020-09-20T19:15:20.535Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:15:20.535Z] #47 6.053 + RM_GOPATH=0 [2020-09-20T19:15:20.535Z] #47 6.053 + TMP_GOPATH= [2020-09-20T19:15:20.535Z] #47 6.053 + : /build [2020-09-20T19:15:20.535Z] #47 6.053 + '[' -z '' ']' [2020-09-20T19:15:20.535Z] #47 6.053 ++ mktemp -d [2020-09-20T19:15:20.535Z] #47 6.053 + export GOPATH=/tmp/tmp.iBJpFGZxWU [2020-09-20T19:15:20.535Z] #47 6.053 + GOPATH=/tmp/tmp.iBJpFGZxWU [2020-09-20T19:15:20.535Z] #47 6.053 + RM_GOPATH=1 [2020-09-20T19:15:20.535Z] #47 6.053 + case "$(go env GOARCH)" in [2020-09-20T19:15:20.535Z] #47 6.053 ++ go env GOARCH [2020-09-20T19:15:20.535Z] #47 6.066 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:20.535Z] #47 6.066 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:20.535Z] #47 6.066 ++ dirname /tmp/install/install.sh [2020-09-20T19:15:20.535Z] #47 6.068 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-20T19:15:20.535Z] #47 6.068 + dir=/tmp/install [2020-09-20T19:15:20.535Z] #47 6.068 + bin=shfmt [2020-09-20T19:15:20.535Z] #47 6.068 + shift [2020-09-20T19:15:20.535Z] #47 6.068 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-09-20T19:15:20.535Z] #47 6.068 + . /tmp/install/shfmt.installer [2020-09-20T19:15:20.535Z] #47 6.068 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-20T19:15:20.535Z] #47 6.068 + install_shfmt [2020-09-20T19:15:20.535Z] #47 6.068 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-09-20T19:15:20.535Z] #47 6.068 + git clone https://github.com/mvdan/sh.git /tmp/tmp.iBJpFGZxWU/src/github.com/mvdan/sh [2020-09-20T19:15:20.535Z] #47 6.069 Cloning into '/tmp/tmp.iBJpFGZxWU/src/github.com/mvdan/sh'... [2020-09-20T19:15:20.795Z] #47 ... [2020-09-20T19:15:20.795Z] [2020-09-20T19:15:20.795Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:15:20.795Z] #54 6.748 + RM_GOPATH=0 [2020-09-20T19:15:20.795Z] #54 6.748 + TMP_GOPATH= [2020-09-20T19:15:20.795Z] #54 6.748 + : /build [2020-09-20T19:15:20.795Z] #54 6.752 + '[' -z '' ']' [2020-09-20T19:15:20.795Z] #54 6.752 ++ mktemp -d [2020-09-20T19:15:20.795Z] #54 6.752 + export GOPATH=/tmp/tmp.V3kZCLeNFH [2020-09-20T19:15:20.795Z] #54 6.752 + GOPATH=/tmp/tmp.V3kZCLeNFH [2020-09-20T19:15:20.795Z] #54 6.752 + RM_GOPATH=1 [2020-09-20T19:15:20.795Z] #54 6.752 + case "$(go env GOARCH)" in [2020-09-20T19:15:20.795Z] #54 6.756 ++ go env GOARCH [2020-09-20T19:15:20.795Z] #54 6.812 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:20.795Z] #54 6.812 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:20.795Z] #54 6.812 ++ dirname /tmp/install/install.sh [2020-09-20T19:15:20.795Z] #54 6.812 + dir=/tmp/install [2020-09-20T19:15:20.795Z] #54 6.812 + bin=rootlesskit [2020-09-20T19:15:20.795Z] #54 6.812 + shift [2020-09-20T19:15:20.795Z] #54 6.812 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-09-20T19:15:20.795Z] #54 6.812 + . /tmp/install/rootlesskit.installer [2020-09-20T19:15:20.795Z] #54 6.814 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-20T19:15:20.795Z] #54 6.814 + install_rootlesskit [2020-09-20T19:15:20.795Z] #54 6.814 + case "$1" in [2020-09-20T19:15:20.795Z] #54 6.814 + export CGO_ENABLED=0 [2020-09-20T19:15:20.795Z] #54 6.814 + CGO_ENABLED=0 [2020-09-20T19:15:20.795Z] #54 6.814 + _install_rootlesskit [2020-09-20T19:15:20.795Z] #54 6.814 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86' [2020-09-20T19:15:20.795Z] #54 6.814 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.V3kZCLeNFH/src/github.com/rootless-containers/rootlesskit [2020-09-20T19:15:20.795Z] #54 6.814 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-20T19:15:20.795Z] #54 6.826 Cloning into '/tmp/tmp.V3kZCLeNFH/src/github.com/rootless-containers/rootlesskit'... [2020-09-20T19:15:20.931Z] #52 ... [2020-09-20T19:15:20.931Z] [2020-09-20T19:15:20.931Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-09-20T19:15:20.931Z] #40 DONE 0.1s [2020-09-20T19:15:20.931Z] [2020-09-20T19:15:20.931Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:15:20.931Z] #52 ... [2020-09-20T19:15:20.931Z] [2020-09-20T19:15:20.931Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-09-20T19:15:20.931Z] #42 DONE 0.1s [2020-09-20T19:15:20.972Z] #9 DONE 0.7s [2020-09-20T19:15:20.972Z] [2020-09-20T19:15:20.972Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:15:20.972Z] #43 ... [2020-09-20T19:15:20.972Z] [2020-09-20T19:15:20.972Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-09-20T19:15:20.972Z] #35 DONE 0.2s [2020-09-20T19:15:20.972Z] [2020-09-20T19:15:20.972Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-09-20T19:15:20.972Z] #27 DONE 0.2s [2020-09-20T19:15:20.972Z] [2020-09-20T19:15:20.972Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-20T19:15:21.225Z] [2020-09-20T19:15:21.225Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-09-20T19:15:21.225Z] #44 DONE 0.1s [2020-09-20T19:15:21.225Z] [2020-09-20T19:15:21.225Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:15:21.366Z] #54 ... [2020-09-20T19:15:21.366Z] [2020-09-20T19:15:21.366Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-20T19:15:21.627Z] #28 7.290 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-09-20T19:15:21.627Z] #28 7.301 Cloning into '.'... [2020-09-20T19:15:21.867Z] #24 32.78 ca-certificates is already the newest version (20200601~deb10u1). [2020-09-20T19:15:21.867Z] #24 32.78 The following additional packages will be installed: [2020-09-20T19:15:21.867Z] #24 32.79 libjq1 libonig5 [2020-09-20T19:15:22.166Z] #24 33.38 The following NEW packages will be installed: [2020-09-20T19:15:22.260Z] #10 ... [2020-09-20T19:15:22.260Z] [2020-09-20T19:15:22.260Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:15:22.260Z] #39 31.12 CC images/creds.o [2020-09-20T19:15:22.260Z] #39 31.24 CC images/vma.o [2020-09-20T19:15:22.260Z] #39 31.36 CC images/netdev.o [2020-09-20T19:15:22.260Z] #39 31.71 CC images/tty.o [2020-09-20T19:15:22.260Z] #39 32.25 CC images/file-lock.o [2020-09-20T19:15:22.260Z] #39 32.44 CC images/rlimit.o [2020-09-20T19:15:22.260Z] #39 32.64 CC images/pagemap.o [2020-09-20T19:15:22.260Z] #39 32.91 CC images/siginfo.o [2020-09-20T19:15:22.260Z] #39 33.13 CC images/rpc.o [2020-09-20T19:15:22.260Z] #39 34.12 CC images/ext-file.o [2020-09-20T19:15:22.260Z] #39 34.29 CC images/cgroup.o [2020-09-20T19:15:22.260Z] #39 34.82 CC images/userns.o [2020-09-20T19:15:22.260Z] #39 35.12 CC images/google/protobuf/descriptor.o [2020-09-20T19:15:22.260Z] #39 36.76 CC images/opts.o [2020-09-20T19:15:22.260Z] #39 36.96 CC images/seccomp.o [2020-09-20T19:15:22.260Z] #39 37.23 CC images/binfmt-misc.o [2020-09-20T19:15:22.260Z] #39 37.41 CC images/time.o [2020-09-20T19:15:22.260Z] #39 37.54 CC images/sysctl.o [2020-09-20T19:15:22.260Z] #39 37.74 CC images/autofs.o [2020-09-20T19:15:22.468Z] #24 33.40 jq libjq1 libonig5 [2020-09-20T19:15:22.468Z] #24 33.67 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2020-09-20T19:15:22.468Z] #24 33.67 Need to get 358 kB of archives. [2020-09-20T19:15:22.468Z] #24 33.67 After this operation, 1277 kB of additional disk space will be used. [2020-09-20T19:15:22.468Z] #24 33.67 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-09-20T19:15:22.468Z] #24 33.72 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-09-20T19:15:22.468Z] #24 33.73 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-09-20T19:15:22.520Z] #39 37.99 CC images/macvlan.o [2020-09-20T19:15:22.520Z] #39 38.21 CC images/sit.o [2020-09-20T19:15:22.780Z] #39 38.36 CC images/memfd.o [2020-09-20T19:15:23.039Z] #39 38.57 CC images/timens.o [2020-09-20T19:15:23.299Z] #39 38.87 LINK images/built-in.o [2020-09-20T19:15:23.559Z] #39 39.09 GEN compel/include/asm [2020-09-20T19:15:23.559Z] #39 39.11 GEN compel/include/version.h [2020-09-20T19:15:23.559Z] #39 39.12 touch .config [2020-09-20T19:15:23.559Z] #39 ... [2020-09-20T19:15:23.559Z] [2020-09-20T19:15:23.559Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:15:23.559Z] #54 110.0 + for f in rootlesskit rootlesskit-docker-proxy [2020-09-20T19:15:23.559Z] #54 110.0 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-09-20T19:15:24.128Z] #54 ... [2020-09-20T19:15:24.128Z] [2020-09-20T19:15:24.128Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:15:24.128Z] #41 100.5 vendor/golang.org/x/text/secure/bidirule [2020-09-20T19:15:24.128Z] #41 100.9 vendor/golang.org/x/text/unicode/norm [2020-09-20T19:15:24.128Z] #41 104.6 vendor/golang.org/x/net/idna [2020-09-20T19:15:24.128Z] #41 106.8 vendor/golang.org/x/net/http2/hpack [2020-09-20T19:15:24.128Z] #41 107.7 mime [2020-09-20T19:15:24.128Z] #41 109.3 mime/quotedprintable [2020-09-20T19:15:24.128Z] #41 109.7 net/http/internal [2020-09-20T19:15:24.188Z] #28 ... [2020-09-20T19:15:24.188Z] [2020-09-20T19:15:24.188Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:15:24.188Z] #43 7.171 + RM_GOPATH=0 [2020-09-20T19:15:24.188Z] #43 7.171 + TMP_GOPATH= [2020-09-20T19:15:24.188Z] #43 7.171 + : /build [2020-09-20T19:15:24.188Z] #43 7.171 + '[' -z '' ']' [2020-09-20T19:15:24.188Z] #43 7.191 ++ mktemp -d [2020-09-20T19:15:24.188Z] #43 7.191 + export GOPATH=/tmp/tmp.PSd8zexY3V [2020-09-20T19:15:24.188Z] #43 7.191 + GOPATH=/tmp/tmp.PSd8zexY3V [2020-09-20T19:15:24.188Z] #43 7.191 + RM_GOPATH=1 [2020-09-20T19:15:24.188Z] #43 7.191 + case "$(go env GOARCH)" in [2020-09-20T19:15:24.188Z] #43 7.193 ++ go env GOARCH [2020-09-20T19:15:24.188Z] #43 7.218 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:24.188Z] #43 7.218 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:24.188Z] #43 7.218 ++ dirname /tmp/install/install.sh [2020-09-20T19:15:24.188Z] #43 7.220 + dir=/tmp/install [2020-09-20T19:15:24.188Z] #43 7.220 + bin=gotestsum [2020-09-20T19:15:24.188Z] #43 7.220 + shift [2020-09-20T19:15:24.188Z] #43 7.220 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-09-20T19:15:24.188Z] #43 7.220 + . /tmp/install/gotestsum.installer [2020-09-20T19:15:24.188Z] #43 7.220 ++ : v0.5.3 [2020-09-20T19:15:24.188Z] #43 7.220 + install_gotestsum [2020-09-20T19:15:24.188Z] #43 7.220 + set -e [2020-09-20T19:15:24.188Z] #43 7.220 + export GO111MODULE=on [2020-09-20T19:15:24.188Z] #43 7.220 + GO111MODULE=on [2020-09-20T19:15:24.188Z] #43 7.220 + GOBIN=/build [2020-09-20T19:15:24.188Z] #43 7.220 + go get gotest.tools/gotestsum@v0.5.3 [2020-09-20T19:15:24.188Z] #43 7.380 go: finding gotest.tools/gotestsum v0.5.3 [2020-09-20T19:15:24.188Z] #43 7.380 go: finding gotest.tools v0.5.3 [2020-09-20T19:15:24.188Z] #43 9.071 go: downloading gotest.tools/gotestsum v0.5.3 [2020-09-20T19:15:24.188Z] #43 ... [2020-09-20T19:15:24.188Z] [2020-09-20T19:15:24.188Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:15:24.188Z] #38 8.231 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-20T19:15:24.188Z] #38 8.487 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-20T19:15:24.188Z] #38 8.487 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-20T19:15:24.188Z] #38 10.13 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-20T19:15:24.188Z] #38 ... [2020-09-20T19:15:24.188Z] [2020-09-20T19:15:24.188Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:15:24.188Z] #41 7.465 + RM_GOPATH=0 [2020-09-20T19:15:24.188Z] #41 7.465 + TMP_GOPATH= [2020-09-20T19:15:24.188Z] #41 7.465 + : /build [2020-09-20T19:15:24.188Z] #41 7.465 + '[' -z '' ']' [2020-09-20T19:15:24.188Z] #41 7.467 ++ mktemp -d [2020-09-20T19:15:24.188Z] #41 7.473 + export GOPATH=/tmp/tmp.isnsrfdf6b [2020-09-20T19:15:24.188Z] #41 7.473 + GOPATH=/tmp/tmp.isnsrfdf6b [2020-09-20T19:15:24.188Z] #41 7.473 + RM_GOPATH=1 [2020-09-20T19:15:24.188Z] #41 7.473 + case "$(go env GOARCH)" in [2020-09-20T19:15:24.188Z] #41 7.474 ++ go env GOARCH [2020-09-20T19:15:24.188Z] #41 7.492 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:24.188Z] #41 7.492 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:24.188Z] #41 7.503 ++ dirname /tmp/install/install.sh [2020-09-20T19:15:24.188Z] #41 7.504 + dir=/tmp/install [2020-09-20T19:15:24.188Z] #41 7.513 + bin=vndr [2020-09-20T19:15:24.188Z] #41 7.513 + shift [2020-09-20T19:15:24.188Z] #41 7.513 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-09-20T19:15:24.188Z] #41 7.513 + . /tmp/install/vndr.installer [2020-09-20T19:15:24.188Z] #41 7.513 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-20T19:15:24.188Z] #41 7.513 + install_vndr [2020-09-20T19:15:24.188Z] #41 7.513 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-09-20T19:15:24.188Z] #41 7.513 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-20T19:15:24.188Z] #41 7.513 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.isnsrfdf6b/src/github.com/LK4D4/vndr [2020-09-20T19:15:24.188Z] #41 7.518 Cloning into '/tmp/tmp.isnsrfdf6b/src/github.com/LK4D4/vndr'... [2020-09-20T19:15:24.188Z] #41 8.550 + cd /tmp/tmp.isnsrfdf6b/src/github.com/LK4D4/vndr [2020-09-20T19:15:24.188Z] #41 8.550 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-20T19:15:24.188Z] #41 8.566 + go build -buildmode=pie -v -o /build/vndr . [2020-09-20T19:15:24.388Z] #41 ... [2020-09-20T19:15:24.388Z] [2020-09-20T19:15:24.388Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:15:24.388Z] #39 39.15 GEN include/common/config.h [2020-09-20T19:15:24.388Z] #39 39.24 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-09-20T19:15:24.388Z] #39 39.27 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-09-20T19:15:24.388Z] #39 39.29 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-09-20T19:15:24.388Z] #39 39.31 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-09-20T19:15:24.388Z] #39 39.34 DEP compel/arch/x86/plugins/std/memcpy.d [2020-09-20T19:15:24.388Z] #39 39.38 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-09-20T19:15:24.388Z] #39 39.39 GEN compel/plugins/include/uapi/std/syscall.h [2020-09-20T19:15:24.388Z] #39 39.41 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-09-20T19:15:24.388Z] #39 39.43 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-09-20T19:15:24.388Z] #39 39.45 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-09-20T19:15:24.388Z] #39 39.46 DEP compel/plugins/std/infect.d [2020-09-20T19:15:24.388Z] #39 39.54 DEP compel/plugins/std/string.d [2020-09-20T19:15:24.388Z] #39 39.68 DEP compel/plugins/std/log.d [2020-09-20T19:15:24.388Z] #39 39.75 DEP compel/plugins/std/fds.d [2020-09-20T19:15:24.388Z] #39 39.82 DEP compel/plugins/std/std.d [2020-09-20T19:15:24.388Z] #39 39.92 DEP compel/plugins/shmem/shmem.d [2020-09-20T19:15:24.388Z] #39 40.02 DEP compel/plugins/fds/fds.d [2020-09-20T19:15:24.450Z] #41 ... [2020-09-20T19:15:24.450Z] [2020-09-20T19:15:24.450Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:15:24.450Z] #10 8.675 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-20T19:15:24.450Z] #10 8.730 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-20T19:15:24.450Z] #10 8.731 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-20T19:15:24.450Z] #10 9.653 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-20T19:15:24.450Z] #10 ... [2020-09-20T19:15:24.450Z] [2020-09-20T19:15:24.450Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:15:24.450Z] #45 6.445 + RM_GOPATH=0 [2020-09-20T19:15:24.450Z] #45 6.445 + TMP_GOPATH= [2020-09-20T19:15:24.450Z] #45 6.445 + : /build [2020-09-20T19:15:24.450Z] #45 6.445 + '[' -z '' ']' [2020-09-20T19:15:24.450Z] #45 6.445 ++ mktemp -d [2020-09-20T19:15:24.450Z] #45 6.445 + export GOPATH=/tmp/tmp.D1231a08BH [2020-09-20T19:15:24.450Z] #45 6.445 + GOPATH=/tmp/tmp.D1231a08BH [2020-09-20T19:15:24.450Z] #45 6.445 + RM_GOPATH=1 [2020-09-20T19:15:24.450Z] #45 6.445 + case "$(go env GOARCH)" in [2020-09-20T19:15:24.450Z] #45 6.445 ++ go env GOARCH [2020-09-20T19:15:24.450Z] #45 6.461 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:24.450Z] #45 6.461 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:24.450Z] #45 6.461 ++ dirname /tmp/install/install.sh [2020-09-20T19:15:24.450Z] #45 6.461 + dir=/tmp/install [2020-09-20T19:15:24.450Z] #45 6.461 + bin=golangci_lint [2020-09-20T19:15:24.450Z] #45 6.461 + shift [2020-09-20T19:15:24.450Z] #45 6.461 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-09-20T19:15:24.450Z] #45 6.461 + . /tmp/install/golangci_lint.installer [2020-09-20T19:15:24.450Z] #45 6.461 ++ : v1.23.8 [2020-09-20T19:15:24.450Z] #45 6.461 + install_golangci_lint [2020-09-20T19:15:24.450Z] #45 6.461 + echo 'Installing golangci-lint version v1.23.8' [2020-09-20T19:15:24.450Z] #45 6.461 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-09-20T19:15:24.450Z] #45 6.465 Installing golangci-lint version v1.23.8 [2020-09-20T19:15:24.591Z] #24 ... [2020-09-20T19:15:24.591Z] [2020-09-20T19:15:24.591Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:15:24.591Z] #11 22.31 Reading package lists... [2020-09-20T19:15:24.591Z] #11 30.64 Building dependency tree... [2020-09-20T19:15:24.591Z] #11 34.69 The following additional packages will be installed: [2020-09-20T19:15:24.591Z] #11 34.69 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-09-20T19:15:24.591Z] #11 34.69 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-09-20T19:15:24.591Z] #11 34.70 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-09-20T19:15:24.591Z] #11 34.70 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-09-20T19:15:24.591Z] #11 34.71 Suggested packages: [2020-09-20T19:15:24.591Z] #11 34.71 gcc-8-locales seccomp wine64 [2020-09-20T19:15:24.627Z] #36 ... [2020-09-20T19:15:24.627Z] [2020-09-20T19:15:24.627Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:15:24.627Z] #47 5.815 + RM_GOPATH=0 [2020-09-20T19:15:24.627Z] #47 5.815 + TMP_GOPATH= [2020-09-20T19:15:24.627Z] #47 5.815 + : /build [2020-09-20T19:15:24.627Z] #47 5.815 + '[' -z '' ']' [2020-09-20T19:15:24.627Z] #47 5.815 ++ mktemp -d [2020-09-20T19:15:24.627Z] #47 5.815 + export GOPATH=/tmp/tmp.EDxxwXNUhp [2020-09-20T19:15:24.627Z] #47 5.815 + GOPATH=/tmp/tmp.EDxxwXNUhp [2020-09-20T19:15:24.627Z] #47 5.815 + RM_GOPATH=1 [2020-09-20T19:15:24.627Z] #47 5.815 + case "$(go env GOARCH)" in [2020-09-20T19:15:24.627Z] #47 5.815 ++ go env GOARCH [2020-09-20T19:15:24.627Z] #47 5.827 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:24.627Z] #47 5.827 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:24.627Z] #47 5.827 ++ dirname /tmp/install/install.sh [2020-09-20T19:15:24.627Z] #47 5.829 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-20T19:15:24.627Z] #47 5.829 + dir=/tmp/install [2020-09-20T19:15:24.627Z] #47 5.829 + bin=shfmt [2020-09-20T19:15:24.627Z] #47 5.829 + shift [2020-09-20T19:15:24.627Z] #47 5.829 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-09-20T19:15:24.627Z] #47 5.829 + . /tmp/install/shfmt.installer [2020-09-20T19:15:24.627Z] #47 5.829 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-20T19:15:24.627Z] #47 5.829 + install_shfmt [2020-09-20T19:15:24.627Z] #47 5.829 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-09-20T19:15:24.627Z] #47 5.829 + git clone https://github.com/mvdan/sh.git /tmp/tmp.EDxxwXNUhp/src/github.com/mvdan/sh [2020-09-20T19:15:24.627Z] #47 5.832 Cloning into '/tmp/tmp.EDxxwXNUhp/src/github.com/mvdan/sh'... [2020-09-20T19:15:24.627Z] #47 ... [2020-09-20T19:15:24.627Z] [2020-09-20T19:15:24.627Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-20T19:15:24.627Z] #36 6.497 + git clone https://github.com/docker/distribution.git . [2020-09-20T19:15:24.627Z] #36 6.497 Cloning into '.'... [2020-09-20T19:15:24.648Z] #39 40.17 CC compel/plugins/std/std.o [2020-09-20T19:15:24.710Z] #45 ... [2020-09-20T19:15:24.710Z] [2020-09-20T19:15:24.710Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:15:24.710Z] #21 9.265 + mkdir -p /build [2020-09-20T19:15:24.710Z] #21 9.267 + mv docker/docker /build/ [2020-09-20T19:15:24.710Z] #21 9.281 + rmdir docker [2020-09-20T19:15:24.710Z] #21 DONE 10.6s [2020-09-20T19:15:24.710Z] [2020-09-20T19:15:24.710Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:15:24.710Z] #60 6.191 + RM_GOPATH=0 [2020-09-20T19:15:24.710Z] #60 6.191 + TMP_GOPATH= [2020-09-20T19:15:24.710Z] #60 6.191 + : /build [2020-09-20T19:15:24.710Z] #60 6.191 + '[' -z '' ']' [2020-09-20T19:15:24.710Z] #60 6.191 ++ mktemp -d [2020-09-20T19:15:24.710Z] #60 6.191 + export GOPATH=/tmp/tmp.evtixODT0K [2020-09-20T19:15:24.710Z] #60 6.191 + GOPATH=/tmp/tmp.evtixODT0K [2020-09-20T19:15:24.710Z] #60 6.191 + RM_GOPATH=1 [2020-09-20T19:15:24.710Z] #60 6.191 + case "$(go env GOARCH)" in [2020-09-20T19:15:24.710Z] #60 6.191 ++ go env GOARCH [2020-09-20T19:15:24.710Z] #60 6.206 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:24.710Z] #60 6.206 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:24.710Z] #60 6.206 ++ dirname /tmp/install/install.sh [2020-09-20T19:15:24.710Z] #60 6.211 Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-09-20T19:15:24.710Z] #60 6.211 + dir=/tmp/install [2020-09-20T19:15:24.710Z] #60 6.211 + bin=proxy [2020-09-20T19:15:24.710Z] #60 6.211 + shift [2020-09-20T19:15:24.710Z] #60 6.211 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-09-20T19:15:24.710Z] #60 6.211 + . /tmp/install/proxy.installer [2020-09-20T19:15:24.710Z] #60 6.211 ++ : d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-09-20T19:15:24.710Z] #60 6.211 + install_proxy [2020-09-20T19:15:24.710Z] #60 6.211 + case "$1" in [2020-09-20T19:15:24.710Z] #60 6.211 + export CGO_ENABLED=0 [2020-09-20T19:15:24.710Z] #60 6.211 + CGO_ENABLED=0 [2020-09-20T19:15:24.710Z] #60 6.211 + _install_proxy [2020-09-20T19:15:24.710Z] #60 6.211 + echo 'Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b' [2020-09-20T19:15:24.710Z] #60 6.211 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.evtixODT0K/src/github.com/docker/libnetwork [2020-09-20T19:15:24.710Z] #60 6.211 Cloning into '/tmp/tmp.evtixODT0K/src/github.com/docker/libnetwork'... [2020-09-20T19:15:24.710Z] #60 ... [2020-09-20T19:15:24.710Z] [2020-09-20T19:15:24.710Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:15:24.710Z] #30 6.792 + RM_GOPATH=0 [2020-09-20T19:15:24.710Z] #30 6.792 + TMP_GOPATH= [2020-09-20T19:15:24.710Z] #30 6.792 + : /build [2020-09-20T19:15:24.710Z] #30 6.792 + '[' -z '' ']' [2020-09-20T19:15:24.710Z] #30 6.792 ++ mktemp -d [2020-09-20T19:15:24.710Z] #30 6.796 + export GOPATH=/tmp/tmp.pqOBcy4iab [2020-09-20T19:15:24.710Z] #30 6.796 + GOPATH=/tmp/tmp.pqOBcy4iab [2020-09-20T19:15:24.710Z] #30 6.796 + RM_GOPATH=1 [2020-09-20T19:15:24.710Z] #30 6.796 + case "$(go env GOARCH)" in [2020-09-20T19:15:24.710Z] #30 6.796 ++ go env GOARCH [2020-09-20T19:15:24.710Z] #30 6.812 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-20T19:15:24.710Z] #30 6.812 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:24.710Z] #30 6.812 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:24.710Z] #30 6.812 ++ dirname /tmp/install/install.sh [2020-09-20T19:15:24.710Z] #30 6.812 + dir=/tmp/install [2020-09-20T19:15:24.710Z] #30 6.812 + bin=tomlv [2020-09-20T19:15:24.710Z] #30 6.812 + shift [2020-09-20T19:15:24.710Z] #30 6.812 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-09-20T19:15:24.710Z] #30 6.812 + . /tmp/install/tomlv.installer [2020-09-20T19:15:24.710Z] #30 6.812 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-20T19:15:24.710Z] #30 6.812 + install_tomlv [2020-09-20T19:15:24.710Z] #30 6.812 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-09-20T19:15:24.710Z] #30 6.812 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.pqOBcy4iab/src/github.com/BurntSushi/toml [2020-09-20T19:15:24.710Z] #30 6.825 Cloning into '/tmp/tmp.pqOBcy4iab/src/github.com/BurntSushi/toml'... [2020-09-20T19:15:24.710Z] #30 7.997 + cd /tmp/tmp.pqOBcy4iab/src/github.com/BurntSushi/toml [2020-09-20T19:15:24.710Z] #30 7.997 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-20T19:15:24.710Z] #30 8.016 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-09-20T19:15:24.710Z] #30 9.569 internal/cpu [2020-09-20T19:15:24.710Z] #30 9.577 runtime/internal/atomic [2020-09-20T19:15:24.710Z] #30 9.912 runtime/internal/sys [2020-09-20T19:15:24.710Z] #30 10.17 runtime/internal/math [2020-09-20T19:15:24.710Z] #30 10.32 internal/bytealg [2020-09-20T19:15:24.710Z] #30 10.44 math/bits [2020-09-20T19:15:24.710Z] #30 ... [2020-09-20T19:15:24.710Z] [2020-09-20T19:15:24.710Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-20T19:15:24.710Z] #51 8.108 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-20T19:15:24.710Z] #51 8.259 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-20T19:15:24.710Z] #51 8.259 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-20T19:15:24.710Z] #51 10.02 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-20T19:15:24.890Z] #11 ... [2020-09-20T19:15:24.890Z] [2020-09-20T19:15:24.890Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-20T19:15:24.890Z] #24 35.55 debconf: delaying package configuration, since apt-utils is not installed [2020-09-20T19:15:24.890Z] #24 35.90 Fetched 358 kB in 0s (2722 kB/s) [2020-09-20T19:15:24.890Z] #24 36.02 Selecting previously unselected package libonig5:ppc64el. [2020-09-20T19:15:24.890Z] #24 36.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 ... 15339 files and directories currently installed.) [2020-09-20T19:15:24.890Z] #24 36.10 Preparing to unpack .../libonig5_6.9.1-1_ppc64el.deb ... [2020-09-20T19:15:24.890Z] #24 36.11 Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-09-20T19:15:24.907Z] #39 40.46 CC compel/plugins/std/fds.o [2020-09-20T19:15:24.970Z] #51 ... [2020-09-20T19:15:24.971Z] [2020-09-20T19:15:24.971Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-20T19:15:24.971Z] #36 7.360 + git clone https://github.com/docker/distribution.git . [2020-09-20T19:15:24.971Z] #36 7.360 Cloning into '.'... [2020-09-20T19:15:25.167Z] #39 40.87 CC compel/plugins/std/log.o [2020-09-20T19:15:25.189Z] #24 36.43 Selecting previously unselected package libjq1:ppc64el. [2020-09-20T19:15:25.232Z] #36 ... [2020-09-20T19:15:25.233Z] [2020-09-20T19:15:25.233Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-20T19:15:25.233Z] #23 7.554 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-20T19:15:25.233Z] #23 7.687 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-20T19:15:25.233Z] #23 7.742 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-20T19:15:25.233Z] #23 9.284 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-20T19:15:25.233Z] #23 ... [2020-09-20T19:15:25.233Z] [2020-09-20T19:15:25.233Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:15:25.233Z] #41 10.62 internal/race [2020-09-20T19:15:25.233Z] #41 10.67 internal/bytealg [2020-09-20T19:15:25.233Z] #41 10.89 sync/atomic [2020-09-20T19:15:25.493Z] #41 11.40 unicode [2020-09-20T19:15:25.518Z] #24 36.45 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-09-20T19:15:25.518Z] #24 36.48 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-09-20T19:15:25.819Z] #24 36.72 Selecting previously unselected package jq. [2020-09-20T19:15:25.819Z] #24 36.72 Preparing to unpack .../jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-09-20T19:15:25.819Z] #24 36.73 Unpacking jq (1.5+dfsg-2+b1) ... [2020-09-20T19:15:25.819Z] #24 36.99 Setting up libonig5:ppc64el (6.9.1-1) ... [2020-09-20T19:15:26.064Z] #41 12.11 runtime [2020-09-20T19:15:26.106Z] #39 41.71 CC compel/plugins/std/string.o [2020-09-20T19:15:26.119Z] #24 36.99 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-09-20T19:15:26.119Z] #24 37.00 Setting up jq (1.5+dfsg-2+b1) ... [2020-09-20T19:15:26.119Z] #24 37.02 Processing triggers for libc-bin (2.28-10) ... [2020-09-20T19:15:26.418Z] #28 ... [2020-09-20T19:15:26.418Z] [2020-09-20T19:15:26.418Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:15:26.418Z] #45 3.315 + RM_GOPATH=0 [2020-09-20T19:15:26.418Z] #45 3.315 + TMP_GOPATH= [2020-09-20T19:15:26.418Z] #45 3.315 + : /build [2020-09-20T19:15:26.418Z] #45 3.315 + '[' -z '' ']' [2020-09-20T19:15:26.418Z] #45 3.317 ++ mktemp -d [2020-09-20T19:15:26.418Z] #45 3.319 + export GOPATH=/tmp/tmp.3BoQUDR6VM [2020-09-20T19:15:26.418Z] #45 3.319 + GOPATH=/tmp/tmp.3BoQUDR6VM [2020-09-20T19:15:26.418Z] #45 3.320 + RM_GOPATH=1 [2020-09-20T19:15:26.418Z] #45 3.320 + case "$(go env GOARCH)" in [2020-09-20T19:15:26.418Z] #45 3.558 ++ go env GOARCH [2020-09-20T19:15:26.418Z] #45 3.993 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:26.418Z] #45 3.993 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:26.418Z] #45 4.142 ++ dirname /tmp/install/install.sh [2020-09-20T19:15:26.418Z] #45 4.281 + dir=/tmp/install [2020-09-20T19:15:26.418Z] #45 4.281 + bin=golangci_lint [2020-09-20T19:15:26.418Z] #45 4.281 + shift [2020-09-20T19:15:26.418Z] #45 4.281 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-09-20T19:15:26.418Z] #45 4.281 + . /tmp/install/golangci_lint.installer [2020-09-20T19:15:26.418Z] #45 4.281 ++ : v1.23.8 [2020-09-20T19:15:26.418Z] #45 4.281 + install_golangci_lint [2020-09-20T19:15:26.418Z] #45 4.281 + echo 'Installing golangci-lint version v1.23.8' [2020-09-20T19:15:26.418Z] #45 4.281 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-09-20T19:15:26.418Z] #45 4.281 Installing golangci-lint version v1.23.8 [2020-09-20T19:15:26.421Z] #24 DONE 37.4s [2020-09-20T19:15:26.421Z] [2020-09-20T19:15:26.421Z] #25 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-09-20T19:15:26.421Z] #25 DONE 0.1s [2020-09-20T19:15:26.421Z] [2020-09-20T19:15:26.421Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:15:26.421Z] #11 36.55 The following NEW packages will be installed: [2020-09-20T19:15:26.421Z] #11 36.55 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-09-20T19:15:26.421Z] #11 36.55 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-09-20T19:15:26.421Z] #11 36.55 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-09-20T19:15:26.421Z] #11 36.55 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-09-20T19:15:26.421Z] #11 36.56 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-09-20T19:15:26.421Z] #11 36.56 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-09-20T19:15:26.421Z] #11 36.78 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2020-09-20T19:15:26.421Z] #11 36.78 Need to get 78.9 MB of archives. [2020-09-20T19:15:26.421Z] #11 36.78 After this operation, 532 MB of additional disk space will be used. [2020-09-20T19:15:26.421Z] #11 36.78 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-i686 ppc64el 2.31.1-11+8.3 [2811 kB] [2020-09-20T19:15:26.421Z] #11 37.19 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-x86-64 ppc64el 2.31.1-11+8.3 [3109 kB] [2020-09-20T19:15:26.421Z] #11 37.62 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-09-20T19:15:26.421Z] #11 37.65 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.155-3 [128 kB] [2020-09-20T19:15:26.421Z] #11 37.67 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el dmsetup ppc64el 2:1.02.155-3 [85.4 kB] [2020-09-20T19:15:26.421Z] #11 37.69 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-common all 6.0.0-3 [4910 kB] [2020-09-20T19:15:27.046Z] #39 42.32 CC compel/plugins/std/infect.o [2020-09-20T19:15:27.075Z] #11 38.18 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-09-20T19:15:27.306Z] #39 42.79 CC compel/arch/x86/plugins/std/parasite-head.o [2020-09-20T19:15:27.306Z] #39 42.84 CC compel/arch/x86/plugins/std/memcpy.o [2020-09-20T19:15:27.306Z] #39 42.91 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-09-20T19:15:27.306Z] #39 42.99 AR compel/plugins/std.lib.a [2020-09-20T19:15:27.376Z] #11 38.53 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-base ppc64el 8.3.0-6+21.3~deb10u1 [175 kB] [2020-09-20T19:15:27.376Z] #11 38.55 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [35.9 MB] [2020-09-20T19:15:27.566Z] #39 43.07 CC compel/plugins/fds/fds.o [2020-09-20T19:15:27.826Z] #39 43.38 AR compel/plugins/fds.lib.a [2020-09-20T19:15:27.826Z] #39 43.42 HOSTDEP compel/src/lib/log-host.d [2020-09-20T19:15:27.826Z] #39 43.47 HOSTDEP compel/src/lib/handle-elf-host.d [2020-09-20T19:15:27.909Z] #36 ... [2020-09-20T19:15:27.909Z] [2020-09-20T19:15:27.909Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:15:27.909Z] #60 7.103 + RM_GOPATH=0 [2020-09-20T19:15:27.909Z] #60 7.103 + TMP_GOPATH= [2020-09-20T19:15:27.909Z] #60 7.103 + : /build [2020-09-20T19:15:27.909Z] #60 7.103 + '[' -z '' ']' [2020-09-20T19:15:27.909Z] #60 7.111 ++ mktemp -d [2020-09-20T19:15:27.909Z] #60 7.129 + export GOPATH=/tmp/tmp.SQhu3NSxvX [2020-09-20T19:15:27.909Z] #60 7.129 + GOPATH=/tmp/tmp.SQhu3NSxvX [2020-09-20T19:15:27.909Z] #60 7.129 + RM_GOPATH=1 [2020-09-20T19:15:27.909Z] #60 7.129 + case "$(go env GOARCH)" in [2020-09-20T19:15:27.909Z] #60 7.129 ++ go env GOARCH [2020-09-20T19:15:27.909Z] #60 7.173 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:27.909Z] #60 7.173 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:27.909Z] #60 7.173 ++ dirname /tmp/install/install.sh [2020-09-20T19:15:27.909Z] #60 7.190 + dir=/tmp/install [2020-09-20T19:15:27.909Z] #60 7.190 + bin=proxy [2020-09-20T19:15:27.909Z] #60 7.191 + shift [2020-09-20T19:15:27.909Z] #60 7.195 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-09-20T19:15:27.909Z] #60 7.195 + . /tmp/install/proxy.installer [2020-09-20T19:15:27.909Z] #60 7.201 ++ : d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-09-20T19:15:27.909Z] #60 7.201 + install_proxy [2020-09-20T19:15:27.909Z] #60 7.201 + case "$1" in [2020-09-20T19:15:27.909Z] #60 7.204 + export CGO_ENABLED=0 [2020-09-20T19:15:27.909Z] #60 7.204 + CGO_ENABLED=0 [2020-09-20T19:15:27.909Z] #60 7.205 + _install_proxy [2020-09-20T19:15:27.909Z] #60 7.205 + echo 'Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b' [2020-09-20T19:15:27.909Z] #60 7.205 Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-09-20T19:15:27.909Z] #60 7.207 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.SQhu3NSxvX/src/github.com/docker/libnetwork [2020-09-20T19:15:27.909Z] #60 7.227 Cloning into '/tmp/tmp.SQhu3NSxvX/src/github.com/docker/libnetwork'... [2020-09-20T19:15:27.909Z] #60 ... [2020-09-20T19:15:27.909Z] [2020-09-20T19:15:27.909Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:15:27.909Z] #32 7.665 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-20T19:15:27.909Z] #32 7.756 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-20T19:15:27.909Z] #32 7.757 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-20T19:15:27.909Z] #32 9.154 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-20T19:15:27.909Z] #32 ... [2020-09-20T19:15:27.909Z] [2020-09-20T19:15:27.909Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:15:27.909Z] #10 7.675 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-20T19:15:27.909Z] #10 7.777 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-20T19:15:27.909Z] #10 7.803 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-20T19:15:27.909Z] #10 10.00 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-20T19:15:28.044Z] #11 ... [2020-09-20T19:15:28.044Z] [2020-09-20T19:15:28.044Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-20T19:15:28.044Z] #52 25.09 Reading package lists... [2020-09-20T19:15:28.044Z] #52 32.38 Building dependency tree... [2020-09-20T19:15:28.044Z] #52 35.49 The following additional packages will be installed: [2020-09-20T19:15:28.044Z] #52 35.49 libbtrfs0 [2020-09-20T19:15:28.044Z] #52 35.69 The following NEW packages will be installed: [2020-09-20T19:15:28.044Z] #52 35.71 libbtrfs-dev libbtrfs0 [2020-09-20T19:15:28.044Z] #52 35.97 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2020-09-20T19:15:28.044Z] #52 35.97 Need to get 120 kB of archives. [2020-09-20T19:15:28.044Z] #52 35.97 After this operation, 423 kB of additional disk space will be used. [2020-09-20T19:15:28.044Z] #52 35.97 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-09-20T19:15:28.044Z] #52 36.00 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-09-20T19:15:28.044Z] #52 38.00 debconf: delaying package configuration, since apt-utils is not installed [2020-09-20T19:15:28.044Z] #52 38.26 Fetched 120 kB in 0s (1620 kB/s) [2020-09-20T19:15:28.044Z] #52 38.38 Selecting previously unselected package libbtrfs0. [2020-09-20T19:15:28.044Z] #52 38.38 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-09-20T19:15:28.044Z] #52 38.47 Preparing to unpack .../libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-09-20T19:15:28.044Z] #52 38.50 Unpacking libbtrfs0 (4.20.1-2) ... [2020-09-20T19:15:28.044Z] #52 38.63 Selecting previously unselected package libbtrfs-dev. [2020-09-20T19:15:28.044Z] #52 38.65 Preparing to unpack .../libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-09-20T19:15:28.044Z] #52 38.65 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-09-20T19:15:28.044Z] #52 38.90 Setting up libbtrfs0 (4.20.1-2) ... [2020-09-20T19:15:28.044Z] #52 38.93 Setting up libbtrfs-dev (4.20.1-2) ... [2020-09-20T19:15:28.044Z] #52 38.94 Processing triggers for libc-bin (2.28-10) ... [2020-09-20T19:15:28.044Z] #52 DONE 39.3s [2020-09-20T19:15:28.086Z] #39 43.65 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-09-20T19:15:28.086Z] #39 43.77 HOSTDEP compel/src/main-host.d [2020-09-20T19:15:28.166Z] #10 ... [2020-09-20T19:15:28.166Z] [2020-09-20T19:15:28.166Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-20T19:15:28.166Z] #28 6.872 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-09-20T19:15:28.166Z] #28 6.877 Cloning into '.'... [2020-09-20T19:15:28.208Z] #45 ... [2020-09-20T19:15:28.208Z] [2020-09-20T19:15:28.208Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:15:28.208Z] #52 117.9 + bin/containerd [2020-09-20T19:15:28.345Z] #39 43.95 DEP compel/src/lib/ptrace.d [2020-09-20T19:15:28.345Z] #39 44.07 DEP compel/src/lib/infect.d [2020-09-20T19:15:28.361Z] [2020-09-20T19:15:28.361Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:15:28.425Z] #28 ... [2020-09-20T19:15:28.425Z] [2020-09-20T19:15:28.425Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:15:28.425Z] #41 7.132 + RM_GOPATH=0 [2020-09-20T19:15:28.425Z] #41 7.132 + TMP_GOPATH= [2020-09-20T19:15:28.425Z] #41 7.132 + : /build [2020-09-20T19:15:28.425Z] #41 7.132 + '[' -z '' ']' [2020-09-20T19:15:28.425Z] #41 7.141 ++ mktemp -d [2020-09-20T19:15:28.425Z] #41 7.149 + export GOPATH=/tmp/tmp.gBnLBcdWs7 [2020-09-20T19:15:28.425Z] #41 7.149 + GOPATH=/tmp/tmp.gBnLBcdWs7 [2020-09-20T19:15:28.425Z] #41 7.149 + RM_GOPATH=1 [2020-09-20T19:15:28.425Z] #41 7.149 + case "$(go env GOARCH)" in [2020-09-20T19:15:28.425Z] #41 7.150 ++ go env GOARCH [2020-09-20T19:15:28.425Z] #41 7.196 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:28.425Z] #41 7.199 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:28.425Z] #41 7.200 ++ dirname /tmp/install/install.sh [2020-09-20T19:15:28.425Z] #41 7.203 + dir=/tmp/install [2020-09-20T19:15:28.425Z] #41 7.204 + bin=vndr [2020-09-20T19:15:28.425Z] #41 7.204 + shift [2020-09-20T19:15:28.425Z] #41 7.204 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-09-20T19:15:28.425Z] #41 7.204 + . /tmp/install/vndr.installer [2020-09-20T19:15:28.425Z] #41 7.205 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-20T19:15:28.425Z] #41 7.205 + install_vndr [2020-09-20T19:15:28.425Z] #41 7.206 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-09-20T19:15:28.425Z] #41 7.206 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-20T19:15:28.425Z] #41 7.206 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.gBnLBcdWs7/src/github.com/LK4D4/vndr [2020-09-20T19:15:28.425Z] #41 7.211 Cloning into '/tmp/tmp.gBnLBcdWs7/src/github.com/LK4D4/vndr'... [2020-09-20T19:15:28.425Z] #41 8.165 + cd /tmp/tmp.gBnLBcdWs7/src/github.com/LK4D4/vndr [2020-09-20T19:15:28.425Z] #41 8.165 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-20T19:15:28.425Z] #41 8.177 + go build -buildmode=pie -v -o /build/vndr . [2020-09-20T19:15:28.425Z] #41 10.32 internal/race [2020-09-20T19:15:28.425Z] #41 ... [2020-09-20T19:15:28.425Z] [2020-09-20T19:15:28.425Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-20T19:15:28.426Z] #23 7.592 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-20T19:15:28.426Z] #23 7.701 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-20T19:15:28.426Z] #23 7.702 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-20T19:15:28.426Z] #23 9.146 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-20T19:15:28.605Z] #39 44.22 DEP compel/src/lib/infect-util.d [2020-09-20T19:15:28.605Z] #39 44.34 DEP compel/src/lib/infect-rpc.d [2020-09-20T19:15:28.675Z] #53 0.293 + RM_GOPATH=0 [2020-09-20T19:15:28.675Z] #53 0.293 + TMP_GOPATH= [2020-09-20T19:15:28.675Z] #53 0.294 + : /build [2020-09-20T19:15:28.675Z] #53 0.294 + '[' -z '' ']' [2020-09-20T19:15:28.675Z] #53 0.296 ++ mktemp -d [2020-09-20T19:15:28.675Z] #53 0.301 + export GOPATH=/tmp/tmp.SqyD2z6a6K [2020-09-20T19:15:28.675Z] #53 0.302 + GOPATH=/tmp/tmp.SqyD2z6a6K [2020-09-20T19:15:28.675Z] #53 0.302 + RM_GOPATH=1 [2020-09-20T19:15:28.675Z] #53 0.302 + case "$(go env GOARCH)" in [2020-09-20T19:15:28.675Z] #53 0.304 ++ go env GOARCH [2020-09-20T19:15:28.675Z] #53 0.329 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:28.675Z] #53 0.330 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:28.675Z] #53 0.332 ++ dirname /tmp/install/install.sh [2020-09-20T19:15:28.675Z] #53 0.334 + dir=/tmp/install [2020-09-20T19:15:28.675Z] #53 0.338 + bin=containerd [2020-09-20T19:15:28.675Z] #53 0.338 + shift [2020-09-20T19:15:28.675Z] #53 0.339 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-09-20T19:15:28.675Z] #53 0.340 + . /tmp/install/containerd.installer [2020-09-20T19:15:28.675Z] #53 0.340 ++ set -e [2020-09-20T19:15:28.675Z] #53 0.341 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-09-20T19:15:28.675Z] #53 0.342 + install_containerd [2020-09-20T19:15:28.675Z] #53 0.361 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-09-20T19:15:28.675Z] #53 0.361 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-09-20T19:15:28.675Z] #53 0.362 + git clone https://github.com/containerd/containerd.git /tmp/tmp.SqyD2z6a6K/src/github.com/containerd/containerd [2020-09-20T19:15:28.675Z] #53 0.364 Cloning into '/tmp/tmp.SqyD2z6a6K/src/github.com/containerd/containerd'... [2020-09-20T19:15:28.682Z] #23 ... [2020-09-20T19:15:28.682Z] [2020-09-20T19:15:28.682Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:15:28.682Z] #21 5.919 + RM_GOPATH=0 [2020-09-20T19:15:28.682Z] #21 5.919 + TMP_GOPATH= [2020-09-20T19:15:28.682Z] #21 5.919 + : /build [2020-09-20T19:15:28.682Z] #21 5.919 + '[' -z '' ']' [2020-09-20T19:15:28.682Z] #21 5.926 ++ mktemp -d [2020-09-20T19:15:28.682Z] #21 5.926 + export GOPATH=/tmp/tmp.00dB69B4za [2020-09-20T19:15:28.682Z] #21 5.926 + GOPATH=/tmp/tmp.00dB69B4za [2020-09-20T19:15:28.682Z] #21 5.926 + RM_GOPATH=1 [2020-09-20T19:15:28.682Z] #21 5.926 + case "$(go env GOARCH)" in [2020-09-20T19:15:28.682Z] #21 5.926 ++ go env GOARCH [2020-09-20T19:15:28.682Z] #21 5.937 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:28.682Z] #21 5.937 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:28.682Z] #21 5.937 ++ dirname /tmp/install/install.sh [2020-09-20T19:15:28.682Z] #21 5.938 + dir=/tmp/install [2020-09-20T19:15:28.682Z] #21 5.938 + bin=dockercli [2020-09-20T19:15:28.682Z] #21 5.938 + shift [2020-09-20T19:15:28.682Z] #21 5.938 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-09-20T19:15:28.682Z] #21 5.938 + . /tmp/install/dockercli.installer [2020-09-20T19:15:28.682Z] #21 5.938 ++ : stable [2020-09-20T19:15:28.682Z] #21 5.938 ++ : 17.06.2-ce [2020-09-20T19:15:28.682Z] #21 5.938 + install_dockercli [2020-09-20T19:15:28.682Z] #21 5.938 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-09-20T19:15:28.682Z] #21 5.939 Install docker/cli version 17.06.2-ce from stable [2020-09-20T19:15:28.682Z] #21 5.951 ++ uname -m [2020-09-20T19:15:28.682Z] #21 5.951 + arch=x86_64 [2020-09-20T19:15:28.682Z] #21 5.951 + '[' x86_64 '!=' x86_64 ']' [2020-09-20T19:15:28.682Z] #21 5.951 + url=https://download.docker.com/linux/static [2020-09-20T19:15:28.682Z] #21 5.951 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-09-20T19:15:28.682Z] #21 5.951 + tar -xz docker/docker [2020-09-20T19:15:28.682Z] #21 ... [2020-09-20T19:15:28.682Z] [2020-09-20T19:15:28.682Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:15:28.682Z] #38 7.702 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-20T19:15:28.682Z] #38 7.762 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-20T19:15:28.682Z] #38 7.767 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-20T19:15:28.682Z] #38 9.933 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-20T19:15:28.865Z] #39 44.44 DEP compel/arch/x86/src/lib/infect.d [2020-09-20T19:15:28.865Z] #39 44.54 DEP compel/arch/x86/src/lib/cpu.d [2020-09-20T19:15:28.865Z] #39 44.63 DEP compel/src/lib/log.d [2020-09-20T19:15:28.939Z] #38 ... [2020-09-20T19:15:28.939Z] [2020-09-20T19:15:28.939Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:15:28.939Z] #45 6.776 + RM_GOPATH=0 [2020-09-20T19:15:28.939Z] #45 6.776 + TMP_GOPATH= [2020-09-20T19:15:28.939Z] #45 6.776 + : /build [2020-09-20T19:15:28.939Z] #45 6.776 + '[' -z '' ']' [2020-09-20T19:15:28.939Z] #45 6.776 ++ mktemp -d [2020-09-20T19:15:28.939Z] #45 6.786 + export GOPATH=/tmp/tmp.RJ13rRetkc [2020-09-20T19:15:28.939Z] #45 6.786 + GOPATH=/tmp/tmp.RJ13rRetkc [2020-09-20T19:15:28.939Z] #45 6.786 + RM_GOPATH=1 [2020-09-20T19:15:28.939Z] #45 6.786 + case "$(go env GOARCH)" in [2020-09-20T19:15:28.939Z] #45 6.786 ++ go env GOARCH [2020-09-20T19:15:28.939Z] #45 6.817 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:28.939Z] #45 6.817 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:28.939Z] #45 6.817 ++ dirname /tmp/install/install.sh [2020-09-20T19:15:28.939Z] #45 6.827 Installing golangci-lint version v1.23.8 [2020-09-20T19:15:28.939Z] #45 6.829 + dir=/tmp/install [2020-09-20T19:15:28.939Z] #45 6.829 + bin=golangci_lint [2020-09-20T19:15:28.939Z] #45 6.829 + shift [2020-09-20T19:15:28.939Z] #45 6.829 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-09-20T19:15:28.939Z] #45 6.829 + . /tmp/install/golangci_lint.installer [2020-09-20T19:15:28.939Z] #45 6.829 ++ : v1.23.8 [2020-09-20T19:15:28.939Z] #45 6.829 + install_golangci_lint [2020-09-20T19:15:28.939Z] #45 6.829 + echo 'Installing golangci-lint version v1.23.8' [2020-09-20T19:15:28.939Z] #45 6.829 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-09-20T19:15:28.939Z] #45 ... [2020-09-20T19:15:28.939Z] [2020-09-20T19:15:28.939Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:15:28.939Z] #30 6.011 + RM_GOPATH=0 [2020-09-20T19:15:28.939Z] #30 6.011 + TMP_GOPATH= [2020-09-20T19:15:28.939Z] #30 6.011 + : /build [2020-09-20T19:15:28.939Z] #30 6.011 + '[' -z '' ']' [2020-09-20T19:15:28.939Z] #30 6.011 ++ mktemp -d [2020-09-20T19:15:28.939Z] #30 6.011 + export GOPATH=/tmp/tmp.g8e7LeRe8a [2020-09-20T19:15:28.939Z] #30 6.011 + GOPATH=/tmp/tmp.g8e7LeRe8a [2020-09-20T19:15:28.939Z] #30 6.011 + RM_GOPATH=1 [2020-09-20T19:15:28.939Z] #30 6.011 + case "$(go env GOARCH)" in [2020-09-20T19:15:28.939Z] #30 6.011 ++ go env GOARCH [2020-09-20T19:15:28.939Z] #30 6.012 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:28.939Z] #30 6.012 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:28.939Z] #30 6.012 ++ dirname /tmp/install/install.sh [2020-09-20T19:15:28.939Z] #30 6.013 + dir=/tmp/install [2020-09-20T19:15:28.939Z] #30 6.013 + bin=tomlv [2020-09-20T19:15:28.939Z] #30 6.013 + shift [2020-09-20T19:15:28.939Z] #30 6.013 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-09-20T19:15:28.939Z] #30 6.013 + . /tmp/install/tomlv.installer [2020-09-20T19:15:28.939Z] #30 6.013 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-20T19:15:28.939Z] #30 6.013 + install_tomlv [2020-09-20T19:15:28.939Z] #30 6.013 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-09-20T19:15:28.939Z] #30 6.013 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.g8e7LeRe8a/src/github.com/BurntSushi/toml [2020-09-20T19:15:28.939Z] #30 6.014 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-20T19:15:28.939Z] #30 6.017 Cloning into '/tmp/tmp.g8e7LeRe8a/src/github.com/BurntSushi/toml'... [2020-09-20T19:15:28.939Z] #30 6.647 + cd /tmp/tmp.g8e7LeRe8a/src/github.com/BurntSushi/toml [2020-09-20T19:15:28.939Z] #30 6.647 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-20T19:15:28.939Z] #30 6.652 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-09-20T19:15:28.939Z] #30 7.513 internal/cpu [2020-09-20T19:15:28.939Z] #30 7.525 runtime/internal/atomic [2020-09-20T19:15:28.939Z] #30 7.775 runtime/internal/sys [2020-09-20T19:15:28.939Z] #30 7.932 runtime/internal/math [2020-09-20T19:15:28.940Z] #30 8.089 math/bits [2020-09-20T19:15:28.940Z] #30 8.237 internal/bytealg [2020-09-20T19:15:28.940Z] #30 8.984 math [2020-09-20T19:15:28.940Z] #30 9.389 runtime [2020-09-20T19:15:28.984Z] #53 ... [2020-09-20T19:15:28.984Z] [2020-09-20T19:15:28.984Z] #61 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:15:28.984Z] #61 DONE 40.0s [2020-09-20T19:15:28.984Z] [2020-09-20T19:15:28.984Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:15:28.984Z] #39 25.07 Reading package lists... [2020-09-20T19:15:28.984Z] #39 33.03 Building dependency tree... [2020-09-20T19:15:28.984Z] #39 36.49 The following additional packages will be installed: [2020-09-20T19:15:28.984Z] #39 36.50 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-09-20T19:15:28.984Z] #39 36.50 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-09-20T19:15:28.984Z] #39 36.51 Suggested packages: [2020-09-20T19:15:28.984Z] #39 36.51 manpages-dev python-setuptools [2020-09-20T19:15:28.984Z] #39 37.74 The following NEW packages will be installed: [2020-09-20T19:15:28.984Z] #39 37.74 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-09-20T19:15:28.984Z] #39 37.74 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-09-20T19:15:28.984Z] #39 37.75 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-09-20T19:15:28.984Z] #39 37.75 python-six zlib1g-dev [2020-09-20T19:15:28.984Z] #39 37.91 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2020-09-20T19:15:28.984Z] #39 37.91 Need to get 4075 kB of archives. [2020-09-20T19:15:28.984Z] #39 37.91 After this operation, 24.5 MB of additional disk space will be used. [2020-09-20T19:15:28.984Z] #39 37.91 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libcap-dev ppc64el 1:2.25-2 [31.4 kB] [2020-09-20T19:15:28.984Z] #39 37.93 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2020-09-20T19:15:28.984Z] #39 37.94 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3.1 [119 kB] [2020-09-20T19:15:28.984Z] #39 37.96 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2020-09-20T19:15:28.984Z] #39 37.96 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-dev ppc64el 3.4.0-1 [103 kB] [2020-09-20T19:15:28.984Z] #39 37.97 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2020-09-20T19:15:28.984Z] #39 37.98 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c-dev ppc64el 1.3.1-1+b1 [36.6 kB] [2020-09-20T19:15:28.984Z] #39 37.99 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zlib1g-dev ppc64el 1:1.2.11.dfsg-1 [216 kB] [2020-09-20T19:15:28.984Z] #39 38.02 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf17 ppc64el 3.6.1.3-2 [795 kB] [2020-09-20T19:15:28.984Z] #39 38.10 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-lite17 ppc64el 3.6.1.3-2 [166 kB] [2020-09-20T19:15:28.984Z] #39 38.13 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-dev ppc64el 3.6.1.3-2 [1130 kB] [2020-09-20T19:15:28.984Z] #39 38.24 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotoc17 ppc64el 3.6.1.3-2 [647 kB] [2020-09-20T19:15:28.984Z] #39 38.31 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-c-compiler ppc64el 1.3.1-1+b1 [81.2 kB] [2020-09-20T19:15:28.984Z] #39 38.33 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-compiler ppc64el 3.6.1.3-2 [65.2 kB] [2020-09-20T19:15:28.984Z] #39 38.34 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pkg-resources all 40.8.0-1 [182 kB] [2020-09-20T19:15:28.984Z] #39 38.35 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-six all 1.12.0-1 [15.7 kB] [2020-09-20T19:15:28.984Z] #39 38.38 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-protobuf ppc64el 3.6.1.3-2 [337 kB] [2020-09-20T19:15:28.984Z] #39 39.84 debconf: delaying package configuration, since apt-utils is not installed [2020-09-20T19:15:29.126Z] #39 44.70 DEP compel/src/main.d [2020-09-20T19:15:29.126Z] #39 44.77 DEP compel/src/lib/handle-elf.d [2020-09-20T19:15:29.196Z] #30 ... [2020-09-20T19:15:29.196Z] [2020-09-20T19:15:29.196Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:15:29.196Z] #43 6.498 + RM_GOPATH=0 [2020-09-20T19:15:29.196Z] #43 6.498 + TMP_GOPATH= [2020-09-20T19:15:29.196Z] #43 6.498 + : /build [2020-09-20T19:15:29.196Z] #43 6.498 + '[' -z '' ']' [2020-09-20T19:15:29.196Z] #43 6.498 ++ mktemp -d [2020-09-20T19:15:29.196Z] #43 6.498 + export GOPATH=/tmp/tmp.7hTW50vSg6 [2020-09-20T19:15:29.196Z] #43 6.498 + GOPATH=/tmp/tmp.7hTW50vSg6 [2020-09-20T19:15:29.196Z] #43 6.498 + RM_GOPATH=1 [2020-09-20T19:15:29.196Z] #43 6.498 + case "$(go env GOARCH)" in [2020-09-20T19:15:29.196Z] #43 6.498 ++ go env GOARCH [2020-09-20T19:15:29.196Z] #43 6.533 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:29.196Z] #43 6.533 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:29.196Z] #43 6.533 ++ dirname /tmp/install/install.sh [2020-09-20T19:15:29.196Z] #43 6.533 + dir=/tmp/install [2020-09-20T19:15:29.196Z] #43 6.533 + bin=gotestsum [2020-09-20T19:15:29.196Z] #43 6.533 + shift [2020-09-20T19:15:29.196Z] #43 6.533 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-09-20T19:15:29.196Z] #43 6.533 + . /tmp/install/gotestsum.installer [2020-09-20T19:15:29.196Z] #43 6.533 ++ : v0.5.3 [2020-09-20T19:15:29.196Z] #43 6.533 + install_gotestsum [2020-09-20T19:15:29.196Z] #43 6.533 + set -e [2020-09-20T19:15:29.196Z] #43 6.533 + export GO111MODULE=on [2020-09-20T19:15:29.196Z] #43 6.533 + GO111MODULE=on [2020-09-20T19:15:29.196Z] #43 6.533 + GOBIN=/build [2020-09-20T19:15:29.196Z] #43 6.533 + go get gotest.tools/gotestsum@v0.5.3 [2020-09-20T19:15:29.196Z] #43 6.603 go: finding gotest.tools/gotestsum v0.5.3 [2020-09-20T19:15:29.196Z] #43 6.606 go: finding gotest.tools v0.5.3 [2020-09-20T19:15:29.196Z] #43 7.764 go: downloading gotest.tools/gotestsum v0.5.3 [2020-09-20T19:15:29.196Z] #43 8.514 go: extracting gotest.tools/gotestsum v0.5.3 [2020-09-20T19:15:29.196Z] #43 10.06 go: downloading github.com/fatih/color v1.9.0 [2020-09-20T19:15:29.196Z] #43 10.08 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-09-20T19:15:29.196Z] #43 10.08 go: downloading github.com/spf13/pflag v1.0.3 [2020-09-20T19:15:29.196Z] #43 10.16 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-09-20T19:15:29.196Z] #43 10.39 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-20T19:15:29.196Z] #43 10.52 go: downloading github.com/pkg/errors v0.9.1 [2020-09-20T19:15:29.196Z] #43 10.66 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-09-20T19:15:29.196Z] #43 10.97 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-09-20T19:15:29.196Z] #43 11.07 go: extracting github.com/fatih/color v1.9.0 [2020-09-20T19:15:29.196Z] #43 11.13 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-09-20T19:15:29.196Z] #43 11.17 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-09-20T19:15:29.196Z] #43 11.21 go: extracting github.com/spf13/pflag v1.0.3 [2020-09-20T19:15:29.196Z] #43 11.38 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-09-20T19:15:29.196Z] #43 11.52 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-09-20T19:15:29.196Z] #43 11.60 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-09-20T19:15:29.196Z] #43 ... [2020-09-20T19:15:29.196Z] [2020-09-20T19:15:29.196Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:15:29.196Z] #54 6.309 + RM_GOPATH=0 [2020-09-20T19:15:29.196Z] #54 6.309 + TMP_GOPATH= [2020-09-20T19:15:29.196Z] #54 6.309 + : /build [2020-09-20T19:15:29.196Z] #54 6.309 + '[' -z '' ']' [2020-09-20T19:15:29.196Z] #54 6.309 ++ mktemp -d [2020-09-20T19:15:29.196Z] #54 6.312 + export GOPATH=/tmp/tmp.ouEdc8mZYH [2020-09-20T19:15:29.196Z] #54 6.312 + GOPATH=/tmp/tmp.ouEdc8mZYH [2020-09-20T19:15:29.196Z] #54 6.312 + RM_GOPATH=1 [2020-09-20T19:15:29.196Z] #54 6.312 + case "$(go env GOARCH)" in [2020-09-20T19:15:29.196Z] #54 6.319 ++ go env GOARCH [2020-09-20T19:15:29.196Z] #54 6.323 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:29.196Z] #54 6.323 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:29.196Z] #54 6.323 ++ dirname /tmp/install/install.sh [2020-09-20T19:15:29.196Z] #54 6.323 + dir=/tmp/install [2020-09-20T19:15:29.196Z] #54 6.323 + bin=rootlesskit [2020-09-20T19:15:29.196Z] #54 6.323 + shift [2020-09-20T19:15:29.196Z] #54 6.323 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-09-20T19:15:29.196Z] #54 6.323 + . /tmp/install/rootlesskit.installer [2020-09-20T19:15:29.196Z] #54 6.323 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-20T19:15:29.196Z] #54 6.323 + install_rootlesskit [2020-09-20T19:15:29.196Z] #54 6.323 + case "$1" in [2020-09-20T19:15:29.196Z] #54 6.323 + export CGO_ENABLED=0 [2020-09-20T19:15:29.196Z] #54 6.323 + CGO_ENABLED=0 [2020-09-20T19:15:29.196Z] #54 6.323 + _install_rootlesskit [2020-09-20T19:15:29.196Z] #54 6.323 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86' [2020-09-20T19:15:29.196Z] #54 6.323 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.ouEdc8mZYH/src/github.com/rootless-containers/rootlesskit [2020-09-20T19:15:29.196Z] #54 6.324 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-20T19:15:29.196Z] #54 6.333 Cloning into '/tmp/tmp.ouEdc8mZYH/src/github.com/rootless-containers/rootlesskit'... [2020-09-20T19:15:29.291Z] #39 40.35 Fetched 4075 kB in 1s (6092 kB/s) [2020-09-20T19:15:29.291Z] #39 40.52 Selecting previously unselected package libcap-dev:ppc64el. [2020-09-20T19:15:29.385Z] #39 44.86 DEP compel/arch/x86/src/lib/handle-elf.d [2020-09-20T19:15:29.385Z] #39 44.98 CC compel/src/lib/log.o [2020-09-20T19:15:29.453Z] #54 ... [2020-09-20T19:15:29.453Z] [2020-09-20T19:15:29.453Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:15:29.453Z] #41 10.88 runtime [2020-09-20T19:15:29.453Z] #41 10.90 sync/atomic [2020-09-20T19:15:29.453Z] #41 11.64 unicode [2020-09-20T19:15:29.601Z] #39 40.52 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-09-20T19:15:29.601Z] #39 40.69 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_ppc64el.deb ... [2020-09-20T19:15:29.602Z] #39 40.73 Unpacking libcap-dev:ppc64el (1:2.25-2) ... [2020-09-20T19:15:29.645Z] #39 45.20 CC compel/arch/x86/src/lib/cpu.o [2020-09-20T19:15:29.904Z] #39 40.84 Selecting previously unselected package libnet1:ppc64el. [2020-09-20T19:15:29.904Z] #39 40.85 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-09-20T19:15:29.904Z] #39 40.88 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-09-20T19:15:29.904Z] #39 ... [2020-09-20T19:15:29.904Z] [2020-09-20T19:15:29.904Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:15:29.904Z] #26 2.178 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-09-20T19:15:29.904Z] #26 2.757 [2020-09-20T19:15:30.271Z] #41 16.02 unicode/utf8 [2020-09-20T19:15:30.271Z] #41 ... [2020-09-20T19:15:30.271Z] [2020-09-20T19:15:30.271Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:15:30.271Z] #43 10.14 go: extracting gotest.tools/gotestsum v0.5.3 [2020-09-20T19:15:30.271Z] #43 11.73 go: downloading github.com/pkg/errors v0.9.1 [2020-09-20T19:15:30.271Z] #43 11.88 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-09-20T19:15:30.271Z] #43 11.90 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-09-20T19:15:30.271Z] #43 12.01 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-09-20T19:15:30.271Z] #43 12.26 go: downloading github.com/spf13/pflag v1.0.3 [2020-09-20T19:15:30.271Z] #43 12.26 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-09-20T19:15:30.271Z] #43 12.26 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-09-20T19:15:30.271Z] #43 12.29 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-20T19:15:30.271Z] #43 12.57 go: extracting github.com/pkg/errors v0.9.1 [2020-09-20T19:15:30.271Z] #43 12.58 go: downloading github.com/fatih/color v1.9.0 [2020-09-20T19:15:30.271Z] #43 12.60 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-09-20T19:15:30.271Z] #43 12.77 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-09-20T19:15:30.271Z] #43 12.96 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-09-20T19:15:30.271Z] #43 13.03 go: extracting github.com/fatih/color v1.9.0 [2020-09-20T19:15:30.271Z] #43 13.03 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-09-20T19:15:30.271Z] #43 13.03 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-09-20T19:15:30.271Z] #43 13.03 go: extracting github.com/spf13/pflag v1.0.3 [2020-09-20T19:15:30.271Z] #43 13.25 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-09-20T19:15:30.271Z] #43 13.26 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-09-20T19:15:30.271Z] #43 15.65 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-20T19:15:30.532Z] #43 ... [2020-09-20T19:15:30.532Z] [2020-09-20T19:15:30.532Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:15:30.532Z] #47 16.58 + cd /tmp/tmp.iBJpFGZxWU/src/github.com/mvdan/sh [2020-09-20T19:15:30.532Z] #47 16.58 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-20T19:15:30.532Z] #47 16.71 + GO111MODULE=on [2020-09-20T19:15:30.584Z] #39 45.95 CC compel/arch/x86/src/lib/infect.o [2020-09-20T19:15:30.796Z] #47 16.72 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-09-20T19:15:30.844Z] #39 ... [2020-09-20T19:15:30.844Z] [2020-09-20T19:15:30.844Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:15:30.844Z] #54 DONE 117.1s [2020-09-20T19:15:30.844Z] [2020-09-20T19:15:30.844Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-09-20T19:15:30.844Z] #55 DONE 0.0s [2020-09-20T19:15:30.844Z] [2020-09-20T19:15:30.844Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-09-20T19:15:30.844Z] #56 DONE 0.0s [2020-09-20T19:15:30.844Z] [2020-09-20T19:15:30.844Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:15:30.844Z] #41 112.6 net/textproto [2020-09-20T19:15:30.844Z] #41 112.6 crypto/x509 [2020-09-20T19:15:30.844Z] #41 113.5 vendor/golang.org/x/net/http/httpguts [2020-09-20T19:15:30.844Z] #41 113.7 vendor/golang.org/x/net/http/httpproxy [2020-09-20T19:15:30.844Z] #41 114.2 mime/multipart [2020-09-20T19:15:30.844Z] #41 116.5 crypto/tls [2020-09-20T19:15:31.179Z] #45 ... [2020-09-20T19:15:31.179Z] [2020-09-20T19:15:31.179Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:15:31.179Z] #43 9.858 + RM_GOPATH=0 [2020-09-20T19:15:31.179Z] #43 9.858 + TMP_GOPATH= [2020-09-20T19:15:31.179Z] #43 9.858 + : /build [2020-09-20T19:15:31.179Z] #43 9.858 + '[' -z '' ']' [2020-09-20T19:15:31.179Z] #43 9.859 ++ mktemp -d [2020-09-20T19:15:31.179Z] #43 9.865 + export GOPATH=/tmp/tmp.qX0lGafMg1 [2020-09-20T19:15:31.179Z] #43 9.865 + GOPATH=/tmp/tmp.qX0lGafMg1 [2020-09-20T19:15:31.179Z] #43 9.865 + RM_GOPATH=1 [2020-09-20T19:15:31.179Z] #43 9.865 + case "$(go env GOARCH)" in [2020-09-20T19:15:31.179Z] #43 9.866 ++ go env GOARCH [2020-09-20T19:15:31.179Z] #43 9.879 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:31.179Z] #43 9.879 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:31.179Z] #43 9.880 ++ dirname /tmp/install/install.sh [2020-09-20T19:15:31.179Z] #43 9.891 + dir=/tmp/install [2020-09-20T19:15:31.179Z] #43 9.891 + bin=gotestsum [2020-09-20T19:15:31.179Z] #43 9.891 + shift [2020-09-20T19:15:31.179Z] #43 9.891 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-09-20T19:15:31.179Z] #43 9.891 + . /tmp/install/gotestsum.installer [2020-09-20T19:15:31.179Z] #43 9.891 ++ : v0.5.3 [2020-09-20T19:15:31.179Z] #43 9.891 + install_gotestsum [2020-09-20T19:15:31.179Z] #43 9.896 + set -e [2020-09-20T19:15:31.179Z] #43 9.896 + export GO111MODULE=on [2020-09-20T19:15:31.179Z] #43 9.896 + GO111MODULE=on [2020-09-20T19:15:31.179Z] #43 9.896 + GOBIN=/build [2020-09-20T19:15:31.179Z] #43 9.896 + go get gotest.tools/gotestsum@v0.5.3 [2020-09-20T19:15:31.179Z] #43 9.948 go: finding gotest.tools v0.5.3 [2020-09-20T19:15:31.179Z] #43 9.956 go: finding gotest.tools/gotestsum v0.5.3 [2020-09-20T19:15:31.179Z] #43 ... [2020-09-20T19:15:31.179Z] [2020-09-20T19:15:31.179Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:15:31.179Z] #38 ... [2020-09-20T19:15:31.179Z] [2020-09-20T19:15:31.179Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:15:31.179Z] #54 9.377 + RM_GOPATH=0 [2020-09-20T19:15:31.179Z] #54 9.377 + TMP_GOPATH= [2020-09-20T19:15:31.179Z] #54 9.377 + : /build [2020-09-20T19:15:31.179Z] #54 9.377 + '[' -z '' ']' [2020-09-20T19:15:31.179Z] #54 9.377 ++ mktemp -d [2020-09-20T19:15:31.179Z] #54 9.377 + export GOPATH=/tmp/tmp.wTm6mA7exf [2020-09-20T19:15:31.179Z] #54 9.377 + GOPATH=/tmp/tmp.wTm6mA7exf [2020-09-20T19:15:31.179Z] #54 9.377 + RM_GOPATH=1 [2020-09-20T19:15:31.179Z] #54 9.377 + case "$(go env GOARCH)" in [2020-09-20T19:15:31.179Z] #54 9.377 ++ go env GOARCH [2020-09-20T19:15:31.179Z] #54 9.395 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:31.179Z] #54 9.395 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:31.179Z] #54 9.403 ++ dirname /tmp/install/install.sh [2020-09-20T19:15:31.179Z] #54 9.408 + dir=/tmp/install [2020-09-20T19:15:31.179Z] #54 9.409 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-20T19:15:31.179Z] #54 9.409 + bin=rootlesskit [2020-09-20T19:15:31.179Z] #54 9.409 + shift [2020-09-20T19:15:31.179Z] #54 9.409 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-09-20T19:15:31.179Z] #54 9.409 + . /tmp/install/rootlesskit.installer [2020-09-20T19:15:31.179Z] #54 9.409 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-20T19:15:31.179Z] #54 9.409 + install_rootlesskit [2020-09-20T19:15:31.179Z] #54 9.409 + case "$1" in [2020-09-20T19:15:31.179Z] #54 9.409 + export CGO_ENABLED=0 [2020-09-20T19:15:31.179Z] #54 9.409 + CGO_ENABLED=0 [2020-09-20T19:15:31.179Z] #54 9.409 + _install_rootlesskit [2020-09-20T19:15:31.179Z] #54 9.409 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86' [2020-09-20T19:15:31.179Z] #54 9.409 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.wTm6mA7exf/src/github.com/rootless-containers/rootlesskit [2020-09-20T19:15:31.179Z] #54 9.419 Cloning into '/tmp/tmp.wTm6mA7exf/src/github.com/rootless-containers/rootlesskit'... [2020-09-20T19:15:31.179Z] #54 ... [2020-09-20T19:15:31.179Z] [2020-09-20T19:15:31.179Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:15:31.179Z] #60 9.376 + RM_GOPATH=0 [2020-09-20T19:15:31.179Z] #60 9.376 + TMP_GOPATH= [2020-09-20T19:15:31.179Z] #60 9.376 + : /build [2020-09-20T19:15:31.179Z] #60 9.376 + '[' -z '' ']' [2020-09-20T19:15:31.179Z] #60 9.376 ++ mktemp -d [2020-09-20T19:15:31.179Z] #60 9.376 + export GOPATH=/tmp/tmp.SEAqbNlRF9 [2020-09-20T19:15:31.179Z] #60 9.376 + GOPATH=/tmp/tmp.SEAqbNlRF9 [2020-09-20T19:15:31.179Z] #60 9.376 + RM_GOPATH=1 [2020-09-20T19:15:31.179Z] #60 9.376 + case "$(go env GOARCH)" in [2020-09-20T19:15:31.179Z] #60 9.384 ++ go env GOARCH [2020-09-20T19:15:31.179Z] #60 9.415 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:31.179Z] #60 9.415 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:31.179Z] #60 9.415 ++ dirname /tmp/install/install.sh [2020-09-20T19:15:31.179Z] #60 9.426 + dir=/tmp/install [2020-09-20T19:15:31.179Z] #60 9.427 Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-09-20T19:15:31.179Z] #60 9.428 + bin=proxy [2020-09-20T19:15:31.179Z] #60 9.428 + shift [2020-09-20T19:15:31.179Z] #60 9.428 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-09-20T19:15:31.179Z] #60 9.428 + . /tmp/install/proxy.installer [2020-09-20T19:15:31.179Z] #60 9.428 ++ : d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-09-20T19:15:31.179Z] #60 9.428 + install_proxy [2020-09-20T19:15:31.179Z] #60 9.428 + case "$1" in [2020-09-20T19:15:31.179Z] #60 9.428 + export CGO_ENABLED=0 [2020-09-20T19:15:31.179Z] #60 9.428 + CGO_ENABLED=0 [2020-09-20T19:15:31.179Z] #60 9.428 + _install_proxy [2020-09-20T19:15:31.179Z] #60 9.428 + echo 'Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b' [2020-09-20T19:15:31.179Z] #60 9.428 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.SEAqbNlRF9/src/github.com/docker/libnetwork [2020-09-20T19:15:31.179Z] #60 9.436 Cloning into '/tmp/tmp.SEAqbNlRF9/src/github.com/docker/libnetwork'... [2020-09-20T19:15:31.179Z] #60 ... [2020-09-20T19:15:31.179Z] [2020-09-20T19:15:31.179Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:15:31.179Z] #41 9.896 + RM_GOPATH=0 [2020-09-20T19:15:31.179Z] #41 9.896 + TMP_GOPATH= [2020-09-20T19:15:31.179Z] #41 9.896 + : /build [2020-09-20T19:15:31.179Z] #41 9.896 + '[' -z '' ']' [2020-09-20T19:15:31.179Z] #41 9.896 ++ mktemp -d [2020-09-20T19:15:31.179Z] #41 9.896 + export GOPATH=/tmp/tmp.tT6WYK3yPG [2020-09-20T19:15:31.179Z] #41 9.896 + GOPATH=/tmp/tmp.tT6WYK3yPG [2020-09-20T19:15:31.179Z] #41 9.896 + RM_GOPATH=1 [2020-09-20T19:15:31.179Z] #41 9.896 + case "$(go env GOARCH)" in [2020-09-20T19:15:31.179Z] #41 9.896 ++ go env GOARCH [2020-09-20T19:15:31.179Z] #41 9.909 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:31.179Z] #41 9.909 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:31.179Z] #41 9.909 ++ dirname /tmp/install/install.sh [2020-09-20T19:15:31.179Z] #41 9.910 + dir=/tmp/install [2020-09-20T19:15:31.179Z] #41 9.910 + bin=vndr [2020-09-20T19:15:31.179Z] #41 9.912 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-20T19:15:31.179Z] #41 9.912 + shift [2020-09-20T19:15:31.179Z] #41 9.912 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-09-20T19:15:31.179Z] #41 9.912 + . /tmp/install/vndr.installer [2020-09-20T19:15:31.179Z] #41 9.912 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-20T19:15:31.179Z] #41 9.912 + install_vndr [2020-09-20T19:15:31.179Z] #41 9.912 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-09-20T19:15:31.179Z] #41 9.912 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.tT6WYK3yPG/src/github.com/LK4D4/vndr [2020-09-20T19:15:31.179Z] #41 9.918 Cloning into '/tmp/tmp.tT6WYK3yPG/src/github.com/LK4D4/vndr'... [2020-09-20T19:15:31.179Z] #41 10.52 + cd /tmp/tmp.tT6WYK3yPG/src/github.com/LK4D4/vndr [2020-09-20T19:15:31.179Z] #41 10.52 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-20T19:15:31.179Z] #41 10.54 + go build -buildmode=pie -v -o /build/vndr . [2020-09-20T19:15:31.179Z] #41 ... [2020-09-20T19:15:31.179Z] [2020-09-20T19:15:31.179Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:15:31.179Z] #47 3.315 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-20T19:15:31.179Z] #47 3.315 + RM_GOPATH=0 [2020-09-20T19:15:31.179Z] #47 3.315 + TMP_GOPATH= [2020-09-20T19:15:31.179Z] #47 3.315 + : /build [2020-09-20T19:15:31.179Z] #47 3.315 + '[' -z '' ']' [2020-09-20T19:15:31.179Z] #47 3.315 ++ mktemp -d [2020-09-20T19:15:31.179Z] #47 3.315 + export GOPATH=/tmp/tmp.vOM4tZTAs6 [2020-09-20T19:15:31.179Z] #47 3.315 + GOPATH=/tmp/tmp.vOM4tZTAs6 [2020-09-20T19:15:31.179Z] #47 3.315 + RM_GOPATH=1 [2020-09-20T19:15:31.179Z] #47 3.315 + case "$(go env GOARCH)" in [2020-09-20T19:15:31.179Z] #47 3.315 ++ go env GOARCH [2020-09-20T19:15:31.179Z] #47 3.315 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:31.179Z] #47 3.315 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:31.179Z] #47 3.315 ++ dirname /tmp/install/install.sh [2020-09-20T19:15:31.179Z] #47 3.315 + dir=/tmp/install [2020-09-20T19:15:31.179Z] #47 3.315 + bin=shfmt [2020-09-20T19:15:31.179Z] #47 3.315 + shift [2020-09-20T19:15:31.179Z] #47 3.315 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-09-20T19:15:31.179Z] #47 3.315 + . /tmp/install/shfmt.installer [2020-09-20T19:15:31.179Z] #47 3.315 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-20T19:15:31.179Z] #47 3.315 + install_shfmt [2020-09-20T19:15:31.179Z] #47 3.315 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-09-20T19:15:31.179Z] #47 3.315 + git clone https://github.com/mvdan/sh.git /tmp/tmp.vOM4tZTAs6/src/github.com/mvdan/sh [2020-09-20T19:15:31.179Z] #47 3.315 Cloning into '/tmp/tmp.vOM4tZTAs6/src/github.com/mvdan/sh'... [2020-09-20T19:15:31.179Z] #47 ... [2020-09-20T19:15:31.179Z] [2020-09-20T19:15:31.179Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:15:31.179Z] #32 10.54 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-20T19:15:31.179Z] #32 10.59 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-20T19:15:31.180Z] #32 10.59 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-20T19:15:31.413Z] #41 ... [2020-09-20T19:15:31.413Z] [2020-09-20T19:15:31.413Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:15:31.413Z] #10 117.2 Selecting previously unselected package libapparmor1:amd64. [2020-09-20T19:15:31.413Z] #10 117.2 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-09-20T19:15:31.413Z] #10 117.2 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-09-20T19:15:31.413Z] #10 117.4 Selecting previously unselected package libapparmor-dev:amd64. [2020-09-20T19:15:31.413Z] #10 117.4 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-09-20T19:15:31.413Z] #10 117.4 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-09-20T19:15:31.413Z] #10 117.8 Selecting previously unselected package libbtrfs0. [2020-09-20T19:15:31.413Z] #10 117.8 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-09-20T19:15:31.413Z] #10 117.8 Unpacking libbtrfs0 (4.20.1-2) ... [2020-09-20T19:15:31.443Z] #32 ... [2020-09-20T19:15:31.443Z] [2020-09-20T19:15:31.443Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-20T19:15:31.443Z] #36 9.185 + git clone https://github.com/docker/distribution.git . [2020-09-20T19:15:31.443Z] #36 9.185 Cloning into '.'... [2020-09-20T19:15:31.443Z] #36 ... [2020-09-20T19:15:31.443Z] [2020-09-20T19:15:31.443Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:15:31.443Z] #10 10.67 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-20T19:15:31.443Z] #10 10.69 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-20T19:15:31.443Z] #10 10.69 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-20T19:15:31.674Z] #10 118.0 Selecting previously unselected package libbtrfs-dev. [2020-09-20T19:15:31.674Z] #10 118.0 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-09-20T19:15:31.674Z] #10 118.0 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-09-20T19:15:31.707Z] #10 ... [2020-09-20T19:15:31.707Z] [2020-09-20T19:15:31.707Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-20T19:15:31.707Z] #23 10.88 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-20T19:15:31.707Z] #23 10.90 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-20T19:15:31.707Z] #23 10.92 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-20T19:15:31.739Z] #47 ... [2020-09-20T19:15:31.739Z] [2020-09-20T19:15:31.739Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:15:31.739Z] #32 7.650 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-20T19:15:31.739Z] #32 7.760 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-20T19:15:31.739Z] #32 7.766 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-20T19:15:31.739Z] #32 10.38 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-20T19:15:31.739Z] #32 13.81 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [231 kB] [2020-09-20T19:15:31.739Z] #32 15.92 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-20T19:15:31.739Z] #32 ... [2020-09-20T19:15:31.739Z] [2020-09-20T19:15:31.739Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:15:31.739Z] #43 16.80 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-09-20T19:15:31.739Z] #43 17.00 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-09-20T19:15:31.770Z] #26 3.039 0.1% ## 3.3% ##### 7.3% ######## 11.4% ######### 13.4% ############ 17.5% ############## 19.5% ################ 23.6% ################## 25.6% ######################## 34.6% ########################### 38.7% ############################## 42.8% ################################# 46.9% ###################################### 53.0% ########################################## 59.0% ############################################## 65.2% ################################################### 71.3% ####################################################### 77.3% ############################################################ 83.4% [2020-09-20T19:15:31.770Z] #26 ... [2020-09-20T19:15:31.770Z] [2020-09-20T19:15:31.770Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:15:31.770Z] #11 43.04 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el g++-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [25.5 MB] [2020-09-20T19:15:31.933Z] #10 118.2 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-09-20T19:15:31.933Z] #10 118.2 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-09-20T19:15:31.933Z] #10 118.2 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-09-20T19:15:31.933Z] #10 118.3 Selecting previously unselected package libudev-dev:amd64. [2020-09-20T19:15:31.933Z] #10 118.3 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ... [2020-09-20T19:15:31.933Z] #10 118.3 Unpacking libudev-dev:amd64 (241-7~deb10u4) ... [2020-09-20T19:15:31.979Z] #23 ... [2020-09-20T19:15:31.979Z] [2020-09-20T19:15:31.979Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-20T19:15:31.979Z] #51 10.72 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-20T19:15:31.979Z] #51 10.76 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-20T19:15:31.979Z] #51 10.76 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-20T19:15:31.979Z] #51 ... [2020-09-20T19:15:31.979Z] [2020-09-20T19:15:31.979Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:15:31.979Z] #21 9.416 + RM_GOPATH=0 [2020-09-20T19:15:31.979Z] #21 9.416 + TMP_GOPATH= [2020-09-20T19:15:31.979Z] #21 9.416 + : /build [2020-09-20T19:15:31.979Z] #21 9.416 + '[' -z '' ']' [2020-09-20T19:15:31.979Z] #21 9.439 ++ mktemp -d [2020-09-20T19:15:31.979Z] #21 9.439 + export GOPATH=/tmp/tmp.e1S5LeBT2Y [2020-09-20T19:15:31.979Z] #21 9.439 + GOPATH=/tmp/tmp.e1S5LeBT2Y [2020-09-20T19:15:31.979Z] #21 9.439 + RM_GOPATH=1 [2020-09-20T19:15:31.979Z] #21 9.439 + case "$(go env GOARCH)" in [2020-09-20T19:15:31.979Z] #21 9.439 ++ go env GOARCH [2020-09-20T19:15:31.979Z] #21 9.473 Install docker/cli version 17.06.2-ce from stable [2020-09-20T19:15:31.979Z] #21 9.473 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:31.979Z] #21 9.473 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:31.979Z] #21 9.473 ++ dirname /tmp/install/install.sh [2020-09-20T19:15:31.979Z] #21 9.473 + dir=/tmp/install [2020-09-20T19:15:31.979Z] #21 9.473 + bin=dockercli [2020-09-20T19:15:31.979Z] #21 9.473 + shift [2020-09-20T19:15:31.979Z] #21 9.473 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-09-20T19:15:31.979Z] #21 9.473 + . /tmp/install/dockercli.installer [2020-09-20T19:15:31.979Z] #21 9.473 ++ : stable [2020-09-20T19:15:31.979Z] #21 9.473 ++ : 17.06.2-ce [2020-09-20T19:15:31.979Z] #21 9.473 + install_dockercli [2020-09-20T19:15:31.979Z] #21 9.473 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-09-20T19:15:31.979Z] #21 9.489 ++ uname -m [2020-09-20T19:15:31.979Z] #21 9.489 + arch=aarch64 [2020-09-20T19:15:31.979Z] #21 9.489 + '[' aarch64 '!=' x86_64 ']' [2020-09-20T19:15:31.979Z] #21 9.489 + '[' aarch64 '!=' s390x ']' [2020-09-20T19:15:31.979Z] #21 9.489 + '[' aarch64 '!=' armhf ']' [2020-09-20T19:15:31.979Z] #21 9.489 + build_dockercli [2020-09-20T19:15:31.979Z] #21 9.489 + git clone https://github.com/docker/docker-ce /tmp/tmp.e1S5LeBT2Y/tmp/docker-ce [2020-09-20T19:15:31.979Z] #21 9.495 Cloning into '/tmp/tmp.e1S5LeBT2Y/tmp/docker-ce'... [2020-09-20T19:15:31.979Z] #21 ... [2020-09-20T19:15:31.979Z] [2020-09-20T19:15:31.979Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:15:31.979Z] #30 10.38 + RM_GOPATH=0 [2020-09-20T19:15:31.979Z] #30 10.38 + TMP_GOPATH= [2020-09-20T19:15:31.979Z] #30 10.38 + : /build [2020-09-20T19:15:31.979Z] #30 10.38 + '[' -z '' ']' [2020-09-20T19:15:31.979Z] #30 10.38 ++ mktemp -d [2020-09-20T19:15:31.979Z] #30 10.38 + export GOPATH=/tmp/tmp.ttoNlXshRK [2020-09-20T19:15:31.979Z] #30 10.38 + GOPATH=/tmp/tmp.ttoNlXshRK [2020-09-20T19:15:31.979Z] #30 10.38 + RM_GOPATH=1 [2020-09-20T19:15:31.979Z] #30 10.38 + case "$(go env GOARCH)" in [2020-09-20T19:15:31.979Z] #30 10.39 ++ go env GOARCH [2020-09-20T19:15:31.979Z] #30 10.41 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:31.979Z] #30 10.41 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:31.979Z] #30 10.41 ++ dirname /tmp/install/install.sh [2020-09-20T19:15:31.979Z] #30 10.42 + dir=/tmp/install [2020-09-20T19:15:31.979Z] #30 10.42 + bin=tomlv [2020-09-20T19:15:31.979Z] #30 10.42 + shift [2020-09-20T19:15:31.979Z] #30 10.42 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-09-20T19:15:31.979Z] #30 10.42 + . /tmp/install/tomlv.installer [2020-09-20T19:15:31.979Z] #30 10.42 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-20T19:15:31.979Z] #30 10.42 + install_tomlv [2020-09-20T19:15:31.979Z] #30 10.42 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-09-20T19:15:31.979Z] #30 10.42 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.ttoNlXshRK/src/github.com/BurntSushi/toml [2020-09-20T19:15:31.979Z] #30 10.42 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-20T19:15:31.979Z] #30 10.43 Cloning into '/tmp/tmp.ttoNlXshRK/src/github.com/BurntSushi/toml'... [2020-09-20T19:15:31.979Z] #30 11.41 + cd /tmp/tmp.ttoNlXshRK/src/github.com/BurntSushi/toml [2020-09-20T19:15:31.979Z] #30 11.41 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-20T19:15:31.979Z] #30 11.42 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-09-20T19:15:32.193Z] #10 118.6 Selecting previously unselected package libsepol1-dev:amd64. [2020-09-20T19:15:32.193Z] #10 118.6 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-09-20T19:15:32.193Z] #10 118.6 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-09-20T19:15:32.244Z] #30 ... [2020-09-20T19:15:32.244Z] [2020-09-20T19:15:32.244Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-20T19:15:32.244Z] #51 11.62 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-09-20T19:15:32.427Z] #11 ... [2020-09-20T19:15:32.427Z] [2020-09-20T19:15:32.427Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:15:32.427Z] #33 24.79 Reading package lists... [2020-09-20T19:15:32.427Z] #33 33.93 Building dependency tree... [2020-09-20T19:15:32.427Z] #33 37.97 The following additional packages will be installed: [2020-09-20T19:15:32.427Z] #33 37.99 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-09-20T19:15:32.427Z] #33 37.99 Suggested packages: [2020-09-20T19:15:32.427Z] #33 37.99 cmake-doc ninja-build lrzip [2020-09-20T19:15:32.427Z] #33 37.99 Recommended packages: [2020-09-20T19:15:32.427Z] #33 37.99 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-09-20T19:15:32.427Z] #33 39.15 The following NEW packages will be installed: [2020-09-20T19:15:32.427Z] #33 39.16 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-09-20T19:15:32.427Z] #33 39.17 vim-common xxd [2020-09-20T19:15:32.427Z] #33 39.28 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2020-09-20T19:15:32.427Z] #33 39.28 Need to get 14.9 MB of archives. [2020-09-20T19:15:32.427Z] #33 39.28 After this operation, 67.2 MB of additional disk space will be used. [2020-09-20T19:15:32.427Z] #33 39.28 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-09-20T19:15:32.427Z] #33 39.32 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-09-20T19:15:32.427Z] #33 39.36 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake-data all 3.13.4-1 [1476 kB] [2020-09-20T19:15:32.427Z] #33 39.55 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2020-09-20T19:15:32.427Z] #33 41.17 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-7+b3 [728 kB] [2020-09-20T19:15:32.427Z] #33 41.34 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libarchive13 ppc64el 3.3.3-4+deb10u1 [360 kB] [2020-09-20T19:15:32.427Z] #33 41.41 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2020-09-20T19:15:32.427Z] #33 41.42 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el librhash0 ppc64el 1.3.8-1 [127 kB] [2020-09-20T19:15:32.427Z] #33 41.46 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libuv1 ppc64el 1.24.1-1 [116 kB] [2020-09-20T19:15:32.427Z] #33 41.47 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake ppc64el 3.13.4-1 [3306 kB] [2020-09-20T19:15:32.427Z] #33 43.41 debconf: delaying package configuration, since apt-utils is not installed [2020-09-20T19:15:32.427Z] #33 43.56 Fetched 14.9 MB in 3s (5688 kB/s) [2020-09-20T19:15:32.427Z] #33 43.71 Selecting previously unselected package xxd. [2020-09-20T19:15:32.453Z] #10 118.9 Selecting previously unselected package libpcre16-3:amd64. [2020-09-20T19:15:32.453Z] #10 118.9 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-09-20T19:15:32.453Z] #10 118.9 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-09-20T19:15:32.713Z] #10 119.1 Selecting previously unselected package libpcre32-3:amd64. [2020-09-20T19:15:32.713Z] #10 119.1 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-09-20T19:15:32.713Z] #10 119.1 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-09-20T19:15:32.740Z] #33 43.71 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... [2020-09-20T19:15:32.740Z] #33 ... [2020-09-20T19:15:32.740Z] [2020-09-20T19:15:32.740Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:15:32.740Z] #26 3.039 0.1% ## 3.3% ##### 7.3% ######## 11.4% ######### 13.4% ############ 17.5% ############## 19.5% ################ 23.6% ################## 25.6% ######################## 34.6% ########################### 38.7% ############################## 42.8% ################################# 46.9% ###################################### 53.0% ########################################## 59.0% ############################################## 65.2% ################################################### 71.3% ####################################################### 77.3% ############################################################ 83.4% ################################################################ 89.6% #################################################################### 95.7% ######################################################################## 100.0% [2020-09-20T19:15:32.740Z] #26 6.325 [2020-09-20T19:15:32.973Z] #10 119.2 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-09-20T19:15:32.973Z] #10 119.2 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-09-20T19:15:32.973Z] #10 119.3 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-09-20T19:15:32.973Z] #10 119.4 Selecting previously unselected package libpcre3-dev:amd64. [2020-09-20T19:15:32.973Z] #10 119.4 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-09-20T19:15:32.973Z] #10 119.4 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-09-20T19:15:33.233Z] #10 119.8 Selecting previously unselected package libselinux1-dev:amd64. [2020-09-20T19:15:33.344Z] #26 6.536 ###### 9.7% ########################## 36.3% ###################################################### 76.3% ######################################################################## 100.0% [2020-09-20T19:15:33.493Z] #10 119.8 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-09-20T19:15:33.493Z] #10 119.8 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-09-20T19:15:33.493Z] #10 120.0 Selecting previously unselected package libdevmapper-dev:amd64. [2020-09-20T19:15:33.493Z] #10 120.0 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-09-20T19:15:33.752Z] #10 120.1 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-09-20T19:15:33.752Z] #10 120.1 Selecting previously unselected package libseccomp-dev:amd64. [2020-09-20T19:15:33.752Z] #10 120.2 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-09-20T19:15:33.752Z] #10 120.2 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-09-20T19:15:34.003Z] #26 7.639 [2020-09-20T19:15:34.012Z] #10 120.3 Selecting previously unselected package libsystemd-dev:amd64. [2020-09-20T19:15:34.012Z] #10 120.3 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ... [2020-09-20T19:15:34.012Z] #10 120.3 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-09-20T19:15:34.272Z] #10 120.8 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-09-20T19:15:34.272Z] #10 120.8 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-09-20T19:15:34.272Z] #10 120.8 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-09-20T19:15:34.272Z] #10 120.8 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-09-20T19:15:34.272Z] #10 120.8 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-09-20T19:15:34.272Z] #10 120.8 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-09-20T19:15:34.272Z] #10 120.8 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-09-20T19:15:34.272Z] #10 120.8 Setting up libbtrfs0 (4.20.1-2) ... [2020-09-20T19:15:34.532Z] #10 120.9 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-09-20T19:15:34.532Z] #10 120.9 Setting up libudev-dev:amd64 (241-7~deb10u4) ... [2020-09-20T19:15:34.532Z] #10 120.9 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-09-20T19:15:34.532Z] #10 120.9 Setting up libbtrfs-dev (4.20.1-2) ... [2020-09-20T19:15:34.532Z] #10 120.9 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-09-20T19:15:34.532Z] #10 120.9 Setting up mingw-w64-common (6.0.0-3) ... [2020-09-20T19:15:34.532Z] #10 120.9 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-09-20T19:15:34.532Z] #10 120.9 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-09-20T19:15:34.532Z] #10 120.9 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-09-20T19:15:34.532Z] #10 121.0 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-20T19:15:34.532Z] #10 121.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-09-20T19:15:34.532Z] #10 121.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-09-20T19:15:34.532Z] #10 121.0 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-20T19:15:34.532Z] #10 121.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-09-20T19:15:34.532Z] #10 121.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-09-20T19:15:34.532Z] #10 121.0 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-09-20T19:15:34.532Z] #10 121.0 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-09-20T19:15:34.532Z] #10 121.0 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-09-20T19:15:34.532Z] #10 121.0 Setting up dmsetup (2:1.02.155-3) ... [2020-09-20T19:15:34.630Z] #26 7.844 0.3% ############### 21.2% ########################################## 59.1% ########################################################## 80.6% ######################################################################## 100.0% [2020-09-20T19:15:34.720Z] #41 ... [2020-09-20T19:15:34.721Z] [2020-09-20T19:15:34.721Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:15:34.721Z] #54 14.16 + cd /tmp/tmp.ouEdc8mZYH/src/github.com/rootless-containers/rootlesskit [2020-09-20T19:15:34.721Z] #54 14.17 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-20T19:15:34.721Z] #54 15.03 + for f in rootlesskit rootlesskit-docker-proxy [2020-09-20T19:15:34.721Z] #54 15.03 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-09-20T19:15:34.791Z] #10 121.0 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-09-20T19:15:34.791Z] #10 121.1 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-09-20T19:15:34.791Z] #10 121.1 Processing triggers for libc-bin (2.28-10) ... [2020-09-20T19:15:34.812Z] #51 13.86 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [226 kB] [2020-09-20T19:15:34.812Z] #51 14.02 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-09-20T19:15:34.945Z] #26 8.624 [2020-09-20T19:15:35.051Z] #10 DONE 121.5s [2020-09-20T19:15:35.051Z] [2020-09-20T19:15:35.051Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:15:35.283Z] #54 ... [2020-09-20T19:15:35.283Z] [2020-09-20T19:15:35.283Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-20T19:15:35.283Z] #51 7.697 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-20T19:15:35.283Z] #51 7.783 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-20T19:15:35.283Z] #51 7.802 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-20T19:15:35.283Z] #51 9.778 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-20T19:15:35.283Z] #51 13.70 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [231 kB] [2020-09-20T19:15:35.283Z] #51 16.30 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-20T19:15:35.539Z] #51 ... [2020-09-20T19:15:35.539Z] [2020-09-20T19:15:35.539Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:15:35.539Z] #47 17.71 + cd /tmp/tmp.EDxxwXNUhp/src/github.com/mvdan/sh [2020-09-20T19:15:35.539Z] #47 17.71 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-20T19:15:35.539Z] #47 17.88 + GO111MODULE=on [2020-09-20T19:15:35.539Z] #47 17.88 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-09-20T19:15:35.945Z] #43 21.15 go: finding github.com/fatih/color v1.9.0 [2020-09-20T19:15:35.945Z] #43 21.18 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-09-20T19:15:35.945Z] #43 21.26 go: finding github.com/pkg/errors v0.9.1 [2020-09-20T19:15:35.945Z] #43 21.46 go: finding github.com/mattn/go-colorable v0.1.6 [2020-09-20T19:15:35.945Z] #43 21.56 go: finding github.com/spf13/pflag v1.0.3 [2020-09-20T19:15:35.945Z] #43 21.65 go: finding github.com/mattn/go-isatty v0.0.12 [2020-09-20T19:15:35.945Z] #43 21.77 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-09-20T19:15:35.945Z] #43 ... [2020-09-20T19:15:35.945Z] [2020-09-20T19:15:35.945Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:15:35.945Z] #30 11.79 math [2020-09-20T19:15:35.945Z] #30 11.84 runtime [2020-09-20T19:15:35.945Z] #30 16.99 internal/testlog [2020-09-20T19:15:35.945Z] #30 17.24 encoding [2020-09-20T19:15:35.945Z] #30 17.44 runtime/cgo [2020-09-20T19:15:35.945Z] #30 ... [2020-09-20T19:15:35.945Z] [2020-09-20T19:15:35.945Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:15:35.945Z] #43 21.95 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-09-20T19:15:35.945Z] #43 22.00 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-09-20T19:15:36.206Z] #43 22.07 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-20T19:15:36.206Z] #43 22.12 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-09-20T19:15:36.441Z] #49 ... [2020-09-20T19:15:36.441Z] [2020-09-20T19:15:36.441Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-09-20T19:15:36.441Z] #11 DONE 1.5s [2020-09-20T19:15:36.441Z] [2020-09-20T19:15:36.441Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:15:36.441Z] #49 1.454 + RM_GOPATH=0 [2020-09-20T19:15:36.441Z] #49 1.454 + TMP_GOPATH= [2020-09-20T19:15:36.441Z] #49 1.454 + : /build [2020-09-20T19:15:36.441Z] #49 1.454 + '[' -z '' ']' [2020-09-20T19:15:36.441Z] #49 1.455 ++ mktemp -d [2020-09-20T19:15:36.441Z] #49 1.466 + export GOPATH=/tmp/tmp.5N1YS7c9Zc [2020-09-20T19:15:36.441Z] #49 1.466 + GOPATH=/tmp/tmp.5N1YS7c9Zc [2020-09-20T19:15:36.441Z] #49 1.466 + RM_GOPATH=1 [2020-09-20T19:15:36.441Z] #49 1.466 + case "$(go env GOARCH)" in [2020-09-20T19:15:36.441Z] #49 1.467 ++ go env GOARCH [2020-09-20T19:15:36.441Z] #49 1.483 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:36.441Z] #49 1.483 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:36.441Z] #49 1.484 ++ dirname /tmp/install/install.sh [2020-09-20T19:15:36.441Z] #49 1.485 + dir=/tmp/install [2020-09-20T19:15:36.441Z] #49 1.486 + bin=runc [2020-09-20T19:15:36.441Z] #49 1.486 + shift [2020-09-20T19:15:36.441Z] #49 1.487 + '[' '!' -f /tmp/install/runc.installer ']' [2020-09-20T19:15:36.441Z] #49 1.488 + . /tmp/install/runc.installer [2020-09-20T19:15:36.441Z] #49 1.488 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-09-20T19:15:36.441Z] #49 1.490 + install_runc [2020-09-20T19:15:36.441Z] #49 1.491 + grep -q '^3\.10\.0.*\.el7\.' [2020-09-20T19:15:36.441Z] #49 1.498 + uname -r [2020-09-20T19:15:36.441Z] #49 1.506 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-09-20T19:15:36.441Z] #49 1.506 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-09-20T19:15:36.441Z] #49 1.506 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-09-20T19:15:36.441Z] #49 1.507 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.5N1YS7c9Zc/src/github.com/opencontainers/runc [2020-09-20T19:15:36.441Z] #49 1.508 Cloning into '/tmp/tmp.5N1YS7c9Zc/src/github.com/opencontainers/runc'... [2020-09-20T19:15:36.781Z] #43 ... [2020-09-20T19:15:36.781Z] [2020-09-20T19:15:36.781Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-20T19:15:36.781Z] #23 12.72 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [231 kB] [2020-09-20T19:15:36.781Z] #23 15.27 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-20T19:15:36.781Z] #23 ... [2020-09-20T19:15:36.781Z] [2020-09-20T19:15:36.781Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:15:36.781Z] #47 18.03 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-20T19:15:36.781Z] #47 18.05 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-20T19:15:36.781Z] #47 18.15 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-20T19:15:36.781Z] #47 18.21 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-20T19:15:36.781Z] #47 18.44 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-20T19:15:36.781Z] #47 19.30 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-20T19:15:36.781Z] #47 20.09 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-20T19:15:36.781Z] #47 21.33 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-20T19:15:36.781Z] #47 22.69 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-20T19:15:36.781Z] #47 22.90 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-20T19:15:36.921Z] #47 ... [2020-09-20T19:15:36.921Z] [2020-09-20T19:15:36.921Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:15:36.921Z] #21 16.63 + mkdir -p /build [2020-09-20T19:15:36.921Z] #21 16.64 + mv docker/docker /build/ [2020-09-20T19:15:36.921Z] #21 16.64 + rmdir docker [2020-09-20T19:15:36.921Z] #21 DONE 18.9s [2020-09-20T19:15:36.921Z] [2020-09-20T19:15:36.921Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:15:36.921Z] #41 16.45 internal/testlog [2020-09-20T19:15:36.921Z] #41 16.87 encoding [2020-09-20T19:15:36.921Z] #41 16.98 unicode/utf16 [2020-09-20T19:15:36.921Z] #41 17.17 container/list [2020-09-20T19:15:36.921Z] #41 17.58 crypto/internal/subtle [2020-09-20T19:15:36.921Z] #41 17.70 crypto/subtle [2020-09-20T19:15:36.921Z] #41 17.84 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-09-20T19:15:36.921Z] #41 17.91 internal/nettrace [2020-09-20T19:15:36.921Z] #41 18.11 runtime/cgo [2020-09-20T19:15:37.042Z] #47 23.05 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-20T19:15:37.093Z] #26 8.860 1.0% #### 6.8% ######### 12.5% ############## 20.2% ################# 24.1% #################### 29.0% ######################### 34.8% ############################### 44.3% #################################### 51.0% ######################################### 58.1% ############################################### 65.7% #################################################### 73.4% ####################################################### 77.2% ########################################################### 83.0% ############################################################### 88.7% ################################################################## 92.6% ##################################################################### 96.4% ######################################################################## 100.0% [2020-09-20T19:15:37.305Z] #47 23.26 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-20T19:15:37.305Z] #47 ... [2020-09-20T19:15:37.305Z] [2020-09-20T19:15:37.305Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:15:37.305Z] #10 13.24 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [231 kB] [2020-09-20T19:15:37.305Z] #10 15.45 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-20T19:15:37.394Z] #26 11.17 #=#=# [2020-09-20T19:15:37.569Z] #10 ... [2020-09-20T19:15:37.569Z] [2020-09-20T19:15:37.569Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:15:37.569Z] #41 16.62 math [2020-09-20T19:15:37.569Z] #41 20.79 unicode/utf16 [2020-09-20T19:15:37.569Z] #41 21.08 container/list [2020-09-20T19:15:37.569Z] #41 21.63 crypto/internal/subtle [2020-09-20T19:15:37.569Z] #41 21.75 crypto/subtle [2020-09-20T19:15:37.569Z] #41 21.91 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-09-20T19:15:37.569Z] #41 22.02 internal/nettrace [2020-09-20T19:15:37.569Z] #41 22.20 runtime/cgo [2020-09-20T19:15:37.569Z] #41 ... [2020-09-20T19:15:37.569Z] [2020-09-20T19:15:37.569Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-20T19:15:37.569Z] #51 13.62 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [231 kB] [2020-09-20T19:15:37.569Z] #51 15.94 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-20T19:15:37.821Z] #49 ... [2020-09-20T19:15:37.821Z] [2020-09-20T19:15:37.821Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-09-20T19:15:37.821Z] #12 DONE 1.1s [2020-09-20T19:15:37.821Z] [2020-09-20T19:15:37.821Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-09-20T19:15:37.830Z] #51 ... [2020-09-20T19:15:37.830Z] [2020-09-20T19:15:37.830Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:15:37.830Z] #38 13.54 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [231 kB] [2020-09-20T19:15:37.830Z] #38 15.71 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-20T19:15:37.830Z] #38 ... [2020-09-20T19:15:37.830Z] [2020-09-20T19:15:37.830Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:15:37.830Z] #54 14.27 + cd /tmp/tmp.V3kZCLeNFH/src/github.com/rootless-containers/rootlesskit [2020-09-20T19:15:37.830Z] #54 14.27 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-20T19:15:37.830Z] #54 14.72 + for f in rootlesskit rootlesskit-docker-proxy [2020-09-20T19:15:37.830Z] #54 14.73 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-09-20T19:15:38.133Z] #51 ... [2020-09-20T19:15:38.133Z] [2020-09-20T19:15:38.133Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:15:38.133Z] #41 11.73 runtime/internal/sys [2020-09-20T19:15:38.133Z] #41 11.76 internal/race [2020-09-20T19:15:38.133Z] #41 11.76 internal/cpu [2020-09-20T19:15:38.133Z] #41 11.90 runtime/internal/atomic [2020-09-20T19:15:38.133Z] #41 12.03 sync/atomic [2020-09-20T19:15:38.133Z] #41 12.17 runtime/internal/math [2020-09-20T19:15:38.133Z] #41 12.33 unicode [2020-09-20T19:15:38.133Z] #41 12.39 unicode/utf8 [2020-09-20T19:15:38.133Z] #41 12.41 internal/bytealg [2020-09-20T19:15:38.133Z] #41 12.62 math/bits [2020-09-20T19:15:38.133Z] #41 12.91 internal/testlog [2020-09-20T19:15:38.133Z] #41 13.39 math [2020-09-20T19:15:38.133Z] #41 13.40 encoding [2020-09-20T19:15:38.133Z] #41 13.42 unicode/utf16 [2020-09-20T19:15:38.133Z] #41 13.67 container/list [2020-09-20T19:15:38.134Z] #41 13.80 runtime [2020-09-20T19:15:38.134Z] #41 13.83 crypto/internal/subtle [2020-09-20T19:15:38.134Z] #41 14.11 crypto/subtle [2020-09-20T19:15:38.134Z] #41 14.18 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-09-20T19:15:38.134Z] #41 14.28 internal/nettrace [2020-09-20T19:15:38.134Z] #41 14.59 vendor/golang.org/x/crypto/internal/subtle [2020-09-20T19:15:38.134Z] #41 14.75 runtime/cgo [2020-09-20T19:15:38.134Z] #41 ... [2020-09-20T19:15:38.134Z] [2020-09-20T19:15:38.134Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-20T19:15:38.134Z] #36 17.08 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-09-20T19:15:38.760Z] #13 0.955 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-09-20T19:15:38.760Z] #13 DONE 1.0s [2020-09-20T19:15:38.760Z] [2020-09-20T19:15:38.760Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:15:38.760Z] #39 46.82 CC compel/src/lib/infect-rpc.o [2020-09-20T19:15:38.760Z] #39 47.33 CC compel/src/lib/infect-util.o [2020-09-20T19:15:38.760Z] #39 47.64 CC compel/src/lib/infect.o [2020-09-20T19:15:38.760Z] #39 49.65 CC compel/src/lib/ptrace.o [2020-09-20T19:15:38.760Z] #39 50.04 AR compel/libcompel.a [2020-09-20T19:15:38.760Z] #39 50.11 HOSTCC compel/src/main-host.o [2020-09-20T19:15:38.760Z] #39 50.34 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-09-20T19:15:38.760Z] #39 50.46 HOSTCC compel/src/lib/handle-elf-host.o [2020-09-20T19:15:38.760Z] #39 50.99 HOSTCC compel/src/lib/log-host.o [2020-09-20T19:15:38.760Z] #39 51.32 HOSTLINK compel/compel-host-bin [2020-09-20T19:15:38.760Z] #39 51.52 DEP soccr/soccr.d [2020-09-20T19:15:38.760Z] #39 51.71 CC soccr/soccr.o [2020-09-20T19:15:38.760Z] #39 53.69 AR soccr/libsoccr.a [2020-09-20T19:15:38.760Z] #39 53.82 make[1]: 'soccr/libsoccr.a' is up to date. [2020-09-20T19:15:38.760Z] #39 54.37 DEP criu/arch/x86/sigframe.d [2020-09-20T19:15:38.774Z] #54 ... [2020-09-20T19:15:38.774Z] [2020-09-20T19:15:38.774Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-20T19:15:38.774Z] #36 24.67 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-09-20T19:15:39.032Z] #39 ... [2020-09-20T19:15:39.032Z] [2020-09-20T19:15:39.032Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-09-20T19:15:39.974Z] #14 DONE 1.1s [2020-09-20T19:15:39.974Z] [2020-09-20T19:15:39.974Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-09-20T19:15:40.063Z] #36 18.96 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-09-20T19:15:40.132Z] #26 11.34 0.7% # 2.4% ## 4.0% ### 4.5% #### 6.2% ###### 8.3% ####### 10.5% ######## 12.2% ######### 13.7% ########## 14.8% ########### 16.5% ############# 18.1% ############## 20.3% ############### 21.9% ################ 23.5% ################# 24.6% ################## 25.7% ################### 26.8% #################### 28.7% [2020-09-20T19:15:40.132Z] #26 ... [2020-09-20T19:15:40.132Z] [2020-09-20T19:15:40.132Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:15:40.132Z] #39 41.19 Selecting previously unselected package libnet1-dev. [2020-09-20T19:15:40.132Z] #39 41.20 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-09-20T19:15:40.132Z] #39 41.20 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-09-20T19:15:40.132Z] #39 41.58 Selecting previously unselected package libnl-3-200:ppc64el. [2020-09-20T19:15:40.133Z] #39 41.59 Preparing to unpack .../03-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-09-20T19:15:40.133Z] #39 41.61 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-09-20T19:15:40.133Z] #39 41.82 Selecting previously unselected package libnl-3-dev:ppc64el. [2020-09-20T19:15:40.133Z] #39 41.83 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_ppc64el.deb ... [2020-09-20T19:15:40.133Z] #39 41.83 Unpacking libnl-3-dev:ppc64el (3.4.0-1) ... [2020-09-20T19:15:40.133Z] #39 42.11 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-09-20T19:15:40.133Z] #39 42.13 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-09-20T19:15:40.133Z] #39 42.14 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-09-20T19:15:40.133Z] #39 42.28 Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2020-09-20T19:15:40.133Z] #39 42.31 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_ppc64el.deb ... [2020-09-20T19:15:40.133Z] #39 42.32 Unpacking libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-09-20T19:15:40.133Z] #39 42.48 Selecting previously unselected package zlib1g-dev:ppc64el. [2020-09-20T19:15:40.133Z] #39 42.49 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_ppc64el.deb ... [2020-09-20T19:15:40.133Z] #39 42.51 Unpacking zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-09-20T19:15:40.133Z] #39 42.76 Selecting previously unselected package libprotobuf17:ppc64el. [2020-09-20T19:15:40.133Z] #39 42.76 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_ppc64el.deb ... [2020-09-20T19:15:40.133Z] #39 42.77 Unpacking libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-09-20T19:15:40.133Z] #39 43.61 Selecting previously unselected package libprotobuf-lite17:ppc64el. [2020-09-20T19:15:40.133Z] #39 43.61 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_ppc64el.deb ... [2020-09-20T19:15:40.133Z] #39 43.61 Unpacking libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-09-20T19:15:40.133Z] #39 43.82 Selecting previously unselected package libprotobuf-dev:ppc64el. [2020-09-20T19:15:40.133Z] #39 43.82 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ... [2020-09-20T19:15:40.133Z] #39 43.83 Unpacking libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-09-20T19:15:40.133Z] #39 45.53 Selecting previously unselected package libprotoc17:ppc64el. [2020-09-20T19:15:40.133Z] #39 45.58 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_ppc64el.deb ... [2020-09-20T19:15:40.133Z] #39 45.63 Unpacking libprotoc17:ppc64el (3.6.1.3-2) ... [2020-09-20T19:15:40.133Z] #39 46.16 Selecting previously unselected package protobuf-c-compiler. [2020-09-20T19:15:40.133Z] #39 46.17 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_ppc64el.deb ... [2020-09-20T19:15:40.133Z] #39 46.18 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-09-20T19:15:40.133Z] #39 46.36 Selecting previously unselected package protobuf-compiler. [2020-09-20T19:15:40.133Z] #39 46.38 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_ppc64el.deb ... [2020-09-20T19:15:40.133Z] #39 46.39 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-09-20T19:15:40.133Z] #39 46.69 Selecting previously unselected package python-pkg-resources. [2020-09-20T19:15:40.133Z] #39 46.69 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-09-20T19:15:40.133Z] #39 46.72 Unpacking python-pkg-resources (40.8.0-1) ... [2020-09-20T19:15:40.133Z] #39 46.94 Selecting previously unselected package python-six. [2020-09-20T19:15:40.133Z] #39 46.95 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-09-20T19:15:40.133Z] #39 46.96 Unpacking python-six (1.12.0-1) ... [2020-09-20T19:15:40.133Z] #39 47.11 Selecting previously unselected package python-protobuf. [2020-09-20T19:15:40.133Z] #39 47.12 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_ppc64el.deb ... [2020-09-20T19:15:40.133Z] #39 47.13 Unpacking python-protobuf (3.6.1.3-2) ... [2020-09-20T19:15:40.133Z] #39 47.96 Setting up python-pkg-resources (40.8.0-1) ... [2020-09-20T19:15:40.133Z] #39 ... [2020-09-20T19:15:40.133Z] [2020-09-20T19:15:40.133Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:15:40.192Z] #41 ... [2020-09-20T19:15:40.192Z] [2020-09-20T19:15:40.192Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:15:40.192Z] #43 11.94 go: extracting github.com/pkg/errors v0.9.1 [2020-09-20T19:15:40.192Z] #43 12.23 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-09-20T19:15:40.192Z] #43 12.28 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-09-20T19:15:40.192Z] #43 12.35 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-09-20T19:15:40.192Z] #43 15.00 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-20T19:15:40.192Z] #43 15.89 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-09-20T19:15:40.192Z] #43 17.67 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-09-20T19:15:40.192Z] #43 21.47 go: finding github.com/fatih/color v1.9.0 [2020-09-20T19:15:40.192Z] #43 21.48 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-09-20T19:15:40.192Z] #43 21.53 go: finding github.com/mattn/go-colorable v0.1.6 [2020-09-20T19:15:40.192Z] #43 21.53 go: finding github.com/pkg/errors v0.9.1 [2020-09-20T19:15:40.192Z] #43 21.57 go: finding github.com/spf13/pflag v1.0.3 [2020-09-20T19:15:40.192Z] #43 21.84 go: finding github.com/mattn/go-isatty v0.0.12 [2020-09-20T19:15:40.192Z] #43 22.01 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-09-20T19:15:40.192Z] #43 ... [2020-09-20T19:15:40.192Z] [2020-09-20T19:15:40.192Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:15:40.192Z] #47 19.38 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-20T19:15:40.192Z] #47 19.54 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-20T19:15:40.192Z] #47 19.75 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-20T19:15:40.192Z] #47 19.77 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-20T19:15:40.192Z] #47 20.07 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-20T19:15:40.192Z] #47 21.24 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-20T19:15:40.192Z] #47 21.90 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-20T19:15:40.914Z] #15 DONE 1.0s [2020-09-20T19:15:40.914Z] [2020-09-20T19:15:40.914Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:15:40.914Z] #39 54.54 DEP criu/arch/x86/sigaction_compat.d [2020-09-20T19:15:40.914Z] #39 54.71 DEP criu/arch/x86/kerndat.d [2020-09-20T19:15:40.914Z] #39 54.97 DEP criu/arch/x86/crtools.d [2020-09-20T19:15:40.914Z] #39 55.15 DEP criu/arch/x86/cpu.d [2020-09-20T19:15:40.914Z] #39 55.30 CC criu/arch/x86/cpu.o [2020-09-20T19:15:40.914Z] #39 56.21 CC criu/arch/x86/crtools.o [2020-09-20T19:15:41.016Z] #36 ... [2020-09-20T19:15:41.016Z] [2020-09-20T19:15:41.016Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-20T19:15:41.016Z] #28 10.20 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-09-20T19:15:41.016Z] #28 10.20 Cloning into '.'... [2020-09-20T19:15:41.033Z] #26 11.34 0.7% # 2.4% ## 4.0% ### 4.5% #### 6.2% ###### 8.3% ####### 10.5% ######## 12.2% ######### 13.7% ########## 14.8% ########### 16.5% ############# 18.1% ############## 20.3% ############### 21.9% ################ 23.5% ################# 24.6% ################## 25.7% ################### 26.8% #################### 28.7% ###################### 30.8% ####################### 32.7% ######################## 34.1% ######################### 36.0% ########################## 37.0% ############################ 39.2% ############################## 41.9% ############################### 44.1% #################### [2020-09-20T19:15:41.033Z] #26 ... [2020-09-20T19:15:41.033Z] [2020-09-20T19:15:41.033Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:15:41.033Z] #31 42.21 internal/reflectlite [2020-09-20T19:15:41.033Z] #31 42.22 sync [2020-09-20T19:15:41.033Z] #31 46.78 sort [2020-09-20T19:15:41.033Z] #31 46.78 errors [2020-09-20T19:15:41.033Z] #31 47.60 internal/oserror [2020-09-20T19:15:41.033Z] #31 47.61 strconv [2020-09-20T19:15:41.033Z] #31 47.73 io [2020-09-20T19:15:41.033Z] #31 47.77 syscall [2020-09-20T19:15:41.121Z] #47 23.32 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-20T19:15:41.259Z] Running on azwin-2-9b3a60 in d:\jenkins\workspace\moby_PR-38469 [Pipeline] { [Pipeline] ws [2020-09-20T19:15:41.279Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [2020-09-20T19:15:41.282Z] #28 ... [2020-09-20T19:15:41.282Z] [2020-09-20T19:15:41.282Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-20T19:15:41.282Z] #51 20.37 Fetched 8209 kB in 10s (829 kB/s) [2020-09-20T19:15:41.282Z] #51 20.37 Reading package lists... [2020-09-20T19:15:41.282Z] #51 ... [2020-09-20T19:15:41.282Z] [2020-09-20T19:15:41.282Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:15:41.282Z] #43 10.75 go: downloading gotest.tools/gotestsum v0.5.3 [2020-09-20T19:15:41.282Z] #43 11.33 go: extracting gotest.tools/gotestsum v0.5.3 [2020-09-20T19:15:41.282Z] #43 12.25 go: downloading github.com/spf13/pflag v1.0.3 [2020-09-20T19:15:41.282Z] #43 12.25 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-09-20T19:15:41.282Z] #43 12.25 go: downloading github.com/fatih/color v1.9.0 [2020-09-20T19:15:41.282Z] #43 12.27 go: downloading github.com/pkg/errors v0.9.1 [2020-09-20T19:15:41.282Z] #43 12.36 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-09-20T19:15:41.282Z] #43 12.44 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-09-20T19:15:41.282Z] #43 12.58 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-09-20T19:15:41.282Z] #43 12.58 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-09-20T19:15:41.282Z] #43 12.59 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-09-20T19:15:41.282Z] #43 12.66 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-20T19:15:41.282Z] #43 13.33 go: extracting github.com/pkg/errors v0.9.1 [2020-09-20T19:15:41.282Z] #43 13.33 go: extracting github.com/fatih/color v1.9.0 [2020-09-20T19:15:41.282Z] #43 13.35 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-09-20T19:15:41.282Z] #43 13.38 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-09-20T19:15:41.282Z] #43 13.38 go: extracting github.com/spf13/pflag v1.0.3 [2020-09-20T19:15:41.282Z] #43 14.15 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-09-20T19:15:41.282Z] #43 14.16 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-09-20T19:15:41.282Z] #43 14.20 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-09-20T19:15:41.282Z] #43 14.27 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-09-20T19:15:41.282Z] #43 14.92 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-20T19:15:41.282Z] #43 14.99 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-09-20T19:15:41.282Z] #43 16.36 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-09-20T19:15:41.282Z] #43 19.24 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-09-20T19:15:41.282Z] #43 19.27 go: finding github.com/fatih/color v1.9.0 [2020-09-20T19:15:41.282Z] #43 19.31 go: finding github.com/pkg/errors v0.9.1 [2020-09-20T19:15:41.282Z] #43 19.37 go: finding github.com/spf13/pflag v1.0.3 [2020-09-20T19:15:41.282Z] #43 19.50 go: finding github.com/mattn/go-colorable v0.1.6 [2020-09-20T19:15:41.282Z] #43 19.57 go: finding github.com/mattn/go-isatty v0.0.12 [2020-09-20T19:15:41.282Z] #43 19.80 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-09-20T19:15:41.282Z] #43 19.93 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-09-20T19:15:41.282Z] #43 19.96 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-09-20T19:15:41.282Z] #43 19.99 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-20T19:15:41.282Z] #43 20.03 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [Pipeline] checkout [2020-09-20T19:15:41.339Z] #31 ... [2020-09-20T19:15:41.340Z] [2020-09-20T19:15:41.340Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:15:41.340Z] #48 52.32 syscall [2020-09-20T19:15:41.340Z] #48 52.35 strconv [2020-09-20T19:15:41.340Z] #48 52.37 io [2020-09-20T19:15:41.342Z] #36 26.91 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-09-20T19:15:41.548Z] #43 ... [2020-09-20T19:15:41.548Z] [2020-09-20T19:15:41.548Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:15:41.548Z] #38 10.78 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-20T19:15:41.548Z] #38 10.83 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-20T19:15:41.548Z] #38 10.83 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-20T19:15:41.548Z] #38 11.64 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-09-20T19:15:41.548Z] #38 13.82 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [226 kB] [2020-09-20T19:15:41.548Z] #38 13.85 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-09-20T19:15:41.548Z] #38 19.90 Fetched 8209 kB in 9s (876 kB/s) [2020-09-20T19:15:41.548Z] #38 19.90 Reading package lists... [2020-09-20T19:15:41.548Z] #38 ... [2020-09-20T19:15:41.548Z] [2020-09-20T19:15:41.548Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:15:41.548Z] #47 11.40 + cd /tmp/tmp.vOM4tZTAs6/src/github.com/mvdan/sh [2020-09-20T19:15:41.548Z] #47 11.40 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-20T19:15:41.548Z] #47 11.50 + GO111MODULE=on [2020-09-20T19:15:41.548Z] #47 11.50 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-09-20T19:15:41.548Z] #47 14.21 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-20T19:15:41.548Z] #47 14.31 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-20T19:15:41.548Z] #47 14.31 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-20T19:15:41.548Z] #47 14.49 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-20T19:15:41.548Z] #47 14.49 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-20T19:15:41.548Z] #47 15.07 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-20T19:15:41.548Z] #47 15.57 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-20T19:15:41.548Z] #47 16.50 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-20T19:15:41.548Z] #47 17.92 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-20T19:15:41.548Z] #47 18.01 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-20T19:15:41.548Z] #47 18.10 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-20T19:15:41.548Z] #47 18.19 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-20T19:15:41.548Z] #47 18.97 runtime [2020-09-20T19:15:41.548Z] #47 18.98 runtime/cgo [2020-09-20T19:15:41.859Z] #39 ... [2020-09-20T19:15:41.859Z] [2020-09-20T19:15:41.859Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-09-20T19:15:41.859Z] #16 DONE 1.0s [2020-09-20T19:15:42.049Z] #47 ... [2020-09-20T19:15:42.049Z] [2020-09-20T19:15:42.049Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:15:42.049Z] #32 14.07 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [231 kB] [2020-09-20T19:15:42.049Z] #32 16.82 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-20T19:15:42.049Z] #32 ... [2020-09-20T19:15:42.049Z] [2020-09-20T19:15:42.049Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:15:42.049Z] #10 14.22 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [231 kB] [2020-09-20T19:15:42.049Z] #10 16.64 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-20T19:15:42.049Z] #10 ... [2020-09-20T19:15:42.049Z] [2020-09-20T19:15:42.049Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:15:42.049Z] #38 14.39 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [231 kB] [2020-09-20T19:15:42.049Z] #38 16.89 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-20T19:15:42.119Z] [2020-09-20T19:15:42.119Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:15:42.126Z] #47 ... [2020-09-20T19:15:42.126Z] [2020-09-20T19:15:42.126Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:15:42.126Z] #32 11.34 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-09-20T19:15:42.126Z] #32 13.40 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [226 kB] [2020-09-20T19:15:42.126Z] #32 14.05 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-09-20T19:15:42.126Z] #32 19.07 Fetched 8209 kB in 9s (912 kB/s) [2020-09-20T19:15:42.126Z] #32 19.07 Reading package lists... [2020-09-20T19:15:42.126Z] #32 ... [2020-09-20T19:15:42.126Z] [2020-09-20T19:15:42.126Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:15:42.306Z] #38 ... [2020-09-20T19:15:42.306Z] [2020-09-20T19:15:42.306Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-20T19:15:42.306Z] #23 14.58 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [231 kB] [2020-09-20T19:15:42.306Z] #23 16.87 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-20T19:15:42.306Z] #23 ... [2020-09-20T19:15:42.306Z] [2020-09-20T19:15:42.306Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:15:42.306Z] #47 24.68 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-20T19:15:42.306Z] #47 24.78 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-20T19:15:42.390Z] #60 21.46 Checking out files: 68% (1311/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) [2020-09-20T19:15:42.390Z] #60 ... [2020-09-20T19:15:42.390Z] [2020-09-20T19:15:42.390Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:15:42.390Z] #10 11.72 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-09-20T19:15:42.390Z] #10 14.09 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [226 kB] [2020-09-20T19:15:42.390Z] #10 14.10 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-09-20T19:15:42.390Z] #10 20.42 Fetched 8209 kB in 10s (821 kB/s) [2020-09-20T19:15:42.390Z] #10 20.42 Reading package lists... [2020-09-20T19:15:42.390Z] #10 ... [2020-09-20T19:15:42.390Z] [2020-09-20T19:15:42.390Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:15:42.390Z] #30 11.88 runtime/internal/sys [2020-09-20T19:15:42.390Z] #30 11.90 math/bits [2020-09-20T19:15:42.390Z] #30 11.92 internal/cpu [2020-09-20T19:15:42.390Z] #30 11.94 runtime/internal/atomic [2020-09-20T19:15:42.390Z] #30 12.15 unicode/utf8 [2020-09-20T19:15:42.390Z] #30 12.39 sync/atomic [2020-09-20T19:15:42.390Z] #30 12.68 unicode [2020-09-20T19:15:42.390Z] #30 12.71 internal/bytealg [2020-09-20T19:15:42.390Z] #30 12.74 math [2020-09-20T19:15:42.390Z] #30 12.92 internal/testlog [2020-09-20T19:15:42.390Z] #30 13.43 encoding [2020-09-20T19:15:42.390Z] #30 13.68 runtime/cgo [2020-09-20T19:15:42.390Z] #30 14.93 runtime [2020-09-20T19:15:42.657Z] #30 ... [2020-09-20T19:15:42.657Z] [2020-09-20T19:15:42.657Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-20T19:15:42.657Z] #23 11.83 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-09-20T19:15:42.657Z] #23 14.04 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [226 kB] [2020-09-20T19:15:42.657Z] #23 14.05 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-09-20T19:15:42.657Z] #23 20.02 Fetched 8209 kB in 9s (867 kB/s) [2020-09-20T19:15:42.657Z] #23 20.02 Reading package lists... [2020-09-20T19:15:42.657Z] #23 ... [2020-09-20T19:15:42.657Z] [2020-09-20T19:15:42.657Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:15:42.657Z] #60 21.46 Checking out files: 68% (1311/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. [2020-09-20T19:15:42.657Z] #60 22.07 + cd /tmp/tmp.SEAqbNlRF9/src/github.com/docker/libnetwork [2020-09-20T19:15:42.657Z] #60 22.07 + git checkout -q d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-09-20T19:15:42.869Z] #47 24.97 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-20T19:15:42.869Z] #47 25.16 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-20T19:15:42.869Z] #47 ... [2020-09-20T19:15:42.869Z] [2020-09-20T19:15:42.869Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:15:42.869Z] #30 15.18 unicode/utf8 [2020-09-20T19:15:42.869Z] #30 15.74 unicode [2020-09-20T19:15:42.869Z] #30 18.99 runtime/cgo [2020-09-20T19:15:42.956Z] #48 ... [2020-09-20T19:15:42.956Z] [2020-09-20T19:15:42.956Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:15:42.956Z] #33 43.71 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-09-20T19:15:42.956Z] #33 43.83 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-09-20T19:15:42.956Z] #33 43.84 Unpacking xxd (2:8.1.0875-5) ... [2020-09-20T19:15:42.956Z] #33 44.08 Selecting previously unselected package vim-common. [2020-09-20T19:15:42.956Z] #33 44.08 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-09-20T19:15:42.956Z] #33 44.14 Unpacking vim-common (2:8.1.0875-5) ... [2020-09-20T19:15:42.956Z] #33 44.58 Selecting previously unselected package cmake-data. [2020-09-20T19:15:42.956Z] #33 44.60 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-09-20T19:15:42.956Z] #33 44.61 Unpacking cmake-data (3.13.4-1) ... [2020-09-20T19:15:42.956Z] #33 48.97 Selecting previously unselected package libicu63:ppc64el. [2020-09-20T19:15:42.956Z] #33 48.98 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2020-09-20T19:15:42.956Z] #33 49.00 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2020-09-20T19:15:42.956Z] #33 ... [2020-09-20T19:15:42.956Z] [2020-09-20T19:15:42.956Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:15:43.126Z] #30 ... [2020-09-20T19:15:43.126Z] [2020-09-20T19:15:43.126Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:15:43.126Z] #43 22.21 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-09-20T19:15:43.126Z] #43 22.31 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-20T19:15:43.126Z] #43 22.39 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-09-20T19:15:43.126Z] #43 22.40 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-09-20T19:15:43.235Z] #60 22.46 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-09-20T19:15:43.501Z] #17 1.476 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-20T19:15:43.501Z] #17 1.520 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-20T19:15:43.501Z] #17 1.522 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-20T19:15:43.507Z] #60 ... [2020-09-20T19:15:43.507Z] [2020-09-20T19:15:43.507Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:15:43.507Z] #54 12.87 + cd /tmp/tmp.wTm6mA7exf/src/github.com/rootless-containers/rootlesskit [2020-09-20T19:15:43.507Z] #54 12.87 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-20T19:15:43.507Z] #54 13.58 + for f in rootlesskit rootlesskit-docker-proxy [2020-09-20T19:15:43.507Z] #54 13.58 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-09-20T19:15:44.086Z] #54 ... [2020-09-20T19:15:44.086Z] [2020-09-20T19:15:44.086Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:15:44.086Z] #32 19.07 Reading package lists... [2020-09-20T19:15:44.138Z] #17 2.150 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-20T19:15:44.207Z] #26 11.34 0.7% # 2.4% ## 4.0% ### 4.5% #### 6.2% ###### 8.3% ####### 10.5% ######## 12.2% ######### 13.7% ########## 14.8% ########### 16.5% ############# 18.1% ############## 20.3% ############### 21.9% ################ 23.5% ################# 24.6% ################## 25.7% ################### 26.8% #################### 28.7% ###################### 30.8% ####################### 32.7% ######################## 34.1% ######################### 36.0% ########################## 37.0% ############################ 39.2% ############################## 41.9% ############################### 44.1% ################################# 46.8% ################################## 48.4% #################################### 50.1% ###################################### 52.8% ####################################### 55.0% ######################################### 57.2% ########################################## 58.8% ########################################### 61.0% ############################################# 63.1% ############################################### 65.3% ################################################ 67.5% ################################################## 69.6% ################################################### 71.8% #################################################### 73.4% ###################################################### 75.6% ####################################################### 77.8% ######################################################### 79.9% ########################################################## 81.6% ############################################################ 84.3% ############################################################## 87.0% ############################################################### 88.1% ################################################################ 89.7% ################################################################# 91.4% ################################################################### 94.1% #################################################################### 95.1% ###################################################################### 97.3% ####################################################################### 99.7% ######################################################################## 100.0% [2020-09-20T19:15:44.507Z] #26 18.02 [2020-09-20T19:15:44.507Z] #26 ... [2020-09-20T19:15:44.507Z] [2020-09-20T19:15:44.507Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:15:44.507Z] #11 45.47 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB] [2020-09-20T19:15:44.507Z] #11 45.48 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB] [2020-09-20T19:15:44.507Z] #11 45.56 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-09-20T19:15:44.507Z] #11 45.60 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-09-20T19:15:44.507Z] #11 45.60 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-event1.02.1 ppc64el 2:1.02.155-3 [22.3 kB] [2020-09-20T19:15:44.507Z] #11 45.62 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev-dev ppc64el 241-7~deb10u4 [110 kB] [2020-09-20T19:15:44.507Z] #11 45.63 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsepol1-dev ppc64el 2.8-1 [337 kB] [2020-09-20T19:15:44.507Z] #11 45.68 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre16-3 ppc64el 2:8.39-12 [252 kB] [2020-09-20T19:15:44.507Z] #11 45.72 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre32-3 ppc64el 2:8.39-12 [246 kB] [2020-09-20T19:15:44.507Z] #11 45.75 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-12 [153 kB] [2020-09-20T19:15:44.507Z] #11 45.77 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre3-dev ppc64el 2:8.39-12 [622 kB] [2020-09-20T19:15:44.507Z] #11 45.82 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libselinux1-dev ppc64el 2.8-1+b1 [177 kB] [2020-09-20T19:15:44.507Z] #11 45.85 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-dev ppc64el 2:1.02.155-3 [51.5 kB] [2020-09-20T19:15:44.507Z] #11 45.86 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libseccomp-dev ppc64el 2.3.3-4 [68.3 kB] [2020-09-20T19:15:44.507Z] #11 45.87 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd-dev ppc64el 241-7~deb10u4 [322 kB] [2020-09-20T19:15:44.507Z] #11 48.03 debconf: delaying package configuration, since apt-utils is not installed [2020-09-20T19:15:44.507Z] #11 48.34 Fetched 78.9 MB in 9s (8596 kB/s) [2020-09-20T19:15:44.507Z] #11 48.43 Selecting previously unselected package binutils-mingw-w64-i686. [2020-09-20T19:15:44.507Z] #11 48.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 ... 15339 files and directories currently installed.) [2020-09-20T19:15:44.507Z] #11 48.53 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_ppc64el.deb ... [2020-09-20T19:15:44.507Z] #11 48.55 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-09-20T19:15:44.507Z] #11 51.84 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-09-20T19:15:44.507Z] #11 51.85 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_ppc64el.deb ... [2020-09-20T19:15:44.507Z] #11 51.85 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-09-20T19:15:44.507Z] #11 ... [2020-09-20T19:15:44.507Z] [2020-09-20T19:15:44.507Z] #29 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-20T19:15:44.507Z] #29 49.73 Checking out files: 59% (911/1521) Checking out files: 60% (913/1521) Checking out files: 61% (928/1521) Checking out files: 62% (944/1521) Checking out files: 63% (959/1521) Checking out files: 64% (974/1521) Checking out files: 65% (989/1521) Checking out files: 66% (1004/1521) Checking out files: 67% (1020/1521) Checking out files: 68% (1035/1521) Checking out files: 69% (1050/1521) Checking out files: 70% (1065/1521) Checking out files: 71% (1080/1521) Checking out files: 72% (1096/1521) Checking out files: 73% (1111/1521) Checking out files: 74% (1126/1521) Checking out files: 75% (1141/1521) Checking out files: 76% (1156/1521) Checking out files: 77% (1172/1521) Checking out files: 78% (1187/1521) Checking out files: 79% (1202/1521) Checking out files: 80% (1217/1521) Checking out files: 81% (1233/1521) Checking out files: 82% (1248/1521) Checking out files: 83% (1263/1521) Checking out files: 84% (1278/1521) Checking out files: 85% (1293/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: 92% (1413/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. [2020-09-20T19:15:44.507Z] #29 51.15 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-09-20T19:15:44.507Z] #29 52.46 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-09-20T19:15:44.656Z] #36 ... [2020-09-20T19:15:44.656Z] [2020-09-20T19:15:44.656Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:15:44.656Z] #60 25.00 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. [2020-09-20T19:15:44.656Z] #60 25.89 + cd /tmp/tmp.evtixODT0K/src/github.com/docker/libnetwork [2020-09-20T19:15:44.656Z] #60 25.89 + git checkout -q d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-09-20T19:15:44.656Z] #60 26.40 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-09-20T19:15:44.806Z] #29 ... [2020-09-20T19:15:44.806Z] [2020-09-20T19:15:44.806Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:15:44.806Z] #11 55.83 Selecting previously unselected package binutils-mingw-w64. [2020-09-20T19:15:44.806Z] #11 55.85 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-09-20T19:15:44.806Z] #11 55.87 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-09-20T19:15:44.806Z] #11 56.08 Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2020-09-20T19:15:44.806Z] #11 56.08 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-09-20T19:15:44.806Z] #11 56.09 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-09-20T19:15:45.027Z] #43 ... [2020-09-20T19:15:45.027Z] [2020-09-20T19:15:45.027Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:15:45.027Z] #38 27.32 Fetched 8385 kB in 20s (419 kB/s) [2020-09-20T19:15:45.083Z] #17 3.282 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [231 kB] [2020-09-20T19:15:45.105Z] #11 ... [2020-09-20T19:15:45.105Z] [2020-09-20T19:15:45.105Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:15:45.105Z] #42 46.10 github.com/LK4D4/vndr/godl/singleflight [2020-09-20T19:15:45.105Z] #42 46.11 internal/singleflight [2020-09-20T19:15:45.105Z] #42 46.11 math/rand [2020-09-20T19:15:45.105Z] #42 46.13 internal/reflectlite [2020-09-20T19:15:45.106Z] #42 50.95 sort [2020-09-20T19:15:45.106Z] #42 50.96 io [2020-09-20T19:15:45.106Z] #42 50.98 strconv [2020-09-20T19:15:45.106Z] #42 51.08 syscall [2020-09-20T19:15:45.106Z] #42 55.87 vendor/golang.org/x/net/dns/dnsmessage [2020-09-20T19:15:45.106Z] #42 56.30 bytes [2020-09-20T19:15:45.106Z] #42 ... [2020-09-20T19:15:45.106Z] [2020-09-20T19:15:45.106Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:15:45.106Z] #11 56.25 Selecting previously unselected package dmsetup. [2020-09-20T19:15:45.106Z] #11 56.27 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_ppc64el.deb ... [2020-09-20T19:15:45.106Z] #11 56.29 Unpacking dmsetup (2:1.02.155-3) ... [2020-09-20T19:15:45.405Z] #11 56.52 Selecting previously unselected package mingw-w64-common. [2020-09-20T19:15:45.405Z] #11 56.52 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-09-20T19:15:45.405Z] #11 56.53 Unpacking mingw-w64-common (6.0.0-3) ... [2020-09-20T19:15:46.461Z] #17 4.468 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-20T19:15:46.461Z] #17 ... [2020-09-20T19:15:46.461Z] [2020-09-20T19:15:46.461Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:15:46.461Z] #41 122.8 net/http/httptrace [2020-09-20T19:15:46.461Z] #41 123.1 net/http [2020-09-20T19:15:46.720Z] #41 ... [2020-09-20T19:15:46.720Z] [2020-09-20T19:15:46.720Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:15:46.720Z] #49 10.53 + cd /tmp/tmp.5N1YS7c9Zc/src/github.com/opencontainers/runc [2020-09-20T19:15:46.720Z] #49 10.53 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-09-20T19:15:46.720Z] #49 10.98 + '[' -z '' ']' [2020-09-20T19:15:46.720Z] #49 10.98 + target=static [2020-09-20T19:15:46.720Z] #49 10.98 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-09-20T19:15:46.720Z] #49 11.29 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-09-20T19:15:46.818Z] #52 ... [2020-09-20T19:15:46.818Z] [2020-09-20T19:15:46.818Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:15:46.818Z] #45 DONE 161.0s [2020-09-20T19:15:47.122Z] [2020-09-20T19:15:47.122Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:15:48.638Z] #52 ... [2020-09-20T19:15:48.639Z] [2020-09-20T19:15:48.639Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-09-20T19:15:48.639Z] #46 DONE 0.2s [2020-09-20T19:15:48.639Z] [2020-09-20T19:15:48.639Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:15:48.929Z] #52 ... [2020-09-20T19:15:48.930Z] [2020-09-20T19:15:48.930Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-09-20T19:15:48.930Z] #48 DONE 0.1s [2020-09-20T19:15:48.930Z] [2020-09-20T19:15:48.930Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-09-20T19:15:48.930Z] #50 DONE 0.1s [2020-09-20T19:15:48.930Z] [2020-09-20T19:15:48.930Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:15:49.953Z] #60 ... [2020-09-20T19:15:49.953Z] [2020-09-20T19:15:49.953Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-20T19:15:49.953Z] #23 25.35 Fetched 8385 kB in 18s (460 kB/s) [2020-09-20T19:15:49.953Z] #23 25.35 Reading package lists... [2020-09-20T19:15:49.953Z] #23 32.04 Reading package lists... [2020-09-20T19:15:49.953Z] #23 ... [2020-09-20T19:15:49.953Z] [2020-09-20T19:15:49.953Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:15:49.953Z] #32 26.78 Fetched 8385 kB in 19s (431 kB/s) [2020-09-20T19:15:49.953Z] #32 26.78 Reading package lists... [2020-09-20T19:15:49.953Z] #32 34.14 Reading package lists... [2020-09-20T19:15:49.953Z] #32 ... [2020-09-20T19:15:49.953Z] [2020-09-20T19:15:49.953Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-20T19:15:49.953Z] #51 25.99 Fetched 8385 kB in 18s (463 kB/s) [2020-09-20T19:15:49.953Z] #51 25.99 Reading package lists... [2020-09-20T19:15:49.987Z] #32 24.01 Reading package lists... [2020-09-20T19:15:50.215Z] #51 33.54 Reading package lists... [2020-09-20T19:15:50.215Z] #51 ... [2020-09-20T19:15:50.215Z] [2020-09-20T19:15:50.215Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:15:50.215Z] #10 26.03 Fetched 8385 kB in 18s (474 kB/s) [2020-09-20T19:15:50.215Z] #10 26.03 Reading package lists... [2020-09-20T19:15:50.215Z] #10 33.15 Reading package lists... [2020-09-20T19:15:50.215Z] #10 ... [2020-09-20T19:15:50.215Z] [2020-09-20T19:15:50.215Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:15:50.215Z] #38 26.01 Fetched 8385 kB in 18s (463 kB/s) [2020-09-20T19:15:50.215Z] #38 26.01 Reading package lists... [2020-09-20T19:15:50.292Z] #38 27.32 Reading package lists... [2020-09-20T19:15:50.292Z] #38 ... [2020-09-20T19:15:50.292Z] [2020-09-20T19:15:50.292Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:15:50.292Z] #60 28.35 Checking out files: 64% (1223/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. [2020-09-20T19:15:50.292Z] #60 29.06 + cd /tmp/tmp.SQhu3NSxvX/src/github.com/docker/libnetwork [2020-09-20T19:15:50.292Z] #60 29.06 + git checkout -q d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-09-20T19:15:50.292Z] #60 29.38 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-09-20T19:15:50.946Z] #32 29.21 Building dependency tree... [2020-09-20T19:15:51.063Z] #11 ... [2020-09-20T19:15:51.063Z] [2020-09-20T19:15:51.063Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:15:51.063Z] #33 57.68 Selecting previously unselected package libxml2:ppc64el. [2020-09-20T19:15:51.063Z] #33 57.68 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_ppc64el.deb ... [2020-09-20T19:15:51.063Z] #33 57.70 Unpacking libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-09-20T19:15:51.063Z] #33 58.40 Selecting previously unselected package libarchive13:ppc64el. [2020-09-20T19:15:51.063Z] #33 58.42 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_ppc64el.deb ... [2020-09-20T19:15:51.063Z] #33 58.43 Unpacking libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-09-20T19:15:51.063Z] #33 58.84 Selecting previously unselected package libjsoncpp1:ppc64el. [2020-09-20T19:15:51.063Z] #33 58.85 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2020-09-20T19:15:51.063Z] #33 58.86 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2020-09-20T19:15:51.063Z] #33 59.03 Selecting previously unselected package librhash0:ppc64el. [2020-09-20T19:15:51.063Z] #33 59.04 Preparing to unpack .../7-librhash0_1.3.8-1_ppc64el.deb ... [2020-09-20T19:15:51.063Z] #33 59.04 Unpacking librhash0:ppc64el (1.3.8-1) ... [2020-09-20T19:15:51.063Z] #33 59.23 Selecting previously unselected package libuv1:ppc64el. [2020-09-20T19:15:51.063Z] #33 59.23 Preparing to unpack .../8-libuv1_1.24.1-1_ppc64el.deb ... [2020-09-20T19:15:51.063Z] #33 59.24 Unpacking libuv1:ppc64el (1.24.1-1) ... [2020-09-20T19:15:51.063Z] #33 59.42 Selecting previously unselected package cmake. [2020-09-20T19:15:51.063Z] #33 59.42 Preparing to unpack .../9-cmake_3.13.4-1_ppc64el.deb ... [2020-09-20T19:15:51.063Z] #33 59.42 Unpacking cmake (3.13.4-1) ... [2020-09-20T19:15:51.063Z] #33 62.23 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2020-09-20T19:15:51.063Z] #33 62.26 Setting up xxd (2:8.1.0875-5) ... [2020-09-20T19:15:51.389Z] #33 62.28 Setting up libuv1:ppc64el (1.24.1-1) ... [2020-09-20T19:15:51.389Z] #33 62.29 Setting up vim-common (2:8.1.0875-5) ... [2020-09-20T19:15:51.389Z] #33 62.34 Setting up librhash0:ppc64el (1.3.8-1) ... [2020-09-20T19:15:51.389Z] #33 62.39 Setting up cmake-data (3.13.4-1) ... [2020-09-20T19:15:51.389Z] #33 62.42 Setting up libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-09-20T19:15:51.389Z] #33 62.47 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2020-09-20T19:15:51.389Z] #33 62.48 Setting up libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-09-20T19:15:51.389Z] #33 62.54 Setting up cmake (3.13.4-1) ... [2020-09-20T19:15:51.389Z] #33 62.54 Processing triggers for libc-bin (2.28-10) ... [2020-09-20T19:15:51.389Z] #33 62.65 Processing triggers for mime-support (3.62) ... [2020-09-20T19:15:51.687Z] #33 ... [2020-09-20T19:15:51.687Z] [2020-09-20T19:15:51.687Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:15:51.687Z] #31 52.74 strings [2020-09-20T19:15:51.687Z] #31 52.76 bytes [2020-09-20T19:15:51.687Z] #31 60.28 bufio [2020-09-20T19:15:51.687Z] #31 60.89 reflect [2020-09-20T19:15:51.687Z] #31 ... [2020-09-20T19:15:51.687Z] [2020-09-20T19:15:51.687Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:15:51.687Z] #11 62.14 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-09-20T19:15:51.687Z] #11 62.15 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-09-20T19:15:51.687Z] #11 62.17 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-09-20T19:15:51.900Z] #32 ... [2020-09-20T19:15:51.900Z] [2020-09-20T19:15:51.900Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:15:51.900Z] #38 19.90 Reading package lists... [2020-09-20T19:15:51.900Z] #38 25.04 Reading package lists... [2020-09-20T19:15:51.900Z] #38 30.09 Building dependency tree... [2020-09-20T19:15:51.996Z] #11 ... [2020-09-20T19:15:51.996Z] [2020-09-20T19:15:51.996Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:15:51.996Z] #33 DONE 63.0s [2020-09-20T19:15:51.996Z] [2020-09-20T19:15:51.996Z] #34 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:15:52.005Z] #49 ... [2020-09-20T19:15:52.005Z] [2020-09-20T19:15:52.005Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:15:52.005Z] #17 9.716 Fetched 8385 kB in 9s (973 kB/s) [2020-09-20T19:15:52.165Z] #38 ... [2020-09-20T19:15:52.165Z] [2020-09-20T19:15:52.165Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-20T19:15:52.165Z] #23 20.02 Reading package lists... [2020-09-20T19:15:52.165Z] #23 25.29 Reading package lists... [2020-09-20T19:15:52.165Z] #23 30.43 Building dependency tree... [2020-09-20T19:15:52.264Z] #17 9.716 Reading package lists... [2020-09-20T19:15:52.264Z] #17 ... [2020-09-20T19:15:52.264Z] [2020-09-20T19:15:52.264Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:15:52.264Z] #39 57.88 CC criu/arch/x86/kerndat.o [2020-09-20T19:15:52.264Z] #39 58.65 CC criu/arch/x86/sigaction_compat.o [2020-09-20T19:15:52.264Z] #39 58.89 CC criu/arch/x86/sigframe.o [2020-09-20T19:15:52.264Z] #39 59.11 LINK criu/arch/x86/crtools.built-in.o [2020-09-20T19:15:52.264Z] #39 59.17 DEP criu/pie/util-vdso-elf32.d [2020-09-20T19:15:52.264Z] #39 59.26 DEP criu/pie/util-vdso.d [2020-09-20T19:15:52.264Z] #39 59.39 DEP criu/pie/util.d [2020-09-20T19:15:52.264Z] #39 59.52 CC criu/pie/util.o [2020-09-20T19:15:52.264Z] #39 59.76 CC criu/pie/util-vdso.o [2020-09-20T19:15:52.264Z] #39 60.50 CC criu/pie/util-vdso-elf32.o [2020-09-20T19:15:52.264Z] #39 61.04 AR criu/pie/pie.lib.a [2020-09-20T19:15:52.264Z] #39 61.09 DEP criu/pie/restorer.d [2020-09-20T19:15:52.264Z] #39 61.24 DEP criu/arch/x86/sigaction_compat_pie.d [2020-09-20T19:15:52.264Z] #39 61.30 DEP criu/arch/x86/restorer_unmap.d [2020-09-20T19:15:52.264Z] #39 61.33 DEP criu/arch/x86/restorer.d [2020-09-20T19:15:52.264Z] #39 61.44 DEP criu/arch/x86/vdso-pie.d [2020-09-20T19:15:52.264Z] #39 61.53 DEP criu/pie/parasite-vdso.d [2020-09-20T19:15:52.264Z] #39 61.64 DEP criu/pie/parasite.d [2020-09-20T19:15:52.264Z] #39 61.85 CC criu/pie/parasite.o [2020-09-20T19:15:52.264Z] #39 62.95 LINK criu/pie/parasite.built-in.o [2020-09-20T19:15:52.264Z] #39 62.95 GEN criu/pie/parasite-blob.h [2020-09-20T19:15:52.264Z] #39 62.97 CC criu/pie/parasite-vdso.o [2020-09-20T19:15:52.264Z] #39 63.67 CC criu/arch/x86/vdso-pie.o [2020-09-20T19:15:52.264Z] #39 63.93 CC criu/arch/x86/restorer.o [2020-09-20T19:15:52.264Z] #39 64.40 CC criu/arch/x86/restorer_unmap.o [2020-09-20T19:15:52.264Z] #39 64.45 CC criu/arch/x86/sigaction_compat_pie.o [2020-09-20T19:15:52.264Z] #39 64.65 CC criu/pie/restorer.o [2020-09-20T19:15:52.264Z] #39 67.42 LINK criu/pie/restorer.built-in.o [2020-09-20T19:15:52.264Z] #39 67.44 GEN criu/pie/restorer-blob.h [2020-09-20T19:15:52.264Z] #39 67.58 DEP criu/vdso.d [2020-09-20T19:15:52.264Z] #39 67.87 DEP criu/vdso-compat.d [2020-09-20T19:15:52.296Z] #34 0.410 + RM_GOPATH=0 [2020-09-20T19:15:52.296Z] #34 0.411 + TMP_GOPATH= [2020-09-20T19:15:52.296Z] #34 0.411 + : /build [2020-09-20T19:15:52.296Z] #34 0.411 + '[' -z '' ']' [2020-09-20T19:15:52.296Z] #34 0.411 ++ mktemp -d [2020-09-20T19:15:52.296Z] #34 0.413 + export GOPATH=/tmp/tmp.KSVvKWUrHc [2020-09-20T19:15:52.296Z] #34 0.413 + GOPATH=/tmp/tmp.KSVvKWUrHc [2020-09-20T19:15:52.296Z] #34 0.413 + RM_GOPATH=1 [2020-09-20T19:15:52.296Z] #34 0.413 + case "$(go env GOARCH)" in [2020-09-20T19:15:52.296Z] #34 0.413 ++ go env GOARCH [2020-09-20T19:15:52.296Z] #34 0.463 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:52.296Z] #34 0.463 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:15:52.525Z] #39 68.07 DEP criu/uts_ns.d [2020-09-20T19:15:52.597Z] #34 0.464 ++ dirname /tmp/install/install.sh [2020-09-20T19:15:52.597Z] #34 0.465 + dir=/tmp/install [2020-09-20T19:15:52.597Z] #34 0.466 + bin=tini [2020-09-20T19:15:52.597Z] #34 0.466 + shift [2020-09-20T19:15:52.597Z] #34 0.466 + '[' '!' -f /tmp/install/tini.installer ']' [2020-09-20T19:15:52.597Z] #34 0.466 + . /tmp/install/tini.installer [2020-09-20T19:15:52.597Z] #34 0.466 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-20T19:15:52.597Z] #34 0.467 + install_tini [2020-09-20T19:15:52.597Z] #34 0.467 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-09-20T19:15:52.597Z] #34 0.467 + git clone https://github.com/krallin/tini.git /tmp/tmp.KSVvKWUrHc/tini [2020-09-20T19:15:52.597Z] #34 0.467 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-20T19:15:52.597Z] #34 0.470 Cloning into '/tmp/tmp.KSVvKWUrHc/tini'... [2020-09-20T19:15:52.744Z] #23 ... [2020-09-20T19:15:52.744Z] [2020-09-20T19:15:52.744Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:15:52.744Z] #32 32.07 The following additional packages will be installed: [2020-09-20T19:15:52.744Z] #32 32.07 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-09-20T19:15:52.744Z] #32 32.09 Suggested packages: [2020-09-20T19:15:52.744Z] #32 32.09 cmake-doc ninja-build lrzip [2020-09-20T19:15:52.744Z] #32 32.09 Recommended packages: [2020-09-20T19:15:52.744Z] #32 32.09 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-09-20T19:15:52.785Z] #39 68.24 DEP criu/util.d [2020-09-20T19:15:52.896Z] #34 ... [2020-09-20T19:15:52.897Z] [2020-09-20T19:15:52.897Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:15:52.897Z] #26 19.50 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-09-20T19:15:52.897Z] #26 19.93 [2020-09-20T19:15:52.897Z] #26 20.11 ############################################# 62.6% ######################################################################## 100.0% [2020-09-20T19:15:52.897Z] #26 20.28 [2020-09-20T19:15:52.897Z] #26 21.66 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-09-20T19:15:52.897Z] #26 21.75 skipping existing 5cb8031fd95d [2020-09-20T19:15:52.897Z] #26 21.89 [2020-09-20T19:15:52.897Z] #26 23.58 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-09-20T19:15:52.897Z] #26 23.65 skipping existing 283607eaa57e [2020-09-20T19:15:52.897Z] #26 23.80 [2020-09-20T19:15:52.897Z] #26 25.36 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-09-20T19:15:52.897Z] #26 25.95 [2020-09-20T19:15:52.897Z] #26 26.09 ######################################################################## 100.0% [2020-09-20T19:15:52.897Z] #26 26.26 [2020-09-20T19:15:52.897Z] #26 26.37 Download of images into '/build' complete. [2020-09-20T19:15:52.897Z] #26 26.37 Use something like the following to load the result into a Docker daemon: [2020-09-20T19:15:52.897Z] #26 26.37 tar -cC '/build' . | docker load [2020-09-20T19:15:52.897Z] #26 DONE 26.5s [2020-09-20T19:15:52.897Z] [2020-09-20T19:15:52.897Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:15:52.897Z] #39 54.44 Setting up libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-09-20T19:15:52.897Z] #39 54.44 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-09-20T19:15:52.897Z] #39 54.45 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-09-20T19:15:52.897Z] #39 54.47 Setting up libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-09-20T19:15:52.897Z] #39 54.48 Setting up python-six (1.12.0-1) ... [2020-09-20T19:15:52.897Z] #39 59.02 Setting up zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-09-20T19:15:52.897Z] #39 59.03 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-09-20T19:15:52.897Z] #39 59.03 Setting up libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-09-20T19:15:52.897Z] #39 59.04 Setting up libcap-dev:ppc64el (1:2.25-2) ... [2020-09-20T19:15:52.897Z] #39 59.06 Setting up libprotoc17:ppc64el (3.6.1.3-2) ... [2020-09-20T19:15:52.897Z] #39 59.07 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-09-20T19:15:52.897Z] #39 59.07 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-09-20T19:15:52.897Z] #39 59.08 Setting up libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-09-20T19:15:52.897Z] #39 59.09 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-09-20T19:15:52.897Z] #39 59.09 Setting up python-protobuf (3.6.1.3-2) ... [2020-09-20T19:15:53.044Z] #39 68.53 DEP criu/uffd.d [2020-09-20T19:15:53.044Z] #39 68.71 DEP criu/tun.d [2020-09-20T19:15:53.305Z] #39 68.92 DEP criu/tty.d [2020-09-20T19:15:53.305Z] #39 69.03 DEP criu/timerfd.d [2020-09-20T19:15:53.527Z] #38 32.76 Reading package lists... [2020-09-20T19:15:53.527Z] #38 ... [2020-09-20T19:15:53.527Z] [2020-09-20T19:15:53.527Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-20T19:15:53.527Z] #23 32.04 Reading package lists... [2020-09-20T19:15:53.556Z] #39 ... [2020-09-20T19:15:53.556Z] [2020-09-20T19:15:53.556Z] #34 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:15:53.556Z] #34 1.741 + cd /tmp/tmp.KSVvKWUrHc/tini [2020-09-20T19:15:53.556Z] #34 1.754 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-20T19:15:53.556Z] #34 1.761 + cmake . [2020-09-20T19:15:53.562Z] #60 ... [2020-09-20T19:15:53.562Z] [2020-09-20T19:15:53.562Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:15:53.562Z] #47 25.80 runtime/cgo [2020-09-20T19:15:53.562Z] #47 25.94 runtime [2020-09-20T19:15:53.564Z] #39 69.16 DEP criu/timens.d [2020-09-20T19:15:53.564Z] #39 69.29 DEP criu/sysfs_parse.d [2020-09-20T19:15:53.698Z] #32 32.89 The following NEW packages will be installed: [2020-09-20T19:15:53.698Z] #32 32.90 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-09-20T19:15:53.698Z] #32 32.90 vim-common xxd [2020-09-20T19:15:53.821Z] #47 ... [2020-09-20T19:15:53.821Z] [2020-09-20T19:15:53.821Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-20T19:15:53.821Z] #36 25.84 Checking out files: 83% (1395/1665) Checking out files: 84% (1399/1665) Checking out files: 85% (1416/1665) Checking out files: 86% (1432/1665) Checking out files: 87% (1449/1665) Checking out files: 88% (1466/1665) Checking out files: 89% (1482/1665) Checking out files: 90% (1499/1665) Checking out files: 91% (1516/1665) Checking out files: 92% (1532/1665) Checking out files: 93% (1549/1665) Checking out files: 94% (1566/1665) Checking out files: 95% (1582/1665) Checking out files: 96% (1599/1665) Checking out files: 97% (1616/1665) Checking out files: 98% (1632/1665) Checking out files: 99% (1649/1665) Checking out files: 100% (1665/1665) Checking out files: 100% (1665/1665), done. [2020-09-20T19:15:53.821Z] #36 26.11 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-09-20T19:15:53.821Z] #36 28.71 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-09-20T19:15:53.824Z] #39 69.44 DEP criu/sysctl.d [2020-09-20T19:15:53.824Z] #39 69.56 DEP criu/string.d [2020-09-20T19:15:53.963Z] #32 33.35 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2020-09-20T19:15:53.963Z] #32 33.35 Need to get 14.2 MB of archives. [2020-09-20T19:15:53.963Z] #32 33.35 After this operation, 60.0 MB of additional disk space will be used. [2020-09-20T19:15:53.963Z] #32 33.35 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2020-09-20T19:15:53.963Z] #32 33.35 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2020-09-20T19:15:53.963Z] #32 33.37 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB] [2020-09-20T19:15:54.084Z] #39 69.64 DEP criu/stats.d [2020-09-20T19:15:54.084Z] #39 69.82 DEP criu/sockets.d [2020-09-20T19:15:54.098Z] #23 39.32 Building dependency tree... [2020-09-20T19:15:54.098Z] #23 ... [2020-09-20T19:15:54.098Z] [2020-09-20T19:15:54.098Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:15:54.098Z] #47 29.96 runtime [2020-09-20T19:15:54.098Z] #47 ... [2020-09-20T19:15:54.098Z] [2020-09-20T19:15:54.098Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:15:54.098Z] #38 32.76 Reading package lists... [2020-09-20T19:15:54.229Z] #32 33.49 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2020-09-20T19:15:54.653Z] #39 69.99 DEP criu/sk-unix.d [2020-09-20T19:15:54.653Z] #39 70.24 DEP criu/sk-tcp.d [2020-09-20T19:15:54.913Z] #39 70.49 DEP criu/sk-queue.d [2020-09-20T19:15:54.913Z] #39 70.62 DEP criu/sk-packet.d [2020-09-20T19:15:54.913Z] #39 ... [2020-09-20T19:15:54.913Z] [2020-09-20T19:15:54.913Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:15:54.913Z] #17 9.716 Reading package lists... [2020-09-20T19:15:55.096Z] #34 2.933 -- The C compiler identification is GNU 8.3.0 [2020-09-20T19:15:55.096Z] #34 3.032 -- Check for working C compiler: /usr/bin/cc [2020-09-20T19:15:55.182Z] #32 34.33 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+b3 [623 kB] [2020-09-20T19:15:55.182Z] #32 34.36 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB] [2020-09-20T19:15:55.182Z] #32 34.37 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB] [2020-09-20T19:15:55.182Z] #32 34.37 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB] [2020-09-20T19:15:55.182Z] #32 34.38 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1 [105 kB] [2020-09-20T19:15:55.182Z] #32 34.38 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB] [2020-09-20T19:15:55.189Z] #36 ... [2020-09-20T19:15:55.189Z] [2020-09-20T19:15:55.189Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:15:55.189Z] #32 27.54 Fetched 8385 kB in 20s (417 kB/s) [2020-09-20T19:15:55.189Z] #32 27.54 Reading package lists... [2020-09-20T19:15:55.447Z] #32 34.69 Reading package lists... [2020-09-20T19:15:55.447Z] #32 ... [2020-09-20T19:15:55.447Z] [2020-09-20T19:15:55.447Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-20T19:15:55.447Z] #23 27.62 Fetched 8385 kB in 20s (412 kB/s) [2020-09-20T19:15:55.447Z] #23 27.62 Reading package lists... [2020-09-20T19:15:55.447Z] #23 35.31 Reading package lists... [2020-09-20T19:15:55.447Z] #23 ... [2020-09-20T19:15:55.447Z] [2020-09-20T19:15:55.447Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-20T19:15:55.447Z] #51 27.81 Fetched 8385 kB in 20s (412 kB/s) [2020-09-20T19:15:55.447Z] #51 27.81 Reading package lists... [2020-09-20T19:15:55.448Z] #32 ... [2020-09-20T19:15:55.448Z] [2020-09-20T19:15:55.448Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-20T19:15:55.448Z] #51 20.37 Reading package lists... [2020-09-20T19:15:55.448Z] #51 25.22 Reading package lists... [2020-09-20T19:15:55.448Z] #51 30.53 Building dependency tree... [2020-09-20T19:15:55.448Z] #51 33.17 The following additional packages will be installed: [2020-09-20T19:15:55.448Z] #51 33.18 libbtrfs0 [2020-09-20T19:15:55.448Z] #51 33.33 The following NEW packages will be installed: [2020-09-20T19:15:55.448Z] #51 33.34 libbtrfs-dev libbtrfs0 [2020-09-20T19:15:55.448Z] #51 33.71 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2020-09-20T19:15:55.448Z] #51 33.71 Need to get 119 kB of archives. [2020-09-20T19:15:55.448Z] #51 33.71 After this operation, 387 kB of additional disk space will be used. [2020-09-20T19:15:55.448Z] #51 33.71 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2020-09-20T19:15:55.448Z] #51 33.71 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2020-09-20T19:15:55.484Z] #38 39.99 Building dependency tree... [2020-09-20T19:15:55.704Z] #51 35.21 Reading package lists... [2020-09-20T19:15:55.704Z] #51 ... [2020-09-20T19:15:55.704Z] [2020-09-20T19:15:55.704Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:15:55.704Z] #10 27.59 Fetched 8385 kB in 20s (416 kB/s) [2020-09-20T19:15:55.704Z] #10 27.59 Reading package lists... [2020-09-20T19:15:55.704Z] #10 34.78 Reading package lists... [2020-09-20T19:15:55.704Z] #10 ... [2020-09-20T19:15:55.704Z] [2020-09-20T19:15:55.704Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:15:55.704Z] #38 27.32 Reading package lists... [2020-09-20T19:15:55.713Z] #51 35.01 debconf: delaying package configuration, since apt-utils is not installed [2020-09-20T19:15:55.713Z] #51 ... [2020-09-20T19:15:55.713Z] [2020-09-20T19:15:55.713Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:15:55.713Z] #38 32.55 The following additional packages will be installed: [2020-09-20T19:15:55.713Z] #38 32.55 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-09-20T19:15:55.713Z] #38 32.56 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-09-20T19:15:55.713Z] #38 32.57 Suggested packages: [2020-09-20T19:15:55.713Z] #38 32.57 manpages-dev python-setuptools [2020-09-20T19:15:55.713Z] #38 33.53 The following NEW packages will be installed: [2020-09-20T19:15:55.713Z] #38 33.53 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-09-20T19:15:55.713Z] #38 33.53 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-09-20T19:15:55.713Z] #38 33.54 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-09-20T19:15:55.713Z] #38 33.54 python-six zlib1g-dev [2020-09-20T19:15:55.713Z] #38 33.91 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2020-09-20T19:15:55.713Z] #38 33.91 Need to get 3798 kB of archives. [2020-09-20T19:15:55.713Z] #38 33.91 After this operation, 21.6 MB of additional disk space will be used. [2020-09-20T19:15:55.713Z] #38 33.91 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB] [2020-09-20T19:15:55.713Z] #38 33.92 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2020-09-20T19:15:55.713Z] #38 33.92 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB] [2020-09-20T19:15:55.713Z] #38 33.92 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2020-09-20T19:15:55.713Z] #38 33.93 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-dev arm64 3.4.0-1 [98.2 kB] [2020-09-20T19:15:55.713Z] #38 33.93 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2020-09-20T19:15:55.713Z] #38 33.93 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c-dev arm64 1.3.1-1+b1 [33.4 kB] [2020-09-20T19:15:55.713Z] #38 33.94 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-1 [210 kB] [2020-09-20T19:15:55.713Z] #38 33.96 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB] [2020-09-20T19:15:55.713Z] #38 34.02 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB] [2020-09-20T19:15:55.713Z] #38 34.10 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB] [2020-09-20T19:15:55.713Z] #38 34.28 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB] [2020-09-20T19:15:55.713Z] #38 34.34 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-c-compiler arm64 1.3.1-1+b1 [70.4 kB] [2020-09-20T19:15:55.713Z] #38 34.34 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-compiler arm64 3.6.1.3-2 [64.7 kB] [2020-09-20T19:15:55.713Z] #38 34.34 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-09-20T19:15:55.713Z] #38 34.36 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB] [2020-09-20T19:15:55.713Z] #38 34.36 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB] [2020-09-20T19:15:55.713Z] #38 ... [2020-09-20T19:15:55.713Z] [2020-09-20T19:15:55.713Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:15:55.713Z] #10 20.42 Reading package lists... [2020-09-20T19:15:55.713Z] #10 25.47 Reading package lists... [2020-09-20T19:15:55.713Z] #10 31.27 Building dependency tree... [2020-09-20T19:15:55.713Z] #10 34.07 The following additional packages will be installed: [2020-09-20T19:15:55.713Z] #10 34.08 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-09-20T19:15:55.713Z] #10 34.08 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-09-20T19:15:55.713Z] #10 34.08 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-09-20T19:15:55.713Z] #10 34.09 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-09-20T19:15:55.713Z] #10 34.10 Suggested packages: [2020-09-20T19:15:55.713Z] #10 34.10 gcc-8-locales seccomp wine64 [2020-09-20T19:15:55.743Z] #34 ... [2020-09-20T19:15:55.743Z] [2020-09-20T19:15:55.743Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:15:55.743Z] #48 56.63 strings [2020-09-20T19:15:55.743Z] #48 56.64 bytes [2020-09-20T19:15:55.743Z] #48 63.73 bufio [2020-09-20T19:15:55.743Z] #48 65.96 reflect [2020-09-20T19:15:55.743Z] #48 ... [2020-09-20T19:15:55.743Z] [2020-09-20T19:15:55.743Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:15:55.743Z] #31 63.66 path [2020-09-20T19:15:55.743Z] #31 66.62 text/tabwriter [2020-09-20T19:15:56.009Z] #10 35.23 The following NEW packages will be installed: [2020-09-20T19:15:56.009Z] #10 35.23 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-09-20T19:15:56.009Z] #10 35.23 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-09-20T19:15:56.009Z] #10 35.23 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-09-20T19:15:56.009Z] #10 35.23 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-09-20T19:15:56.009Z] #10 35.24 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-09-20T19:15:56.009Z] #10 35.24 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-09-20T19:15:56.009Z] #10 ... [2020-09-20T19:15:56.009Z] [2020-09-20T19:15:56.009Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-20T19:15:56.009Z] #51 35.23 Fetched 119 kB in 0s (447 kB/s) [2020-09-20T19:15:56.009Z] #51 35.35 Selecting previously unselected package libbtrfs0. [2020-09-20T19:15:56.273Z] #51 35.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 ... 15383 files and directories currently installed.) [2020-09-20T19:15:56.273Z] #51 35.56 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ... [2020-09-20T19:15:56.273Z] #51 35.66 Unpacking libbtrfs0 (4.20.1-2) ... [2020-09-20T19:15:56.804Z] #31 ... [2020-09-20T19:15:56.804Z] [2020-09-20T19:15:56.804Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:15:56.804Z] #39 67.36 Setting up libnl-3-dev:ppc64el (3.4.0-1) ... [2020-09-20T19:15:56.804Z] #39 67.36 Processing triggers for libc-bin (2.28-10) ... [2020-09-20T19:15:56.804Z] #39 DONE 67.6s [2020-09-20T19:15:56.804Z] [2020-09-20T19:15:56.804Z] #34 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:15:56.804Z] #34 3.872 -- Check for working C compiler: /usr/bin/cc -- works [2020-09-20T19:15:56.804Z] #34 3.874 -- Detecting C compiler ABI info [2020-09-20T19:15:56.804Z] #34 4.422 -- Detecting C compiler ABI info - done [2020-09-20T19:15:56.804Z] #34 4.490 -- Detecting C compile features [2020-09-20T19:15:56.851Z] #51 36.07 Selecting previously unselected package libbtrfs-dev. [2020-09-20T19:15:56.851Z] #51 36.07 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ... [2020-09-20T19:15:56.851Z] #51 36.09 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-09-20T19:15:57.113Z] #51 36.39 Setting up libbtrfs0 (4.20.1-2) ... [2020-09-20T19:15:57.457Z] #52 146.4 + bin/containerd-stress [2020-09-20T19:15:57.730Z] #51 36.96 Setting up libbtrfs-dev (4.20.1-2) ... [2020-09-20T19:15:57.998Z] #51 37.09 Processing triggers for libc-bin (2.28-10) ... [2020-09-20T19:15:58.030Z] #38 43.73 The following additional packages will be installed: [2020-09-20T19:15:58.030Z] #38 43.73 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-09-20T19:15:58.030Z] #38 43.73 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-09-20T19:15:58.030Z] #38 43.73 Suggested packages: [2020-09-20T19:15:58.030Z] #38 43.73 manpages-dev python-setuptools [2020-09-20T19:15:58.089Z] #52 147.8 + bin/containerd-shim [2020-09-20T19:15:58.228Z] #38 34.39 Reading package lists... [2020-09-20T19:15:58.228Z] #38 ... [2020-09-20T19:15:58.228Z] [2020-09-20T19:15:58.228Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:15:58.228Z] #41 30.42 vendor/golang.org/x/crypto/internal/subtle [2020-09-20T19:15:58.228Z] #41 30.55 vendor/golang.org/x/crypto/curve25519 [2020-09-20T19:15:58.291Z] #38 ... [2020-09-20T19:15:58.291Z] [2020-09-20T19:15:58.291Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:15:58.291Z] #60 DONE 44.4s [2020-09-20T19:15:58.424Z] #34 6.489 -- Detecting C compile features - done [2020-09-20T19:15:58.424Z] #34 6.567 -- Performing Test HAS_BUILTIN_FORTIFY [2020-09-20T19:15:58.552Z] [2020-09-20T19:15:58.552Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-20T19:15:58.552Z] #23 39.32 Building dependency tree... [2020-09-20T19:15:58.552Z] #23 43.43 ca-certificates is already the newest version (20200601~deb10u1). [2020-09-20T19:15:58.552Z] #23 43.43 The following additional packages will be installed: [2020-09-20T19:15:58.552Z] #23 43.43 libjq1 libonig5 [2020-09-20T19:15:58.552Z] #23 43.86 The following NEW packages will be installed: [2020-09-20T19:15:58.552Z] #23 43.88 jq libjq1 libonig5 [2020-09-20T19:15:58.552Z] #23 44.42 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2020-09-20T19:15:58.552Z] #23 44.42 Need to get 355 kB of archives. [2020-09-20T19:15:58.552Z] #23 44.42 After this operation, 1072 kB of additional disk space will be used. [2020-09-20T19:15:58.552Z] #23 44.42 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-09-20T19:15:58.552Z] #23 44.46 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-09-20T19:15:58.552Z] #23 44.46 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-09-20T19:15:58.792Z] #41 ... [2020-09-20T19:15:58.792Z] [2020-09-20T19:15:58.792Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:15:58.792Z] #38 34.39 Reading package lists... [2020-09-20T19:15:59.071Z] #34 6.952 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-09-20T19:15:59.071Z] #34 7.163 -- Configuring done [2020-09-20T19:15:59.071Z] #34 7.186 -- Generating done [2020-09-20T19:15:59.071Z] #34 7.200 -- Build files have been written to: /tmp/tmp.KSVvKWUrHc/tini [2020-09-20T19:15:59.071Z] #34 7.206 + make tini-static [2020-09-20T19:15:59.370Z] #34 7.598 Scanning dependencies of target tini-static [2020-09-20T19:15:59.680Z] #17 13.40 Reading package lists... [2020-09-20T19:15:59.680Z] #17 17.17 Building dependency tree... [2020-09-20T19:15:59.680Z] #17 ... [2020-09-20T19:15:59.680Z] [2020-09-20T19:15:59.680Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:15:59.680Z] #41 136.3 github.com/LK4D4/vndr/godl [2020-09-20T19:15:59.680Z] #41 137.0 github.com/LK4D4/vndr [2020-09-20T19:15:59.680Z] #41 DONE 146.0s [2020-09-20T19:15:59.680Z] [2020-09-20T19:15:59.680Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:15:59.680Z] #39 70.82 DEP criu/sk-netlink.d [2020-09-20T19:15:59.680Z] #39 70.97 DEP criu/sk-inet.d [2020-09-20T19:15:59.680Z] #39 71.21 DEP criu/signalfd.d [2020-09-20T19:15:59.680Z] #39 71.35 DEP criu/sigframe.d [2020-09-20T19:15:59.680Z] #39 71.53 DEP criu/shmem.d [2020-09-20T19:15:59.680Z] #39 71.69 DEP criu/servicefd.d [2020-09-20T19:15:59.680Z] #39 71.93 DEP criu/seize.d [2020-09-20T19:15:59.680Z] #39 72.14 DEP criu/seccomp.d [2020-09-20T19:15:59.680Z] #39 72.34 DEP criu/rst-malloc.d [2020-09-20T19:15:59.680Z] #39 72.39 DEP criu/rbtree.d [2020-09-20T19:15:59.680Z] #39 72.43 DEP criu/pstree.d [2020-09-20T19:15:59.680Z] #39 72.62 DEP criu/protobuf.d [2020-09-20T19:15:59.680Z] #39 72.77 GEN criu/protobuf-desc-gen.h [2020-09-20T19:15:59.680Z] #39 74.46 DEP criu/protobuf-desc.d [2020-09-20T19:15:59.680Z] #39 74.67 DEP criu/proc_parse.d [2020-09-20T19:15:59.680Z] #39 74.80 DEP criu/plugin.d [2020-09-20T19:15:59.680Z] #39 74.93 DEP criu/pipes.d [2020-09-20T19:15:59.680Z] #39 75.12 DEP criu/pie-util.d [2020-09-20T19:15:59.680Z] #39 75.23 DEP criu/pie-util-vdso.d [2020-09-20T19:15:59.680Z] #39 75.34 DEP criu/pie-util-vdso-elf32.d [2020-09-20T19:15:59.705Z] #34 7.710 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-09-20T19:15:59.943Z] #39 75.49 DEP criu/path.d [2020-09-20T19:15:59.945Z] #23 45.92 debconf: delaying package configuration, since apt-utils is not installed [2020-09-20T19:16:00.205Z] #23 46.15 Fetched 355 kB in 0s (952 kB/s) [2020-09-20T19:16:00.205Z] #23 46.26 Selecting previously unselected package libonig5:amd64. [2020-09-20T19:16:00.207Z] #39 75.65 DEP criu/parasite-syscall.d [2020-09-20T19:16:00.207Z] #39 75.86 DEP criu/pagemap.d [2020-09-20T19:16:00.466Z] #23 46.26 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-09-20T19:16:00.466Z] #23 46.37 Preparing to unpack .../libonig5_6.9.1-1_amd64.deb ... [2020-09-20T19:16:00.466Z] #23 46.39 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-09-20T19:16:00.468Z] #39 76.08 DEP criu/pagemap-cache.d [2020-09-20T19:16:00.726Z] #23 46.65 Selecting previously unselected package libjq1:amd64. [2020-09-20T19:16:00.726Z] #23 46.66 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-09-20T19:16:00.726Z] #23 46.67 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-09-20T19:16:00.727Z] #39 76.25 DEP criu/page-xfer.d [2020-09-20T19:16:00.727Z] #39 76.39 DEP criu/page-pipe.d [2020-09-20T19:16:00.727Z] #39 76.48 DEP criu/netfilter.d [2020-09-20T19:16:00.956Z] #38 41.38 Building dependency tree... [2020-09-20T19:16:00.986Z] #23 46.97 Selecting previously unselected package jq. [2020-09-20T19:16:00.986Z] #23 46.97 Preparing to unpack .../jq_1.5+dfsg-2+b1_amd64.deb ... [2020-09-20T19:16:00.986Z] #23 46.98 Unpacking jq (1.5+dfsg-2+b1) ... [2020-09-20T19:16:01.246Z] #23 47.24 Setting up libonig5:amd64 (6.9.1-1) ... [2020-09-20T19:16:01.247Z] #23 47.26 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-09-20T19:16:01.247Z] #23 47.27 Setting up jq (1.5+dfsg-2+b1) ... [2020-09-20T19:16:01.247Z] #23 47.28 Processing triggers for libc-bin (2.28-10) ... [2020-09-20T19:16:01.297Z] #39 76.65 DEP criu/net.d [2020-09-20T19:16:01.297Z] #39 76.86 DEP criu/namespaces.d [2020-09-20T19:16:01.319Z] #34 9.402 [100%] Linking C executable tini-static [2020-09-20T19:16:01.557Z] #39 76.97 DEP criu/mount.d [2020-09-20T19:16:01.557Z] #39 77.14 DEP criu/memfd.d [2020-09-20T19:16:01.817Z] #39 77.26 DEP criu/mem.d [2020-09-20T19:16:01.817Z] #39 77.42 DEP criu/lsm.d [2020-09-20T19:16:01.821Z] #23 DONE 47.8s [2020-09-20T19:16:01.821Z] [2020-09-20T19:16:01.821Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-09-20T19:16:01.821Z] #24 DONE 0.0s [2020-09-20T19:16:01.821Z] [2020-09-20T19:16:01.821Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:16:01.821Z] #38 45.69 The following NEW packages will be installed: [2020-09-20T19:16:01.821Z] #38 45.71 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-09-20T19:16:01.821Z] #38 45.71 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-09-20T19:16:01.821Z] #38 45.71 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-09-20T19:16:01.821Z] #38 45.71 python-six zlib1g-dev [2020-09-20T19:16:01.821Z] #38 46.12 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2020-09-20T19:16:01.821Z] #38 46.12 Need to get 4095 kB of archives. [2020-09-20T19:16:01.821Z] #38 46.12 After this operation, 22.5 MB of additional disk space will be used. [2020-09-20T19:16:01.821Z] #38 46.12 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-09-20T19:16:01.821Z] #38 46.12 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-09-20T19:16:01.821Z] #38 46.12 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2020-09-20T19:16:01.821Z] #38 46.13 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-09-20T19:16:01.821Z] #38 46.14 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-09-20T19:16:01.821Z] #38 46.15 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-09-20T19:16:01.821Z] #38 46.15 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2020-09-20T19:16:01.821Z] #38 46.16 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2020-09-20T19:16:01.821Z] #38 46.19 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-09-20T19:16:01.821Z] #38 46.28 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-09-20T19:16:01.821Z] #38 46.30 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-09-20T19:16:01.821Z] #38 46.40 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-09-20T19:16:01.821Z] #38 46.49 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2020-09-20T19:16:01.821Z] #38 46.49 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2020-09-20T19:16:01.821Z] #38 46.51 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-09-20T19:16:01.821Z] #38 46.52 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-09-20T19:16:01.821Z] #38 46.53 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-09-20T19:16:01.821Z] #38 47.62 debconf: delaying package configuration, since apt-utils is not installed [2020-09-20T19:16:02.077Z] #39 77.60 DEP criu/log.d [2020-09-20T19:16:02.077Z] #39 77.66 DEP criu/libnetlink.d [2020-09-20T19:16:02.077Z] #39 77.72 DEP criu/kerndat.d [2020-09-20T19:16:02.084Z] #38 48.10 Fetched 4095 kB in 1s (5715 kB/s) [2020-09-20T19:16:02.337Z] #39 77.87 DEP criu/kcmp-ids.d [2020-09-20T19:16:02.337Z] #39 77.92 DEP criu/irmap.d [2020-09-20T19:16:02.337Z] #39 78.04 DEP criu/ipc_ns.d [2020-09-20T19:16:02.345Z] #38 48.32 Selecting previously unselected package libcap-dev:amd64. [2020-09-20T19:16:02.374Z] #34 10.22 [100%] Built target tini-static [2020-09-20T19:16:02.374Z] #34 10.29 + mkdir -p /build [2020-09-20T19:16:02.374Z] #34 10.29 + cp tini-static /build/docker-init [2020-09-20T19:16:02.374Z] #34 ... [2020-09-20T19:16:02.374Z] [2020-09-20T19:16:02.374Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:16:02.374Z] #42 63.42 bufio [2020-09-20T19:16:02.374Z] #42 65.13 reflect [2020-09-20T19:16:02.374Z] #42 70.35 regexp/syntax [2020-09-20T19:16:02.374Z] #42 ... [2020-09-20T19:16:02.374Z] [2020-09-20T19:16:02.374Z] #34 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:16:02.374Z] #34 DONE 10.4s [2020-09-20T19:16:02.374Z] [2020-09-20T19:16:02.374Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:16:02.374Z] #40 1.842 Note: Building without setproctitle() and strlcpy() support. [2020-09-20T19:16:02.374Z] #40 1.842 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-09-20T19:16:02.374Z] #40 1.864 Note: Building without GnuTLS support [2020-09-20T19:16:02.374Z] #40 1.877 Makefile.config:39: Warn: you have no libnftables installed [2020-09-20T19:16:02.374Z] #40 1.877 Makefile.config:40: Warn: Building without nftables support [2020-09-20T19:16:02.374Z] #40 3.438 fatal: not a git repository (or any of the parent directories): .git [2020-09-20T19:16:02.374Z] #40 3.483 GEN .gitid [2020-09-20T19:16:02.374Z] #40 3.511 GEN criu/include/version.h [2020-09-20T19:16:02.374Z] #40 3.593 GEN include/common/asm [2020-09-20T19:16:02.374Z] #40 5.540 PBCC images/timens.pb-c.c [2020-09-20T19:16:02.374Z] #40 5.584 DEP images/timens.pb-c.d [2020-09-20T19:16:02.374Z] #40 5.621 PBCC images/fown.pb-c.c [2020-09-20T19:16:02.374Z] #40 5.656 PBCC images/google/protobuf/descriptor.pb-c.c [2020-09-20T19:16:02.374Z] #40 5.785 PBCC images/opts.pb-c.c [2020-09-20T19:16:02.374Z] #40 5.830 PBCC images/memfd.pb-c.c [2020-09-20T19:16:02.374Z] #40 6.038 DEP images/fown.pb-c.d [2020-09-20T19:16:02.540Z] #52 152.1 + bin/containerd-shim-runc-v1 [2020-09-20T19:16:02.597Z] #39 78.21 DEP criu/image.d [2020-09-20T19:16:02.610Z] #38 48.32 (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.) [2020-09-20T19:16:02.611Z] #38 48.49 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-09-20T19:16:02.611Z] #38 48.51 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-09-20T19:16:02.611Z] #38 48.78 Selecting previously unselected package libnet1:amd64. [2020-09-20T19:16:02.672Z] #40 6.145 DEP images/google/protobuf/descriptor.pb-c.d [2020-09-20T19:16:02.672Z] #40 6.183 DEP images/opts.pb-c.d [2020-09-20T19:16:02.672Z] #40 6.209 DEP images/memfd.pb-c.d [2020-09-20T19:16:02.672Z] #40 6.240 PBCC images/sit.pb-c.c [2020-09-20T19:16:02.672Z] #40 6.281 DEP images/sit.pb-c.d [2020-09-20T19:16:02.857Z] #39 78.39 DEP criu/image-desc.d [2020-09-20T19:16:02.857Z] #39 78.46 DEP criu/fsnotify.d [2020-09-20T19:16:02.857Z] #39 78.56 DEP criu/filesystems.d [2020-09-20T19:16:02.871Z] #38 48.83 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-09-20T19:16:02.871Z] #38 48.85 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-09-20T19:16:02.871Z] #38 48.98 Selecting previously unselected package libnet1-dev. [2020-09-20T19:16:02.904Z] #38 44.87 The following additional packages will be installed: [2020-09-20T19:16:02.904Z] #38 44.88 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-09-20T19:16:02.904Z] #38 44.90 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-09-20T19:16:02.904Z] #38 44.90 Suggested packages: [2020-09-20T19:16:02.904Z] #38 44.93 manpages-dev python-setuptools [2020-09-20T19:16:02.972Z] #40 6.318 PBCC images/macvlan.pb-c.c [2020-09-20T19:16:02.972Z] #40 6.334 DEP images/macvlan.pb-c.d [2020-09-20T19:16:02.972Z] #40 6.378 PBCC images/autofs.pb-c.c [2020-09-20T19:16:02.972Z] #40 6.404 DEP images/autofs.pb-c.d [2020-09-20T19:16:02.972Z] #40 6.448 PBCC images/sysctl.pb-c.c [2020-09-20T19:16:02.972Z] #40 6.474 DEP images/sysctl.pb-c.d [2020-09-20T19:16:02.972Z] #40 6.519 PBCC images/time.pb-c.c [2020-09-20T19:16:02.972Z] #40 ... [2020-09-20T19:16:02.972Z] [2020-09-20T19:16:02.972Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:16:02.972Z] #42 74.14 hash/crc32 [2020-09-20T19:16:03.117Z] #39 78.72 DEP criu/files.d [2020-09-20T19:16:03.131Z] #38 48.99 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-09-20T19:16:03.131Z] #38 49.01 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-09-20T19:16:03.382Z] #39 78.91 DEP criu/files-reg.d [2020-09-20T19:16:03.382Z] #39 ... [2020-09-20T19:16:03.382Z] [2020-09-20T19:16:03.382Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:16:03.382Z] #17 17.17 Building dependency tree... [2020-09-20T19:16:03.382Z] #17 18.79 libcap2-bin is already the newest version (1:2.25-2). [2020-09-20T19:16:03.382Z] #17 18.79 The following additional packages will be installed: [2020-09-20T19:16:03.382Z] #17 18.79 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-09-20T19:16:03.382Z] #17 18.79 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-09-20T19:16:03.382Z] #17 18.80 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-09-20T19:16:03.382Z] #17 18.80 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-09-20T19:16:03.382Z] #17 18.80 python3.7 python3.7-minimal vim-runtime xxd [2020-09-20T19:16:03.382Z] #17 18.80 Suggested packages: [2020-09-20T19:16:03.382Z] #17 18.80 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-09-20T19:16:03.382Z] #17 18.80 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-09-20T19:16:03.382Z] #17 18.80 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-09-20T19:16:03.382Z] #17 18.80 Recommended packages: [2020-09-20T19:16:03.382Z] #17 18.80 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-09-20T19:16:03.382Z] #17 18.80 python3-keyrings.alt python3-xdg unzip [2020-09-20T19:16:03.382Z] #17 20.76 The following NEW packages will be installed: [2020-09-20T19:16:03.382Z] #17 20.77 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-09-20T19:16:03.382Z] #17 20.77 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-09-20T19:16:03.382Z] #17 20.77 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-09-20T19:16:03.382Z] #17 20.77 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-09-20T19:16:03.382Z] #17 20.77 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-09-20T19:16:03.382Z] #17 20.77 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-09-20T19:16:03.382Z] #17 20.77 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-09-20T19:16:03.382Z] #17 20.77 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-09-20T19:16:03.382Z] #17 20.77 xz-utils zip [2020-09-20T19:16:03.382Z] #17 21.09 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2020-09-20T19:16:03.382Z] #17 21.09 Need to get 28.5 MB of archives. [2020-09-20T19:16:03.382Z] #17 21.09 After this operation, 116 MB of additional disk space will be used. [2020-09-20T19:16:03.382Z] #17 21.09 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-09-20T19:16:03.382Z] #17 21.09 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2020-09-20T19:16:03.382Z] #17 21.12 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2020-09-20T19:16:03.382Z] #17 21.22 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-09-20T19:16:03.382Z] #17 21.23 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-09-20T19:16:03.382Z] #17 21.24 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2020-09-20T19:16:03.382Z] #17 21.33 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2020-09-20T19:16:03.382Z] #17 21.35 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-09-20T19:16:03.382Z] #17 21.36 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-09-20T19:16:03.382Z] #17 21.36 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-09-20T19:16:03.382Z] #17 21.37 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-09-20T19:16:03.382Z] #17 21.37 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-09-20T19:16:03.382Z] #17 21.38 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-09-20T19:16:03.382Z] #17 21.38 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-09-20T19:16:03.382Z] #17 21.39 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-09-20T19:16:03.382Z] #17 21.39 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-09-20T19:16:03.382Z] #17 21.42 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-09-20T19:16:03.382Z] #17 21.43 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-09-20T19:16:03.382Z] #17 21.45 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-09-20T19:16:03.382Z] #17 21.47 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2020-09-20T19:16:03.382Z] #17 21.47 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-09-20T19:16:03.382Z] #17 21.48 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-09-20T19:16:03.382Z] #17 21.53 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-09-20T19:16:03.382Z] #17 21.53 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-09-20T19:16:03.382Z] #17 21.54 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-09-20T19:16:03.382Z] #17 21.56 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-09-20T19:16:03.392Z] #38 49.28 Selecting previously unselected package libnl-3-200:amd64. [2020-09-20T19:16:03.392Z] #38 49.28 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-09-20T19:16:03.392Z] #38 49.29 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-09-20T19:16:03.392Z] #38 49.48 Selecting previously unselected package libnl-3-dev:amd64. [2020-09-20T19:16:03.392Z] #38 49.50 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-09-20T19:16:03.392Z] #38 49.52 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-09-20T19:16:03.641Z] #17 21.57 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-09-20T19:16:03.641Z] #17 21.57 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-09-20T19:16:03.641Z] #17 21.58 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-09-20T19:16:03.653Z] #38 ... [2020-09-20T19:16:03.653Z] [2020-09-20T19:16:03.653Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-20T19:16:03.653Z] #51 33.54 Reading package lists... [2020-09-20T19:16:03.653Z] #51 41.04 Building dependency tree... [2020-09-20T19:16:03.653Z] #51 45.88 The following additional packages will be installed: [2020-09-20T19:16:03.653Z] #51 45.91 libbtrfs0 [2020-09-20T19:16:03.653Z] #51 46.06 The following NEW packages will be installed: [2020-09-20T19:16:03.653Z] #51 46.10 libbtrfs-dev libbtrfs0 [2020-09-20T19:16:03.653Z] #51 46.65 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2020-09-20T19:16:03.653Z] #51 46.65 Need to get 119 kB of archives. [2020-09-20T19:16:03.653Z] #51 46.65 After this operation, 387 kB of additional disk space will be used. [2020-09-20T19:16:03.653Z] #51 46.65 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-09-20T19:16:03.653Z] #51 46.65 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-09-20T19:16:03.653Z] #51 47.90 debconf: delaying package configuration, since apt-utils is not installed [2020-09-20T19:16:03.653Z] #51 48.29 Fetched 119 kB in 0s (340 kB/s) [2020-09-20T19:16:03.653Z] #51 48.46 Selecting previously unselected package libbtrfs0. [2020-09-20T19:16:03.653Z] #51 48.46 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-09-20T19:16:03.653Z] #51 48.63 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-09-20T19:16:03.653Z] #51 48.68 Unpacking libbtrfs0 (4.20.1-2) ... [2020-09-20T19:16:03.653Z] #51 48.80 Selecting previously unselected package libbtrfs-dev. [2020-09-20T19:16:03.653Z] #51 48.87 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-09-20T19:16:03.653Z] #51 48.89 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-09-20T19:16:03.653Z] #51 49.20 Setting up libbtrfs0 (4.20.1-2) ... [2020-09-20T19:16:03.653Z] #51 49.23 Setting up libbtrfs-dev (4.20.1-2) ... [2020-09-20T19:16:03.653Z] #51 49.26 Processing triggers for libc-bin (2.28-10) ... [2020-09-20T19:16:03.653Z] #51 DONE 49.5s [2020-09-20T19:16:03.653Z] [2020-09-20T19:16:03.653Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:16:03.911Z] #17 22.07 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-09-20T19:16:03.911Z] #17 22.07 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-09-20T19:16:03.911Z] #17 22.07 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-09-20T19:16:03.911Z] #17 22.07 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-09-20T19:16:03.911Z] #17 22.07 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-09-20T19:16:03.911Z] #17 22.09 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-09-20T19:16:04.171Z] #17 22.18 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-09-20T19:16:04.171Z] #17 22.19 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-09-20T19:16:04.171Z] #17 22.20 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-09-20T19:16:04.171Z] #17 22.22 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-09-20T19:16:04.171Z] #17 22.22 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-09-20T19:16:04.171Z] #17 22.24 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-09-20T19:16:04.171Z] #17 22.24 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB] [2020-09-20T19:16:04.316Z] #38 46.63 The following NEW packages will be installed: [2020-09-20T19:16:04.316Z] #38 46.63 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-09-20T19:16:04.316Z] #38 46.63 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-09-20T19:16:04.316Z] #38 46.64 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-09-20T19:16:04.316Z] #38 46.64 python-six zlib1g-dev [2020-09-20T19:16:04.432Z] #17 22.35 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2020-09-20T19:16:04.432Z] #17 22.37 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2020-09-20T19:16:04.432Z] #17 22.39 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-09-20T19:16:04.516Z] #42 ... [2020-09-20T19:16:04.516Z] [2020-09-20T19:16:04.516Z] #44 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:16:04.516Z] #44 DONE 75.6s [2020-09-20T19:16:04.593Z] #52 ... [2020-09-20T19:16:04.594Z] [2020-09-20T19:16:04.594Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:16:04.594Z] #10 33.15 Reading package lists... [2020-09-20T19:16:04.594Z] #10 40.73 Building dependency tree... [2020-09-20T19:16:04.594Z] #10 45.57 The following additional packages will be installed: [2020-09-20T19:16:04.594Z] #10 45.57 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-09-20T19:16:04.594Z] #10 45.57 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-09-20T19:16:04.594Z] #10 45.58 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-09-20T19:16:04.594Z] #10 45.58 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-09-20T19:16:04.594Z] #10 45.58 Suggested packages: [2020-09-20T19:16:04.594Z] #10 45.58 gcc-8-locales seccomp wine64 [2020-09-20T19:16:04.594Z] #10 46.89 The following NEW packages will be installed: [2020-09-20T19:16:04.594Z] #10 46.91 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-09-20T19:16:04.594Z] #10 46.91 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-09-20T19:16:04.594Z] #10 46.91 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-09-20T19:16:04.594Z] #10 46.91 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-09-20T19:16:04.594Z] #10 46.92 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-09-20T19:16:04.594Z] #10 46.93 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-09-20T19:16:04.594Z] #10 47.34 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2020-09-20T19:16:04.594Z] #10 47.34 Need to get 77.7 MB of archives. [2020-09-20T19:16:04.594Z] #10 47.34 After this operation, 487 MB of additional disk space will be used. [2020-09-20T19:16:04.594Z] #10 47.34 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2020-09-20T19:16:04.594Z] #10 47.58 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2020-09-20T19:16:04.594Z] #10 47.95 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-09-20T19:16:04.594Z] #10 47.96 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2020-09-20T19:16:04.594Z] #10 48.04 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-09-20T19:16:04.594Z] #10 48.07 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-09-20T19:16:04.594Z] #10 48.71 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-09-20T19:16:04.594Z] #10 49.07 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2020-09-20T19:16:04.594Z] #10 49.07 Get:9 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] [2020-09-20T19:16:04.594Z] #10 ... [2020-09-20T19:16:04.594Z] [2020-09-20T19:16:04.594Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:16:04.594Z] #52 1.109 + RM_GOPATH=0 [2020-09-20T19:16:04.594Z] #52 1.111 + TMP_GOPATH= [2020-09-20T19:16:04.594Z] #52 1.111 + : /build [2020-09-20T19:16:04.594Z] #52 1.111 + '[' -z '' ']' [2020-09-20T19:16:04.594Z] #52 1.113 ++ mktemp -d [2020-09-20T19:16:04.594Z] #52 1.117 + export GOPATH=/tmp/tmp.wCQMTnHiXN [2020-09-20T19:16:04.594Z] #52 1.117 + GOPATH=/tmp/tmp.wCQMTnHiXN [2020-09-20T19:16:04.594Z] #52 1.117 + RM_GOPATH=1 [2020-09-20T19:16:04.594Z] #52 1.117 + case "$(go env GOARCH)" in [2020-09-20T19:16:04.594Z] #52 1.118 ++ go env GOARCH [2020-09-20T19:16:04.594Z] #52 1.159 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:16:04.594Z] #52 1.159 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:16:04.594Z] #52 1.161 ++ dirname /tmp/install/install.sh [2020-09-20T19:16:04.594Z] #52 1.165 + dir=/tmp/install [2020-09-20T19:16:04.594Z] #52 1.170 + bin=containerd [2020-09-20T19:16:04.594Z] #52 1.170 + shift [2020-09-20T19:16:04.594Z] #52 1.172 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-09-20T19:16:04.594Z] #52 1.172 + . /tmp/install/containerd.installer [2020-09-20T19:16:04.594Z] #52 1.172 ++ set -e [2020-09-20T19:16:04.594Z] #52 1.172 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-09-20T19:16:04.594Z] #52 1.174 + install_containerd [2020-09-20T19:16:04.594Z] #52 1.179 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-09-20T19:16:04.594Z] #52 1.183 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-09-20T19:16:04.594Z] #52 1.183 + git clone https://github.com/containerd/containerd.git /tmp/tmp.wCQMTnHiXN/src/github.com/containerd/containerd [2020-09-20T19:16:04.594Z] #52 1.185 Cloning into '/tmp/tmp.wCQMTnHiXN/src/github.com/containerd/containerd'... [2020-09-20T19:16:04.615Z] #51 ... [2020-09-20T19:16:04.616Z] [2020-09-20T19:16:04.616Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-20T19:16:04.616Z] #23 32.90 ca-certificates is already the newest version (20200601~deb10u1). [2020-09-20T19:16:04.616Z] #23 32.90 The following additional packages will be installed: [2020-09-20T19:16:04.616Z] #23 32.91 libjq1 libonig5 [2020-09-20T19:16:04.616Z] #23 33.27 The following NEW packages will be installed: [2020-09-20T19:16:04.616Z] #23 33.29 jq libjq1 libonig5 [2020-09-20T19:16:04.616Z] #23 33.77 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2020-09-20T19:16:04.616Z] #23 33.77 Need to get 325 kB of archives. [2020-09-20T19:16:04.616Z] #23 33.77 After this operation, 1019 kB of additional disk space will be used. [2020-09-20T19:16:04.616Z] #23 33.77 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2020-09-20T19:16:04.616Z] #23 33.79 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2020-09-20T19:16:04.616Z] #23 33.80 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2020-09-20T19:16:04.616Z] #23 35.04 debconf: delaying package configuration, since apt-utils is not installed [2020-09-20T19:16:04.616Z] #23 35.24 Fetched 325 kB in 0s (808 kB/s) [2020-09-20T19:16:04.616Z] #23 35.36 Selecting previously unselected package libonig5:arm64. [2020-09-20T19:16:04.616Z] #23 35.36 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-09-20T19:16:04.616Z] #23 35.49 Preparing to unpack .../libonig5_6.9.1-1_arm64.deb ... [2020-09-20T19:16:04.616Z] #23 35.66 Unpacking libonig5:arm64 (6.9.1-1) ... [2020-09-20T19:16:04.616Z] #23 36.09 Selecting previously unselected package libjq1:arm64. [2020-09-20T19:16:04.616Z] #23 36.10 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_arm64.deb ... [2020-09-20T19:16:04.616Z] #23 36.11 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-09-20T19:16:04.616Z] #23 36.30 Selecting previously unselected package jq. [2020-09-20T19:16:04.616Z] #23 36.30 Preparing to unpack .../jq_1.5+dfsg-2+b1_arm64.deb ... [2020-09-20T19:16:04.616Z] #23 36.31 Unpacking jq (1.5+dfsg-2+b1) ... [2020-09-20T19:16:04.616Z] #23 37.28 Setting up libonig5:arm64 (6.9.1-1) ... [2020-09-20T19:16:04.616Z] #23 42.08 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-09-20T19:16:04.692Z] #17 22.71 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-09-20T19:16:04.692Z] #17 22.74 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-09-20T19:16:04.692Z] #17 22.78 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-09-20T19:16:04.710Z] using credential docker-jenkins-github-credentials [2020-09-20T19:16:04.784Z] Cloning the remote Git repository [2020-09-20T19:16:04.784Z] Cloning with configured refspecs honoured and without tags [2020-09-20T19:16:04.833Z] [2020-09-20T19:16:04.833Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:16:04.833Z] #40 6.564 DEP images/time.pb-c.d [2020-09-20T19:16:04.833Z] #40 6.702 PBCC images/binfmt-misc.pb-c.c [2020-09-20T19:16:04.833Z] #40 6.716 DEP images/binfmt-misc.pb-c.d [2020-09-20T19:16:04.833Z] #40 6.786 PBCC images/seccomp.pb-c.c [2020-09-20T19:16:04.833Z] #40 6.831 DEP images/seccomp.pb-c.d [2020-09-20T19:16:04.833Z] #40 6.974 PBCC images/userns.pb-c.c [2020-09-20T19:16:04.833Z] #40 6.984 DEP images/userns.pb-c.d [2020-09-20T19:16:04.833Z] #40 7.025 PBCC images/cgroup.pb-c.c [2020-09-20T19:16:04.833Z] #40 7.048 DEP images/cgroup.pb-c.d [2020-09-20T19:16:04.833Z] #40 7.091 PBCC images/ext-file.pb-c.c [2020-09-20T19:16:04.833Z] #40 7.126 DEP images/ext-file.pb-c.d [2020-09-20T19:16:04.833Z] #40 7.169 PBCC images/rpc.pb-c.c [2020-09-20T19:16:04.833Z] #40 7.281 DEP images/rpc.pb-c.d [2020-09-20T19:16:04.833Z] #40 7.381 PBCC images/siginfo.pb-c.c [2020-09-20T19:16:04.833Z] #40 7.392 DEP images/siginfo.pb-c.d [2020-09-20T19:16:04.833Z] #40 7.425 PBCC images/pagemap.pb-c.c [2020-09-20T19:16:04.833Z] #40 7.471 DEP images/pagemap.pb-c.d [2020-09-20T19:16:04.833Z] #40 7.541 PBCC images/rlimit.pb-c.c [2020-09-20T19:16:04.833Z] #40 7.559 DEP images/rlimit.pb-c.d [2020-09-20T19:16:04.833Z] #40 7.615 PBCC images/file-lock.pb-c.c [2020-09-20T19:16:04.833Z] #40 7.625 DEP images/file-lock.pb-c.d [2020-09-20T19:16:04.833Z] #40 7.704 PBCC images/tty.pb-c.c [2020-09-20T19:16:04.833Z] #40 7.812 DEP images/tty.pb-c.d [2020-09-20T19:16:04.833Z] #40 7.899 PBCC images/tun.pb-c.c [2020-09-20T19:16:04.833Z] #40 7.961 PBCC images/netdev.pb-c.c [2020-09-20T19:16:04.833Z] #40 8.039 DEP images/tun.pb-c.d [2020-09-20T19:16:04.833Z] #40 8.101 DEP images/netdev.pb-c.d [2020-09-20T19:16:04.833Z] #40 8.172 PBCC images/vma.pb-c.c [2020-09-20T19:16:04.833Z] #40 8.266 DEP images/vma.pb-c.d [2020-09-20T19:16:04.833Z] #40 8.345 PBCC images/creds.pb-c.c [2020-09-20T19:16:04.833Z] #40 8.390 DEP images/creds.pb-c.d [2020-09-20T19:16:04.885Z] #23 ... [2020-09-20T19:16:04.885Z] [2020-09-20T19:16:04.885Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:16:04.885Z] #38 35.42 debconf: delaying package configuration, since apt-utils is not installed [2020-09-20T19:16:04.885Z] #38 35.75 Fetched 3798 kB in 1s (5053 kB/s) [2020-09-20T19:16:04.885Z] #38 36.04 Selecting previously unselected package libcap-dev:arm64. [2020-09-20T19:16:04.885Z] #38 36.04 (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.) [2020-09-20T19:16:04.885Z] #38 36.16 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ... [2020-09-20T19:16:04.885Z] #38 36.17 Unpacking libcap-dev:arm64 (1:2.25-2) ... [2020-09-20T19:16:04.885Z] #38 36.95 Selecting previously unselected package libnet1:arm64. [2020-09-20T19:16:04.885Z] #38 36.96 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2020-09-20T19:16:04.885Z] #38 37.07 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-09-20T19:16:04.885Z] #38 44.18 Selecting previously unselected package libnet1-dev. [2020-09-20T19:16:04.885Z] #38 44.19 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ... [2020-09-20T19:16:04.898Z] #38 47.17 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2020-09-20T19:16:04.898Z] #38 47.17 Need to get 4095 kB of archives. [2020-09-20T19:16:04.898Z] #38 47.17 After this operation, 22.5 MB of additional disk space will be used. [2020-09-20T19:16:04.898Z] #38 47.17 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-09-20T19:16:04.898Z] #38 47.18 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-09-20T19:16:04.898Z] #38 47.18 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2020-09-20T19:16:04.898Z] #38 47.19 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-09-20T19:16:04.898Z] #38 47.23 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-09-20T19:16:04.898Z] #38 47.24 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-09-20T19:16:04.898Z] #38 47.27 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2020-09-20T19:16:05.148Z] #40 8.453 PBCC images/utsns.pb-c.c [2020-09-20T19:16:05.148Z] #40 8.575 DEP images/utsns.pb-c.d [2020-09-20T19:16:05.148Z] #40 8.608 PBCC images/ipc-desc.pb-c.c [2020-09-20T19:16:05.148Z] #40 8.631 PBCC images/ipc-sem.pb-c.c [2020-09-20T19:16:05.148Z] #40 8.657 DEP images/ipc-desc.pb-c.d [2020-09-20T19:16:05.148Z] #40 8.699 DEP images/ipc-sem.pb-c.d [2020-09-20T19:16:05.148Z] #40 8.741 PBCC images/ipc-msg.pb-c.c [2020-09-20T19:16:05.148Z] #40 8.767 DEP images/ipc-msg.pb-c.d [2020-09-20T19:16:05.155Z] #38 47.27 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2020-09-20T19:16:05.155Z] #38 47.33 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-09-20T19:16:05.155Z] #38 47.40 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-09-20T19:16:05.155Z] #38 47.47 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-09-20T19:16:05.161Z] #38 44.41 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-09-20T19:16:05.161Z] #38 ... [2020-09-20T19:16:05.161Z] [2020-09-20T19:16:05.161Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-20T19:16:05.161Z] #23 44.52 Setting up jq (1.5+dfsg-2+b1) ... [2020-09-20T19:16:05.166Z] #52 ... [2020-09-20T19:16:05.166Z] [2020-09-20T19:16:05.166Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:16:05.166Z] #30 41.07 internal/reflectlite [2020-09-20T19:16:05.166Z] #30 41.07 sync [2020-09-20T19:16:05.166Z] #30 43.74 sort [2020-09-20T19:16:05.166Z] #30 43.74 errors [2020-09-20T19:16:05.166Z] #30 44.25 strconv [2020-09-20T19:16:05.166Z] #30 45.82 io [2020-09-20T19:16:05.166Z] #30 46.99 internal/oserror [2020-09-20T19:16:05.166Z] #30 47.14 syscall [2020-09-20T19:16:05.166Z] #30 49.06 reflect [2020-09-20T19:16:05.166Z] #30 ... [2020-09-20T19:16:05.166Z] [2020-09-20T19:16:05.166Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:16:05.166Z] #32 34.14 Reading package lists... [2020-09-20T19:16:05.166Z] #32 41.55 Building dependency tree... [2020-09-20T19:16:05.166Z] #32 45.95 The following additional packages will be installed: [2020-09-20T19:16:05.166Z] #32 45.98 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-09-20T19:16:05.166Z] #32 45.99 Suggested packages: [2020-09-20T19:16:05.166Z] #32 46.00 cmake-doc ninja-build lrzip [2020-09-20T19:16:05.166Z] #32 46.00 Recommended packages: [2020-09-20T19:16:05.166Z] #32 46.00 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-09-20T19:16:05.166Z] #32 47.08 The following NEW packages will be installed: [2020-09-20T19:16:05.166Z] #32 47.09 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-09-20T19:16:05.166Z] #32 47.09 vim-common xxd [2020-09-20T19:16:05.166Z] #32 47.44 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2020-09-20T19:16:05.166Z] #32 47.44 Need to get 14.9 MB of archives. [2020-09-20T19:16:05.166Z] #32 47.44 After this operation, 61.8 MB of additional disk space will be used. [2020-09-20T19:16:05.166Z] #32 47.44 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-09-20T19:16:05.166Z] #32 47.45 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-09-20T19:16:05.166Z] #32 47.46 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-09-20T19:16:05.166Z] #32 47.63 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-09-20T19:16:05.166Z] #32 48.66 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] [2020-09-20T19:16:05.166Z] #32 48.75 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-09-20T19:16:05.166Z] #32 48.78 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-09-20T19:16:05.166Z] #32 48.82 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-09-20T19:16:05.166Z] #32 48.85 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-09-20T19:16:05.166Z] #32 48.87 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-09-20T19:16:05.166Z] #32 50.94 debconf: delaying package configuration, since apt-utils is not installed [2020-09-20T19:16:05.166Z] #32 51.20 Fetched 14.9 MB in 2s (7133 kB/s) [2020-09-20T19:16:05.261Z] #17 23.40 debconf: delaying package configuration, since apt-utils is not installed [2020-09-20T19:16:05.269Z] #52 155.1 + bin/containerd-shim-runc-v2 [2020-09-20T19:16:05.413Z] #38 47.62 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-09-20T19:16:05.413Z] #38 ... [2020-09-20T19:16:05.413Z] [2020-09-20T19:16:05.413Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:16:05.413Z] #60 DONE 47.8s [2020-09-20T19:16:05.413Z] [2020-09-20T19:16:05.413Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:16:05.413Z] #38 47.77 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2020-09-20T19:16:05.413Z] #38 47.78 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2020-09-20T19:16:05.413Z] #38 47.78 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-09-20T19:16:05.413Z] #38 47.79 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-09-20T19:16:05.413Z] #38 47.79 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-09-20T19:16:05.413Z] #38 ... [2020-09-20T19:16:05.413Z] [2020-09-20T19:16:05.413Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:16:05.413Z] #32 34.69 Reading package lists... [2020-09-20T19:16:05.413Z] #32 42.20 Building dependency tree... [2020-09-20T19:16:05.413Z] #32 46.34 The following additional packages will be installed: [2020-09-20T19:16:05.413Z] #32 46.36 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-09-20T19:16:05.413Z] #32 46.39 Suggested packages: [2020-09-20T19:16:05.413Z] #32 46.39 cmake-doc ninja-build lrzip [2020-09-20T19:16:05.413Z] #32 46.39 Recommended packages: [2020-09-20T19:16:05.413Z] #32 46.39 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-09-20T19:16:05.413Z] #32 47.78 The following NEW packages will be installed: [2020-09-20T19:16:05.413Z] #32 47.79 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-09-20T19:16:05.413Z] #32 47.79 vim-common xxd [2020-09-20T19:16:05.429Z] #32 51.40 Selecting previously unselected package xxd. [2020-09-20T19:16:05.429Z] #32 51.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% [2020-09-20T19:16:05.429Z] #32 ... [2020-09-20T19:16:05.429Z] [2020-09-20T19:16:05.429Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:16:05.429Z] #25 2.610 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-09-20T19:16:05.429Z] #25 3.031 [2020-09-20T19:16:05.447Z] #40 8.809 PBCC images/ipc-shm.pb-c.c [2020-09-20T19:16:05.447Z] #40 8.834 DEP images/ipc-shm.pb-c.d [2020-09-20T19:16:05.447Z] #40 8.880 PBCC images/ipc-var.pb-c.c [2020-09-20T19:16:05.447Z] #40 8.907 DEP images/ipc-var.pb-c.d [2020-09-20T19:16:05.447Z] #40 8.959 PBCC images/sk-opts.pb-c.c [2020-09-20T19:16:05.447Z] #40 9.000 PBCC images/packet-sock.pb-c.c [2020-09-20T19:16:05.522Z] #17 23.50 Fetched 28.5 MB in 2s (14.5 MB/s) [2020-09-20T19:16:05.522Z] #17 23.57 Selecting previously unselected package pigz. [2020-09-20T19:16:05.522Z] #17 23.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 ... 23432 files and directories currently installed.) [2020-09-20T19:16:05.522Z] #17 23.63 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-09-20T19:16:05.522Z] #17 23.64 Unpacking pigz (2.4-1) ... [2020-09-20T19:16:05.759Z] #40 9.059 DEP images/sk-opts.pb-c.d [2020-09-20T19:16:05.759Z] #40 9.123 DEP images/packet-sock.pb-c.d [2020-09-20T19:16:05.759Z] #40 9.194 PBCC images/sk-netlink.pb-c.c [2020-09-20T19:16:05.759Z] #40 9.299 DEP images/sk-netlink.pb-c.d [2020-09-20T19:16:05.759Z] #40 9.397 PBCC images/sk-inet.pb-c.c [2020-09-20T19:16:05.781Z] #17 23.78 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-09-20T19:16:05.781Z] #17 23.79 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-09-20T19:16:05.781Z] #17 23.80 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-09-20T19:16:05.979Z] #32 48.38 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2020-09-20T19:16:05.980Z] #32 48.38 Need to get 14.9 MB of archives. [2020-09-20T19:16:05.980Z] #32 48.38 After this operation, 61.8 MB of additional disk space will be used. [2020-09-20T19:16:05.980Z] #32 48.38 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-09-20T19:16:06.059Z] #40 9.472 DEP images/sk-inet.pb-c.d [2020-09-20T19:16:06.059Z] #40 9.558 PBCC images/sk-unix.pb-c.c [2020-09-20T19:16:06.059Z] #40 9.601 DEP images/sk-unix.pb-c.d [2020-09-20T19:16:06.059Z] #40 9.683 PBCC images/mm.pb-c.c [2020-09-20T19:16:06.237Z] #32 48.41 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-09-20T19:16:06.237Z] #32 48.48 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-09-20T19:16:06.303Z] #52 155.9 + binaries [2020-09-20T19:16:06.303Z] #52 155.9 + install -D bin/containerd /build/containerd [2020-09-20T19:16:06.303Z] #52 155.9 + install -D bin/containerd-shim /build/containerd-shim [2020-09-20T19:16:06.303Z] #52 155.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-09-20T19:16:06.303Z] #52 155.9 + install -D bin/ctr /build/ctr [2020-09-20T19:16:06.351Z] #17 24.31 Selecting previously unselected package python3.7-minimal. [2020-09-20T19:16:06.351Z] #17 24.34 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-09-20T19:16:06.351Z] #17 24.35 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-09-20T19:16:06.361Z] #40 9.742 DEP images/mm.pb-c.d [2020-09-20T19:16:06.361Z] #40 9.815 PBCC images/timerfd.pb-c.c [2020-09-20T19:16:06.362Z] #40 9.913 DEP images/timerfd.pb-c.d [2020-09-20T19:16:06.494Z] #32 48.79 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-09-20T19:16:06.564Z] #23 ... [2020-09-20T19:16:06.564Z] [2020-09-20T19:16:06.564Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:16:06.564Z] #30 35.78 sync [2020-09-20T19:16:06.564Z] #30 35.79 internal/reflectlite [2020-09-20T19:16:06.564Z] #30 37.50 sort [2020-09-20T19:16:06.564Z] #30 37.51 errors [2020-09-20T19:16:06.564Z] #30 37.71 strconv [2020-09-20T19:16:06.564Z] #30 37.72 io [2020-09-20T19:16:06.564Z] #30 37.72 internal/oserror [2020-09-20T19:16:06.564Z] #30 38.01 syscall [2020-09-20T19:16:06.564Z] #30 38.72 reflect [2020-09-20T19:16:06.564Z] #30 38.96 strings [2020-09-20T19:16:06.564Z] #30 38.96 bytes [2020-09-20T19:16:06.564Z] #30 40.74 bufio [2020-09-20T19:16:06.564Z] #30 41.53 path [2020-09-20T19:16:06.564Z] #30 42.57 text/tabwriter [2020-09-20T19:16:06.564Z] #30 44.44 internal/syscall/execenv [2020-09-20T19:16:06.564Z] #30 44.45 internal/syscall/unix [2020-09-20T19:16:06.564Z] #30 44.46 time [2020-09-20T19:16:06.564Z] #30 ... [2020-09-20T19:16:06.564Z] [2020-09-20T19:16:06.564Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:16:06.564Z] #32 35.86 debconf: delaying package configuration, since apt-utils is not installed [2020-09-20T19:16:06.564Z] #32 36.10 Fetched 14.2 MB in 2s (9034 kB/s) [2020-09-20T19:16:06.564Z] #32 36.17 Selecting previously unselected package xxd. [2020-09-20T19:16:06.564Z] #32 36.17 (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.) [2020-09-20T19:16:06.564Z] #32 36.27 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ... [2020-09-20T19:16:06.564Z] #32 36.29 Unpacking xxd (2:8.1.0875-5) ... [2020-09-20T19:16:06.564Z] #32 41.22 Selecting previously unselected package vim-common. [2020-09-20T19:16:06.564Z] #32 41.23 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-09-20T19:16:06.564Z] #32 42.52 Unpacking vim-common (2:8.1.0875-5) ... [2020-09-20T19:16:06.564Z] #32 ... [2020-09-20T19:16:06.564Z] [2020-09-20T19:16:06.564Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:16:06.564Z] #10 35.66 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2020-09-20T19:16:06.564Z] #10 35.66 Need to get 73.3 MB of archives. [2020-09-20T19:16:06.564Z] #10 35.66 After this operation, 472 MB of additional disk space will be used. [2020-09-20T19:16:06.564Z] #10 35.66 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-i686 arm64 2.31.1-11+8.3 [2188 kB] [2020-09-20T19:16:06.564Z] #10 35.82 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-x86-64 arm64 2.31.1-11+8.3 [2429 kB] [2020-09-20T19:16:06.564Z] #10 35.94 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-09-20T19:16:06.564Z] #10 36.00 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB] [2020-09-20T19:16:06.564Z] #10 36.00 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB] [2020-09-20T19:16:06.564Z] #10 36.01 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-09-20T19:16:06.564Z] #10 36.44 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-09-20T19:16:06.564Z] #10 36.70 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-base arm64 8.3.0-6+21.3~deb10u1 [175 kB] [2020-09-20T19:16:06.564Z] #10 36.72 Get:9 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] [2020-09-20T19:16:06.564Z] #10 40.54 Get:10 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] [2020-09-20T19:16:06.564Z] #10 43.77 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB] [2020-09-20T19:16:06.564Z] #10 43.77 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB] [2020-09-20T19:16:06.564Z] #10 43.84 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2020-09-20T19:16:06.564Z] #10 44.02 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2020-09-20T19:16:06.564Z] #10 44.02 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB] [2020-09-20T19:16:06.564Z] #10 44.03 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u4 [110 kB] [2020-09-20T19:16:06.564Z] #10 44.03 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB] [2020-09-20T19:16:06.564Z] #10 44.06 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB] [2020-09-20T19:16:06.564Z] #10 44.07 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB] [2020-09-20T19:16:06.564Z] #10 44.09 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB] [2020-09-20T19:16:06.564Z] #10 44.11 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB] [2020-09-20T19:16:06.564Z] #10 44.19 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB] [2020-09-20T19:16:06.564Z] #10 44.20 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB] [2020-09-20T19:16:06.564Z] #10 44.21 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libseccomp-dev arm64 2.3.3-4 [61.8 kB] [2020-09-20T19:16:06.564Z] #10 44.22 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u4 [322 kB] [2020-09-20T19:16:06.564Z] #10 45.97 debconf: delaying package configuration, since apt-utils is not installed [2020-09-20T19:16:06.594Z] #52 DONE 156.4s [2020-09-20T19:16:06.661Z] #40 9.968 PBCC images/timer.pb-c.c [2020-09-20T19:16:06.661Z] #40 9.985 DEP images/timer.pb-c.d [2020-09-20T19:16:06.661Z] #40 10.06 PBCC images/sa.pb-c.c [2020-09-20T19:16:06.661Z] #40 10.10 DEP images/sa.pb-c.d [2020-09-20T19:16:06.661Z] #40 10.15 PBCC images/pipe-data.pb-c.c [2020-09-20T19:16:06.661Z] #40 10.19 DEP images/pipe-data.pb-c.d [2020-09-20T19:16:04.974Z] Cloning repository https://github.com/moby/moby.git [2020-09-20T19:16:05.368Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2020-09-20T19:16:06.526Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-20T19:16:06.527Z] > git --version # timeout=10 [2020-09-20T19:16:06.571Z] > git --version # 'git version 2.24.1.windows.2' [2020-09-20T19:16:06.572Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-20T19:16:06.575Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/38469/head:refs/remotes/origin/PR-38469 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T19:16:06.829Z] #10 ... [2020-09-20T19:16:06.829Z] [2020-09-20T19:16:06.829Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-20T19:16:06.829Z] #23 45.89 Processing triggers for libc-bin (2.28-10) ... [2020-09-20T19:16:06.829Z] #23 ... [2020-09-20T19:16:06.829Z] [2020-09-20T19:16:06.829Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-20T19:16:06.829Z] #51 DONE 46.2s [2020-09-20T19:16:06.829Z] [2020-09-20T19:16:06.829Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:16:06.829Z] #60 DONE 46.2s [2020-09-20T19:16:06.829Z] [2020-09-20T19:16:06.829Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:16:06.829Z] #43 DONE 46.3s [2020-09-20T19:16:06.829Z] [2020-09-20T19:16:06.829Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:16:06.829Z] #41 36.26 sync [2020-09-20T19:16:06.829Z] #41 36.27 internal/reflectlite [2020-09-20T19:16:06.829Z] #41 37.31 github.com/LK4D4/vndr/godl/singleflight [2020-09-20T19:16:06.829Z] #41 37.31 math/rand [2020-09-20T19:16:06.829Z] #41 37.31 internal/singleflight [2020-09-20T19:16:06.829Z] #41 38.69 io [2020-09-20T19:16:06.829Z] #41 38.69 strconv [2020-09-20T19:16:06.829Z] #41 38.70 vendor/golang.org/x/net/dns/dnsmessage [2020-09-20T19:16:06.829Z] #41 38.73 syscall [2020-09-20T19:16:06.829Z] #41 40.07 bytes [2020-09-20T19:16:06.829Z] #41 41.84 reflect [2020-09-20T19:16:06.829Z] #41 41.91 bufio [2020-09-20T19:16:06.829Z] #41 43.02 regexp/syntax [2020-09-20T19:16:06.829Z] #41 43.81 hash/crc32 [2020-09-20T19:16:06.829Z] #41 44.76 vendor/golang.org/x/text/transform [2020-09-20T19:16:06.829Z] #41 44.79 time [2020-09-20T19:16:06.920Z] #17 25.09 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-09-20T19:16:06.920Z] #17 25.11 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-09-20T19:16:06.993Z] #25 3.296 0.0% #### 5.7% ########### 15.6% ################ 23.6% #################### 28.9% ####################### 32.0% ######################### 36.0% ############################# 40.3% ################################ 45.5% ################################### 50.0% ######################################## 56.8% ########################################### 60.8% ############################################### 65.9% ################################################## 70.2% ##################################################### 74.6% ########################################################## 80.6% ############################################################# 85.1% ############################################################### 87.8% ################################################################# 91.1% ######################################################################## 100.0% [2020-09-20T19:16:06.993Z] #25 ... [2020-09-20T19:16:06.993Z] [2020-09-20T19:16:06.993Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:16:06.993Z] #41 43.08 internal/reflectlite [2020-09-20T19:16:06.993Z] #41 43.09 github.com/LK4D4/vndr/godl/singleflight [2020-09-20T19:16:06.993Z] #41 43.48 math/rand [2020-09-20T19:16:06.993Z] #41 45.17 internal/singleflight [2020-09-20T19:16:06.993Z] #41 46.41 strconv [2020-09-20T19:16:06.993Z] #41 46.42 io [2020-09-20T19:16:06.993Z] #41 47.55 bytes [2020-09-20T19:16:06.993Z] #41 50.88 bufio [2020-09-20T19:16:06.993Z] #41 51.48 reflect [2020-09-20T19:16:06.993Z] #41 52.87 syscall [2020-09-20T19:16:07.009Z] #40 10.26 PBCC images/mnt.pb-c.c [2020-09-20T19:16:07.009Z] #40 10.37 DEP images/mnt.pb-c.d [2020-09-20T19:16:07.009Z] #40 10.45 PBCC images/sk-packet.pb-c.c [2020-09-20T19:16:07.009Z] #40 10.51 DEP images/sk-packet.pb-c.d [2020-09-20T19:16:07.009Z] #40 10.57 PBCC images/tcp-stream.pb-c.c [2020-09-20T19:16:07.009Z] #40 ... [2020-09-20T19:16:07.009Z] [2020-09-20T19:16:07.009Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:16:07.009Z] #48 68.28 regexp/syntax [2020-09-20T19:16:07.009Z] #48 76.58 time [2020-09-20T19:16:07.059Z] #32 ... [2020-09-20T19:16:07.059Z] [2020-09-20T19:16:07.059Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:16:07.059Z] #10 34.78 Reading package lists... [2020-09-20T19:16:07.059Z] #10 42.05 Building dependency tree... [2020-09-20T19:16:07.059Z] #10 46.26 The following additional packages will be installed: [2020-09-20T19:16:07.059Z] #10 46.26 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-09-20T19:16:07.059Z] #10 46.26 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-09-20T19:16:07.059Z] #10 46.27 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-09-20T19:16:07.059Z] #10 46.27 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-09-20T19:16:07.059Z] #10 46.28 Suggested packages: [2020-09-20T19:16:07.059Z] #10 46.28 gcc-8-locales seccomp wine64 [2020-09-20T19:16:07.059Z] #10 48.19 The following NEW packages will be installed: [2020-09-20T19:16:07.059Z] #10 48.20 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-09-20T19:16:07.059Z] #10 48.20 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-09-20T19:16:07.059Z] #10 48.20 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-09-20T19:16:07.059Z] #10 48.20 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-09-20T19:16:07.059Z] #10 48.20 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-09-20T19:16:07.059Z] #10 48.20 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-09-20T19:16:07.059Z] #10 48.79 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2020-09-20T19:16:07.059Z] #10 48.79 Need to get 77.7 MB of archives. [2020-09-20T19:16:07.059Z] #10 48.79 After this operation, 487 MB of additional disk space will be used. [2020-09-20T19:16:07.059Z] #10 48.79 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2020-09-20T19:16:07.059Z] #10 49.11 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2020-09-20T19:16:07.059Z] #10 49.43 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-09-20T19:16:07.059Z] #10 49.43 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2020-09-20T19:16:07.059Z] #10 49.44 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-09-20T19:16:07.059Z] #10 49.44 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-09-20T19:16:07.094Z] #41 ... [2020-09-20T19:16:07.094Z] [2020-09-20T19:16:07.094Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:16:07.094Z] #38 46.47 Selecting previously unselected package libnl-3-200:arm64. [2020-09-20T19:16:07.094Z] #38 46.49 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ... [2020-09-20T19:16:07.094Z] #38 46.50 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2020-09-20T19:16:07.226Z] [2020-09-20T19:16:07.226Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-09-20T19:16:07.253Z] #41 ... [2020-09-20T19:16:07.253Z] [2020-09-20T19:16:07.253Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-20T19:16:07.253Z] #28 52.34 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. [2020-09-20T19:16:07.253Z] #28 53.15 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-09-20T19:16:07.311Z] #48 ... [2020-09-20T19:16:07.311Z] [2020-09-20T19:16:07.311Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:16:07.311Z] #11 68.31 Selecting previously unselected package gcc-mingw-w64-base. [2020-09-20T19:16:07.311Z] #11 68.32 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-09-20T19:16:07.311Z] #11 68.32 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-09-20T19:16:07.311Z] #11 68.52 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-09-20T19:16:07.311Z] #11 68.54 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-09-20T19:16:07.311Z] #11 68.55 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-20T19:16:07.311Z] #11 ... [2020-09-20T19:16:07.311Z] [2020-09-20T19:16:07.311Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:16:07.311Z] #40 10.66 DEP images/tcp-stream.pb-c.d [2020-09-20T19:16:07.311Z] #40 10.78 PBCC images/pipe.pb-c.c [2020-09-20T19:16:07.311Z] #40 10.85 DEP images/pipe.pb-c.d [2020-09-20T19:16:07.311Z] #40 10.92 PBCC images/pstree.pb-c.c [2020-09-20T19:16:07.316Z] #10 ... [2020-09-20T19:16:07.316Z] [2020-09-20T19:16:07.316Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:16:07.316Z] #38 49.57 debconf: delaying package configuration, since apt-utils is not installed [2020-09-20T19:16:07.361Z] #38 46.74 Selecting previously unselected package libnl-3-dev:arm64. [2020-09-20T19:16:07.361Z] #38 46.74 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ... [2020-09-20T19:16:07.361Z] #38 46.75 Unpacking libnl-3-dev:arm64 (3.4.0-1) ... [2020-09-20T19:16:07.513Z] #28 53.34 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-09-20T19:16:07.517Z] #53 DONE 0.3s [2020-09-20T19:16:07.517Z] [2020-09-20T19:16:07.517Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-09-20T19:16:07.573Z] #38 49.81 Fetched 4095 kB in 1s (3711 kB/s) [2020-09-20T19:16:07.573Z] #38 49.90 Selecting previously unselected package libcap-dev:amd64. [2020-09-20T19:16:07.615Z] #40 10.97 DEP images/pstree.pb-c.d [2020-09-20T19:16:07.615Z] #40 11.03 PBCC images/fs.pb-c.c [2020-09-20T19:16:07.615Z] #40 11.09 DEP images/fs.pb-c.d [2020-09-20T19:16:07.615Z] #40 11.13 PBCC images/signalfd.pb-c.c [2020-09-20T19:16:07.626Z] #38 ... [2020-09-20T19:16:07.626Z] [2020-09-20T19:16:07.626Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-20T19:16:07.626Z] #23 DONE 47.1s [2020-09-20T19:16:07.808Z] #57 DONE 0.2s [2020-09-20T19:16:07.808Z] [2020-09-20T19:16:07.808Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-09-20T19:16:07.808Z] #59 DONE 0.1s [2020-09-20T19:16:07.808Z] [2020-09-20T19:16:07.808Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-09-20T19:16:07.830Z] #38 49.90 (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.) [2020-09-20T19:16:07.830Z] #38 50.02 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-09-20T19:16:07.830Z] #38 50.03 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-09-20T19:16:07.830Z] #38 50.19 Selecting previously unselected package libnet1:amd64. [2020-09-20T19:16:07.895Z] [2020-09-20T19:16:07.895Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:16:07.895Z] #10 46.34 Fetched 73.3 MB in 9s (8251 kB/s) [2020-09-20T19:16:07.895Z] #10 46.49 Selecting previously unselected package binutils-mingw-w64-i686. [2020-09-20T19:16:07.895Z] #10 46.49 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-09-20T19:16:07.895Z] #10 46.70 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ... [2020-09-20T19:16:07.895Z] #10 46.71 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-09-20T19:16:07.895Z] #10 ... [2020-09-20T19:16:07.895Z] [2020-09-20T19:16:07.895Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-09-20T19:16:07.895Z] #24 DONE 0.2s [2020-09-20T19:16:07.924Z] #40 11.20 DEP images/signalfd.pb-c.d [2020-09-20T19:16:07.924Z] #40 11.28 PBCC images/fh.pb-c.c [2020-09-20T19:16:07.924Z] #40 11.32 PBCC images/fsnotify.pb-c.c [2020-09-20T19:16:07.924Z] #40 11.38 DEP images/fh.pb-c.d [2020-09-20T19:16:07.924Z] #40 11.43 DEP images/fsnotify.pb-c.d [2020-09-20T19:16:07.925Z] #40 11.54 PBCC images/eventpoll.pb-c.c [2020-09-20T19:16:08.088Z] #38 50.21 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-09-20T19:16:08.088Z] #38 50.22 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-09-20T19:16:08.088Z] #38 ... [2020-09-20T19:16:08.088Z] [2020-09-20T19:16:08.088Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-20T19:16:08.088Z] #51 35.21 Reading package lists... [2020-09-20T19:16:08.088Z] #51 42.19 Building dependency tree... [2020-09-20T19:16:08.089Z] #51 46.14 The following additional packages will be installed: [2020-09-20T19:16:08.089Z] #51 46.14 libbtrfs0 [2020-09-20T19:16:08.089Z] #51 46.41 The following NEW packages will be installed: [2020-09-20T19:16:08.089Z] #51 46.43 libbtrfs-dev libbtrfs0 [2020-09-20T19:16:08.089Z] #51 47.09 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2020-09-20T19:16:08.089Z] #51 47.09 Need to get 119 kB of archives. [2020-09-20T19:16:08.089Z] #51 47.09 After this operation, 387 kB of additional disk space will be used. [2020-09-20T19:16:08.089Z] #51 47.09 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-09-20T19:16:08.089Z] #51 47.10 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-09-20T19:16:08.089Z] #51 49.00 debconf: delaying package configuration, since apt-utils is not installed [2020-09-20T19:16:08.089Z] #51 49.24 Fetched 119 kB in 0s (301 kB/s) [2020-09-20T19:16:08.089Z] #51 49.49 Selecting previously unselected package libbtrfs0. [2020-09-20T19:16:08.089Z] #51 49.49 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-09-20T19:16:08.089Z] #51 49.61 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-09-20T19:16:08.089Z] #51 49.62 Unpacking libbtrfs0 (4.20.1-2) ... [2020-09-20T19:16:08.089Z] #51 49.75 Selecting previously unselected package libbtrfs-dev. [2020-09-20T19:16:08.089Z] #51 49.79 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-09-20T19:16:08.089Z] #51 49.80 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-09-20T19:16:08.089Z] #51 50.10 Setting up libbtrfs0 (4.20.1-2) ... [2020-09-20T19:16:08.089Z] #51 50.11 Setting up libbtrfs-dev (4.20.1-2) ... [2020-09-20T19:16:08.089Z] #51 50.14 Processing triggers for libc-bin (2.28-10) ... [2020-09-20T19:16:08.089Z] #51 DONE 50.4s [2020-09-20T19:16:08.089Z] [2020-09-20T19:16:08.089Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:16:08.089Z] #38 50.48 Selecting previously unselected package libnet1-dev. [2020-09-20T19:16:08.099Z] #61 DONE 0.1s [2020-09-20T19:16:08.099Z] [2020-09-20T19:16:08.099Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-09-20T19:16:08.099Z] #62 DONE 0.1s [2020-09-20T19:16:08.099Z] [2020-09-20T19:16:08.099Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-09-20T19:16:08.160Z] [2020-09-20T19:16:08.160Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:16:08.160Z] #38 47.37 Selecting previously unselected package libprotobuf-c1:arm64. [2020-09-20T19:16:08.160Z] #38 47.39 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2020-09-20T19:16:08.160Z] #38 47.42 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-09-20T19:16:08.226Z] #40 11.56 DEP images/eventpoll.pb-c.d [2020-09-20T19:16:08.226Z] #40 11.65 PBCC images/eventfd.pb-c.c [2020-09-20T19:16:08.226Z] #40 11.69 DEP images/eventfd.pb-c.d [2020-09-20T19:16:08.226Z] #40 11.75 PBCC images/remap-file-path.pb-c.c [2020-09-20T19:16:08.226Z] #40 11.77 DEP images/remap-file-path.pb-c.d [2020-09-20T19:16:08.354Z] #38 50.50 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-09-20T19:16:08.354Z] #38 50.50 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-09-20T19:16:08.424Z] #38 ... [2020-09-20T19:16:08.424Z] [2020-09-20T19:16:08.424Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-20T19:16:08.424Z] #28 37.58 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-09-20T19:16:08.424Z] #28 37.80 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-09-20T19:16:08.526Z] #40 11.81 PBCC images/fifo.pb-c.c [2020-09-20T19:16:08.526Z] #40 11.84 DEP images/fifo.pb-c.d [2020-09-20T19:16:08.526Z] #40 11.92 PBCC images/ghost-file.pb-c.c [2020-09-20T19:16:08.526Z] #40 11.95 DEP images/ghost-file.pb-c.d [2020-09-20T19:16:08.526Z] #40 12.01 PBCC images/regfile.pb-c.c [2020-09-20T19:16:08.621Z] #38 50.93 Selecting previously unselected package libnl-3-200:amd64. [2020-09-20T19:16:08.621Z] #38 50.93 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-09-20T19:16:08.621Z] #38 50.94 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-09-20T19:16:08.621Z] #38 51.04 Selecting previously unselected package libnl-3-dev:amd64. [2020-09-20T19:16:08.688Z] #28 ... [2020-09-20T19:16:08.688Z] [2020-09-20T19:16:08.688Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:16:08.739Z] #63 DONE 0.6s [2020-09-20T19:16:08.739Z] [2020-09-20T19:16:08.739Z] #64 exporting to image [2020-09-20T19:16:08.739Z] #64 exporting layers [2020-09-20T19:16:08.826Z] #40 12.07 DEP images/regfile.pb-c.d [2020-09-20T19:16:08.826Z] #40 12.14 PBCC images/ns.pb-c.c [2020-09-20T19:16:08.826Z] #40 12.20 DEP images/ns.pb-c.d [2020-09-20T19:16:08.826Z] #40 12.29 PBCC images/fdinfo.pb-c.c [2020-09-20T19:16:08.826Z] #40 12.38 DEP images/fdinfo.pb-c.d [2020-09-20T19:16:08.826Z] #40 12.46 PBCC images/core-aarch64.pb-c.c [2020-09-20T19:16:08.834Z] #17 ... [2020-09-20T19:16:08.834Z] [2020-09-20T19:16:08.834Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-20T19:16:08.834Z] #28 DONE 155.3s [2020-09-20T19:16:08.834Z] [2020-09-20T19:16:08.834Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:16:08.834Z] #39 79.00 DEP criu/files-ext.d [2020-09-20T19:16:08.834Z] #39 79.09 DEP criu/file-lock.d [2020-09-20T19:16:08.834Z] #39 79.16 DEP criu/file-ids.d [2020-09-20T19:16:08.834Z] #39 79.27 DEP criu/fifo.d [2020-09-20T19:16:08.834Z] #39 79.40 DEP criu/fdstore.d [2020-09-20T19:16:08.834Z] #39 79.51 DEP criu/fault-injection.d [2020-09-20T19:16:08.834Z] #39 79.54 DEP criu/external.d [2020-09-20T19:16:08.834Z] #39 79.59 DEP criu/eventpoll.d [2020-09-20T19:16:08.834Z] #39 79.74 DEP criu/eventfd.d [2020-09-20T19:16:08.834Z] #39 79.86 DEP criu/crtools.d [2020-09-20T19:16:08.834Z] #39 80.06 DEP criu/cr-service.d [2020-09-20T19:16:08.834Z] #39 80.31 DEP criu/cr-restore.d [2020-09-20T19:16:08.834Z] #39 80.53 DEP criu/cr-errno.d [2020-09-20T19:16:08.834Z] #39 80.54 DEP criu/cr-dump.d [2020-09-20T19:16:08.834Z] #39 80.72 DEP criu/cr-dedup.d [2020-09-20T19:16:08.834Z] #39 80.88 DEP criu/cr-check.d [2020-09-20T19:16:08.834Z] #39 81.11 DEP criu/config.d [2020-09-20T19:16:08.834Z] #39 81.20 DEP criu/clone-noasan.d [2020-09-20T19:16:08.834Z] #39 81.24 DEP criu/cgroup.d [2020-09-20T19:16:08.834Z] #39 81.37 DEP criu/cgroup-props.d [2020-09-20T19:16:08.834Z] #39 81.42 DEP criu/bitmap.d [2020-09-20T19:16:08.834Z] #39 81.45 DEP criu/bfd.d [2020-09-20T19:16:08.834Z] #39 81.53 DEP criu/autofs.d [2020-09-20T19:16:08.834Z] #39 81.76 DEP criu/aio.d [2020-09-20T19:16:08.834Z] #39 81.95 DEP criu/action-scripts.d [2020-09-20T19:16:08.834Z] #39 82.30 CC criu/action-scripts.o [2020-09-20T19:16:08.834Z] #39 82.75 CC criu/aio.o [2020-09-20T19:16:08.834Z] #39 83.25 CC criu/autofs.o [2020-09-20T19:16:08.878Z] #38 51.04 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-09-20T19:16:08.878Z] #38 51.07 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-09-20T19:16:09.095Z] #39 84.74 CC criu/bfd.o [2020-09-20T19:16:09.127Z] #40 12.53 PBCC images/core-arm.pb-c.c [2020-09-20T19:16:09.127Z] #40 12.58 PBCC images/core-ppc64.pb-c.c [2020-09-20T19:16:09.127Z] #40 12.72 PBCC images/core-s390.pb-c.c [2020-09-20T19:16:09.136Z] #38 51.39 Selecting previously unselected package libprotobuf-c1:amd64. [2020-09-20T19:16:09.136Z] #38 51.44 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-09-20T19:16:09.136Z] #38 51.44 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-09-20T19:16:09.393Z] #38 ... [2020-09-20T19:16:09.393Z] [2020-09-20T19:16:09.393Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-20T19:16:09.393Z] #23 35.31 Reading package lists... [2020-09-20T19:16:09.393Z] #23 42.42 Building dependency tree... [2020-09-20T19:16:09.393Z] #23 46.47 ca-certificates is already the newest version (20200601~deb10u1). [2020-09-20T19:16:09.393Z] #23 46.47 The following additional packages will be installed: [2020-09-20T19:16:09.393Z] #23 46.48 libjq1 libonig5 [2020-09-20T19:16:09.393Z] #23 47.08 The following NEW packages will be installed: [2020-09-20T19:16:09.393Z] #23 47.08 jq libjq1 libonig5 [2020-09-20T19:16:09.393Z] #23 47.61 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2020-09-20T19:16:09.393Z] #23 47.61 Need to get 355 kB of archives. [2020-09-20T19:16:09.393Z] #23 47.61 After this operation, 1072 kB of additional disk space will be used. [2020-09-20T19:16:09.393Z] #23 47.61 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-09-20T19:16:09.393Z] #23 47.62 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-09-20T19:16:09.393Z] #23 47.63 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-09-20T19:16:09.393Z] #23 49.48 debconf: delaying package configuration, since apt-utils is not installed [2020-09-20T19:16:09.393Z] #23 49.73 Fetched 355 kB in 0s (1153 kB/s) [2020-09-20T19:16:09.393Z] #23 49.89 Selecting previously unselected package libonig5:amd64. [2020-09-20T19:16:09.393Z] #23 49.89 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-09-20T19:16:09.393Z] #23 49.95 Preparing to unpack .../libonig5_6.9.1-1_amd64.deb ... [2020-09-20T19:16:09.393Z] #23 50.00 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-09-20T19:16:09.393Z] #23 50.24 Selecting previously unselected package libjq1:amd64. [2020-09-20T19:16:09.393Z] #23 50.25 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-09-20T19:16:09.393Z] #23 50.25 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-09-20T19:16:09.393Z] #23 50.53 Selecting previously unselected package jq. [2020-09-20T19:16:09.393Z] #23 50.56 Preparing to unpack .../jq_1.5+dfsg-2+b1_amd64.deb ... [2020-09-20T19:16:09.393Z] #23 50.56 Unpacking jq (1.5+dfsg-2+b1) ... [2020-09-20T19:16:09.393Z] #23 51.09 Setting up libonig5:amd64 (6.9.1-1) ... [2020-09-20T19:16:09.393Z] #23 51.13 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-09-20T19:16:09.393Z] #23 51.14 Setting up jq (1.5+dfsg-2+b1) ... [2020-09-20T19:16:09.393Z] #23 51.17 Processing triggers for libc-bin (2.28-10) ... [2020-09-20T19:16:09.393Z] #23 DONE 51.7s [2020-09-20T19:16:09.393Z] [2020-09-20T19:16:09.393Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:16:09.393Z] #38 51.54 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-09-20T19:16:09.393Z] #38 51.55 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-09-20T19:16:09.393Z] #38 51.57 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-09-20T19:16:09.393Z] #38 ... [2020-09-20T19:16:09.393Z] [2020-09-20T19:16:09.393Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-09-20T19:16:09.393Z] #24 DONE 0.0s [2020-09-20T19:16:09.393Z] [2020-09-20T19:16:09.393Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:16:09.393Z] #38 51.76 Selecting previously unselected package zlib1g-dev:amd64. [2020-09-20T19:16:09.427Z] #40 12.79 PBCC images/core-x86.pb-c.c [2020-09-20T19:16:09.427Z] #40 12.95 PBCC images/core.pb-c.c [2020-09-20T19:16:09.646Z] #25 ... [2020-09-20T19:16:09.646Z] [2020-09-20T19:16:09.646Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:16:09.646Z] #47 38.93 io [2020-09-20T19:16:09.646Z] #47 38.94 syscall [2020-09-20T19:16:09.646Z] #47 38.94 reflect [2020-09-20T19:16:09.646Z] #47 40.03 bytes [2020-09-20T19:16:09.646Z] #47 40.04 strings [2020-09-20T19:16:09.646Z] #47 42.50 bufio [2020-09-20T19:16:09.646Z] #47 42.57 regexp/syntax [2020-09-20T19:16:09.646Z] #47 44.34 internal/syscall/execenv [2020-09-20T19:16:09.646Z] #47 44.37 time [2020-09-20T19:16:09.646Z] #47 44.50 internal/syscall/unix [2020-09-20T19:16:09.646Z] #47 48.61 regexp [2020-09-20T19:16:09.646Z] #47 ... [2020-09-20T19:16:09.646Z] [2020-09-20T19:16:09.646Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:16:09.646Z] #10 49.00 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-09-20T19:16:09.646Z] #10 49.00 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ... [2020-09-20T19:16:09.646Z] #10 49.03 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-09-20T19:16:09.652Z] #38 51.79 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-09-20T19:16:09.652Z] #38 51.81 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-09-20T19:16:09.665Z] #39 ... [2020-09-20T19:16:09.665Z] [2020-09-20T19:16:09.665Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:16:09.665Z] #17 27.76 Selecting previously unselected package python3-minimal. [2020-09-20T19:16:09.665Z] #17 27.76 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23681 files and directories currently installed.) [2020-09-20T19:16:09.665Z] #17 27.85 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-09-20T19:16:09.665Z] #17 27.88 Unpacking python3-minimal (3.7.3-1) ... [2020-09-20T19:16:09.726Z] #40 13.12 PBCC images/inventory.pb-c.c [2020-09-20T19:16:09.726Z] #40 13.23 DEP images/core-aarch64.pb-c.d [2020-09-20T19:16:09.726Z] #40 13.27 DEP images/core-arm.pb-c.d [2020-09-20T19:16:09.726Z] #40 13.32 DEP images/core-ppc64.pb-c.d [2020-09-20T19:16:09.913Z] #38 52.30 Selecting previously unselected package libprotobuf17:amd64. [2020-09-20T19:16:09.925Z] #17 28.07 Selecting previously unselected package libmpdec2:amd64. [2020-09-20T19:16:09.925Z] #17 28.08 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-09-20T19:16:09.925Z] #17 28.09 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-09-20T19:16:10.027Z] #40 13.41 DEP images/core-s390.pb-c.d [2020-09-20T19:16:10.027Z] #40 13.47 DEP images/core-x86.pb-c.d [2020-09-20T19:16:10.027Z] #40 13.50 DEP images/core.pb-c.d [2020-09-20T19:16:10.027Z] #40 13.56 DEP images/inventory.pb-c.d [2020-09-20T19:16:10.173Z] #38 52.30 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-09-20T19:16:10.174Z] #38 52.34 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-09-20T19:16:10.174Z] #38 ... [2020-09-20T19:16:10.174Z] [2020-09-20T19:16:10.174Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:16:10.174Z] #41 42.43 sync [2020-09-20T19:16:10.174Z] #41 42.43 internal/reflectlite [2020-09-20T19:16:10.174Z] #41 44.24 github.com/LK4D4/vndr/godl/singleflight [2020-09-20T19:16:10.174Z] #41 44.61 math/rand [2020-09-20T19:16:10.174Z] #41 46.07 internal/singleflight [2020-09-20T19:16:10.174Z] #41 46.23 io [2020-09-20T19:16:10.174Z] #41 46.74 strconv [2020-09-20T19:16:10.174Z] #41 47.97 bytes [2020-09-20T19:16:10.174Z] #41 50.91 bufio [2020-09-20T19:16:10.174Z] #41 52.01 reflect [2020-09-20T19:16:10.174Z] #41 ... [2020-09-20T19:16:10.174Z] [2020-09-20T19:16:10.174Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:16:10.174Z] #30 42.48 sync [2020-09-20T19:16:10.174Z] #30 42.50 internal/reflectlite [2020-09-20T19:16:10.174Z] #30 45.34 errors [2020-09-20T19:16:10.174Z] #30 45.35 sort [2020-09-20T19:16:10.174Z] #30 45.82 strconv [2020-09-20T19:16:10.174Z] #30 47.01 io [2020-09-20T19:16:10.174Z] #30 49.02 internal/oserror [2020-09-20T19:16:10.174Z] #30 49.11 syscall [2020-09-20T19:16:10.174Z] #30 51.17 reflect [2020-09-20T19:16:10.328Z] #40 13.62 PBCC images/cpuinfo.pb-c.c [2020-09-20T19:16:10.328Z] #40 13.65 DEP images/cpuinfo.pb-c.d [2020-09-20T19:16:10.328Z] #40 13.73 PBCC images/stats.pb-c.c [2020-09-20T19:16:10.328Z] #40 13.75 DEP images/stats.pb-c.d [2020-09-20T19:16:10.328Z] #40 ... [2020-09-20T19:16:10.328Z] [2020-09-20T19:16:10.328Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:16:10.328Z] #31 71.45 internal/syscall/execenv [2020-09-20T19:16:10.328Z] #31 71.46 internal/syscall/unix [2020-09-20T19:16:10.328Z] #31 71.53 time [2020-09-20T19:16:10.328Z] #31 80.02 internal/poll [2020-09-20T19:16:10.431Z] #30 ... [2020-09-20T19:16:10.431Z] [2020-09-20T19:16:10.431Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:16:10.431Z] #52 1.080 + RM_GOPATH=0 [2020-09-20T19:16:10.431Z] #52 1.081 + TMP_GOPATH= [2020-09-20T19:16:10.431Z] #52 1.081 + : /build [2020-09-20T19:16:10.431Z] #52 1.081 + '[' -z '' ']' [2020-09-20T19:16:10.431Z] #52 1.086 ++ mktemp -d [2020-09-20T19:16:10.431Z] #52 1.087 + export GOPATH=/tmp/tmp.VXOpU3JsN2 [2020-09-20T19:16:10.431Z] #52 1.087 + GOPATH=/tmp/tmp.VXOpU3JsN2 [2020-09-20T19:16:10.431Z] #52 1.087 + RM_GOPATH=1 [2020-09-20T19:16:10.431Z] #52 1.087 + case "$(go env GOARCH)" in [2020-09-20T19:16:10.431Z] #52 1.092 ++ go env GOARCH [2020-09-20T19:16:10.431Z] #52 1.130 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:16:10.431Z] #52 1.130 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:16:10.431Z] #52 1.131 ++ dirname /tmp/install/install.sh [2020-09-20T19:16:10.431Z] #52 1.132 + dir=/tmp/install [2020-09-20T19:16:10.431Z] #52 1.132 + bin=containerd [2020-09-20T19:16:10.431Z] #52 1.132 + shift [2020-09-20T19:16:10.431Z] #52 1.132 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-09-20T19:16:10.431Z] #52 1.132 + . /tmp/install/containerd.installer [2020-09-20T19:16:10.431Z] #52 1.132 ++ set -e [2020-09-20T19:16:10.431Z] #52 1.132 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-09-20T19:16:10.431Z] #52 1.132 + install_containerd [2020-09-20T19:16:10.431Z] #52 1.133 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-09-20T19:16:10.431Z] #52 1.133 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-09-20T19:16:10.431Z] #52 1.133 + git clone https://github.com/containerd/containerd.git /tmp/tmp.VXOpU3JsN2/src/github.com/containerd/containerd [2020-09-20T19:16:10.431Z] #52 1.143 Cloning into '/tmp/tmp.VXOpU3JsN2/src/github.com/containerd/containerd'... [2020-09-20T19:16:10.501Z] #17 28.37 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-09-20T19:16:10.501Z] #17 28.40 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2020-09-20T19:16:10.501Z] #17 28.41 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-09-20T19:16:10.643Z] #31 ... [2020-09-20T19:16:10.643Z] [2020-09-20T19:16:10.643Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:16:10.643Z] #48 80.02 regexp [2020-09-20T19:16:11.440Z] #17 29.30 Selecting previously unselected package python3.7. [2020-09-20T19:16:11.440Z] #17 29.32 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2020-09-20T19:16:11.440Z] #17 29.32 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-09-20T19:16:11.440Z] #17 29.43 Selecting previously unselected package libpython3-stdlib:amd64. [2020-09-20T19:16:11.440Z] #17 29.44 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-09-20T19:16:11.440Z] #17 29.45 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-09-20T19:16:11.440Z] #17 29.60 Setting up python3-minimal (3.7.3-1) ... [2020-09-20T19:16:11.471Z] #64 exporting layers 2.5s done [2020-09-20T19:16:11.471Z] #64 writing image sha256:8c4e158dc8666911ae5af812dd144917e1113e561c4b318d3ee68783c6b7f966 done [2020-09-20T19:16:11.471Z] #64 naming to docker.io/library/docker:98f1115e882dad3fbc3cbaca9ebc0e201c1a527f done [2020-09-20T19:16:11.471Z] #64 DONE 2.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-09-20T19:16:11.719Z] #28 ... [2020-09-20T19:16:11.719Z] [2020-09-20T19:16:11.719Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:16:11.719Z] #25 5.765 [2020-09-20T19:16:11.719Z] #25 5.978 ################ 23.6% ############################# 41.0% ############################################################# 85.1% ######################################################################## 100.0% [2020-09-20T19:16:11.719Z] #25 6.608 [2020-09-20T19:16:11.719Z] #25 6.808 ###### 9.6% ####################### 32.0% ########################################################### 83.2% ######################################################################## 100.0% [2020-09-20T19:16:11.719Z] #25 7.525 [2020-09-20T19:16:11.719Z] #25 7.718 ## 3.7% ###### 9.6% ########## 15.0% ############## 19.5% ################# 24.5% ###################### 31.1% ############################ 39.4% ################################# 46.6% ###################################### 53.0% ########################################### 59.9% ############################################### 65.8% ################################################### 72.2% ######################################################### 79.2% ############################################################### 87.7% ################################################################## 92.9% ####################################################################### 98.8% ######################################################################## 100.0% [2020-09-20T19:16:11.719Z] #25 9.845 [2020-09-20T19:16:11.949Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-38469/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr32 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=98f1115e882dad3fbc3cbaca9ebc0e201c1a527f -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:98f1115e882dad3fbc3cbaca9ebc0e201c1a527f hack/test/unit [2020-09-20T19:16:12.378Z] #17 30.50 Selecting previously unselected package python3. [2020-09-20T19:16:12.638Z] #17 30.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 ... 24093 files and directories currently installed.) [2020-09-20T19:16:12.638Z] #17 30.56 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-09-20T19:16:12.638Z] #17 30.57 Unpacking python3 (3.7.3-1) ... [2020-09-20T19:16:12.638Z] #17 30.67 Selecting previously unselected package libip4tc0:amd64. [2020-09-20T19:16:12.638Z] #17 30.67 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-09-20T19:16:12.638Z] #17 30.68 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-09-20T19:16:12.638Z] #17 30.78 Selecting previously unselected package libip6tc0:amd64. [2020-09-20T19:16:12.638Z] #17 30.79 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-09-20T19:16:12.638Z] #17 30.80 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-09-20T19:16:12.638Z] #17 30.89 Selecting previously unselected package libiptc0:amd64. [2020-09-20T19:16:12.897Z] #17 30.89 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-09-20T19:16:12.897Z] #17 30.90 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-09-20T19:16:12.898Z] #17 30.97 Selecting previously unselected package libnfnetlink0:amd64. [2020-09-20T19:16:12.898Z] #17 30.97 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-09-20T19:16:12.898Z] #17 30.98 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-09-20T19:16:13.157Z] #17 31.04 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-09-20T19:16:13.157Z] #17 31.04 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-09-20T19:16:13.157Z] #17 31.05 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-09-20T19:16:13.157Z] #17 31.10 Selecting previously unselected package libnftnl11:amd64. [2020-09-20T19:16:13.157Z] #17 31.10 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-09-20T19:16:13.157Z] #17 31.11 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-09-20T19:16:13.157Z] #17 31.19 Selecting previously unselected package iptables. [2020-09-20T19:16:13.157Z] #17 31.20 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-09-20T19:16:13.157Z] #17 31.22 Unpacking iptables (1.8.2-4) ... [2020-09-20T19:16:13.417Z] #17 31.46 Selecting previously unselected package xxd. [2020-09-20T19:16:13.417Z] #17 31.47 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-09-20T19:16:13.417Z] #17 31.48 Unpacking xxd (2:8.1.0875-5) ... [2020-09-20T19:16:13.679Z] #17 31.59 Selecting previously unselected package vim-common. [2020-09-20T19:16:13.679Z] #17 31.61 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-09-20T19:16:13.679Z] #17 31.65 Unpacking vim-common (2:8.1.0875-5) ... [2020-09-20T19:16:13.679Z] #17 31.85 Selecting previously unselected package bash-completion. [2020-09-20T19:16:13.710Z] #52 ... [2020-09-20T19:16:13.710Z] [2020-09-20T19:16:13.710Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:16:13.710Z] #25 2.193 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-09-20T19:16:13.710Z] #25 2.590 [2020-09-20T19:16:13.880Z] #10 52.54 Selecting previously unselected package binutils-mingw-w64. [2020-09-20T19:16:13.880Z] #10 52.54 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-09-20T19:16:13.880Z] #10 52.56 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-09-20T19:16:13.880Z] #10 52.81 Selecting previously unselected package libdevmapper1.02.1:arm64. [2020-09-20T19:16:13.880Z] #10 52.82 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ... [2020-09-20T19:16:13.880Z] #10 52.85 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2020-09-20T19:16:13.880Z] #10 53.10 Selecting previously unselected package dmsetup. [2020-09-20T19:16:13.880Z] #10 53.10 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ... [2020-09-20T19:16:13.880Z] #10 53.11 Unpacking dmsetup (2:1.02.155-3) ... [2020-09-20T19:16:13.880Z] #10 53.28 Selecting previously unselected package mingw-w64-common. [2020-09-20T19:16:13.880Z] #10 53.34 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-09-20T19:16:13.940Z] #17 31.86 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-09-20T19:16:14.116Z] #25 10.04 0.9% # 2.1% ## 3.3% ### 5.0% #### 6.2% ##### 7.5% ###### 9.1% ####### 10.5% ######## 12.1% ########## 14.1% ########### 15.4% ############ 17.3% ############# 19.3% ############## 20.8% ############### 22.0% ################ 23.6% ################# 24.8% ################### 26.4% #################### 28.1% ##################### 29.8% ###################### 30.9% [2020-09-20T19:16:14.116Z] #25 ... [2020-09-20T19:16:14.116Z] [2020-09-20T19:16:14.116Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:16:14.116Z] #38 50.09 Selecting previously unselected package libprotobuf-c1:amd64. [2020-09-20T19:16:14.116Z] #38 50.12 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-09-20T19:16:14.116Z] #38 50.16 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-09-20T19:16:14.116Z] #38 50.25 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-09-20T19:16:14.116Z] #38 50.25 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-09-20T19:16:14.116Z] #38 50.27 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-09-20T19:16:14.116Z] #38 50.37 Selecting previously unselected package zlib1g-dev:amd64. [2020-09-20T19:16:14.116Z] #38 50.38 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-09-20T19:16:14.116Z] #38 50.40 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-09-20T19:16:14.116Z] #38 50.76 Selecting previously unselected package libprotobuf17:amd64. [2020-09-20T19:16:14.116Z] #38 50.77 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-09-20T19:16:14.116Z] #38 50.77 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-09-20T19:16:14.116Z] #38 51.77 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-09-20T19:16:14.116Z] #38 51.77 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-09-20T19:16:14.116Z] #38 51.78 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-09-20T19:16:14.116Z] #38 52.13 Selecting previously unselected package libprotobuf-dev:amd64. [2020-09-20T19:16:14.116Z] #38 52.14 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-09-20T19:16:14.116Z] #38 52.15 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-09-20T19:16:14.116Z] #38 53.66 Selecting previously unselected package libprotoc17:amd64. [2020-09-20T19:16:14.116Z] #38 53.67 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-09-20T19:16:14.116Z] #38 53.67 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-09-20T19:16:14.116Z] #38 54.36 Selecting previously unselected package protobuf-c-compiler. [2020-09-20T19:16:14.116Z] #38 54.40 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-09-20T19:16:14.116Z] #38 54.42 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-09-20T19:16:14.116Z] #38 54.55 Selecting previously unselected package protobuf-compiler. [2020-09-20T19:16:14.116Z] #38 54.56 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-09-20T19:16:14.116Z] #38 54.57 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-09-20T19:16:14.116Z] #38 54.78 Selecting previously unselected package python-pkg-resources. [2020-09-20T19:16:14.116Z] #38 54.78 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-09-20T19:16:14.116Z] #38 54.78 Unpacking python-pkg-resources (40.8.0-1) ... [2020-09-20T19:16:14.116Z] #38 55.09 Selecting previously unselected package python-six. [2020-09-20T19:16:14.116Z] #38 55.09 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-09-20T19:16:14.116Z] #38 55.09 Unpacking python-six (1.12.0-1) ... [2020-09-20T19:16:14.116Z] #38 55.19 Selecting previously unselected package python-protobuf. [2020-09-20T19:16:14.116Z] #38 55.23 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-09-20T19:16:14.116Z] #38 55.25 Unpacking python-protobuf (3.6.1.3-2) ... [2020-09-20T19:16:14.116Z] #38 55.85 Setting up python-pkg-resources (40.8.0-1) ... [2020-09-20T19:16:14.116Z] #38 ... [2020-09-20T19:16:14.116Z] [2020-09-20T19:16:14.116Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:16:14.145Z] #10 53.34 Unpacking mingw-w64-common (6.0.0-3) ... [2020-09-20T19:16:14.229Z] #25 2.765 ## 2.9% ###### 8.5% ########## 14.2% ############# 19.4% ################## 25.0% ##################### 29.8% ######################### 36.1% ############################# 40.5% ################################# 45.9% #################################### 51.0% ######################################## 55.6% ########################################### 60.6% ################################################ 67.7% ################################################### 72.0% ###################################################### 76.2% ####################################################### 77.8% ########################################################### 82.6% ############################################################## 87.1% ###################################################################### 98.4% ######################################################################## 100.0% [2020-09-20T19:16:14.262Z] #48 ... [2020-09-20T19:16:14.262Z] [2020-09-20T19:16:14.263Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:16:14.263Z] #53 43.15 Checking out files: 59% (1943/3246) Checking out files: 60% (1948/3246) Checking out files: 61% (1981/3246) Checking out files: 62% (2013/3246) Checking out files: 63% (2045/3246) Checking out files: 64% (2078/3246) Checking out files: 65% (2110/3246) Checking out files: 66% (2143/3246) Checking out files: 67% (2175/3246) Checking out files: 68% (2208/3246) Checking out files: 69% (2240/3246) Checking out files: 70% (2273/3246) Checking out files: 71% (2305/3246) Checking out files: 72% (2338/3246) Checking out files: 73% (2370/3246) Checking out files: 74% (2403/3246) Checking out files: 75% (2435/3246) Checking out files: 76% (2467/3246) Checking out files: 77% (2500/3246) Checking out files: 78% (2532/3246) Checking out files: 79% (2565/3246) Checking out files: 80% (2597/3246) Checking out files: 81% (2630/3246) Checking out files: 82% (2662/3246) Checking out files: 83% (2695/3246) Checking out files: 84% (2727/3246) Checking out files: 85% (2760/3246) Checking out files: 86% (2792/3246) Checking out files: 87% (2825/3246) Checking out files: 88% (2857/3246) Checking out files: 89% (2889/3246) Checking out files: 90% (2922/3246) Checking out files: 91% (2954/3246) Checking out files: 92% (2987/3246) Checking out files: 93% (3019/3246) Checking out files: 94% (3052/3246) Checking out files: 95% (3084/3246) Checking out files: 96% (3117/3246) Checking out files: 97% (3149/3246) Checking out files: 98% (3182/3246) Checking out files: 99% (3214/3246) Checking out files: 100% (3246/3246) Checking out files: 100% (3246/3246), done. [2020-09-20T19:16:14.263Z] #53 44.18 + cd /tmp/tmp.SqyD2z6a6K/src/github.com/containerd/containerd [2020-09-20T19:16:14.263Z] #53 44.18 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-09-20T19:16:14.263Z] #53 44.51 + export 'BUILDTAGS=netgo osusergo static_build' [2020-09-20T19:16:14.263Z] #53 44.51 + BUILDTAGS='netgo osusergo static_build' [2020-09-20T19:16:14.263Z] #53 44.51 + export EXTRA_FLAGS=-buildmode=pie [2020-09-20T19:16:14.263Z] #53 44.51 + EXTRA_FLAGS=-buildmode=pie [2020-09-20T19:16:14.263Z] #53 44.52 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-09-20T19:16:14.263Z] #53 44.52 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-09-20T19:16:14.263Z] #53 44.52 + '[' '' = dynamic ']' [2020-09-20T19:16:14.263Z] #53 44.52 + make [2020-09-20T19:16:14.263Z] #53 45.59 + bin/ctr [2020-09-20T19:16:14.677Z] ? github.com/docker/docker/api [no test files] [2020-09-20T19:16:14.724Z] #10 ... [2020-09-20T19:16:14.725Z] [2020-09-20T19:16:14.725Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:16:14.725Z] #25 3.802 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-09-20T19:16:14.725Z] #25 4.105 [2020-09-20T19:16:14.725Z] #25 4.345 0.0% # 2.6% ##### 7.2% ########## 14.3% ############### 21.5% #################### 28.2% ######################### 35.8% ########################### 38.8% ################################ 45.1% ##################################### 51.6% ######################################### 57.5% ############################################# 63.8% ################################################### 70.9% ################################################### 71.0% ######################################################## 78.1% ############################################################ 84.5% ################################################################## 92.2% ####################################################################### 99.5% ######################################################################## 100.0% [2020-09-20T19:16:14.725Z] #25 6.626 [2020-09-20T19:16:14.794Z] #25 5.180 [2020-09-20T19:16:15.052Z] #25 5.419 ################# 24.7% ################################################################ 89.3% ######################################################################## 100.0% [2020-09-20T19:16:15.257Z] #25 6.805 0.2% ########## 14.5% ########################### 38.5% ################################################ 68.0% #################################################################### 94.7% ######################################################################## 100.0% [2020-09-20T19:16:15.454Z] #25 10.04 0.9% # 2.1% ## 3.3% ### 5.0% #### 6.2% ##### 7.5% ###### 9.1% ####### 10.5% ######## 12.1% ########## 14.1% ########### 15.4% ############ 17.3% ############# 19.3% ############## 20.8% ############### 22.0% ################ 23.6% ################# 24.8% ################### 26.4% #################### 28.1% ##################### 29.8% ###################### 30.9% ####################### 32.1% ######################## 34.0% ######################### 34.8% ########################## 36.4% ########################### 38.2% ############################ 39.1% ############################# 40.4% ############################# 41.6% ############################## 42.7% ############################### 43.7% ############################### 44.4% ################################ 45.3% [2020-09-20T19:16:15.454Z] #25 ... [2020-09-20T19:16:15.454Z] [2020-09-20T19:16:15.454Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:16:15.454Z] #32 51.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.) [2020-09-20T19:16:15.454Z] #32 51.48 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-09-20T19:16:15.454Z] #32 51.49 Unpacking xxd (2:8.1.0875-5) ... [2020-09-20T19:16:15.454Z] #32 51.78 Selecting previously unselected package vim-common. [2020-09-20T19:16:15.454Z] #32 51.78 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-09-20T19:16:15.454Z] #32 51.83 Unpacking vim-common (2:8.1.0875-5) ... [2020-09-20T19:16:15.454Z] #32 52.28 Selecting previously unselected package cmake-data. [2020-09-20T19:16:15.454Z] #32 52.28 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-09-20T19:16:15.454Z] #32 52.31 Unpacking cmake-data (3.13.4-1) ... [2020-09-20T19:16:15.454Z] #32 55.62 Selecting previously unselected package libicu63:amd64. [2020-09-20T19:16:15.454Z] #32 55.65 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-09-20T19:16:15.454Z] #32 55.68 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-09-20T19:16:15.454Z] #32 ... [2020-09-20T19:16:15.454Z] [2020-09-20T19:16:15.454Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:16:15.523Z] #25 7.594 [2020-09-20T19:16:15.616Z] #25 6.042 [2020-09-20T19:16:16.131Z] #25 6.279 ##### 8.0% ##################### 29.8% ###################################### 53.1% ######################################################################## 100.0% [2020-09-20T19:16:16.388Z] #25 7.024 [2020-09-20T19:16:16.480Z] #17 34.26 Unpacking bash-completion (1:2.8-6) ... [2020-09-20T19:16:16.480Z] #17 34.56 Selecting previously unselected package bzip2. [2020-09-20T19:16:16.480Z] #17 34.58 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-09-20T19:16:16.480Z] #17 34.58 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-09-20T19:16:16.480Z] #17 34.68 Selecting previously unselected package xz-utils. [2020-09-20T19:16:16.682Z] #25 7.958 0.2% ######################### 35.5% ######################################## 56.8% ############################################ 61.9% ################################################################### 93.6% ######################################################################## 100.0% [2020-09-20T19:16:16.739Z] #17 34.69 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-09-20T19:16:16.739Z] #17 34.70 Unpacking xz-utils (5.2.4-1) ... [2020-09-20T19:16:16.739Z] #17 34.86 Selecting previously unselected package apparmor. [2020-09-20T19:16:16.739Z] #17 34.88 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-09-20T19:16:16.946Z] #25 8.835 [2020-09-20T19:16:16.946Z] #25 ... [2020-09-20T19:16:16.946Z] [2020-09-20T19:16:16.946Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:16:16.946Z] #52 2.324 + RM_GOPATH=0 [2020-09-20T19:16:16.946Z] #52 2.324 + TMP_GOPATH= [2020-09-20T19:16:16.946Z] #52 2.324 + : /build [2020-09-20T19:16:16.946Z] #52 2.324 + '[' -z '' ']' [2020-09-20T19:16:16.946Z] #52 2.324 ++ mktemp -d [2020-09-20T19:16:16.946Z] #52 2.325 + export GOPATH=/tmp/tmp.XlPK0lBIQ3 [2020-09-20T19:16:16.946Z] #52 2.325 + GOPATH=/tmp/tmp.XlPK0lBIQ3 [2020-09-20T19:16:16.946Z] #52 2.325 + RM_GOPATH=1 [2020-09-20T19:16:16.946Z] #52 2.325 + case "$(go env GOARCH)" in [2020-09-20T19:16:16.946Z] #52 2.328 ++ go env GOARCH [2020-09-20T19:16:16.946Z] #52 2.333 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:16:16.946Z] #52 2.333 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:16:16.946Z] #52 2.335 ++ dirname /tmp/install/install.sh [2020-09-20T19:16:16.946Z] #52 2.340 + dir=/tmp/install [2020-09-20T19:16:16.946Z] #52 2.340 + bin=containerd [2020-09-20T19:16:16.946Z] #52 2.340 + shift [2020-09-20T19:16:16.946Z] #52 2.340 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-09-20T19:16:16.946Z] #52 2.340 + . /tmp/install/containerd.installer [2020-09-20T19:16:16.946Z] #52 2.340 ++ set -e [2020-09-20T19:16:16.946Z] #52 2.340 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-09-20T19:16:16.946Z] #52 2.340 + install_containerd [2020-09-20T19:16:16.946Z] #52 2.341 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-09-20T19:16:16.946Z] #52 2.341 + git clone https://github.com/containerd/containerd.git /tmp/tmp.XlPK0lBIQ3/src/github.com/containerd/containerd [2020-09-20T19:16:16.946Z] #52 2.341 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-09-20T19:16:16.946Z] #52 2.356 Cloning into '/tmp/tmp.XlPK0lBIQ3/src/github.com/containerd/containerd'... [2020-09-20T19:16:16.946Z] #52 ... [2020-09-20T19:16:16.946Z] [2020-09-20T19:16:16.946Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:16:16.946Z] #32 46.43 Selecting previously unselected package cmake-data. [2020-09-20T19:16:16.946Z] #32 46.43 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-09-20T19:16:16.946Z] #32 46.49 Unpacking cmake-data (3.13.4-1) ... [2020-09-20T19:16:16.946Z] #32 52.41 Selecting previously unselected package libicu63:arm64. [2020-09-20T19:16:16.946Z] #32 52.41 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ... [2020-09-20T19:16:16.946Z] #32 52.49 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2020-09-20T19:16:16.999Z] #17 34.96 Unpacking apparmor (2.13.2-10) ... [2020-09-20T19:16:17.025Z] #25 10.04 0.9% # 2.1% ## 3.3% ### 5.0% #### 6.2% ##### 7.5% ###### 9.1% ####### 10.5% ######## 12.1% ########## 14.1% ########### 15.4% ############ 17.3% ############# 19.3% ############## 20.8% ############### 22.0% ################ 23.6% ################# 24.8% ################### 26.4% #################### 28.1% ##################### 29.8% ###################### 30.9% ####################### 32.1% ######################## 34.0% ######################### 34.8% ########################## 36.4% ########################### 38.2% ############################ 39.1% ############################# 40.4% ############################# 41.6% ############################## 42.7% ############################### 43.7% ############################### 44.4% ################################ 45.3% ################################# 46.5% ################################## 47.7% ################################## 48.6% #################################### 51.3% ###################################### 53.6% ####################################### 55.2% ######################################## 56.6% ########################################## 58.5% ########################################## 59.6% ############################################ 61.3% ############################################# 62.9% ############################################## 64.8% ################################################ 66.7% ################################################# 68.8% [2020-09-20T19:16:17.025Z] #25 ... [2020-09-20T19:16:17.025Z] [2020-09-20T19:16:17.025Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:16:17.025Z] #10 52.96 Get:10 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] [2020-09-20T19:16:17.025Z] #10 55.35 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-09-20T19:16:17.025Z] #10 55.35 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-09-20T19:16:17.025Z] #10 55.36 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-09-20T19:16:17.025Z] #10 55.37 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-09-20T19:16:17.025Z] #10 55.37 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2020-09-20T19:16:17.025Z] #10 55.38 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB] [2020-09-20T19:16:17.025Z] #10 55.38 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-09-20T19:16:17.025Z] #10 55.41 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-09-20T19:16:17.025Z] #10 55.44 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-09-20T19:16:17.025Z] #10 55.46 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-09-20T19:16:17.025Z] #10 55.48 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-09-20T19:16:17.025Z] #10 55.53 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-09-20T19:16:17.025Z] #10 55.57 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2020-09-20T19:16:17.025Z] #10 55.57 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-09-20T19:16:17.025Z] #10 55.57 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB] [2020-09-20T19:16:17.025Z] #10 57.06 debconf: delaying package configuration, since apt-utils is not installed [2020-09-20T19:16:17.025Z] #10 57.30 Fetched 77.7 MB in 9s (9052 kB/s) [2020-09-20T19:16:17.025Z] #10 57.44 Selecting previously unselected package binutils-mingw-w64-i686. [2020-09-20T19:16:17.025Z] #10 57.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 ... 15410 files and directories currently installed.) [2020-09-20T19:16:17.025Z] #10 57.54 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-09-20T19:16:17.025Z] #10 57.56 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-09-20T19:16:17.025Z] #10 60.51 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-09-20T19:16:17.025Z] #10 60.52 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-09-20T19:16:17.025Z] #10 60.53 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-09-20T19:16:17.025Z] #10 ... [2020-09-20T19:16:17.025Z] [2020-09-20T19:16:17.025Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:16:17.038Z] #53 ... [2020-09-20T19:16:17.038Z] [2020-09-20T19:16:17.038Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:16:17.038Z] #42 78.00 vendor/golang.org/x/text/transform [2020-09-20T19:16:17.038Z] #42 78.30 time [2020-09-20T19:16:17.038Z] #42 83.83 regexp [2020-09-20T19:16:17.038Z] #42 ... [2020-09-20T19:16:17.038Z] [2020-09-20T19:16:17.038Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:16:17.038Z] #40 15.79 make[1]: Nothing to be done for 'all'. [2020-09-20T19:16:17.038Z] #40 17.65 CC images/stats.o [2020-09-20T19:16:17.038Z] #40 18.05 CC images/core.o [2020-09-20T19:16:17.038Z] #40 18.88 CC images/core-x86.o [2020-09-20T19:16:17.038Z] #40 19.58 CC images/core-arm.o [2020-09-20T19:16:17.038Z] #40 20.03 CC images/core-aarch64.o [2020-09-20T19:16:17.038Z] #40 20.55 CC images/core-ppc64.o [2020-09-20T19:16:17.163Z] #25 7.225 # 2.2% #### 6.3% ######## 12.0% ########### 16.5% ############## 20.5% #################### 29.2% [2020-09-20T19:16:17.163Z] #25 ... [2020-09-20T19:16:17.163Z] [2020-09-20T19:16:17.163Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:16:17.163Z] #32 49.61 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] [2020-09-20T19:16:17.163Z] #32 49.68 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-09-20T19:16:17.163Z] #32 49.74 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-09-20T19:16:17.163Z] #32 49.75 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-09-20T19:16:17.163Z] #32 49.77 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-09-20T19:16:17.163Z] #32 49.78 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-09-20T19:16:17.163Z] #32 51.79 debconf: delaying package configuration, since apt-utils is not installed [2020-09-20T19:16:17.163Z] #32 52.19 Fetched 14.9 MB in 2s (7375 kB/s) [2020-09-20T19:16:17.163Z] #32 52.37 Selecting previously unselected package xxd. [2020-09-20T19:16:17.163Z] #32 52.37 (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.) [2020-09-20T19:16:17.163Z] #32 52.54 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-09-20T19:16:17.163Z] #32 52.63 Unpacking xxd (2:8.1.0875-5) ... [2020-09-20T19:16:17.163Z] #32 52.91 Selecting previously unselected package vim-common. [2020-09-20T19:16:17.163Z] #32 52.92 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-09-20T19:16:17.163Z] #32 52.97 Unpacking vim-common (2:8.1.0875-5) ... [2020-09-20T19:16:17.163Z] #32 53.32 Selecting previously unselected package cmake-data. [2020-09-20T19:16:17.164Z] #32 53.33 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-09-20T19:16:17.164Z] #32 53.35 Unpacking cmake-data (3.13.4-1) ... [2020-09-20T19:16:17.164Z] #32 57.04 Selecting previously unselected package libicu63:amd64. [2020-09-20T19:16:17.164Z] #32 57.05 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-09-20T19:16:17.164Z] #32 57.06 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-09-20T19:16:17.210Z] #32 ... [2020-09-20T19:16:17.210Z] [2020-09-20T19:16:17.210Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:16:17.259Z] #17 35.28 Selecting previously unselected package aufs-tools. [2020-09-20T19:16:17.259Z] #17 35.28 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-09-20T19:16:17.259Z] #17 35.29 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-09-20T19:16:17.289Z] #25 10.04 0.9% # 2.1% ## 3.3% ### 5.0% #### 6.2% ##### 7.5% ###### 9.1% ####### 10.5% ######## 12.1% ########## 14.1% ########### 15.4% ############ 17.3% ############# 19.3% ############## 20.8% ############### 22.0% ################ 23.6% ################# 24.8% ################### 26.4% #################### 28.1% ##################### 29.8% ###################### 30.9% ####################### 32.1% ######################## 34.0% ######################### 34.8% ########################## 36.4% ########################### 38.2% ############################ 39.1% ############################# 40.4% ############################# 41.6% ############################## 42.7% ############################### 43.7% ############################### 44.4% ################################ 45.3% ################################# 46.5% ################################## 47.7% ################################## 48.6% #################################### 51.3% ###################################### 53.6% ####################################### 55.2% ######################################## 56.6% ########################################## 58.5% ########################################## 59.6% ############################################ 61.3% ############################################# 62.9% ############################################## 64.8% ################################################ 66.7% ################################################# 68.8% ################################################# 69.3% ################################################### 70.9% #################################################### 72.3% [2020-09-20T19:16:17.290Z] #25 ... [2020-09-20T19:16:17.290Z] [2020-09-20T19:16:17.290Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:16:17.290Z] #47 53.31 syscall [2020-09-20T19:16:17.290Z] #47 53.33 reflect [2020-09-20T19:16:17.290Z] #47 62.21 time [2020-09-20T19:16:17.421Z] #32 ... [2020-09-20T19:16:17.421Z] [2020-09-20T19:16:17.421Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:16:17.519Z] #17 35.42 Selecting previously unselected package libonig5:amd64. [2020-09-20T19:16:17.519Z] #17 35.42 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-09-20T19:16:17.519Z] #17 35.43 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-09-20T19:16:17.519Z] #17 35.57 Selecting previously unselected package libjq1:amd64. [2020-09-20T19:16:17.519Z] #17 35.59 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-09-20T19:16:17.519Z] #17 35.60 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-09-20T19:16:17.550Z] #47 ... [2020-09-20T19:16:17.550Z] [2020-09-20T19:16:17.550Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:16:17.678Z] #25 7.225 # 2.2% #### 6.3% ######## 12.0% ########### 16.5% ############## 20.5% #################### 29.2% ######################### 35.1% ############################ 40.1% ################################# 46.7% ##################################### 52.2% [2020-09-20T19:16:17.678Z] #25 ... [2020-09-20T19:16:17.678Z] [2020-09-20T19:16:17.678Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:16:17.678Z] #10 49.99 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-09-20T19:16:17.678Z] #10 50.36 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2020-09-20T19:16:17.678Z] #10 50.40 Get:9 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] [2020-09-20T19:16:17.678Z] #10 54.65 Get:10 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] [2020-09-20T19:16:17.678Z] #10 57.52 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-09-20T19:16:17.678Z] #10 57.53 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-09-20T19:16:17.678Z] #10 57.53 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-09-20T19:16:17.678Z] #10 57.53 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-09-20T19:16:17.678Z] #10 57.53 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2020-09-20T19:16:17.678Z] #10 57.55 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB] [2020-09-20T19:16:17.678Z] #10 57.56 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-09-20T19:16:17.678Z] #10 57.59 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-09-20T19:16:17.678Z] #10 57.62 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-09-20T19:16:17.678Z] #10 57.65 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-09-20T19:16:17.678Z] #10 57.66 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-09-20T19:16:17.678Z] #10 57.73 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-09-20T19:16:17.678Z] #10 57.76 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2020-09-20T19:16:17.678Z] #10 57.76 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-09-20T19:16:17.679Z] #10 57.77 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB] [2020-09-20T19:16:17.679Z] #10 58.95 debconf: delaying package configuration, since apt-utils is not installed [2020-09-20T19:16:17.679Z] #10 59.19 Fetched 77.7 MB in 9s (8327 kB/s) [2020-09-20T19:16:17.679Z] #10 59.32 Selecting previously unselected package binutils-mingw-w64-i686. [2020-09-20T19:16:17.679Z] #10 59.32 (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.) [2020-09-20T19:16:17.679Z] #10 59.48 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-09-20T19:16:17.679Z] #10 59.48 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-09-20T19:16:17.679Z] #10 ... [2020-09-20T19:16:17.679Z] [2020-09-20T19:16:17.679Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:16:17.686Z] #40 21.27 CC images/core-s390.o [2020-09-20T19:16:17.778Z] #17 35.70 Selecting previously unselected package jq. [2020-09-20T19:16:17.778Z] #17 35.72 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-09-20T19:16:17.778Z] #17 35.72 Unpacking jq (1.5+dfsg-2+b1) ... [2020-09-20T19:16:17.778Z] #17 35.81 Selecting previously unselected package libaio1:amd64. [2020-09-20T19:16:17.778Z] #17 35.84 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-09-20T19:16:17.778Z] #17 35.84 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-09-20T19:16:17.778Z] #17 35.91 Selecting previously unselected package libgpm2:amd64. [2020-09-20T19:16:17.811Z] #25 10.04 0.9% # 2.1% ## 3.3% ### 5.0% #### 6.2% ##### 7.5% ###### 9.1% ####### 10.5% ######## 12.1% ########## 14.1% ########### 15.4% ############ 17.3% ############# 19.3% ############## 20.8% ############### 22.0% ################ 23.6% ################# 24.8% ################### 26.4% #################### 28.1% ##################### 29.8% ###################### 30.9% ####################### 32.1% ######################## 34.0% ######################### 34.8% ########################## 36.4% ########################### 38.2% ############################ 39.1% ############################# 40.4% ############################# 41.6% ############################## 42.7% ############################### 43.7% ############################### 44.4% ################################ 45.3% ################################# 46.5% ################################## 47.7% ################################## 48.6% #################################### 51.3% ###################################### 53.6% ####################################### 55.2% ######################################## 56.6% ########################################## 58.5% ########################################## 59.6% ############################################ 61.3% ############################################# 62.9% ############################################## 64.8% ################################################ 66.7% ################################################# 68.8% ################################################# 69.3% ################################################### 70.9% #################################################### 72.3% #################################################### 73.4% ##################################################### 74.7% ###################################################### 75.6% [2020-09-20T19:16:17.811Z] #25 ... [2020-09-20T19:16:17.811Z] [2020-09-20T19:16:17.811Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:16:17.811Z] #43 DONE 63.8s [2020-09-20T19:16:17.811Z] [2020-09-20T19:16:17.811Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:16:18.038Z] #17 35.92 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-09-20T19:16:18.038Z] #17 35.92 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-09-20T19:16:18.038Z] #17 35.99 Selecting previously unselected package libicu63:amd64. [2020-09-20T19:16:18.038Z] #17 35.99 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-09-20T19:16:18.038Z] #17 35.99 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-09-20T19:16:18.454Z] #25 7.225 # 2.2% #### 6.3% ######## 12.0% ########### 16.5% ############## 20.5% #################### 29.2% ######################### 35.1% ############################ 40.1% ################################# 46.7% ##################################### 52.2% ########################################## 58.7% ############################################## 65.3% ################################################## 69.8% ###################################################### 75.5% ########################################################## 80.6% ############################################################## 86.6% ################################################################### 93.6% ######################################################################## 100.0% [2020-09-20T19:16:18.723Z] #25 9.420 [2020-09-20T19:16:18.743Z] #40 22.14 CC images/cpuinfo.o [2020-09-20T19:16:18.986Z] #25 9.100 0.0% # 2.6% ##### 7.6% ######### 12.5% ############# 18.5% ################ 23.0% #################### 28.3% ######################### 35.8% ############################# 41.6% ################################## 47.6% ##################################### 51.6% ######################################## 55.9% ############################################ 61.3% ############################################### 65.5% ################################################### 71.2% ####################################################### 76.7% [2020-09-20T19:16:18.986Z] #25 ... [2020-09-20T19:16:18.986Z] [2020-09-20T19:16:18.986Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:16:18.986Z] #30 48.22 internal/poll [2020-09-20T19:16:18.986Z] #30 48.33 internal/fmtsort [2020-09-20T19:16:18.986Z] #30 50.10 os [2020-09-20T19:16:18.986Z] #30 51.63 path/filepath [2020-09-20T19:16:18.986Z] #30 51.64 fmt [2020-09-20T19:16:18.986Z] #30 52.53 io/ioutil [2020-09-20T19:16:18.986Z] #30 54.16 flag [2020-09-20T19:16:18.986Z] #30 54.17 log [2020-09-20T19:16:18.986Z] #30 54.17 github.com/BurntSushi/toml [2020-09-20T19:16:18.986Z] #30 57.04 github.com/BurntSushi/toml/cmd/tomlv [2020-09-20T19:16:18.986Z] #30 ... [2020-09-20T19:16:18.986Z] [2020-09-20T19:16:18.986Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:16:18.986Z] #41 48.30 regexp [2020-09-20T19:16:18.986Z] #41 50.10 context [2020-09-20T19:16:18.986Z] #41 50.22 os [2020-09-20T19:16:18.986Z] #41 53.14 github.com/LK4D4/vndr/versioned [2020-09-20T19:16:18.986Z] #41 53.69 internal/lazyregexp [2020-09-20T19:16:18.986Z] #41 53.70 net [2020-09-20T19:16:18.986Z] #41 53.72 os/exec [2020-09-20T19:16:18.986Z] #41 54.68 encoding/base64 [2020-09-20T19:16:18.986Z] #41 54.73 flag [2020-09-20T19:16:18.986Z] #41 56.21 go/token [2020-09-20T19:16:18.986Z] #41 56.26 net/url [2020-09-20T19:16:18.986Z] #41 56.52 text/template/parse [2020-09-20T19:16:18.986Z] #41 57.80 go/scanner [2020-09-20T19:16:18.986Z] #41 ... [2020-09-20T19:16:18.986Z] [2020-09-20T19:16:18.986Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:16:19.042Z] #40 ... [2020-09-20T19:16:19.042Z] [2020-09-20T19:16:19.042Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:16:19.042Z] #11 90.18 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-09-20T19:16:19.042Z] #11 90.18 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-09-20T19:16:19.042Z] #11 90.20 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-20T19:16:19.251Z] #25 9.100 0.0% # 2.6% ##### 7.6% ######### 12.5% ############# 18.5% ################ 23.0% #################### 28.3% ######################### 35.8% ############################# 41.6% ################################## 47.6% ##################################### 51.6% ######################################## 55.9% ############################################ 61.3% ############################################### 65.5% ################################################### 71.2% ####################################################### 76.7% ######################################################## 78.1% ########################################################### 82.5% ############################################################# 85.3% [2020-09-20T19:16:19.251Z] #25 ... [2020-09-20T19:16:19.251Z] [2020-09-20T19:16:19.251Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:16:19.251Z] #38 48.68 Selecting previously unselected package libprotobuf-c-dev:arm64. [2020-09-20T19:16:19.251Z] #38 48.68 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ... [2020-09-20T19:16:19.251Z] #38 48.79 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2020-09-20T19:16:19.251Z] #38 49.00 Selecting previously unselected package zlib1g-dev:arm64. [2020-09-20T19:16:19.251Z] #38 49.01 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ... [2020-09-20T19:16:19.251Z] #38 49.02 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2020-09-20T19:16:19.251Z] #38 49.71 Selecting previously unselected package libprotobuf17:arm64. [2020-09-20T19:16:19.251Z] #38 49.72 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ... [2020-09-20T19:16:19.251Z] #38 49.79 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ... [2020-09-20T19:16:19.251Z] #38 50.46 Selecting previously unselected package libprotobuf-lite17:arm64. [2020-09-20T19:16:19.251Z] #38 50.46 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ... [2020-09-20T19:16:19.251Z] #38 50.48 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2020-09-20T19:16:19.251Z] #38 52.40 Selecting previously unselected package libprotobuf-dev:arm64. [2020-09-20T19:16:19.251Z] #38 52.40 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ... [2020-09-20T19:16:19.251Z] #38 52.42 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ... [2020-09-20T19:16:19.251Z] #38 54.03 Selecting previously unselected package libprotoc17:arm64. [2020-09-20T19:16:19.251Z] #38 54.03 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ... [2020-09-20T19:16:19.251Z] #38 54.17 Unpacking libprotoc17:arm64 (3.6.1.3-2) ... [2020-09-20T19:16:19.251Z] #38 54.99 Selecting previously unselected package protobuf-c-compiler. [2020-09-20T19:16:19.251Z] #38 55.00 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ... [2020-09-20T19:16:19.251Z] #38 55.02 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-09-20T19:16:19.251Z] #38 55.44 Selecting previously unselected package protobuf-compiler. [2020-09-20T19:16:19.251Z] #38 55.45 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ... [2020-09-20T19:16:19.251Z] #38 55.45 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-09-20T19:16:19.251Z] #38 56.44 Selecting previously unselected package python-pkg-resources. [2020-09-20T19:16:19.251Z] #38 56.44 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-09-20T19:16:19.251Z] #38 56.52 Unpacking python-pkg-resources (40.8.0-1) ... [2020-09-20T19:16:19.251Z] #38 57.01 Selecting previously unselected package python-six. [2020-09-20T19:16:19.251Z] #38 57.02 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-09-20T19:16:19.251Z] #38 57.03 Unpacking python-six (1.12.0-1) ... [2020-09-20T19:16:19.251Z] #38 57.23 Selecting previously unselected package python-protobuf. [2020-09-20T19:16:19.251Z] #38 57.24 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ... [2020-09-20T19:16:19.251Z] #38 57.25 Unpacking python-protobuf (3.6.1.3-2) ... [2020-09-20T19:16:19.251Z] #38 58.68 Setting up python-pkg-resources (40.8.0-1) ... [2020-09-20T19:16:19.515Z] #38 ... [2020-09-20T19:16:19.515Z] [2020-09-20T19:16:19.515Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:16:19.516Z] #25 9.100 0.0% # 2.6% ##### 7.6% ######### 12.5% ############# 18.5% ################ 23.0% #################### 28.3% ######################### 35.8% ############################# 41.6% ################################## 47.6% ##################################### 51.6% ######################################## 55.9% ############################################ 61.3% ############################################### 65.5% ################################################### 71.2% ####################################################### 76.7% ######################################################## 78.1% ########################################################### 82.5% ############################################################# 85.3% ################################################################ 89.9% ###################################################################### 98.2% ######################################################################## 100.0% [2020-09-20T19:16:19.695Z] #25 10.04 0.9% # 2.1% ## 3.3% ### 5.0% #### 6.2% ##### 7.5% ###### 9.1% ####### 10.5% ######## 12.1% ########## 14.1% ########### 15.4% ############ 17.3% ############# 19.3% ############## 20.8% ############### 22.0% ################ 23.6% ################# 24.8% ################### 26.4% #################### 28.1% ##################### 29.8% ###################### 30.9% ####################### 32.1% ######################## 34.0% ######################### 34.8% ########################## 36.4% ########################### 38.2% ############################ 39.1% ############################# 40.4% ############################# 41.6% ############################## 42.7% ############################### 43.7% ############################### 44.4% ################################ 45.3% ################################# 46.5% ################################## 47.7% ################################## 48.6% #################################### 51.3% ###################################### 53.6% ####################################### 55.2% ######################################## 56.6% ########################################## 58.5% ########################################## 59.6% ############################################ 61.3% ############################################# 62.9% ############################################## 64.8% ################################################ 66.7% ################################################# 68.8% ################################################# 69.3% ################################################### 70.9% #################################################### 72.3% #################################################### 73.4% ##################################################### 74.7% ###################################################### 75.6% ####################################################### 77.3% ######################################################## 77.9% ######################################################### 80.0% ########################################################## 81.0% ########################################################### 82.3% ############################################################ 83.6% ############################################################# 85.2% ############################################################## 86.9% ############################################################### 88.8% ################################################################ 89.7% ################################################################# 90.6% ################################################################## 92.1% ################################################################### 94.0% #################################################################### 95.5% ##################################################################### 96.7% ####################################################################### 99.0% ######################################################################## 100.0% [2020-09-20T19:16:19.695Z] #25 17.94 [2020-09-20T19:16:19.786Z] #25 11.80 [2020-09-20T19:16:19.946Z] #17 ... [2020-09-20T19:16:19.946Z] [2020-09-20T19:16:19.946Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:16:19.946Z] #39 85.53 CC criu/bitmap.o [2020-09-20T19:16:19.946Z] #39 85.84 CC criu/cgroup-props.o [2020-09-20T19:16:19.946Z] #39 86.52 CC criu/cgroup.o [2020-09-20T19:16:19.946Z] #39 88.93 CC criu/clone-noasan.o [2020-09-20T19:16:19.946Z] #39 89.13 CC criu/config.o [2020-09-20T19:16:19.946Z] #39 90.25 CC criu/cr-check.o [2020-09-20T19:16:19.946Z] #39 91.76 CC criu/cr-dedup.o [2020-09-20T19:16:19.946Z] #39 92.05 CC criu/cr-dump.o [2020-09-20T19:16:19.946Z] #39 94.19 CC criu/cr-errno.o [2020-09-20T19:16:19.946Z] #39 94.27 CC criu/cr-restore.o [2020-09-20T19:16:20.580Z] #25 12.01 #=#=# 0.0% 1.0% # 1.8% # 2.7% [2020-09-20T19:16:20.580Z] #25 ... [2020-09-20T19:16:20.580Z] [2020-09-20T19:16:20.580Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:16:20.580Z] #47 49.87 context [2020-09-20T19:16:20.580Z] #47 49.89 internal/poll [2020-09-20T19:16:20.580Z] #47 51.44 encoding/binary [2020-09-20T19:16:20.580Z] #47 52.42 fmt [2020-09-20T19:16:20.580Z] #47 52.42 path/filepath [2020-09-20T19:16:20.580Z] #47 53.47 mvdan.cc/sh/v3/fileutil [2020-09-20T19:16:20.580Z] #47 54.12 encoding/base64 [2020-09-20T19:16:20.580Z] #47 54.16 golang.org/x/sys/unix [2020-09-20T19:16:20.580Z] #47 56.44 encoding/json [2020-09-20T19:16:20.580Z] #47 56.45 github.com/pkg/diff [2020-09-20T19:16:20.580Z] #47 56.46 go/token [2020-09-20T19:16:20.580Z] #47 58.52 mvdan.cc/editorconfig [2020-09-20T19:16:20.580Z] #47 58.62 go/scanner [2020-09-20T19:16:20.580Z] #47 ... [2020-09-20T19:16:20.580Z] [2020-09-20T19:16:20.580Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:16:20.638Z] #25 18.89 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-09-20T19:16:20.899Z] #25 ... [2020-09-20T19:16:20.899Z] [2020-09-20T19:16:20.899Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:16:20.899Z] #30 56.88 time [2020-09-20T19:16:20.899Z] #30 64.40 internal/poll [2020-09-20T19:16:20.899Z] #30 65.81 internal/fmtsort [2020-09-20T19:16:20.899Z] #30 66.54 internal/syscall/execenv [2020-09-20T19:16:20.899Z] #30 66.69 internal/syscall/unix [2020-09-20T19:16:20.899Z] #30 66.97 strings [2020-09-20T19:16:20.899Z] #30 66.99 os [2020-09-20T19:16:20.899Z] #30 ... [2020-09-20T19:16:20.899Z] [2020-09-20T19:16:20.899Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:16:20.899Z] #32 64.34 Selecting previously unselected package libxml2:amd64. [2020-09-20T19:16:20.899Z] #32 64.34 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... [2020-09-20T19:16:20.899Z] #32 64.35 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-09-20T19:16:20.899Z] #32 65.53 Selecting previously unselected package libarchive13:amd64. [2020-09-20T19:16:20.899Z] #32 65.54 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-09-20T19:16:20.899Z] #32 65.54 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-09-20T19:16:20.899Z] #32 65.91 Selecting previously unselected package libjsoncpp1:amd64. [2020-09-20T19:16:20.899Z] #32 65.92 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-09-20T19:16:20.899Z] #32 65.92 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-09-20T19:16:20.899Z] #32 66.08 Selecting previously unselected package librhash0:amd64. [2020-09-20T19:16:20.899Z] #32 66.09 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-09-20T19:16:20.899Z] #32 66.10 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-09-20T19:16:20.899Z] #32 66.33 Selecting previously unselected package libuv1:amd64. [2020-09-20T19:16:20.899Z] #32 66.33 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-09-20T19:16:20.899Z] #32 66.34 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-09-20T19:16:20.899Z] #32 66.53 Selecting previously unselected package cmake. [2020-09-20T19:16:20.899Z] #32 66.56 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-09-20T19:16:20.899Z] #32 66.56 Unpacking cmake (3.13.4-1) ... [2020-09-20T19:16:21.041Z] #25 9.651 0.7% # 2.1% ## 3.7% ### 5.1% #### 6.3% ##### 7.5% ###### 9.1% ####### 11.0% ######## 12.4% ########## 14.7% ########### 16.1% ############ 18.0% ############## 19.6% ############## 20.3% ############### 22.2% ################ 23.2% ################# 24.9% ################## 26.1% [2020-09-20T19:16:21.041Z] #25 ... [2020-09-20T19:16:21.041Z] [2020-09-20T19:16:21.042Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:16:21.042Z] #38 53.45 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-09-20T19:16:21.042Z] #38 53.46 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-09-20T19:16:21.042Z] #38 53.48 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-09-20T19:16:21.042Z] #38 53.70 Selecting previously unselected package libprotobuf-dev:amd64. [2020-09-20T19:16:21.042Z] #38 53.72 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-09-20T19:16:21.042Z] #38 53.72 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-09-20T19:16:21.042Z] #38 55.13 Selecting previously unselected package libprotoc17:amd64. [2020-09-20T19:16:21.042Z] #38 55.14 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-09-20T19:16:21.042Z] #38 55.14 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-09-20T19:16:21.042Z] #38 55.80 Selecting previously unselected package protobuf-c-compiler. [2020-09-20T19:16:21.042Z] #38 55.81 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-09-20T19:16:21.042Z] #38 55.82 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-09-20T19:16:21.042Z] #38 55.96 Selecting previously unselected package protobuf-compiler. [2020-09-20T19:16:21.042Z] #38 55.97 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-09-20T19:16:21.042Z] #38 55.97 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-09-20T19:16:21.042Z] #38 56.13 Selecting previously unselected package python-pkg-resources. [2020-09-20T19:16:21.042Z] #38 56.13 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-09-20T19:16:21.042Z] #38 56.14 Unpacking python-pkg-resources (40.8.0-1) ... [2020-09-20T19:16:21.042Z] #38 56.45 Selecting previously unselected package python-six. [2020-09-20T19:16:21.042Z] #38 56.45 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-09-20T19:16:21.042Z] #38 56.46 Unpacking python-six (1.12.0-1) ... [2020-09-20T19:16:21.042Z] #38 56.60 Selecting previously unselected package python-protobuf. [2020-09-20T19:16:21.042Z] #38 56.60 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-09-20T19:16:21.042Z] #38 56.61 Unpacking python-protobuf (3.6.1.3-2) ... [2020-09-20T19:16:21.042Z] #38 57.07 Setting up python-pkg-resources (40.8.0-1) ... [2020-09-20T19:16:21.042Z] #38 62.83 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-09-20T19:16:21.042Z] #38 62.85 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-09-20T19:16:21.042Z] #38 62.87 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-09-20T19:16:21.042Z] #38 62.88 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-09-20T19:16:21.042Z] #38 62.89 Setting up python-six (1.12.0-1) ... [2020-09-20T19:16:21.158Z] #11 ... [2020-09-20T19:16:21.158Z] [2020-09-20T19:16:21.158Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:16:21.158Z] #31 81.80 os [2020-09-20T19:16:21.158Z] #31 83.10 internal/fmtsort [2020-09-20T19:16:21.158Z] #31 84.88 path/filepath [2020-09-20T19:16:21.158Z] #31 84.89 fmt [2020-09-20T19:16:21.158Z] #31 86.54 io/ioutil [2020-09-20T19:16:21.158Z] #31 88.67 log [2020-09-20T19:16:21.158Z] #31 88.68 github.com/BurntSushi/toml [2020-09-20T19:16:21.158Z] #31 88.68 flag [2020-09-20T19:16:21.158Z] #31 ... [2020-09-20T19:16:21.158Z] [2020-09-20T19:16:21.158Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:16:21.158Z] #40 22.73 CC images/inventory.o [2020-09-20T19:16:21.158Z] #40 23.02 CC images/fdinfo.o [2020-09-20T19:16:21.158Z] #40 23.69 CC images/fown.o [2020-09-20T19:16:21.158Z] #40 23.89 CC images/ns.o [2020-09-20T19:16:21.158Z] #40 24.15 CC images/regfile.o [2020-09-20T19:16:21.158Z] #40 24.41 CC images/ghost-file.o [2020-09-20T19:16:21.158Z] #40 24.82 CC images/fifo.o [2020-09-20T19:16:21.300Z] #38 ... [2020-09-20T19:16:21.301Z] [2020-09-20T19:16:21.301Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:16:21.301Z] #47 53.61 reflect [2020-09-20T19:16:21.301Z] #47 53.61 syscall [2020-09-20T19:16:21.301Z] #47 62.34 time [2020-09-20T19:16:21.301Z] #47 ... [2020-09-20T19:16:21.301Z] [2020-09-20T19:16:21.301Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:16:21.301Z] #41 53.59 syscall [2020-09-20T19:16:21.301Z] #41 61.55 time [2020-09-20T19:16:21.326Z] #39 ... [2020-09-20T19:16:21.326Z] [2020-09-20T19:16:21.326Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:16:21.326Z] #17 39.21 Selecting previously unselected package libnet1:amd64. [2020-09-20T19:16:21.326Z] #17 39.22 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-09-20T19:16:21.326Z] #17 39.23 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-09-20T19:16:21.326Z] #17 39.34 Selecting previously unselected package libnl-3-200:amd64. [2020-09-20T19:16:21.326Z] #17 39.35 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-09-20T19:16:21.326Z] #17 39.35 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-09-20T19:16:21.326Z] #17 39.46 Selecting previously unselected package libprotobuf-c1:amd64. [2020-09-20T19:16:21.326Z] #17 39.47 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-09-20T19:16:21.326Z] #17 39.47 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-09-20T19:16:21.326Z] #17 39.57 Selecting previously unselected package libreadline5:amd64. [2020-09-20T19:16:21.479Z] #40 25.02 CC images/remap-file-path.o [2020-09-20T19:16:21.559Z] #41 ... [2020-09-20T19:16:21.559Z] [2020-09-20T19:16:21.559Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:16:21.585Z] #17 39.58 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-09-20T19:16:21.585Z] #17 39.58 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-09-20T19:16:21.585Z] #17 39.69 Selecting previously unselected package net-tools. [2020-09-20T19:16:21.585Z] #17 39.70 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-09-20T19:16:21.585Z] #17 39.70 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-09-20T19:16:21.777Z] #40 25.27 CC images/eventfd.o [2020-09-20T19:16:21.845Z] #17 39.86 Selecting previously unselected package python-pip-whl. [2020-09-20T19:16:21.845Z] #17 39.89 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-09-20T19:16:21.845Z] #17 39.89 Unpacking python-pip-whl (18.1-5) ... [2020-09-20T19:16:22.076Z] #40 25.56 CC images/eventpoll.o [2020-09-20T19:16:22.377Z] #40 25.92 CC images/fh.o [2020-09-20T19:16:22.414Z] #17 40.40 Selecting previously unselected package python3-lib2to3. [2020-09-20T19:16:22.414Z] #17 40.41 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-09-20T19:16:22.414Z] #17 40.41 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-09-20T19:16:22.414Z] #17 40.52 Selecting previously unselected package python3-distutils. [2020-09-20T19:16:22.414Z] #17 40.53 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-09-20T19:16:22.414Z] #17 40.53 Unpacking python3-distutils (3.7.3-1) ... [2020-09-20T19:16:22.590Z] #25 9.651 0.7% # 2.1% ## 3.7% ### 5.1% #### 6.3% ##### 7.5% ###### 9.1% ####### 11.0% ######## 12.4% ########## 14.7% ########### 16.1% ############ 18.0% ############## 19.6% ############## 20.3% ############### 22.2% ################ 23.2% ################# 24.9% ################## 26.1% ################### 27.8% ##################### 29.3% ###################### 31.7% ######################## 34.4% ########################## 37.0% ############################ 39.6% ############################# 41.5% ############################### 43.2% ################################ 45.3% ################################# 46.5% [2020-09-20T19:16:22.590Z] #25 ... [2020-09-20T19:16:22.590Z] [2020-09-20T19:16:22.590Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-20T19:16:22.590Z] #28 54.66 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. [2020-09-20T19:16:22.590Z] #28 55.42 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-09-20T19:16:22.590Z] #28 56.49 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-09-20T19:16:22.590Z] #28 ... [2020-09-20T19:16:22.590Z] [2020-09-20T19:16:22.590Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:16:22.678Z] #40 26.23 CC images/fsnotify.o [2020-09-20T19:16:22.699Z] #17 40.63 Selecting previously unselected package python3-pip. [2020-09-20T19:16:22.699Z] #17 40.63 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-09-20T19:16:22.699Z] #17 40.63 Unpacking python3-pip (18.1-5) ... [2020-09-20T19:16:22.699Z] #17 40.79 Selecting previously unselected package python3-pkg-resources. [2020-09-20T19:16:22.699Z] #17 40.80 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-09-20T19:16:22.699Z] #17 40.81 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-09-20T19:16:22.848Z] #25 9.651 0.7% # 2.1% ## 3.7% ### 5.1% #### 6.3% ##### 7.5% ###### 9.1% ####### 11.0% ######## 12.4% ########## 14.7% ########### 16.1% ############ 18.0% ############## 19.6% ############## 20.3% ############### 22.2% ################ 23.2% ################# 24.9% ################## 26.1% ################### 27.8% ##################### 29.3% ###################### 31.7% ######################## 34.4% ########################## 37.0% ############################ 39.6% ############################# 41.5% ############################### 43.2% ################################ 45.3% ################################# 46.5% ################################## 48.2% [2020-09-20T19:16:22.848Z] #25 ... [2020-09-20T19:16:22.848Z] [2020-09-20T19:16:22.848Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:16:22.848Z] #43 DONE 65.1s [2020-09-20T19:16:22.848Z] [2020-09-20T19:16:22.848Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:16:22.959Z] #17 40.98 Selecting previously unselected package python3-setuptools. [2020-09-20T19:16:22.959Z] #17 40.98 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-09-20T19:16:22.959Z] #17 40.99 Unpacking python3-setuptools (40.8.0-1) ... [2020-09-20T19:16:22.959Z] #17 41.17 Selecting previously unselected package python3-wheel. [2020-09-20T19:16:23.162Z] ok github.com/docker/docker/api/server 0.012s coverage: 9.0% of statements [2020-09-20T19:16:23.218Z] #17 41.18 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-09-20T19:16:23.218Z] #17 41.19 Unpacking python3-wheel (0.32.3-2) ... [2020-09-20T19:16:23.218Z] #17 41.26 Selecting previously unselected package sudo. [2020-09-20T19:16:23.218Z] #17 41.27 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ... [2020-09-20T19:16:23.218Z] #17 41.28 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-09-20T19:16:23.478Z] #17 41.70 Selecting previously unselected package thin-provisioning-tools. [2020-09-20T19:16:23.737Z] #17 41.71 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-09-20T19:16:23.737Z] #17 41.72 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-09-20T19:16:23.737Z] #17 41.93 Selecting previously unselected package uidmap. [2020-09-20T19:16:23.737Z] #17 41.95 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2020-09-20T19:16:23.746Z] #40 27.02 CC images/signalfd.o [2020-09-20T19:16:23.746Z] #40 27.27 CC images/fs.o [2020-09-20T19:16:23.997Z] #17 41.95 Unpacking uidmap (1:4.5-1.1) ... [2020-09-20T19:16:23.997Z] #17 42.08 Selecting previously unselected package vim-runtime. [2020-09-20T19:16:23.997Z] #17 42.09 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-09-20T19:16:23.997Z] #17 42.13 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-09-20T19:16:23.997Z] #17 42.15 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-09-20T19:16:23.997Z] #17 42.16 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-09-20T19:16:24.059Z] #40 27.53 CC images/pstree.o [2020-09-20T19:16:24.199Z] #32 69.68 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-09-20T19:16:24.199Z] #32 69.70 Setting up xxd (2:8.1.0875-5) ... [2020-09-20T19:16:24.199Z] #32 69.72 Setting up libuv1:amd64 (1.24.1-1) ... [2020-09-20T19:16:24.199Z] #32 69.74 Setting up vim-common (2:8.1.0875-5) ... [2020-09-20T19:16:24.199Z] #32 69.79 Setting up librhash0:amd64 (1.3.8-1) ... [2020-09-20T19:16:24.199Z] #32 69.81 Setting up cmake-data (3.13.4-1) ... [2020-09-20T19:16:24.199Z] #32 69.83 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-09-20T19:16:24.199Z] #32 69.84 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-09-20T19:16:24.199Z] #32 69.87 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-09-20T19:16:24.199Z] #32 69.88 Setting up cmake (3.13.4-1) ... [2020-09-20T19:16:24.199Z] #32 69.92 Processing triggers for libc-bin (2.28-10) ... [2020-09-20T19:16:24.199Z] #32 69.98 Processing triggers for mime-support (3.62) ... [2020-09-20T19:16:24.199Z] #32 ... [2020-09-20T19:16:24.199Z] [2020-09-20T19:16:24.199Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:16:24.199Z] #25 19.33 [2020-09-20T19:16:24.199Z] #25 19.59 # 2.2% ######################################################################## 100.0% [2020-09-20T19:16:24.199Z] #25 19.72 [2020-09-20T19:16:24.199Z] #25 20.63 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-09-20T19:16:24.199Z] #25 21.03 [2020-09-20T19:16:24.199Z] #25 21.30 0.6% ######################################################################## 100.0% [2020-09-20T19:16:24.199Z] #25 21.62 [2020-09-20T19:16:24.356Z] #40 27.74 CC images/pipe.o [2020-09-20T19:16:24.394Z] Fetching without tags [2020-09-20T19:16:24.462Z] #25 ... [2020-09-20T19:16:24.462Z] [2020-09-20T19:16:24.462Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:16:24.462Z] #32 DONE 70.5s [2020-09-20T19:16:24.462Z] [2020-09-20T19:16:24.462Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:16:24.462Z] #25 22.75 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-09-20T19:16:24.653Z] #40 28.05 CC images/tcp-stream.o [2020-09-20T19:16:24.722Z] #25 22.91 skipping existing c35d46ef359f [2020-09-20T19:16:24.993Z] #25 23.11 [2020-09-20T19:16:25.310Z] #40 28.54 CC images/sk-packet.o [2020-09-20T19:16:25.310Z] #40 28.90 CC images/mnt.o [2020-09-20T19:16:25.564Z] #25 ... [2020-09-20T19:16:25.564Z] [2020-09-20T19:16:25.564Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:16:25.564Z] #38 61.54 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-09-20T19:16:25.564Z] #38 61.56 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-09-20T19:16:25.564Z] #38 61.57 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-09-20T19:16:25.564Z] #38 61.59 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-09-20T19:16:25.564Z] #38 61.61 Setting up python-six (1.12.0-1) ... [2020-09-20T19:16:25.564Z] #38 66.92 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-09-20T19:16:25.564Z] #38 66.96 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-09-20T19:16:25.564Z] #38 66.99 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-09-20T19:16:25.564Z] #38 67.00 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-09-20T19:16:25.564Z] #38 67.03 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-09-20T19:16:25.564Z] #38 67.04 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-09-20T19:16:25.564Z] #38 67.06 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-09-20T19:16:25.564Z] #38 67.08 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-09-20T19:16:25.564Z] #38 67.10 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-09-20T19:16:25.564Z] #38 67.11 Setting up python-protobuf (3.6.1.3-2) ... [2020-09-20T19:16:25.607Z] #40 29.17 CC images/pipe-data.o [2020-09-20T19:16:25.607Z] #40 ... [2020-09-20T19:16:25.607Z] [2020-09-20T19:16:25.607Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:16:25.607Z] #48 86.81 context [2020-09-20T19:16:25.607Z] #48 86.95 io/ioutil [2020-09-20T19:16:25.607Z] #48 88.44 mvdan.cc/sh/v3/fileutil [2020-09-20T19:16:25.607Z] #48 90.20 encoding/binary [2020-09-20T19:16:25.607Z] #48 90.20 flag [2020-09-20T19:16:25.607Z] #48 90.20 github.com/pkg/diff [2020-09-20T19:16:25.607Z] #48 90.21 go/token [2020-09-20T19:16:25.607Z] #48 92.85 go/scanner [2020-09-20T19:16:25.607Z] #48 94.99 mvdan.cc/editorconfig [2020-09-20T19:16:25.607Z] #48 95.55 mvdan.cc/sh/v3/syntax [2020-09-20T19:16:25.607Z] #48 96.18 encoding/base64 [2020-09-20T19:16:25.650Z] Merging remotes/origin/master commit 0bad48279efe3e5f56df1c4c8c2e6bc90fbb36e9 into PR head commit 66a37b460c839ee7a9aca118840b441764292c97 [2020-09-20T19:16:25.790Z] #25 9.651 0.7% # 2.1% ## 3.7% ### 5.1% #### 6.3% ##### 7.5% ###### 9.1% ####### 11.0% ######## 12.4% ########## 14.7% ########### 16.1% ############ 18.0% ############## 19.6% ############## 20.3% ############### 22.2% ################ 23.2% ################# 24.9% ################## 26.1% ################### 27.8% ##################### 29.3% ###################### 31.7% ######################## 34.4% ########################## 37.0% ############################ 39.6% ############################# 41.5% ############################### 43.2% ################################ 45.3% ################################# 46.5% ################################## 48.2% ################################### 49.3% #################################### 50.7% ##################################### 51.8% ##################################### 52.4% ####################################### 55.0% ######################################## 56.7% ########################################## 58.5% ########################################### 60.1% ############################################ 61.7% ############################################# 62.7% ############################################# 63.9% ############################################### 65.8% ################################################ 68.0% ################################################# 69.4% ################################################### 71.9% #################################################### 72.5% ###################################################### 75.4% ######################################################## 78.1% ######################################################### 80.5% ########################################################## 81.3% ############################################################ 83.5% ############################################################# 86.0% ############################################################## 87.0% ############################################################### 88.4% ################################################################# 91.0% ################################################################### 93.5% ##################################################################### 96.0% ####################################################################### 99.4% ######################################################################## 100.0% [2020-09-20T19:16:25.790Z] #25 16.40 [2020-09-20T19:16:25.824Z] #38 ... [2020-09-20T19:16:25.824Z] [2020-09-20T19:16:25.824Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:16:25.824Z] #33 1.073 + RM_GOPATH=0 [2020-09-20T19:16:25.824Z] #33 1.073 + TMP_GOPATH= [2020-09-20T19:16:25.824Z] #33 1.073 + : /build [2020-09-20T19:16:25.824Z] #33 1.073 + '[' -z '' ']' [2020-09-20T19:16:25.824Z] #33 1.080 ++ mktemp -d [2020-09-20T19:16:25.824Z] #33 1.080 + export GOPATH=/tmp/tmp.2TozaftbvA [2020-09-20T19:16:25.824Z] #33 1.080 + GOPATH=/tmp/tmp.2TozaftbvA [2020-09-20T19:16:25.824Z] #33 1.080 + RM_GOPATH=1 [2020-09-20T19:16:25.824Z] #33 1.080 + case "$(go env GOARCH)" in [2020-09-20T19:16:25.824Z] #33 1.080 ++ go env GOARCH [2020-09-20T19:16:25.824Z] #33 1.105 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:16:25.824Z] #33 1.105 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:16:25.824Z] #33 1.106 ++ dirname /tmp/install/install.sh [2020-09-20T19:16:25.824Z] #33 1.108 + dir=/tmp/install [2020-09-20T19:16:25.824Z] #33 1.108 + bin=tini [2020-09-20T19:16:25.824Z] #33 1.108 + shift [2020-09-20T19:16:25.824Z] #33 1.108 + '[' '!' -f /tmp/install/tini.installer ']' [2020-09-20T19:16:25.824Z] #33 1.108 + . /tmp/install/tini.installer [2020-09-20T19:16:25.824Z] #33 1.109 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-20T19:16:25.824Z] #33 1.109 + install_tini [2020-09-20T19:16:25.824Z] #33 1.109 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-09-20T19:16:25.824Z] #33 1.110 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-20T19:16:25.824Z] #33 1.110 + git clone https://github.com/krallin/tini.git /tmp/tmp.2TozaftbvA/tini [2020-09-20T19:16:25.824Z] #33 1.112 Cloning into '/tmp/tmp.2TozaftbvA/tini'... [2020-09-20T19:16:25.904Z] #48 ... [2020-09-20T19:16:25.904Z] [2020-09-20T19:16:25.904Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:16:25.904Z] #40 29.44 CC images/sa.o [2020-09-20T19:16:26.046Z] #25 ... [2020-09-20T19:16:26.046Z] [2020-09-20T19:16:26.046Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:16:26.046Z] #30 58.24 time [2020-09-20T19:16:26.046Z] #30 65.78 internal/poll [2020-09-20T19:16:26.046Z] #30 67.80 internal/fmtsort [2020-09-20T19:16:26.046Z] #30 68.05 internal/syscall/execenv [2020-09-20T19:16:26.046Z] #30 68.24 internal/syscall/unix [2020-09-20T19:16:26.046Z] #30 68.33 strings [2020-09-20T19:16:26.046Z] #30 ... [2020-09-20T19:16:26.046Z] [2020-09-20T19:16:26.046Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:16:26.046Z] #38 67.89 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-09-20T19:16:26.046Z] #38 67.90 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-09-20T19:16:26.046Z] #38 67.94 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-09-20T19:16:26.047Z] #38 67.95 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-09-20T19:16:26.047Z] #38 67.96 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-09-20T19:16:26.047Z] #38 67.98 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-09-20T19:16:26.047Z] #38 67.99 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-09-20T19:16:26.047Z] #38 68.01 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-09-20T19:16:26.047Z] #38 68.03 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-09-20T19:16:26.047Z] #38 68.04 Setting up python-protobuf (3.6.1.3-2) ... [2020-09-20T19:16:26.201Z] #40 29.68 CC images/timer.o [2020-09-20T19:16:26.395Z] #33 1.885 + cd /tmp/tmp.2TozaftbvA/tini [2020-09-20T19:16:26.395Z] #33 1.886 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-20T19:16:26.395Z] #33 1.892 + cmake . [2020-09-20T19:16:26.499Z] #40 ... [2020-09-20T19:16:26.499Z] [2020-09-20T19:16:26.499Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:16:26.499Z] #31 93.34 github.com/BurntSushi/toml/cmd/tomlv [2020-09-20T19:16:26.499Z] #31 DONE 97.6s [2020-09-20T19:16:24.111Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-20T19:16:24.157Z] > git config --add remote.origin.fetch +refs/pull/38469/head:refs/remotes/origin/PR-38469 # timeout=10 [2020-09-20T19:16:24.197Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T19:16:24.309Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-20T19:16:24.428Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-20T19:16:24.428Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-20T19:16:24.429Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/38469/head:refs/remotes/origin/PR-38469 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T19:16:25.756Z] > git config core.sparsecheckout # timeout=10 [2020-09-20T19:16:25.803Z] > git checkout -f 66a37b460c839ee7a9aca118840b441764292c97 # timeout=10 [2020-09-20T19:16:26.656Z] #33 ... [2020-09-20T19:16:26.656Z] [2020-09-20T19:16:26.656Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:16:26.656Z] #41 62.56 time [2020-09-20T19:16:26.656Z] #41 68.07 strings [2020-09-20T19:16:26.656Z] #41 69.44 os [2020-09-20T19:16:26.656Z] #41 71.95 regexp/syntax [2020-09-20T19:16:26.656Z] #41 ... [2020-09-20T19:16:26.656Z] [2020-09-20T19:16:26.656Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:16:26.656Z] #25 24.10 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-09-20T19:16:26.656Z] #25 24.42 [2020-09-20T19:16:26.656Z] #25 24.58 ######################################################################## 100.0% [2020-09-20T19:16:26.656Z] #25 24.71 [2020-09-20T19:16:26.656Z] #25 24.82 Download of images into '/build' complete. [2020-09-20T19:16:26.656Z] #25 24.82 Use something like the following to load the result into a Docker daemon: [2020-09-20T19:16:26.656Z] #25 24.82 tar -cC '/build' . | docker load [2020-09-20T19:16:26.656Z] #25 DONE 24.9s [2020-09-20T19:16:26.656Z] [2020-09-20T19:16:26.656Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:16:26.656Z] #10 64.22 Selecting previously unselected package binutils-mingw-w64. [2020-09-20T19:16:26.656Z] #10 64.28 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-09-20T19:16:26.656Z] #10 64.30 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-09-20T19:16:26.656Z] #10 64.62 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-09-20T19:16:26.656Z] #10 64.62 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-09-20T19:16:26.656Z] #10 64.64 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-09-20T19:16:26.656Z] #10 65.05 Selecting previously unselected package dmsetup. [2020-09-20T19:16:26.656Z] #10 65.07 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-09-20T19:16:26.656Z] #10 65.07 Unpacking dmsetup (2:1.02.155-3) ... [2020-09-20T19:16:26.656Z] #10 65.37 Selecting previously unselected package mingw-w64-common. [2020-09-20T19:16:26.656Z] #10 65.39 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-09-20T19:16:26.657Z] #10 65.41 Unpacking mingw-w64-common (6.0.0-3) ... [2020-09-20T19:16:26.657Z] #10 72.50 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-09-20T19:16:26.657Z] #10 72.53 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-09-20T19:16:26.657Z] #10 72.54 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-09-20T19:16:26.804Z] [2020-09-20T19:16:26.804Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:16:26.804Z] #40 30.06 CC images/timerfd.o [2020-09-20T19:16:27.101Z] #40 30.39 CC images/mm.o [2020-09-20T19:16:27.292Z] #17 45.09 Selecting previously unselected package vim. [2020-09-20T19:16:27.292Z] #17 45.10 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2020-09-20T19:16:27.292Z] #17 45.12 Unpacking vim (2:8.1.0875-5) ... [2020-09-20T19:16:27.398Z] #40 30.68 CC images/sk-opts.o [2020-09-20T19:16:27.398Z] #40 ... [2020-09-20T19:16:27.398Z] [2020-09-20T19:16:27.399Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:16:27.399Z] #42 88.33 net [2020-09-20T19:16:27.399Z] #42 88.35 os/exec [2020-09-20T19:16:27.399Z] #42 91.73 internal/lazyregexp [2020-09-20T19:16:27.399Z] #42 92.19 github.com/LK4D4/vndr/versioned [2020-09-20T19:16:27.399Z] #42 94.88 go/scanner [2020-09-20T19:16:27.399Z] #42 94.89 net/url [2020-09-20T19:16:27.399Z] #42 94.90 text/template/parse [2020-09-20T19:16:27.399Z] #42 ... [2020-09-20T19:16:27.399Z] [2020-09-20T19:16:27.399Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:16:27.399Z] #48 97.29 go/ast [2020-09-20T19:16:27.552Z] #17 45.67 Selecting previously unselected package xfsprogs. [2020-09-20T19:16:27.553Z] #17 45.70 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2020-09-20T19:16:27.553Z] #17 45.70 Unpacking xfsprogs (4.20.0-1) ... [2020-09-20T19:16:27.601Z] #10 ... [2020-09-20T19:16:27.601Z] [2020-09-20T19:16:27.601Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:16:27.601Z] #33 2.851 -- The C compiler identification is GNU 8.3.0 [2020-09-20T19:16:27.601Z] #33 2.960 -- Check for working C compiler: /usr/bin/cc [2020-09-20T19:16:27.873Z] #25 12.01 #=#=# 0.0% 1.0% # 1.8% # 2.7% ## 3.5% ### 4.5% #### 6.0% ##### 7.0% ##### 8.0% ###### 8.8% ####### 9.9% ####### 10.9% ######## 12.0% ######### 13.0% ########## 13.9% ########## 15.1% ########### 16.0% ############ 17.0% ############# 18.1% ############## 19.5% ############## 20.7% ################ 22.7% ################# 24.5% ################## 26.1% #################### 28.3% ##################### 30.2% ###################### 31.2% ####################### 33.0% ######################## 34.3% ######################### 35.7% ########################## 37.0% ########################### 38.8% ############################ 40.1% ############################# 41.6% ############################## 42.9% ################################ 44.5% ################################# 46.8% ################################## 47.9% ################################### 49.5% #################################### 50.8% ##################################### 52.2% ####################################### 55.5% ######################################### 57.1% ########################################### 60.0% ############################################ 61.5% ############################################# 62.5% ############################################## 64.2% ############################################### 65.7% ############################################### 65.8% ################################################ 67.4% ################################################# 68.6% ################################################# 68.6% ################################################## 70.1% ################################################## 70.2% ################################################### 71.8% #################################################### 72.9% ##################################################### 74.5% ###################################################### 75.5% ####################################################### 76.5% ####################################################### 76.9% ######################################################## 78.1% ######################################################## 78.1% ######################################################### 79.7% ########################################################## 81.5% ########################################################## 81.5% [2020-09-20T19:16:27.873Z] #25 ... [2020-09-20T19:16:27.873Z] [2020-09-20T19:16:27.873Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:16:27.873Z] #32 57.29 Selecting previously unselected package libxml2:arm64. [2020-09-20T19:16:27.873Z] #32 57.32 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_arm64.deb ... [2020-09-20T19:16:27.873Z] #32 57.33 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+b3) ... [2020-09-20T19:16:27.873Z] #32 58.64 Selecting previously unselected package libarchive13:arm64. [2020-09-20T19:16:27.873Z] #32 58.65 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ... [2020-09-20T19:16:27.873Z] #32 58.66 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ... [2020-09-20T19:16:27.873Z] #32 60.01 Selecting previously unselected package libjsoncpp1:arm64. [2020-09-20T19:16:27.873Z] #32 60.01 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ... [2020-09-20T19:16:27.873Z] #32 60.17 Unpacking libjsoncpp1:arm64 (1.7.4-3) ... [2020-09-20T19:16:27.873Z] #32 60.72 Selecting previously unselected package librhash0:arm64. [2020-09-20T19:16:27.873Z] #32 60.72 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ... [2020-09-20T19:16:27.873Z] #32 60.73 Unpacking librhash0:arm64 (1.3.8-1) ... [2020-09-20T19:16:27.873Z] #32 61.22 Selecting previously unselected package libuv1:arm64. [2020-09-20T19:16:27.873Z] #32 61.22 Preparing to unpack .../8-libuv1_1.24.1-1_arm64.deb ... [2020-09-20T19:16:27.873Z] #32 61.65 Unpacking libuv1:arm64 (1.24.1-1) ... [2020-09-20T19:16:27.873Z] #32 62.14 Selecting previously unselected package cmake. [2020-09-20T19:16:27.873Z] #32 62.15 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ... [2020-09-20T19:16:27.873Z] #32 62.17 Unpacking cmake (3.13.4-1) ... [2020-09-20T19:16:27.873Z] #32 ... [2020-09-20T19:16:27.873Z] [2020-09-20T19:16:27.873Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:16:28.043Z] #48 98.91 encoding/json [2020-09-20T19:16:28.123Z] #17 46.14 Selecting previously unselected package zip. [2020-09-20T19:16:28.123Z] #17 46.15 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2020-09-20T19:16:28.123Z] #17 46.16 Unpacking zip (3.0-11+b1) ... [2020-09-20T19:16:28.341Z] #48 99.56 golang.org/x/sys/unix [2020-09-20T19:16:28.383Z] #17 46.34 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-09-20T19:16:28.383Z] #17 46.36 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-09-20T19:16:28.383Z] #17 46.37 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-09-20T19:16:28.383Z] #17 46.38 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-09-20T19:16:28.383Z] #17 46.39 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-09-20T19:16:28.383Z] #17 46.40 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-09-20T19:16:28.383Z] #17 46.41 Setting up uidmap (1:4.5-1.1) ... [2020-09-20T19:16:28.383Z] #17 46.42 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-09-20T19:16:28.383Z] #17 46.42 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-09-20T19:16:28.383Z] #17 46.43 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-09-20T19:16:28.383Z] #17 46.49 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-09-20T19:16:28.383Z] #17 46.50 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-09-20T19:16:28.642Z] #17 46.52 Setting up xxd (2:8.1.0875-5) ... [2020-09-20T19:16:28.642Z] #17 46.53 Setting up zip (3.0-11+b1) ... [2020-09-20T19:16:28.643Z] #17 46.54 Setting up vim-common (2:8.1.0875-5) ... [2020-09-20T19:16:28.643Z] #17 46.57 Setting up bash-completion (1:2.8-6) ... [2020-09-20T19:16:28.994Z] #33 4.251 -- Check for working C compiler: /usr/bin/cc -- works [2020-09-20T19:16:28.994Z] #33 4.257 -- Detecting C compiler ABI info [2020-09-20T19:16:29.352Z] Merge succeeded, producing fcdbcb7d7730e7a9017e49fdd436a77cb10b8059 [2020-09-20T19:16:29.352Z] Checking out Revision fcdbcb7d7730e7a9017e49fdd436a77cb10b8059 (PR-38469) [2020-09-20T19:16:29.532Z] #25 12.01 #=#=# 0.0% 1.0% # 1.8% # 2.7% ## 3.5% ### 4.5% #### 6.0% ##### 7.0% ##### 8.0% ###### 8.8% ####### 9.9% ####### 10.9% ######## 12.0% ######### 13.0% ########## 13.9% ########## 15.1% ########### 16.0% ############ 17.0% ############# 18.1% ############## 19.5% ############## 20.7% ################ 22.7% ################# 24.5% ################## 26.1% #################### 28.3% ##################### 30.2% ###################### 31.2% ####################### 33.0% ######################## 34.3% ######################### 35.7% ########################## 37.0% ########################### 38.8% ############################ 40.1% ############################# 41.6% ############################## 42.9% ################################ 44.5% ################################# 46.8% ################################## 47.9% ################################### 49.5% #################################### 50.8% ##################################### 52.2% ####################################### 55.5% ######################################### 57.1% ########################################### 60.0% ############################################ 61.5% ############################################# 62.5% ############################################## 64.2% ############################################### 65.7% ############################################### 65.8% ################################################ 67.4% ################################################# 68.6% ################################################# 68.6% ################################################## 70.1% ################################################## 70.2% ################################################### 71.8% #################################################### 72.9% ##################################################### 74.5% ###################################################### 75.5% ####################################################### 76.5% ####################################################### 76.9% ######################################################## 78.1% ######################################################## 78.1% ######################################################### 79.7% ########################################################## 81.5% ########################################################## 81.5% ########################################################### 82.4% ############################################################ 83.7% ############################################################# 85.1% ############################################################# 86.1% ############################################################### 87.7% ################################################################ 89.7% ################################################################# 91.0% ################################################################## 92.2% ################################################################### 93.2% ##### [2020-09-20T19:16:29.532Z] #25 ... [2020-09-20T19:16:29.532Z] [2020-09-20T19:16:29.532Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:16:29.532Z] #41 58.75 encoding/json [2020-09-20T19:16:29.532Z] #41 59.71 go/ast [2020-09-20T19:16:29.532Z] #41 62.45 text/template [2020-09-20T19:16:29.532Z] #41 65.89 encoding/xml [2020-09-20T19:16:29.532Z] #41 66.44 go/parser [2020-09-20T19:16:28.267Z] > git remote # timeout=10 [2020-09-20T19:16:28.438Z] > git config --get remote.origin.url # timeout=10 [2020-09-20T19:16:28.488Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-20T19:16:28.489Z] > git merge 0bad48279efe3e5f56df1c4c8c2e6bc90fbb36e9 # timeout=10 [2020-09-20T19:16:29.243Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2020-09-20T19:16:29.384Z] > git config core.sparsecheckout # timeout=10 [2020-09-20T19:16:29.424Z] > git checkout -f fcdbcb7d7730e7a9017e49fdd436a77cb10b8059 # timeout=10 [2020-09-20T19:16:29.796Z] #41 ... [2020-09-20T19:16:29.796Z] [2020-09-20T19:16:29.796Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:16:30.060Z] #25 12.01 #=#=# 0.0% 1.0% # 1.8% # 2.7% ## 3.5% ### 4.5% #### 6.0% ##### 7.0% ##### 8.0% ###### 8.8% ####### 9.9% ####### 10.9% ######## 12.0% ######### 13.0% ########## 13.9% ########## 15.1% ########### 16.0% ############ 17.0% ############# 18.1% ############## 19.5% ############## 20.7% ################ 22.7% ################# 24.5% ################## 26.1% #################### 28.3% ##################### 30.2% ###################### 31.2% ####################### 33.0% ######################## 34.3% ######################### 35.7% ########################## 37.0% ########################### 38.8% ############################ 40.1% ############################# 41.6% ############################## 42.9% ################################ 44.5% ################################# 46.8% ################################## 47.9% ################################### 49.5% #################################### 50.8% ##################################### 52.2% ####################################### 55.5% ######################################### 57.1% ########################################### 60.0% ############################################ 61.5% ############################################# 62.5% ############################################## 64.2% ############################################### 65.7% ############################################### 65.8% ################################################ 67.4% ################################################# 68.6% ################################################# 68.6% ################################################## 70.1% ################################################## 70.2% ################################################### 71.8% #################################################### 72.9% ##################################################### 74.5% ###################################################### 75.5% ####################################################### 76.5% ####################################################### 76.9% ######################################################## 78.1% ######################################################## 78.1% ######################################################### 79.7% ########################################################## 81.5% ########################################################## 81.5% ########################################################### 82.4% ############################################################ 83.7% ############################################################# 85.1% ############################################################# 86.1% ############################################################### 87.7% ################################################################ 89.7% ################################################################# 91.0% ################################################################## 92.2% ################################################################### 93.2% #################################################################### 94.9% ##################################################################### 96.0% ###################################################################### 97.5% ######################################################################## 100.0% [2020-09-20T19:16:30.060Z] #25 22.00 [2020-09-20T19:16:30.223Z] #38 ... [2020-09-20T19:16:30.223Z] [2020-09-20T19:16:30.223Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:16:30.223Z] #10 62.50 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-09-20T19:16:30.223Z] #10 62.51 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-09-20T19:16:30.223Z] #10 62.53 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-09-20T19:16:30.223Z] #10 67.62 Selecting previously unselected package binutils-mingw-w64. [2020-09-20T19:16:30.223Z] #10 67.63 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-09-20T19:16:30.223Z] #10 67.64 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-09-20T19:16:30.223Z] #10 67.80 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-09-20T19:16:30.223Z] #10 67.82 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-09-20T19:16:30.223Z] #10 67.84 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-09-20T19:16:30.223Z] #10 68.09 Selecting previously unselected package dmsetup. [2020-09-20T19:16:30.223Z] #10 68.11 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-09-20T19:16:30.223Z] #10 68.12 Unpacking dmsetup (2:1.02.155-3) ... [2020-09-20T19:16:30.223Z] #10 68.33 Selecting previously unselected package mingw-w64-common. [2020-09-20T19:16:30.223Z] #10 68.34 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-09-20T19:16:30.223Z] #10 68.34 Unpacking mingw-w64-common (6.0.0-3) ... [2020-09-20T19:16:30.377Z] #33 ... [2020-09-20T19:16:30.377Z] [2020-09-20T19:16:30.377Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:16:30.377Z] #38 75.65 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-09-20T19:16:30.377Z] #38 75.67 Processing triggers for libc-bin (2.28-10) ... [2020-09-20T19:16:30.377Z] #38 DONE 76.1s [2020-09-20T19:16:30.377Z] [2020-09-20T19:16:30.377Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:16:30.480Z] #10 ... [2020-09-20T19:16:30.480Z] [2020-09-20T19:16:30.480Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:16:30.480Z] #25 17.36 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-09-20T19:16:30.480Z] #25 17.74 [2020-09-20T19:16:30.480Z] #25 17.90 ######################################################################## 100.0% [2020-09-20T19:16:30.480Z] #25 18.01 [2020-09-20T19:16:30.480Z] #25 18.90 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-09-20T19:16:30.480Z] #25 19.24 [2020-09-20T19:16:30.480Z] #25 19.38 ## 3.0% ######################################################################## 100.0% [2020-09-20T19:16:30.480Z] #25 19.62 [2020-09-20T19:16:30.480Z] #25 20.57 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-09-20T19:16:30.480Z] #25 20.72 skipping existing c35d46ef359f [2020-09-20T19:16:30.480Z] #25 20.83 [2020-09-20T19:16:31.012Z] #25 ... [2020-09-20T19:16:31.012Z] [2020-09-20T19:16:31.012Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:16:31.012Z] #47 60.40 mvdan.cc/sh/v3/syntax [2020-09-20T19:16:31.012Z] #47 61.39 go/ast [2020-09-20T19:16:31.012Z] #47 64.54 golang.org/x/crypto/ssh/terminal [2020-09-20T19:16:31.012Z] #47 69.58 mvdan.cc/sh/v3/cmd/shfmt [2020-09-20T19:16:31.049Z] #25 ... [2020-09-20T19:16:31.049Z] [2020-09-20T19:16:31.049Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:16:31.049Z] #32 66.01 Selecting previously unselected package libxml2:amd64. [2020-09-20T19:16:31.049Z] #32 66.01 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... [2020-09-20T19:16:31.049Z] #32 66.01 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-09-20T19:16:31.049Z] #32 67.68 Selecting previously unselected package libarchive13:amd64. [2020-09-20T19:16:31.049Z] #32 67.68 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-09-20T19:16:31.049Z] #32 67.68 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-09-20T19:16:31.049Z] #32 68.06 Selecting previously unselected package libjsoncpp1:amd64. [2020-09-20T19:16:31.049Z] #32 68.08 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-09-20T19:16:31.049Z] #32 68.09 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-09-20T19:16:31.049Z] #32 68.23 Selecting previously unselected package librhash0:amd64. [2020-09-20T19:16:31.049Z] #32 68.24 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-09-20T19:16:31.049Z] #32 68.24 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-09-20T19:16:31.049Z] #32 68.40 Selecting previously unselected package libuv1:amd64. [2020-09-20T19:16:31.049Z] #32 68.41 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-09-20T19:16:31.049Z] #32 68.41 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-09-20T19:16:31.049Z] #32 68.57 Selecting previously unselected package cmake. [2020-09-20T19:16:31.049Z] #32 68.58 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-09-20T19:16:31.049Z] #32 68.59 Unpacking cmake (3.13.4-1) ... [2020-09-20T19:16:31.049Z] #32 71.95 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-09-20T19:16:31.049Z] #32 71.98 Setting up xxd (2:8.1.0875-5) ... [2020-09-20T19:16:31.049Z] #32 72.00 Setting up libuv1:amd64 (1.24.1-1) ... [2020-09-20T19:16:31.049Z] #32 72.01 Setting up vim-common (2:8.1.0875-5) ... [2020-09-20T19:16:31.049Z] #32 72.07 Setting up librhash0:amd64 (1.3.8-1) ... [2020-09-20T19:16:31.049Z] #32 72.08 Setting up cmake-data (3.13.4-1) ... [2020-09-20T19:16:31.049Z] #32 72.10 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-09-20T19:16:31.049Z] #32 72.13 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-09-20T19:16:31.049Z] #32 72.14 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-09-20T19:16:31.049Z] #32 72.15 Setting up cmake (3.13.4-1) ... [2020-09-20T19:16:31.049Z] #32 72.17 Processing triggers for libc-bin (2.28-10) ... [2020-09-20T19:16:31.049Z] #32 72.23 Processing triggers for mime-support (3.62) ... [2020-09-20T19:16:31.049Z] #32 DONE 73.4s [2020-09-20T19:16:31.182Z] #17 49.03 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-09-20T19:16:31.183Z] #17 49.04 Setting up xz-utils (5.2.4-1) ... [2020-09-20T19:16:31.183Z] #17 49.05 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-09-20T19:16:31.183Z] #17 49.06 Setting up sudo (1.8.27-1+deb10u2) ... [2020-09-20T19:16:31.183Z] #17 49.14 invoke-rc.d: could not determine current runlevel [2020-09-20T19:16:31.183Z] #17 49.15 invoke-rc.d: policy-rc.d denied execution of start. [2020-09-20T19:16:31.183Z] #17 49.15 Setting up pigz (2.4-1) ... [2020-09-20T19:16:31.183Z] #17 49.20 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-09-20T19:16:31.183Z] #17 49.21 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-09-20T19:16:31.183Z] #17 49.23 Setting up python-pip-whl (18.1-5) ... [2020-09-20T19:16:31.183Z] #17 49.25 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-09-20T19:16:31.183Z] #17 49.25 Setting up vim-runtime (2:8.1.0875-5) ... [2020-09-20T19:16:31.277Z] #47 ... [2020-09-20T19:16:31.277Z] [2020-09-20T19:16:31.277Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:16:31.277Z] #25 23.15 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-09-20T19:16:31.277Z] #25 23.41 [2020-09-20T19:16:31.277Z] #25 ... [2020-09-20T19:16:31.277Z] [2020-09-20T19:16:31.277Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:16:31.277Z] #10 60.75 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-09-20T19:16:31.277Z] #10 60.76 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-09-20T19:16:31.277Z] #10 60.77 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-09-20T19:16:31.310Z] [2020-09-20T19:16:31.310Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:16:31.310Z] #25 21.84 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-09-20T19:16:31.549Z] #10 ... [2020-09-20T19:16:31.549Z] [2020-09-20T19:16:31.549Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:16:31.549Z] #41 69.15 go/doc [2020-09-20T19:16:31.549Z] #41 69.92 compress/flate [2020-09-20T19:16:31.753Z] #17 49.70 Setting up libaio1:amd64 (0.3.112-3) ... [2020-09-20T19:16:31.753Z] #17 49.71 Setting up libonig5:amd64 (6.9.1-1) ... [2020-09-20T19:16:31.753Z] #17 49.72 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-09-20T19:16:31.753Z] #17 49.73 Setting up vim (2:8.1.0875-5) ... [2020-09-20T19:16:31.753Z] #17 49.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-09-20T19:16:31.753Z] #17 49.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-09-20T19:16:31.753Z] #17 49.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-09-20T19:16:31.753Z] #17 49.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-09-20T19:16:31.753Z] #17 49.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-09-20T19:16:31.753Z] #17 49.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-09-20T19:16:31.753Z] #17 49.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-09-20T19:16:31.753Z] #17 49.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-09-20T19:16:31.753Z] #17 49.80 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-09-20T19:16:31.753Z] #17 49.81 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-09-20T19:16:31.753Z] #17 49.82 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-09-20T19:16:31.753Z] #17 49.83 Setting up jq (1.5+dfsg-2+b1) ... [2020-09-20T19:16:31.753Z] #17 49.84 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-09-20T19:16:31.753Z] #17 49.85 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-09-20T19:16:31.875Z] #25 22.43 [2020-09-20T19:16:31.937Z] #48 ... [2020-09-20T19:16:31.937Z] [2020-09-20T19:16:31.937Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:16:31.937Z] #40 31.00 CC images/sk-unix.o [2020-09-20T19:16:31.937Z] #40 31.44 CC images/sk-inet.o [2020-09-20T19:16:31.937Z] #40 31.78 CC images/tun.o [2020-09-20T19:16:31.937Z] #40 32.13 CC images/sk-netlink.o [2020-09-20T19:16:31.937Z] #40 32.39 CC images/packet-sock.o [2020-09-20T19:16:31.937Z] #40 32.85 CC images/ipc-var.o [2020-09-20T19:16:31.937Z] #40 33.11 CC images/ipc-desc.o [2020-09-20T19:16:31.937Z] #40 33.29 CC images/ipc-shm.o [2020-09-20T19:16:31.937Z] #40 33.48 CC images/ipc-msg.o [2020-09-20T19:16:31.937Z] #40 33.70 CC images/ipc-sem.o [2020-09-20T19:16:31.937Z] #40 33.93 CC images/utsns.o [2020-09-20T19:16:31.937Z] #40 34.12 CC images/creds.o [2020-09-20T19:16:31.937Z] #40 34.31 CC images/vma.o [2020-09-20T19:16:31.937Z] #40 34.54 CC images/netdev.o [2020-09-20T19:16:31.937Z] #40 34.97 CC images/tty.o [2020-09-20T19:16:31.960Z] #41 ... [2020-09-20T19:16:31.960Z] [2020-09-20T19:16:31.960Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:16:31.960Z] #38 61.30 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2020-09-20T19:16:31.960Z] #38 61.87 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-09-20T19:16:31.960Z] #38 61.89 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-09-20T19:16:31.960Z] #38 62.10 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2020-09-20T19:16:31.960Z] #38 62.13 Setting up python-six (1.12.0-1) ... [2020-09-20T19:16:31.960Z] #38 64.60 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2020-09-20T19:16:31.960Z] #38 67.55 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2020-09-20T19:16:32.133Z] #25 22.56 ######################################################################## 100.0% [2020-09-20T19:16:32.133Z] #25 22.76 [2020-09-20T19:16:32.238Z] #40 35.77 CC images/file-lock.o [2020-09-20T19:16:32.272Z] #38 ... [2020-09-20T19:16:32.272Z] [2020-09-20T19:16:32.272Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:16:32.272Z] #25 23.69 # 2.0% ######################################################################## 100.0% [2020-09-20T19:16:32.272Z] #25 23.92 [2020-09-20T19:16:32.291Z] #39 2.176 Note: Building without setproctitle() and strlcpy() support. [2020-09-20T19:16:32.291Z] #39 2.177 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-09-20T19:16:32.291Z] #39 2.189 Note: Building without GnuTLS support [2020-09-20T19:16:32.291Z] #39 2.191 Makefile.config:39: Warn: you have no libnftables installed [2020-09-20T19:16:32.291Z] #39 2.200 Makefile.config:40: Warn: Building without nftables support [2020-09-20T19:16:32.389Z] #25 22.87 Download of images into '/build' complete. [2020-09-20T19:16:32.389Z] #25 22.87 Use something like the following to load the result into a Docker daemon: [2020-09-20T19:16:32.389Z] #25 22.87 tar -cC '/build' . | docker load [2020-09-20T19:16:32.389Z] #25 DONE 23.0s [2020-09-20T19:16:32.389Z] [2020-09-20T19:16:32.389Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:16:32.389Z] #33 1.071 + RM_GOPATH=0 [2020-09-20T19:16:32.389Z] #33 1.071 + TMP_GOPATH= [2020-09-20T19:16:32.389Z] #33 1.071 + : /build [2020-09-20T19:16:32.389Z] #33 1.071 + '[' -z '' ']' [2020-09-20T19:16:32.389Z] #33 1.074 ++ mktemp -d [2020-09-20T19:16:32.389Z] #33 1.074 + export GOPATH=/tmp/tmp.yYE8QneaQF [2020-09-20T19:16:32.389Z] #33 1.074 + GOPATH=/tmp/tmp.yYE8QneaQF [2020-09-20T19:16:32.389Z] #33 1.074 + RM_GOPATH=1 [2020-09-20T19:16:32.389Z] #33 1.074 + case "$(go env GOARCH)" in [2020-09-20T19:16:32.389Z] #33 1.075 ++ go env GOARCH [2020-09-20T19:16:32.389Z] #33 1.128 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:16:32.389Z] #33 1.128 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:16:32.389Z] #33 1.128 ++ dirname /tmp/install/install.sh [2020-09-20T19:16:32.389Z] #33 1.129 + dir=/tmp/install [2020-09-20T19:16:32.389Z] #33 1.129 + bin=tini [2020-09-20T19:16:32.389Z] #33 1.129 + shift [2020-09-20T19:16:32.389Z] #33 1.129 + '[' '!' -f /tmp/install/tini.installer ']' [2020-09-20T19:16:32.389Z] #33 1.129 + . /tmp/install/tini.installer [2020-09-20T19:16:32.389Z] #33 1.130 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-20T19:16:32.389Z] #33 1.130 + install_tini [2020-09-20T19:16:32.389Z] #33 1.130 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-20T19:16:32.389Z] #33 1.130 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-09-20T19:16:32.389Z] #33 1.130 + git clone https://github.com/krallin/tini.git /tmp/tmp.yYE8QneaQF/tini [2020-09-20T19:16:32.389Z] #33 1.132 Cloning into '/tmp/tmp.yYE8QneaQF/tini'... [2020-09-20T19:16:32.537Z] #40 36.04 CC images/rlimit.o [2020-09-20T19:16:32.692Z] #17 ... [2020-09-20T19:16:32.692Z] [2020-09-20T19:16:32.692Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:16:32.692Z] #39 98.18 CC criu/cr-service.o [2020-09-20T19:16:32.692Z] #39 99.88 CC criu/crtools.o [2020-09-20T19:16:32.692Z] #39 100.5 CC criu/eventfd.o [2020-09-20T19:16:32.692Z] #39 100.8 CC criu/eventpoll.o [2020-09-20T19:16:32.692Z] #39 101.6 CC criu/external.o [2020-09-20T19:16:32.692Z] #39 102.0 CC criu/fault-injection.o [2020-09-20T19:16:32.692Z] #39 102.1 CC criu/fdstore.o [2020-09-20T19:16:32.692Z] #39 102.6 CC criu/fifo.o [2020-09-20T19:16:32.692Z] #39 103.0 CC criu/file-ids.o [2020-09-20T19:16:32.692Z] #39 103.2 CC criu/file-lock.o [2020-09-20T19:16:32.692Z] #39 104.0 CC criu/files-ext.o [2020-09-20T19:16:32.692Z] #39 104.3 CC criu/files-reg.o [2020-09-20T19:16:32.692Z] #39 106.4 CC criu/files.o [2020-09-20T19:16:32.692Z] #39 108.2 CC criu/filesystems.o [2020-09-20T19:16:32.836Z] #40 36.22 CC images/pagemap.o [2020-09-20T19:16:33.137Z] #40 36.53 CC images/siginfo.o [2020-09-20T19:16:33.224Z] #25 25.17 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-09-20T19:16:33.230Z] #39 ... [2020-09-20T19:16:33.230Z] [2020-09-20T19:16:33.230Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:16:33.230Z] #47 68.95 context [2020-09-20T19:16:33.230Z] #47 69.87 encoding/binary [2020-09-20T19:16:33.230Z] #47 69.99 os [2020-09-20T19:16:33.230Z] #47 73.03 encoding/base64 [2020-09-20T19:16:33.230Z] #47 74.41 golang.org/x/sys/unix [2020-09-20T19:16:33.230Z] #47 75.04 fmt [2020-09-20T19:16:33.230Z] #47 ... [2020-09-20T19:16:33.230Z] [2020-09-20T19:16:33.230Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:16:33.230Z] #33 5.964 -- Detecting C compiler ABI info - done [2020-09-20T19:16:33.230Z] #33 6.126 -- Detecting C compile features [2020-09-20T19:16:33.230Z] #33 8.404 -- Detecting C compile features - done [2020-09-20T19:16:33.230Z] #33 8.446 -- Performing Test HAS_BUILTIN_FORTIFY [2020-09-20T19:16:33.230Z] #33 8.767 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-09-20T19:16:33.317Z] #33 ... [2020-09-20T19:16:33.317Z] [2020-09-20T19:16:33.317Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:16:33.317Z] #38 75.09 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-09-20T19:16:33.317Z] #38 75.10 Processing triggers for libc-bin (2.28-10) ... [2020-09-20T19:16:33.317Z] #38 DONE 75.6s [2020-09-20T19:16:33.317Z] [2020-09-20T19:16:33.317Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:16:33.317Z] #33 2.307 + cd /tmp/tmp.yYE8QneaQF/tini [2020-09-20T19:16:33.317Z] #33 2.307 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-20T19:16:33.456Z] #40 36.82 CC images/rpc.o [2020-09-20T19:16:33.490Z] #33 8.909 -- Configuring done [2020-09-20T19:16:33.490Z] #33 8.929 -- Generating done [2020-09-20T19:16:33.490Z] #33 8.945 -- Build files have been written to: /tmp/tmp.2TozaftbvA/tini [2020-09-20T19:16:33.490Z] #33 8.956 + make tini-static [2020-09-20T19:16:33.549Z] #25 25.48 #=#=# [2020-09-20T19:16:33.573Z] #33 2.375 + cmake . [2020-09-20T19:16:33.631Z] #39 109.0 CC criu/fsnotify.o [2020-09-20T19:16:33.813Z] #25 25.71 0.8% ######################################################################## 100.0% [2020-09-20T19:16:33.813Z] #25 25.90 [2020-09-20T19:16:34.061Z] #33 9.391 Scanning dependencies of target tini-static [2020-09-20T19:16:34.061Z] #33 9.590 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-09-20T19:16:34.516Z] #40 ... [2020-09-20T19:16:34.516Z] [2020-09-20T19:16:34.516Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:16:34.516Z] #11 105.7 Selecting previously unselected package libapparmor1:ppc64el. [2020-09-20T19:16:34.571Z] #39 ... [2020-09-20T19:16:34.571Z] [2020-09-20T19:16:34.571Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:16:34.571Z] #17 52.53 Setting up iptables (1.8.2-4) ... [2020-09-20T19:16:34.571Z] #17 52.56 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-09-20T19:16:34.571Z] #17 52.56 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-09-20T19:16:34.571Z] #17 52.57 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-09-20T19:16:34.571Z] #17 52.57 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-09-20T19:16:34.571Z] #17 52.58 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-09-20T19:16:34.571Z] #17 52.58 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-09-20T19:16:34.571Z] #17 52.60 Setting up python3 (3.7.3-1) ... [2020-09-20T19:16:34.633Z] #33 ... [2020-09-20T19:16:34.633Z] [2020-09-20T19:16:34.633Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:16:34.633Z] #30 70.54 fmt [2020-09-20T19:16:34.633Z] #30 71.05 path/filepath [2020-09-20T19:16:34.633Z] #30 73.01 io/ioutil [2020-09-20T19:16:34.633Z] #30 74.19 path [2020-09-20T19:16:34.633Z] #30 75.29 text/tabwriter [2020-09-20T19:16:34.633Z] #30 77.25 github.com/BurntSushi/toml [2020-09-20T19:16:34.633Z] #30 77.26 flag [2020-09-20T19:16:34.633Z] #30 78.71 log [2020-09-20T19:16:34.633Z] #30 ... [2020-09-20T19:16:34.633Z] [2020-09-20T19:16:34.633Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:16:34.633Z] #10 79.98 Selecting previously unselected package gcc-mingw-w64-base. [2020-09-20T19:16:34.633Z] #10 79.99 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-09-20T19:16:34.633Z] #10 80.00 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-09-20T19:16:34.633Z] #10 80.18 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-09-20T19:16:34.633Z] #10 80.19 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-09-20T19:16:34.633Z] #10 80.20 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-20T19:16:34.823Z] #11 105.7 Preparing to unpack .../10-libapparmor1_2.13.2-10_ppc64el.deb ... [2020-09-20T19:16:34.823Z] #11 105.7 Unpacking libapparmor1:ppc64el (2.13.2-10) ... [2020-09-20T19:16:34.823Z] #11 105.8 Selecting previously unselected package libapparmor-dev:ppc64el. [2020-09-20T19:16:34.823Z] #11 105.8 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_ppc64el.deb ... [2020-09-20T19:16:34.823Z] #11 105.8 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ... [2020-09-20T19:16:34.823Z] #11 106.0 Selecting previously unselected package libbtrfs0. [2020-09-20T19:16:34.823Z] #11 106.0 Preparing to unpack .../12-libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-09-20T19:16:34.823Z] #11 106.0 Unpacking libbtrfs0 (4.20.1-2) ... [2020-09-20T19:16:34.823Z] #11 106.1 Selecting previously unselected package libbtrfs-dev. [2020-09-20T19:16:34.823Z] #11 106.1 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-09-20T19:16:34.823Z] #11 106.1 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-09-20T19:16:34.941Z] #33 3.841 -- The C compiler identification is GNU 8.3.0 [2020-09-20T19:16:35.130Z] #11 106.2 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2020-09-20T19:16:35.130Z] #11 106.2 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-09-20T19:16:35.130Z] #11 106.2 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-09-20T19:16:35.130Z] #11 106.3 Selecting previously unselected package libudev-dev:ppc64el. [2020-09-20T19:16:35.130Z] #11 106.3 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_ppc64el.deb ... [2020-09-20T19:16:35.130Z] #11 106.3 Unpacking libudev-dev:ppc64el (241-7~deb10u4) ... [2020-09-20T19:16:35.140Z] #17 52.98 Setting up python3-wheel (0.32.3-2) ... [2020-09-20T19:16:35.199Z] #33 3.943 -- Check for working C compiler: /usr/bin/cc [2020-09-20T19:16:35.347Z] #25 27.26 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-09-20T19:16:35.400Z] #17 53.48 Setting up apparmor (2.13.2-10) ... [2020-09-20T19:16:35.431Z] #11 106.4 Selecting previously unselected package libsepol1-dev:ppc64el. [2020-09-20T19:16:35.431Z] #11 106.4 Preparing to unpack .../16-libsepol1-dev_2.8-1_ppc64el.deb ... [2020-09-20T19:16:35.431Z] #11 106.4 Unpacking libsepol1-dev:ppc64el (2.8-1) ... [2020-09-20T19:16:35.431Z] #11 106.7 Selecting previously unselected package libpcre16-3:ppc64el. [2020-09-20T19:16:35.611Z] #25 27.33 skipping existing 9a99313a2c50 [2020-09-20T19:16:35.611Z] #25 27.40 [2020-09-20T19:16:35.730Z] #11 106.7 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_ppc64el.deb ... [2020-09-20T19:16:35.730Z] #11 106.7 Unpacking libpcre16-3:ppc64el (2:8.39-12) ... [2020-09-20T19:16:35.730Z] #11 106.9 Selecting previously unselected package libpcre32-3:ppc64el. [2020-09-20T19:16:35.730Z] #11 106.9 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_ppc64el.deb ... [2020-09-20T19:16:35.730Z] #11 106.9 Unpacking libpcre32-3:ppc64el (2:8.39-12) ... [2020-09-20T19:16:35.770Z] #33 ... [2020-09-20T19:16:35.770Z] [2020-09-20T19:16:35.770Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:16:35.770Z] #41 68.00 internal/poll [2020-09-20T19:16:35.770Z] #41 68.59 strings [2020-09-20T19:16:35.770Z] #41 70.76 os [2020-09-20T19:16:35.770Z] #41 71.00 regexp/syntax [2020-09-20T19:16:35.770Z] #41 75.54 fmt [2020-09-20T19:16:35.770Z] #41 77.91 regexp [2020-09-20T19:16:36.027Z] #41 ... [2020-09-20T19:16:36.027Z] [2020-09-20T19:16:36.027Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:16:36.027Z] #47 69.21 encoding/binary [2020-09-20T19:16:36.027Z] #47 70.13 context [2020-09-20T19:16:36.027Z] #47 71.11 os [2020-09-20T19:16:36.027Z] #47 71.82 encoding/base64 [2020-09-20T19:16:36.027Z] #47 72.73 golang.org/x/sys/unix [2020-09-20T19:16:36.027Z] #47 76.63 fmt [2020-09-20T19:16:36.029Z] #11 107.1 Selecting previously unselected package libpcrecpp0v5:ppc64el. [2020-09-20T19:16:36.029Z] #11 107.1 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_ppc64el.deb ... [2020-09-20T19:16:36.029Z] #11 107.1 Unpacking libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-09-20T19:16:36.284Z] #47 ... [2020-09-20T19:16:36.284Z] [2020-09-20T19:16:36.284Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:16:36.284Z] #30 68.49 os [2020-09-20T19:16:36.284Z] #30 71.65 path [2020-09-20T19:16:36.284Z] #30 72.40 text/tabwriter [2020-09-20T19:16:36.284Z] #30 72.77 fmt [2020-09-20T19:16:36.284Z] #30 73.17 path/filepath [2020-09-20T19:16:36.284Z] #30 75.84 io/ioutil [2020-09-20T19:16:36.284Z] #30 ... [2020-09-20T19:16:36.284Z] [2020-09-20T19:16:36.284Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:16:36.284Z] #33 5.261 -- Check for working C compiler: /usr/bin/cc -- works [2020-09-20T19:16:36.327Z] #11 107.3 Selecting previously unselected package libpcre3-dev:ppc64el. [2020-09-20T19:16:36.327Z] #11 107.3 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_ppc64el.deb ... [2020-09-20T19:16:36.327Z] #11 107.3 Unpacking libpcre3-dev:ppc64el (2:8.39-12) ... [2020-09-20T19:16:36.541Z] #33 5.263 -- Detecting C compiler ABI info [2020-09-20T19:16:36.549Z] #10 ... [2020-09-20T19:16:36.549Z] [2020-09-20T19:16:36.549Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:16:36.549Z] #33 10.87 [100%] Linking C executable tini-static [2020-09-20T19:16:36.549Z] #33 11.51 [100%] Built target tini-static [2020-09-20T19:16:36.549Z] #33 11.63 + mkdir -p /build [2020-09-20T19:16:36.549Z] #33 11.63 + cp tini-static /build/docker-init [2020-09-20T19:16:36.549Z] #33 DONE 11.9s [2020-09-20T19:16:36.549Z] [2020-09-20T19:16:36.549Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:16:36.550Z] #39 3.840 fatal: not a git repository (or any of the parent directories): .git [2020-09-20T19:16:36.550Z] #39 3.899 GEN .gitid [2020-09-20T19:16:36.550Z] #39 3.937 GEN criu/include/version.h [2020-09-20T19:16:36.550Z] #39 4.003 GEN include/common/asm [2020-09-20T19:16:36.550Z] #39 5.649 PBCC images/timens.pb-c.c [2020-09-20T19:16:36.550Z] #39 5.683 DEP images/timens.pb-c.d [2020-09-20T19:16:36.550Z] #39 5.741 PBCC images/fown.pb-c.c [2020-09-20T19:16:36.550Z] #39 5.776 PBCC images/google/protobuf/descriptor.pb-c.c [2020-09-20T19:16:36.550Z] #39 5.852 PBCC images/opts.pb-c.c [2020-09-20T19:16:36.550Z] #39 5.891 PBCC images/memfd.pb-c.c [2020-09-20T19:16:36.550Z] #39 5.964 DEP images/fown.pb-c.d [2020-09-20T19:16:36.550Z] #39 6.036 DEP images/google/protobuf/descriptor.pb-c.d [2020-09-20T19:16:36.550Z] #39 6.062 DEP images/opts.pb-c.d [2020-09-20T19:16:36.550Z] #39 6.164 DEP images/memfd.pb-c.d [2020-09-20T19:16:36.550Z] #39 6.215 PBCC images/sit.pb-c.c [2020-09-20T19:16:36.550Z] #39 6.328 DEP images/sit.pb-c.d [2020-09-20T19:16:36.550Z] #39 6.449 PBCC images/macvlan.pb-c.c [2020-09-20T19:16:36.550Z] #39 6.532 DEP images/macvlan.pb-c.d [2020-09-20T19:16:36.564Z] #25 28.62 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-09-20T19:16:36.627Z] #11 107.7 Selecting previously unselected package libselinux1-dev:ppc64el. [2020-09-20T19:16:36.628Z] #11 107.7 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_ppc64el.deb ... [2020-09-20T19:16:36.628Z] #11 107.7 Unpacking libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-09-20T19:16:36.813Z] #39 6.656 PBCC images/autofs.pb-c.c [2020-09-20T19:16:36.813Z] #39 6.732 DEP images/autofs.pb-c.d [2020-09-20T19:16:36.826Z] #17 54.97 Setting up xfsprogs (4.20.0-1) ... [2020-09-20T19:16:36.826Z] #17 54.98 Setting up python3-lib2to3 (3.7.3-1) ... [2020-09-20T19:16:36.928Z] #11 108.0 Selecting previously unselected package libdevmapper-dev:ppc64el. [2020-09-20T19:16:36.929Z] #11 108.1 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_ppc64el.deb ... [2020-09-20T19:16:36.929Z] #11 108.1 Unpacking libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-09-20T19:16:37.074Z] #39 6.860 PBCC images/sysctl.pb-c.c [2020-09-20T19:16:37.074Z] #39 7.008 DEP images/sysctl.pb-c.d [2020-09-20T19:16:37.074Z] #39 7.039 PBCC images/time.pb-c.c [2020-09-20T19:16:37.074Z] #39 7.084 DEP images/time.pb-c.d [2020-09-20T19:16:37.074Z] #39 7.132 PBCC images/binfmt-misc.pb-c.c [2020-09-20T19:16:37.108Z] #33 5.935 -- Detecting C compiler ABI info - done [2020-09-20T19:16:37.108Z] #33 5.996 -- Detecting C compile features [2020-09-20T19:16:37.200Z] #25 28.99 [2020-09-20T19:16:37.200Z] #25 29.16 ######################################################################## 100.0% [2020-09-20T19:16:37.228Z] #11 108.2 Selecting previously unselected package libseccomp-dev:ppc64el. [2020-09-20T19:16:37.228Z] #11 108.2 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_ppc64el.deb ... [2020-09-20T19:16:37.228Z] #11 108.2 Unpacking libseccomp-dev:ppc64el (2.3.3-4) ... [2020-09-20T19:16:37.228Z] #11 108.3 Selecting previously unselected package libsystemd-dev:ppc64el. [2020-09-20T19:16:37.228Z] #11 108.4 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_ppc64el.deb ... [2020-09-20T19:16:37.228Z] #11 108.4 Unpacking libsystemd-dev:ppc64el (241-7~deb10u4) ... [2020-09-20T19:16:37.335Z] #39 7.193 DEP images/binfmt-misc.pb-c.d [2020-09-20T19:16:37.419Z] #17 55.52 Setting up python3-pkg-resources (40.8.0-1) ... [2020-09-20T19:16:37.472Z] #25 29.45 [2020-09-20T19:16:37.596Z] #39 7.289 PBCC images/seccomp.pb-c.c [2020-09-20T19:16:37.596Z] #39 7.412 DEP images/seccomp.pb-c.d [2020-09-20T19:16:37.596Z] #39 7.535 PBCC images/userns.pb-c.c [2020-09-20T19:16:37.737Z] #25 29.50 Download of images into '/build' complete. [2020-09-20T19:16:37.737Z] #25 29.50 Use something like the following to load the result into a Docker daemon: [2020-09-20T19:16:37.737Z] #25 29.50 tar -cC '/build' . | docker load [2020-09-20T19:16:37.857Z] #39 7.561 DEP images/userns.pb-c.d [2020-09-20T19:16:37.857Z] #39 7.694 PBCC images/cgroup.pb-c.c [2020-09-20T19:16:37.857Z] #39 7.713 DEP images/cgroup.pb-c.d [2020-09-20T19:16:37.857Z] #39 7.757 PBCC images/ext-file.pb-c.c [2020-09-20T19:16:37.857Z] #39 7.772 DEP images/ext-file.pb-c.d [2020-09-20T19:16:37.857Z] #39 7.810 PBCC images/rpc.pb-c.c [2020-09-20T19:16:37.857Z] #39 7.845 DEP images/rpc.pb-c.d [2020-09-20T19:16:37.857Z] #39 7.897 PBCC images/siginfo.pb-c.c [2020-09-20T19:16:37.857Z] #39 7.919 DEP images/siginfo.pb-c.d [2020-09-20T19:16:37.889Z] #11 ... [2020-09-20T19:16:37.889Z] [2020-09-20T19:16:37.889Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:16:37.889Z] #42 98.77 go/ast [2020-09-20T19:16:37.889Z] #42 99.90 encoding/json [2020-09-20T19:16:37.889Z] #42 104.4 text/template [2020-09-20T19:16:37.889Z] #42 ... [2020-09-20T19:16:37.889Z] [2020-09-20T19:16:37.889Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:16:37.889Z] #11 108.9 Setting up libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-09-20T19:16:37.889Z] #11 108.9 Setting up libseccomp-dev:ppc64el (2.3.3-4) ... [2020-09-20T19:16:37.889Z] #11 108.9 Setting up libapparmor1:ppc64el (2.13.2-10) ... [2020-09-20T19:16:37.889Z] #11 108.9 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-09-20T19:16:37.889Z] #11 108.9 Setting up libpcre16-3:ppc64el (2:8.39-12) ... [2020-09-20T19:16:37.889Z] #11 109.0 Setting up libsepol1-dev:ppc64el (2.8-1) ... [2020-09-20T19:16:37.889Z] #11 109.0 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-09-20T19:16:37.889Z] #11 109.0 Setting up libbtrfs0 (4.20.1-2) ... [2020-09-20T19:16:37.889Z] #11 109.0 Setting up libpcre32-3:ppc64el (2:8.39-12) ... [2020-09-20T19:16:37.889Z] #11 109.0 Setting up libudev-dev:ppc64el (241-7~deb10u4) ... [2020-09-20T19:16:37.889Z] #11 109.0 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-09-20T19:16:37.889Z] #11 109.0 Setting up libbtrfs-dev (4.20.1-2) ... [2020-09-20T19:16:37.889Z] #11 109.0 Setting up libapparmor-dev:ppc64el (2.13.2-10) ... [2020-09-20T19:16:37.889Z] #11 109.0 Setting up mingw-w64-common (6.0.0-3) ... [2020-09-20T19:16:37.889Z] #11 109.0 Setting up libsystemd-dev:ppc64el (241-7~deb10u4) ... [2020-09-20T19:16:37.889Z] #11 109.1 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-09-20T19:16:37.889Z] #11 109.1 Setting up libpcre3-dev:ppc64el (2:8.39-12) ... [2020-09-20T19:16:37.889Z] #11 109.1 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-20T19:16:37.889Z] #11 109.1 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 [2020-09-20T19:16:37.889Z] #11 109.1 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 [2020-09-20T19:16:37.889Z] #11 109.1 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-20T19:16:38.120Z] #39 7.996 PBCC images/pagemap.pb-c.c [2020-09-20T19:16:38.120Z] #39 8.042 DEP images/pagemap.pb-c.d [2020-09-20T19:16:38.120Z] #39 8.093 PBCC images/rlimit.pb-c.c [2020-09-20T19:16:38.120Z] #39 8.117 DEP images/rlimit.pb-c.d [2020-09-20T19:16:38.120Z] #39 8.176 PBCC images/file-lock.pb-c.c [2020-09-20T19:16:38.188Z] #11 109.1 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 [2020-09-20T19:16:38.188Z] #11 109.1 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 [2020-09-20T19:16:38.188Z] #11 109.2 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-09-20T19:16:38.188Z] #11 109.2 Setting up libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-09-20T19:16:38.188Z] #11 109.2 Setting up libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-09-20T19:16:38.189Z] #11 109.2 Setting up dmsetup (2:1.02.155-3) ... [2020-09-20T19:16:38.189Z] #11 109.2 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-09-20T19:16:38.189Z] #11 109.2 Setting up libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-09-20T19:16:38.189Z] #11 109.2 Processing triggers for libc-bin (2.28-10) ... [2020-09-20T19:16:38.365Z] #17 56.34 Setting up python3-distutils (3.7.3-1) ... [2020-09-20T19:16:38.381Z] #39 8.186 DEP images/file-lock.pb-c.d [2020-09-20T19:16:38.381Z] #39 8.281 PBCC images/tty.pb-c.c [2020-09-20T19:16:38.381Z] #39 8.349 DEP images/tty.pb-c.d [2020-09-20T19:16:38.381Z] #39 8.420 PBCC images/tun.pb-c.c [2020-09-20T19:16:38.488Z] #11 DONE 109.5s [2020-09-20T19:16:38.488Z] [2020-09-20T19:16:38.488Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:16:38.488Z] #40 38.23 CC images/ext-file.o [2020-09-20T19:16:38.488Z] #40 38.41 CC images/cgroup.o [2020-09-20T19:16:38.488Z] #40 39.36 CC images/userns.o [2020-09-20T19:16:38.488Z] #40 39.59 CC images/google/protobuf/descriptor.o [2020-09-20T19:16:38.488Z] #40 41.62 CC images/opts.o [2020-09-20T19:16:38.488Z] #40 41.97 CC images/seccomp.o [2020-09-20T19:16:38.624Z] #17 56.78 Setting up python3-setuptools (40.8.0-1) ... [2020-09-20T19:16:38.642Z] #39 8.488 PBCC images/netdev.pb-c.c [2020-09-20T19:16:38.642Z] #39 8.534 DEP images/tun.pb-c.d [2020-09-20T19:16:38.642Z] #39 8.617 DEP images/netdev.pb-c.d [2020-09-20T19:16:38.642Z] #39 ... [2020-09-20T19:16:38.642Z] [2020-09-20T19:16:38.642Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:16:38.642Z] #41 74.66 fmt [2020-09-20T19:16:38.642Z] #41 78.83 regexp [2020-09-20T19:16:38.642Z] #41 80.48 go/token [2020-09-20T19:16:38.642Z] #41 81.47 go/scanner [2020-09-20T19:16:38.642Z] #41 82.96 go/ast [2020-09-20T19:16:38.642Z] #41 83.59 internal/lazyregexp [2020-09-20T19:16:38.642Z] #41 83.92 net/url [2020-09-20T19:16:38.788Z] #40 42.35 CC images/binfmt-misc.o [2020-09-20T19:16:38.902Z] #41 ... [2020-09-20T19:16:38.903Z] [2020-09-20T19:16:38.903Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:16:38.903Z] #39 8.696 PBCC images/vma.pb-c.c [2020-09-20T19:16:38.903Z] #39 8.734 DEP images/vma.pb-c.d [2020-09-20T19:16:38.903Z] #39 8.828 PBCC images/creds.pb-c.c [2020-09-20T19:16:38.903Z] #39 8.880 DEP images/creds.pb-c.d [2020-09-20T19:16:38.903Z] #39 8.976 PBCC images/utsns.pb-c.c [2020-09-20T19:16:39.089Z] #40 ... [2020-09-20T19:16:39.089Z] [2020-09-20T19:16:39.089Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-09-20T19:16:39.089Z] #12 DONE 0.6s [2020-09-20T19:16:39.089Z] [2020-09-20T19:16:39.089Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:16:39.089Z] #40 42.51 CC images/time.o [2020-09-20T19:16:39.163Z] #39 8.999 DEP images/utsns.pb-c.d [2020-09-20T19:16:39.163Z] #39 9.093 PBCC images/ipc-desc.pb-c.c [2020-09-20T19:16:39.163Z] #39 9.100 PBCC images/ipc-sem.pb-c.c [2020-09-20T19:16:39.163Z] #39 9.158 DEP images/ipc-desc.pb-c.d [2020-09-20T19:16:39.388Z] #40 42.79 CC images/sysctl.o [2020-09-20T19:16:39.388Z] #40 ... [2020-09-20T19:16:39.388Z] [2020-09-20T19:16:39.388Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-09-20T19:16:39.388Z] #13 DONE 0.5s [2020-09-20T19:16:39.388Z] [2020-09-20T19:16:39.389Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:16:39.389Z] #40 42.97 CC images/autofs.o [2020-09-20T19:16:39.424Z] #39 9.239 DEP images/ipc-sem.pb-c.d [2020-09-20T19:16:39.424Z] #39 9.312 PBCC images/ipc-msg.pb-c.c [2020-09-20T19:16:39.424Z] #39 9.320 DEP images/ipc-msg.pb-c.d [2020-09-20T19:16:39.634Z] #33 8.340 -- Detecting C compile features - done [2020-09-20T19:16:39.634Z] #33 8.384 -- Performing Test HAS_BUILTIN_FORTIFY [2020-09-20T19:16:39.634Z] #33 8.616 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-09-20T19:16:39.672Z] #25 ... [2020-09-20T19:16:39.672Z] [2020-09-20T19:16:39.672Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:16:39.672Z] #30 DONE 78.8s [2020-09-20T19:16:39.672Z] [2020-09-20T19:16:39.672Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:16:39.672Z] #52 24.86 Checking out files: 64% (2090/3246) Checking out files: 65% (2110/3246) Checking out files: 66% (2143/3246) Checking out files: 67% (2175/3246) Checking out files: 68% (2208/3246) Checking out files: 69% (2240/3246) Checking out files: 70% (2273/3246) Checking out files: 71% (2305/3246) Checking out files: 72% (2338/3246) Checking out files: 73% (2370/3246) Checking out files: 74% (2403/3246) Checking out files: 75% (2435/3246) Checking out files: 76% (2467/3246) Checking out files: 77% (2500/3246) Checking out files: 78% (2532/3246) Checking out files: 79% (2565/3246) Checking out files: 79% (2590/3246) Checking out files: 80% (2597/3246) Checking out files: 81% (2630/3246) Checking out files: 82% (2662/3246) Checking out files: 83% (2695/3246) Checking out files: 84% (2727/3246) Checking out files: 85% (2760/3246) Checking out files: 86% (2792/3246) Checking out files: 87% (2825/3246) Checking out files: 88% (2857/3246) Checking out files: 89% (2889/3246) Checking out files: 90% (2922/3246) Checking out files: 91% (2954/3246) Checking out files: 92% (2987/3246) Checking out files: 93% (3019/3246) Checking out files: 94% (3052/3246) Checking out files: 95% (3084/3246) Checking out files: 96% (3117/3246) Checking out files: 97% (3149/3246) Checking out files: 98% (3182/3246) Checking out files: 99% (3214/3246) Checking out files: 100% (3246/3246) Checking out files: 100% (3246/3246), done. [2020-09-20T19:16:39.672Z] #52 26.36 + cd /tmp/tmp.XlPK0lBIQ3/src/github.com/containerd/containerd [2020-09-20T19:16:39.672Z] #52 26.37 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-09-20T19:16:39.672Z] #52 26.58 + export 'BUILDTAGS=netgo osusergo static_build' [2020-09-20T19:16:39.672Z] #52 26.58 + BUILDTAGS='netgo osusergo static_build' [2020-09-20T19:16:39.672Z] #52 26.58 + export EXTRA_FLAGS=-buildmode=pie [2020-09-20T19:16:39.672Z] #52 26.58 + EXTRA_FLAGS=-buildmode=pie [2020-09-20T19:16:39.672Z] #52 26.58 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-09-20T19:16:39.672Z] #52 26.58 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-09-20T19:16:39.672Z] #52 26.58 + '[' '' = dynamic ']' [2020-09-20T19:16:39.672Z] #52 26.58 + make [2020-09-20T19:16:39.672Z] #52 27.57 + bin/ctr [2020-09-20T19:16:39.672Z] #52 ... [2020-09-20T19:16:39.672Z] [2020-09-20T19:16:39.672Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-20T19:16:39.672Z] #25 DONE 31.5s [2020-09-20T19:16:39.672Z] [2020-09-20T19:16:39.672Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:16:39.672Z] #54 78.48 + for f in rootlesskit rootlesskit-docker-proxy [2020-09-20T19:16:39.672Z] #54 78.48 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-09-20T19:16:39.672Z] #54 ... [2020-09-20T19:16:39.672Z] [2020-09-20T19:16:39.672Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:16:39.672Z] #47 DONE 79.1s [2020-09-20T19:16:39.672Z] [2020-09-20T19:16:39.672Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:16:39.672Z] #41 71.95 encoding/asn1 [2020-09-20T19:16:39.672Z] #41 71.98 github.com/LK4D4/vndr/build [2020-09-20T19:16:39.672Z] #41 72.02 compress/gzip [2020-09-20T19:16:39.672Z] #41 72.78 crypto/rsa [2020-09-20T19:16:39.672Z] #41 74.19 vendor/golang.org/x/text/unicode/norm [2020-09-20T19:16:39.672Z] #41 74.66 vendor/golang.org/x/crypto/cryptobyte [2020-09-20T19:16:39.672Z] #41 75.22 vendor/golang.org/x/net/http2/hpack [2020-09-20T19:16:39.672Z] #41 76.79 mime [2020-09-20T19:16:39.672Z] #41 78.36 vendor/golang.org/x/net/idna [2020-09-20T19:16:39.684Z] #39 9.397 PBCC images/ipc-shm.pb-c.c [2020-09-20T19:16:39.684Z] #39 9.456 DEP images/ipc-shm.pb-c.d [2020-09-20T19:16:39.684Z] #39 9.548 PBCC images/ipc-var.pb-c.c [2020-09-20T19:16:39.684Z] #39 9.564 DEP images/ipc-var.pb-c.d [2020-09-20T19:16:39.684Z] #39 9.633 PBCC images/sk-opts.pb-c.c [2020-09-20T19:16:39.690Z] #40 43.18 CC images/macvlan.o [2020-09-20T19:16:39.891Z] #33 8.762 -- Configuring done [2020-09-20T19:16:39.891Z] #33 8.792 -- Generating done [2020-09-20T19:16:39.891Z] #33 8.798 -- Build files have been written to: /tmp/tmp.yYE8QneaQF/tini [2020-09-20T19:16:39.891Z] #33 8.811 + make tini-static [2020-09-20T19:16:39.938Z] #41 ... [2020-09-20T19:16:39.938Z] [2020-09-20T19:16:39.938Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-20T19:16:39.938Z] #32 71.34 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2020-09-20T19:16:39.938Z] #32 76.00 Setting up xxd (2:8.1.0875-5) ... [2020-09-20T19:16:39.938Z] #32 78.03 Setting up libuv1:arm64 (1.24.1-1) ... [2020-09-20T19:16:39.938Z] #32 78.09 Setting up vim-common (2:8.1.0875-5) ... [2020-09-20T19:16:39.938Z] #32 78.22 Setting up librhash0:arm64 (1.3.8-1) ... [2020-09-20T19:16:39.938Z] #32 78.43 Setting up cmake-data (3.13.4-1) ... [2020-09-20T19:16:39.938Z] #32 79.22 Setting up libxml2:arm64 (2.9.4+dfsg1-7+b3) ... [2020-09-20T19:16:39.938Z] #32 79.26 Setting up libjsoncpp1:arm64 (1.7.4-3) ... [2020-09-20T19:16:39.938Z] #32 79.29 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ... [2020-09-20T19:16:39.938Z] #32 79.45 Setting up cmake (3.13.4-1) ... [2020-09-20T19:16:39.938Z] #32 79.46 Processing triggers for libc-bin (2.28-10) ... [2020-09-20T19:16:39.948Z] #39 9.659 PBCC images/packet-sock.pb-c.c [2020-09-20T19:16:39.948Z] #39 9.718 DEP images/sk-opts.pb-c.d [2020-09-20T19:16:39.948Z] #39 9.770 DEP images/packet-sock.pb-c.d [2020-09-20T19:16:39.948Z] #39 9.861 PBCC images/sk-netlink.pb-c.c [2020-09-20T19:16:39.990Z] #40 ... [2020-09-20T19:16:39.990Z] [2020-09-20T19:16:39.990Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-09-20T19:16:39.990Z] #14 0.290 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-09-20T19:16:39.990Z] #14 DONE 0.4s [2020-09-20T19:16:39.990Z] [2020-09-20T19:16:39.990Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:16:39.990Z] #50 0.494 + RM_GOPATH=0 [2020-09-20T19:16:39.990Z] #50 0.494 + TMP_GOPATH= [2020-09-20T19:16:39.990Z] #50 0.495 + : /build [2020-09-20T19:16:39.990Z] #50 0.495 + '[' -z '' ']' [2020-09-20T19:16:39.990Z] #50 0.497 ++ mktemp -d [2020-09-20T19:16:39.990Z] #50 0.502 + export GOPATH=/tmp/tmp.bOR77ej5E2 [2020-09-20T19:16:39.990Z] #50 0.502 + GOPATH=/tmp/tmp.bOR77ej5E2 [2020-09-20T19:16:39.990Z] #50 0.502 + RM_GOPATH=1 [2020-09-20T19:16:39.990Z] #50 0.503 + case "$(go env GOARCH)" in [2020-09-20T19:16:39.990Z] #50 0.503 ++ go env GOARCH [2020-09-20T19:16:39.990Z] #50 0.532 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:16:39.990Z] #50 0.543 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:16:39.990Z] #50 0.545 ++ dirname /tmp/install/install.sh [2020-09-20T19:16:39.990Z] #50 0.548 + dir=/tmp/install [2020-09-20T19:16:39.990Z] #50 0.548 + bin=runc [2020-09-20T19:16:39.990Z] #50 0.548 + shift [2020-09-20T19:16:39.990Z] #50 0.548 + '[' '!' -f /tmp/install/runc.installer ']' [2020-09-20T19:16:39.990Z] #50 0.549 + . /tmp/install/runc.installer [2020-09-20T19:16:39.990Z] #50 0.549 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-09-20T19:16:39.990Z] #50 0.550 + install_runc [2020-09-20T19:16:39.990Z] #50 0.556 + uname -r [2020-09-20T19:16:39.990Z] #50 0.557 + grep -q '^3\.10\.0.*\.el7\.' [2020-09-20T19:16:39.990Z] #50 0.571 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-09-20T19:16:39.990Z] #50 0.582 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-09-20T19:16:39.990Z] #50 0.582 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.bOR77ej5E2/src/github.com/opencontainers/runc [2020-09-20T19:16:39.990Z] #50 0.583 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-09-20T19:16:39.990Z] #50 0.592 Cloning into '/tmp/tmp.bOR77ej5E2/src/github.com/opencontainers/runc'... [2020-09-20T19:16:40.001Z] #17 57.80 Setting up python3-pip (18.1-5) ... [2020-09-20T19:16:40.202Z] #32 79.57 Processing triggers for mime-support (3.62) ... [2020-09-20T19:16:40.212Z] #39 ... [2020-09-20T19:16:40.212Z] [2020-09-20T19:16:40.212Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:16:40.212Z] #30 81.42 github.com/BurntSushi/toml/cmd/tomlv [2020-09-20T19:16:40.212Z] #30 DONE 86.1s [2020-09-20T19:16:40.212Z] [2020-09-20T19:16:40.212Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:16:40.212Z] #39 9.973 DEP images/sk-netlink.pb-c.d [2020-09-20T19:16:40.212Z] #39 10.18 PBCC images/sk-inet.pb-c.c [2020-09-20T19:16:40.260Z] #17 ... [2020-09-20T19:16:40.260Z] [2020-09-20T19:16:40.260Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-20T19:16:40.260Z] #36 186.5 + dpkg --print-architecture [2020-09-20T19:16:40.260Z] #36 186.5 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-09-20T19:16:40.288Z] #50 ... [2020-09-20T19:16:40.288Z] [2020-09-20T19:16:40.288Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-09-20T19:16:40.288Z] #15 DONE 0.4s [2020-09-20T19:16:40.288Z] [2020-09-20T19:16:40.288Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-09-20T19:16:40.457Z] #33 9.196 Scanning dependencies of target tini-static [2020-09-20T19:16:40.457Z] #33 9.282 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-09-20T19:16:40.473Z] #39 10.26 DEP images/sk-inet.pb-c.d [2020-09-20T19:16:40.473Z] #39 10.33 PBCC images/sk-unix.pb-c.c [2020-09-20T19:16:40.473Z] #39 10.38 DEP images/sk-unix.pb-c.d [2020-09-20T19:16:40.473Z] #39 10.46 PBCC images/mm.pb-c.c [2020-09-20T19:16:40.600Z] #16 DONE 0.3s [2020-09-20T19:16:40.601Z] [2020-09-20T19:16:40.601Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-09-20T19:16:40.734Z] #39 10.51 DEP images/mm.pb-c.d [2020-09-20T19:16:40.734Z] #39 10.67 PBCC images/timerfd.pb-c.c [2020-09-20T19:16:40.734Z] #39 10.74 DEP images/timerfd.pb-c.d [2020-09-20T19:16:40.779Z] #36 187.0 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-09-20T19:16:40.779Z] #36 187.0 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-09-20T19:16:40.780Z] #32 DONE 80.2s [2020-09-20T19:16:40.780Z] [2020-09-20T19:16:40.780Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:16:40.780Z] #38 72.54 Setting up libprotobuf17:arm64 (3.6.1.3-2) ... [2020-09-20T19:16:40.780Z] #38 77.08 Setting up libcap-dev:arm64 (1:2.25-2) ... [2020-09-20T19:16:40.780Z] #38 78.05 Setting up libprotoc17:arm64 (3.6.1.3-2) ... [2020-09-20T19:16:40.780Z] #38 78.09 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-09-20T19:16:40.780Z] #38 78.16 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-09-20T19:16:40.780Z] #38 78.25 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ... [2020-09-20T19:16:40.780Z] #38 79.08 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-09-20T19:16:40.780Z] #38 79.21 Setting up python-protobuf (3.6.1.3-2) ... [2020-09-20T19:16:40.995Z] #39 10.83 PBCC images/timer.pb-c.c [2020-09-20T19:16:40.995Z] #39 10.92 DEP images/timer.pb-c.d [2020-09-20T19:16:40.995Z] #39 11.00 PBCC images/sa.pb-c.c [2020-09-20T19:16:41.044Z] #38 ... [2020-09-20T19:16:41.044Z] [2020-09-20T19:16:41.044Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:16:41.256Z] #39 11.12 DEP images/sa.pb-c.d [2020-09-20T19:16:41.256Z] #39 11.19 PBCC images/pipe-data.pb-c.c [2020-09-20T19:16:41.256Z] #39 11.23 DEP images/pipe-data.pb-c.d [2020-09-20T19:16:41.268Z] #17 DONE 0.6s [2020-09-20T19:16:41.268Z] [2020-09-20T19:16:41.268Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:16:41.376Z] #36 ... [2020-09-20T19:16:41.376Z] [2020-09-20T19:16:41.376Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:16:41.376Z] #17 58.67 Processing triggers for libc-bin (2.28-10) ... [2020-09-20T19:16:41.376Z] #17 58.70 Processing triggers for mime-support (3.62) ... [2020-09-20T19:16:41.376Z] #17 DONE 59.5s [2020-09-20T19:16:41.376Z] [2020-09-20T19:16:41.376Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-09-20T19:16:41.517Z] #39 11.30 PBCC images/mnt.pb-c.c [2020-09-20T19:16:41.517Z] #39 11.37 DEP images/mnt.pb-c.d [2020-09-20T19:16:41.517Z] #39 11.45 PBCC images/sk-packet.pb-c.c [2020-09-20T19:16:41.517Z] #39 11.48 DEP images/sk-packet.pb-c.d [2020-09-20T19:16:41.517Z] #39 11.53 PBCC images/tcp-stream.pb-c.c [2020-09-20T19:16:41.575Z] #18 0.393 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-20T19:16:41.575Z] #18 0.521 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-20T19:16:41.777Z] #39 11.57 DEP images/tcp-stream.pb-c.d [2020-09-20T19:16:41.778Z] #39 11.62 PBCC images/pipe.pb-c.c [2020-09-20T19:16:41.778Z] #39 11.65 DEP images/pipe.pb-c.d [2020-09-20T19:16:41.778Z] #39 11.72 PBCC images/pstree.pb-c.c [2020-09-20T19:16:41.778Z] #39 11.73 DEP images/pstree.pb-c.d [2020-09-20T19:16:41.778Z] #39 11.79 PBCC images/fs.pb-c.c [2020-09-20T19:16:41.874Z] #18 0.555 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-20T19:16:42.038Z] #39 11.82 DEP images/fs.pb-c.d [2020-09-20T19:16:42.038Z] #39 11.88 PBCC images/signalfd.pb-c.c [2020-09-20T19:16:42.038Z] #39 11.95 DEP images/signalfd.pb-c.d [2020-09-20T19:16:42.038Z] #39 12.01 PBCC images/fh.pb-c.c [2020-09-20T19:16:42.038Z] #39 12.08 PBCC images/fsnotify.pb-c.c [2020-09-20T19:16:42.298Z] #39 12.16 DEP images/fh.pb-c.d [2020-09-20T19:16:42.298Z] #39 12.22 DEP images/fsnotify.pb-c.d [2020-09-20T19:16:42.298Z] #39 12.29 PBCC images/eventpoll.pb-c.c [2020-09-20T19:16:42.298Z] #39 12.31 DEP images/eventpoll.pb-c.d [2020-09-20T19:16:42.298Z] #39 12.36 PBCC images/eventfd.pb-c.c [2020-09-20T19:16:42.320Z] #18 0.947 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-09-20T19:16:42.320Z] #18 0.947 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-09-20T19:16:42.320Z] #18 0.949 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-09-20T19:16:42.320Z] #18 DONE 1.0s [2020-09-20T19:16:42.320Z] [2020-09-20T19:16:42.320Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:16:42.320Z] #39 110.2 CC criu/image-desc.o [2020-09-20T19:16:42.320Z] #39 110.4 CC criu/image.o [2020-09-20T19:16:42.320Z] #39 111.3 CC criu/ipc_ns.o [2020-09-20T19:16:42.320Z] #39 112.3 CC criu/irmap.o [2020-09-20T19:16:42.320Z] #39 112.8 CC criu/kcmp-ids.o [2020-09-20T19:16:42.320Z] #39 113.1 CC criu/kerndat.o [2020-09-20T19:16:42.320Z] #39 114.3 CC criu/libnetlink.o [2020-09-20T19:16:42.320Z] #39 114.7 CC criu/log.o [2020-09-20T19:16:42.320Z] #39 115.1 CC criu/lsm.o [2020-09-20T19:16:42.320Z] #39 115.6 CC criu/mem.o [2020-09-20T19:16:42.320Z] #39 117.5 CC criu/memfd.o [2020-09-20T19:16:42.352Z] #33 10.83 [100%] Linking C executable tini-static [2020-09-20T19:16:42.559Z] #39 12.40 DEP images/eventfd.pb-c.d [2020-09-20T19:16:42.559Z] #39 12.46 PBCC images/remap-file-path.pb-c.c [2020-09-20T19:16:42.559Z] #39 12.48 DEP images/remap-file-path.pb-c.d [2020-09-20T19:16:42.559Z] #39 12.55 PBCC images/fifo.pb-c.c [2020-09-20T19:16:42.559Z] #39 12.57 DEP images/fifo.pb-c.d [2020-09-20T19:16:42.559Z] #39 12.62 PBCC images/ghost-file.pb-c.c [2020-09-20T19:16:42.579Z] #39 ... [2020-09-20T19:16:42.579Z] [2020-09-20T19:16:42.579Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-20T19:16:42.609Z] #33 ... [2020-09-20T19:16:42.609Z] [2020-09-20T19:16:42.609Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:16:42.609Z] #39 3.500 Note: Building without setproctitle() and strlcpy() support. [2020-09-20T19:16:42.609Z] #39 3.503 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-09-20T19:16:42.609Z] #39 3.518 Note: Building without GnuTLS support [2020-09-20T19:16:42.609Z] #39 3.527 Makefile.config:39: Warn: you have no libnftables installed [2020-09-20T19:16:42.609Z] #39 3.527 Makefile.config:40: Warn: Building without nftables support [2020-09-20T19:16:42.609Z] #39 5.616 fatal: not a git repository (or any of the parent directories): .git [2020-09-20T19:16:42.609Z] #39 5.675 GEN .gitid [2020-09-20T19:16:42.609Z] #39 5.711 GEN criu/include/version.h [2020-09-20T19:16:42.609Z] #39 5.792 GEN include/common/asm [2020-09-20T19:16:42.609Z] #39 7.712 PBCC images/timens.pb-c.c [2020-09-20T19:16:42.609Z] #39 7.739 DEP images/timens.pb-c.d [2020-09-20T19:16:42.609Z] #39 7.792 PBCC images/fown.pb-c.c [2020-09-20T19:16:42.609Z] #39 7.838 PBCC images/google/protobuf/descriptor.pb-c.c [2020-09-20T19:16:42.609Z] #39 7.933 PBCC images/opts.pb-c.c [2020-09-20T19:16:42.609Z] #39 8.011 PBCC images/memfd.pb-c.c [2020-09-20T19:16:42.609Z] #39 8.064 DEP images/fown.pb-c.d [2020-09-20T19:16:42.609Z] #39 8.136 DEP images/google/protobuf/descriptor.pb-c.d [2020-09-20T19:16:42.609Z] #39 8.214 DEP images/opts.pb-c.d [2020-09-20T19:16:42.609Z] #39 8.286 DEP images/memfd.pb-c.d [2020-09-20T19:16:42.609Z] #39 8.339 PBCC images/sit.pb-c.c [2020-09-20T19:16:42.609Z] #39 8.433 DEP images/sit.pb-c.d [2020-09-20T19:16:42.609Z] #39 8.478 PBCC images/macvlan.pb-c.c [2020-09-20T19:16:42.609Z] #39 8.552 DEP images/macvlan.pb-c.d [2020-09-20T19:16:42.609Z] #39 8.617 PBCC images/autofs.pb-c.c [2020-09-20T19:16:42.609Z] #39 8.672 DEP images/autofs.pb-c.d [2020-09-20T19:16:42.609Z] #39 8.766 PBCC images/sysctl.pb-c.c [2020-09-20T19:16:42.609Z] #39 8.776 DEP images/sysctl.pb-c.d [2020-09-20T19:16:42.609Z] #39 8.825 PBCC images/time.pb-c.c [2020-09-20T19:16:42.609Z] #39 8.844 DEP images/time.pb-c.d [2020-09-20T19:16:42.609Z] #39 8.924 PBCC images/binfmt-misc.pb-c.c [2020-09-20T19:16:42.609Z] #39 8.955 DEP images/binfmt-misc.pb-c.d [2020-09-20T19:16:42.609Z] #39 9.001 PBCC images/seccomp.pb-c.c [2020-09-20T19:16:42.609Z] #39 9.015 DEP images/seccomp.pb-c.d [2020-09-20T19:16:42.609Z] #39 9.072 PBCC images/userns.pb-c.c [2020-09-20T19:16:42.609Z] #39 9.095 DEP images/userns.pb-c.d [2020-09-20T19:16:42.609Z] #39 9.123 PBCC images/cgroup.pb-c.c [2020-09-20T19:16:42.609Z] #39 9.152 DEP images/cgroup.pb-c.d [2020-09-20T19:16:42.609Z] #39 9.196 PBCC images/ext-file.pb-c.c [2020-09-20T19:16:42.609Z] #39 9.220 DEP images/ext-file.pb-c.d [2020-09-20T19:16:42.609Z] #39 9.279 PBCC images/rpc.pb-c.c [2020-09-20T19:16:42.609Z] #39 9.337 DEP images/rpc.pb-c.d [2020-09-20T19:16:42.609Z] #39 9.390 PBCC images/siginfo.pb-c.c [2020-09-20T19:16:42.609Z] #39 ... [2020-09-20T19:16:42.609Z] [2020-09-20T19:16:42.609Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:16:42.609Z] #10 74.97 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-09-20T19:16:42.609Z] #10 75.00 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-09-20T19:16:42.609Z] #10 75.00 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-09-20T19:16:42.609Z] #10 82.35 Selecting previously unselected package gcc-mingw-w64-base. [2020-09-20T19:16:42.609Z] #10 82.38 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-09-20T19:16:42.609Z] #10 82.39 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-09-20T19:16:42.609Z] #10 82.58 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-09-20T19:16:42.609Z] #10 82.61 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-09-20T19:16:42.609Z] #10 82.62 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-20T19:16:42.820Z] #39 12.68 DEP images/ghost-file.pb-c.d [2020-09-20T19:16:42.820Z] #39 12.75 PBCC images/regfile.pb-c.c [2020-09-20T19:16:42.866Z] #10 ... [2020-09-20T19:16:42.866Z] [2020-09-20T19:16:42.866Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:16:42.866Z] #39 9.443 DEP images/siginfo.pb-c.d [2020-09-20T19:16:42.866Z] #39 9.540 PBCC images/pagemap.pb-c.c [2020-09-20T19:16:42.945Z] #18 1.669 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-09-20T19:16:42.976Z] #33 1.782 + RM_GOPATH=0 [2020-09-20T19:16:42.976Z] #33 1.782 + TMP_GOPATH= [2020-09-20T19:16:42.976Z] #33 1.782 + : /build [2020-09-20T19:16:42.976Z] #33 1.782 + '[' -z '' ']' [2020-09-20T19:16:42.976Z] #33 1.782 ++ mktemp -d [2020-09-20T19:16:42.976Z] #33 1.782 + export GOPATH=/tmp/tmp.nxgOlkhAMD [2020-09-20T19:16:42.976Z] #33 1.782 + GOPATH=/tmp/tmp.nxgOlkhAMD [2020-09-20T19:16:42.976Z] #33 1.782 + RM_GOPATH=1 [2020-09-20T19:16:42.976Z] #33 1.782 + case "$(go env GOARCH)" in [2020-09-20T19:16:42.976Z] #33 1.782 ++ go env GOARCH [2020-09-20T19:16:42.976Z] #33 1.849 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-20T19:16:42.976Z] #33 1.849 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:16:42.976Z] #33 1.849 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:16:42.976Z] #33 1.849 ++ dirname /tmp/install/install.sh [2020-09-20T19:16:42.976Z] #33 1.849 + dir=/tmp/install [2020-09-20T19:16:42.976Z] #33 1.849 + bin=tini [2020-09-20T19:16:42.976Z] #33 1.849 + shift [2020-09-20T19:16:42.976Z] #33 1.849 + '[' '!' -f /tmp/install/tini.installer ']' [2020-09-20T19:16:42.976Z] #33 1.849 + . /tmp/install/tini.installer [2020-09-20T19:16:42.976Z] #33 1.849 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-20T19:16:42.976Z] #33 1.849 + install_tini [2020-09-20T19:16:42.976Z] #33 1.849 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-09-20T19:16:42.976Z] #33 1.849 + git clone https://github.com/krallin/tini.git /tmp/tmp.nxgOlkhAMD/tini [2020-09-20T19:16:42.976Z] #33 1.849 Cloning into '/tmp/tmp.nxgOlkhAMD/tini'... [2020-09-20T19:16:43.081Z] #39 12.82 DEP images/regfile.pb-c.d [2020-09-20T19:16:43.081Z] #39 12.91 PBCC images/ns.pb-c.c [2020-09-20T19:16:43.081Z] #39 12.95 DEP images/ns.pb-c.d [2020-09-20T19:16:43.081Z] #39 13.00 PBCC images/fdinfo.pb-c.c [2020-09-20T19:16:43.081Z] #39 13.08 DEP images/fdinfo.pb-c.d [2020-09-20T19:16:43.081Z] #39 13.11 PBCC images/core-aarch64.pb-c.c [2020-09-20T19:16:43.081Z] #39 13.16 PBCC images/core-arm.pb-c.c [2020-09-20T19:16:43.124Z] #39 9.598 DEP images/pagemap.pb-c.d [2020-09-20T19:16:43.124Z] #39 9.752 PBCC images/rlimit.pb-c.c [2020-09-20T19:16:43.124Z] #39 9.788 DEP images/rlimit.pb-c.d [2020-09-20T19:16:43.342Z] #39 13.20 PBCC images/core-ppc64.pb-c.c [2020-09-20T19:16:43.342Z] #39 13.25 PBCC images/core-s390.pb-c.c [2020-09-20T19:16:43.342Z] #39 13.29 PBCC images/core-x86.pb-c.c [2020-09-20T19:16:43.342Z] #39 13.33 PBCC images/core.pb-c.c [2020-09-20T19:16:43.342Z] #39 13.41 PBCC images/inventory.pb-c.c [2020-09-20T19:16:43.381Z] #39 ... [2020-09-20T19:16:43.381Z] [2020-09-20T19:16:43.381Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:16:43.381Z] #33 11.55 [100%] Built target tini-static [2020-09-20T19:16:43.381Z] #33 11.62 + mkdir -p /build [2020-09-20T19:16:43.381Z] #33 11.62 + cp tini-static /build/docker-init [2020-09-20T19:16:43.381Z] #33 DONE 12.2s [2020-09-20T19:16:43.381Z] [2020-09-20T19:16:43.381Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:16:43.381Z] #39 9.856 PBCC images/file-lock.pb-c.c [2020-09-20T19:16:43.381Z] #39 9.883 DEP images/file-lock.pb-c.d [2020-09-20T19:16:43.381Z] #39 9.928 PBCC images/tty.pb-c.c [2020-09-20T19:16:43.381Z] #39 10.03 DEP images/tty.pb-c.d [2020-09-20T19:16:43.381Z] #39 10.09 PBCC images/tun.pb-c.c [2020-09-20T19:16:43.381Z] #39 10.18 PBCC images/netdev.pb-c.c [2020-09-20T19:16:43.602Z] #39 13.51 DEP images/core-aarch64.pb-c.d [2020-09-20T19:16:43.602Z] #39 13.57 DEP images/core-arm.pb-c.d [2020-09-20T19:16:43.638Z] #39 10.31 DEP images/tun.pb-c.d [2020-09-20T19:16:43.638Z] #39 10.35 DEP images/netdev.pb-c.d [2020-09-20T19:16:43.638Z] #39 10.42 PBCC images/vma.pb-c.c [2020-09-20T19:16:43.863Z] #39 13.64 DEP images/core-ppc64.pb-c.d [2020-09-20T19:16:43.863Z] #39 13.73 DEP images/core-s390.pb-c.d [2020-09-20T19:16:43.863Z] #39 13.82 DEP images/core-x86.pb-c.d [2020-09-20T19:16:43.967Z] #39 10.51 DEP images/vma.pb-c.d [2020-09-20T19:16:43.967Z] #39 10.66 PBCC images/creds.pb-c.c [2020-09-20T19:16:43.967Z] #39 10.68 DEP images/creds.pb-c.d [2020-09-20T19:16:44.123Z] #39 13.89 DEP images/core.pb-c.d [2020-09-20T19:16:44.123Z] #39 13.98 DEP images/inventory.pb-c.d [2020-09-20T19:16:44.123Z] #39 14.06 PBCC images/cpuinfo.pb-c.c [2020-09-20T19:16:44.123Z] #39 14.10 DEP images/cpuinfo.pb-c.d [2020-09-20T19:16:44.123Z] #39 14.14 PBCC images/stats.pb-c.c [2020-09-20T19:16:44.123Z] #39 14.17 DEP images/stats.pb-c.d [2020-09-20T19:16:44.131Z] #33 2.829 + cd /tmp/tmp.nxgOlkhAMD/tini [2020-09-20T19:16:44.131Z] #33 2.829 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-20T19:16:44.131Z] #33 2.905 + cmake . [2020-09-20T19:16:44.243Z] #39 10.81 PBCC images/utsns.pb-c.c [2020-09-20T19:16:44.243Z] #39 10.87 DEP images/utsns.pb-c.d [2020-09-20T19:16:44.483Z] #18 3.524 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [222 kB] [2020-09-20T19:16:44.502Z] #39 11.21 PBCC images/ipc-desc.pb-c.c [2020-09-20T19:16:44.505Z] Commit message: "Merge commit '0bad48279efe3e5f56df1c4c8c2e6bc90fbb36e9' into HEAD" [2020-09-20T19:16:44.623Z] First time build. Skipping changelog. [2020-09-20T19:16:44.695Z] #39 ... [2020-09-20T19:16:44.695Z] [2020-09-20T19:16:44.695Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:16:44.695Z] #47 80.64 encoding/json [2020-09-20T19:16:44.695Z] #47 85.19 github.com/pkg/diff [2020-09-20T19:16:44.695Z] #47 87.27 go/ast [2020-09-20T19:16:44.695Z] #47 87.77 golang.org/x/crypto/ssh/terminal [2020-09-20T19:16:44.695Z] #47 89.04 mvdan.cc/editorconfig [2020-09-20T19:16:44.695Z] #47 90.32 mvdan.cc/sh/v3/fileutil [2020-09-20T19:16:44.695Z] #47 90.55 mvdan.cc/sh/v3/syntax [2020-09-20T19:16:44.695Z] #47 ... [2020-09-20T19:16:44.695Z] [2020-09-20T19:16:44.695Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:16:44.695Z] #52 40.02 Checking out files: 52% (1707/3246) Checking out files: 53% (1721/3246) Checking out files: 54% (1753/3246) Checking out files: 55% (1786/3246) Checking out files: 56% (1818/3246) Checking out files: 57% (1851/3246) Checking out files: 58% (1883/3246) Checking out files: 59% (1916/3246) Checking out files: 60% (1948/3246) Checking out files: 61% (1981/3246) Checking out files: 62% (2013/3246) Checking out files: 63% (2045/3246) Checking out files: 64% (2078/3246) Checking out files: 65% (2110/3246) Checking out files: 66% (2143/3246) Checking out files: 67% (2175/3246) Checking out files: 68% (2208/3246) Checking out files: 69% (2240/3246) Checking out files: 70% (2273/3246) Checking out files: 71% (2305/3246) Checking out files: 72% (2338/3246) Checking out files: 73% (2370/3246) Checking out files: 74% (2403/3246) Checking out files: 75% (2435/3246) Checking out files: 76% (2467/3246) Checking out files: 77% (2500/3246) Checking out files: 78% (2532/3246) Checking out files: 79% (2565/3246) Checking out files: 80% (2597/3246) Checking out files: 81% (2630/3246) Checking out files: 82% (2662/3246) Checking out files: 83% (2695/3246) Checking out files: 84% (2727/3246) Checking out files: 85% (2760/3246) Checking out files: 86% (2792/3246) Checking out files: 87% (2825/3246) Checking out files: 88% (2857/3246) Checking out files: 89% (2889/3246) Checking out files: 90% (2922/3246) Checking out files: 91% (2954/3246) Checking out files: 91% (2976/3246) Checking out files: 92% (2987/3246) Checking out files: 93% (3019/3246) Checking out files: 94% (3052/3246) Checking out files: 95% (3084/3246) Checking out files: 96% (3117/3246) Checking out files: 97% (3149/3246) Checking out files: 98% (3182/3246) Checking out files: 99% (3214/3246) Checking out files: 100% (3246/3246) Checking out files: 100% (3246/3246), done. [2020-09-20T19:16:44.713Z] #33 3.725 -- The C compiler identification is GNU 8.3.0 [2020-09-20T19:16:44.713Z] #33 3.774 -- Check for working C compiler: /usr/bin/cc [2020-09-20T19:16:44.769Z] #39 11.28 PBCC images/ipc-sem.pb-c.c [2020-09-20T19:16:44.769Z] #39 11.42 DEP images/ipc-desc.pb-c.d [2020-09-20T19:16:44.769Z] #39 11.45 DEP images/ipc-sem.pb-c.d [2020-09-20T19:16:44.955Z] #52 41.28 + cd /tmp/tmp.wCQMTnHiXN/src/github.com/containerd/containerd [2020-09-20T19:16:44.955Z] #52 41.28 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-09-20T19:16:45.025Z] #39 11.49 PBCC images/ipc-msg.pb-c.c [2020-09-20T19:16:45.025Z] #39 11.52 DEP images/ipc-msg.pb-c.d [2020-09-20T19:16:45.025Z] #39 11.57 PBCC images/ipc-shm.pb-c.c [2020-09-20T19:16:45.025Z] #39 11.67 DEP images/ipc-shm.pb-c.d [2020-09-20T19:16:45.025Z] #39 11.72 PBCC images/ipc-var.pb-c.c [2020-09-20T19:16:45.025Z] #39 11.75 DEP images/ipc-var.pb-c.d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-09-20T19:16:45.216Z] #52 41.82 + export 'BUILDTAGS=netgo osusergo static_build' [2020-09-20T19:16:45.216Z] #52 41.82 + BUILDTAGS='netgo osusergo static_build' [2020-09-20T19:16:45.292Z] #33 ... [2020-09-20T19:16:45.292Z] [2020-09-20T19:16:45.292Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-20T19:16:45.292Z] #38 83.03 Setting up libnl-3-dev:arm64 (3.4.0-1) ... [2020-09-20T19:16:45.292Z] #38 83.05 Processing triggers for libc-bin (2.28-10) ... [2020-09-20T19:16:45.292Z] #38 DONE 84.5s [2020-09-20T19:16:45.292Z] [2020-09-20T19:16:45.292Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:16:45.292Z] #33 4.437 -- Check for working C compiler: /usr/bin/cc -- works [2020-09-20T19:16:45.292Z] #33 4.449 -- Detecting C compiler ABI info [2020-09-20T19:16:45.294Z] #39 11.81 PBCC images/sk-opts.pb-c.c [2020-09-20T19:16:45.294Z] #39 11.84 PBCC images/packet-sock.pb-c.c [2020-09-20T19:16:45.294Z] #39 ... [2020-09-20T19:16:45.294Z] [2020-09-20T19:16:45.294Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:16:45.294Z] #30 78.74 flag [2020-09-20T19:16:45.294Z] #30 78.75 github.com/BurntSushi/toml [2020-09-20T19:16:45.294Z] #30 80.24 log [2020-09-20T19:16:45.294Z] #30 83.09 github.com/BurntSushi/toml/cmd/tomlv [2020-09-20T19:16:45.294Z] #30 DONE 87.7s [2020-09-20T19:16:45.294Z] [2020-09-20T19:16:45.294Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:16:45.294Z] #39 11.91 DEP images/sk-opts.pb-c.d [2020-09-20T19:16:45.477Z] #52 41.82 + export EXTRA_FLAGS=-buildmode=pie [2020-09-20T19:16:45.477Z] #52 41.82 + EXTRA_FLAGS=-buildmode=pie [2020-09-20T19:16:45.477Z] #52 41.82 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-09-20T19:16:45.477Z] #52 41.82 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-09-20T19:16:45.477Z] #52 41.82 + '[' '' = dynamic ']' [2020-09-20T19:16:45.477Z] #52 41.82 + make [2020-09-20T19:16:45.551Z] #39 12.07 DEP images/packet-sock.pb-c.d [2020-09-20T19:16:45.551Z] #39 12.22 PBCC images/sk-netlink.pb-c.c [2020-09-20T19:16:45.551Z] #39 12.32 DEP images/sk-netlink.pb-c.d [2020-09-20T19:16:45.808Z] #39 12.41 PBCC images/sk-inet.pb-c.c [2020-09-20T19:16:45.808Z] #39 12.62 DEP images/sk-inet.pb-c.d [2020-09-20T19:16:46.033Z] #18 4.672 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] [2020-09-20T19:16:46.065Z] #39 12.74 PBCC images/sk-unix.pb-c.c [2020-09-20T19:16:46.253Z] #33 5.183 -- Detecting C compiler ABI info - done [2020-09-20T19:16:46.253Z] #33 5.229 -- Detecting C compile features [2020-09-20T19:16:46.253Z] #33 ... [2020-09-20T19:16:46.253Z] [2020-09-20T19:16:46.253Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:16:46.253Z] #54 DONE 85.7s [2020-09-20T19:16:46.322Z] #39 12.81 DEP images/sk-unix.pb-c.d [2020-09-20T19:16:46.322Z] #39 12.94 PBCC images/mm.pb-c.c [2020-09-20T19:16:46.419Z] #52 42.63 + bin/ctr [2020-09-20T19:16:46.518Z] [2020-09-20T19:16:46.518Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-09-20T19:16:46.518Z] #55 DONE 0.2s [2020-09-20T19:16:46.518Z] [2020-09-20T19:16:46.518Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:16:46.518Z] #10 80.66 Selecting previously unselected package gcc-mingw-w64-base. [2020-09-20T19:16:46.518Z] #10 80.67 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-09-20T19:16:46.518Z] #10 80.81 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-09-20T19:16:46.518Z] #10 81.19 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-09-20T19:16:46.518Z] #10 81.20 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-09-20T19:16:46.518Z] #10 81.21 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-20T19:16:46.579Z] #39 13.07 DEP images/mm.pb-c.d [2020-09-20T19:16:46.579Z] #39 13.16 PBCC images/timerfd.pb-c.c [2020-09-20T19:16:46.579Z] #39 13.26 DEP images/timerfd.pb-c.d [2020-09-20T19:16:46.579Z] #39 13.33 PBCC images/timer.pb-c.c [2020-09-20T19:16:46.579Z] #39 13.37 DEP images/timer.pb-c.d [2020-09-20T19:16:46.682Z] #18 ... [2020-09-20T19:16:46.682Z] [2020-09-20T19:16:46.682Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:16:46.682Z] #48 117.7 golang.org/x/crypto/ssh/terminal [2020-09-20T19:16:46.782Z] #10 ... [2020-09-20T19:16:46.782Z] [2020-09-20T19:16:46.782Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-09-20T19:16:46.782Z] #56 DONE 0.3s [2020-09-20T19:16:46.782Z] [2020-09-20T19:16:46.782Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:16:46.782Z] #41 81.11 net/textproto [2020-09-20T19:16:46.782Z] #41 81.12 vendor/golang.org/x/net/http/httpproxy [2020-09-20T19:16:46.782Z] #41 81.12 crypto/x509 [2020-09-20T19:16:46.782Z] #41 83.89 vendor/golang.org/x/net/http/httpguts [2020-09-20T19:16:46.782Z] #41 83.89 mime/multipart [2020-09-20T19:16:46.782Z] #41 85.62 crypto/tls [2020-09-20T19:16:46.836Z] #39 13.45 PBCC images/sa.pb-c.c [2020-09-20T19:16:46.837Z] #39 13.49 DEP images/sa.pb-c.d [2020-09-20T19:16:46.837Z] #39 13.54 PBCC images/pipe-data.pb-c.c [2020-09-20T19:16:46.837Z] #39 13.56 DEP images/pipe-data.pb-c.d [2020-09-20T19:16:46.837Z] #39 13.63 PBCC images/mnt.pb-c.c [2020-09-20T19:16:47.094Z] #39 13.64 DEP images/mnt.pb-c.d [2020-09-20T19:16:47.094Z] #39 13.69 PBCC images/sk-packet.pb-c.c [2020-09-20T19:16:47.094Z] #39 13.70 DEP images/sk-packet.pb-c.d [2020-09-20T19:16:47.094Z] #39 13.74 PBCC images/tcp-stream.pb-c.c [2020-09-20T19:16:47.094Z] #39 13.79 DEP images/tcp-stream.pb-c.d [2020-09-20T19:16:47.094Z] #39 13.83 PBCC images/pipe.pb-c.c [2020-09-20T19:16:47.094Z] #39 13.86 DEP images/pipe.pb-c.d [2020-09-20T19:16:44.538Z] > git rev-list --no-walk 91ddebe332b09b08e568798b10b368c09e932008 # timeout=10 [2020-09-20T19:16:47.350Z] #39 13.92 PBCC images/pstree.pb-c.c [2020-09-20T19:16:47.351Z] #39 13.95 DEP images/pstree.pb-c.d [2020-09-20T19:16:47.351Z] #39 14.01 PBCC images/fs.pb-c.c [2020-09-20T19:16:47.351Z] #39 14.06 DEP images/fs.pb-c.d [2020-09-20T19:16:47.351Z] #39 14.12 PBCC images/signalfd.pb-c.c [2020-09-20T19:16:47.608Z] #39 14.17 DEP images/signalfd.pb-c.d [2020-09-20T19:16:47.608Z] #39 14.24 PBCC images/fh.pb-c.c [2020-09-20T19:16:47.608Z] #39 14.31 PBCC images/fsnotify.pb-c.c [2020-09-20T19:16:47.608Z] #39 14.37 DEP images/fh.pb-c.d [2020-09-20T19:16:47.649Z] + docker version [2020-09-20T19:16:47.858Z] #19 5.068 Collecting yamllint==1.16.0 [2020-09-20T19:16:47.864Z] #39 14.44 DEP images/fsnotify.pb-c.d [2020-09-20T19:16:47.864Z] #39 14.52 PBCC images/eventpoll.pb-c.c [2020-09-20T19:16:47.864Z] #39 14.58 DEP images/eventpoll.pb-c.d [2020-09-20T19:16:47.864Z] #39 14.64 PBCC images/eventfd.pb-c.c [2020-09-20T19:16:48.118Z] #19 ... [2020-09-20T19:16:48.118Z] [2020-09-20T19:16:48.118Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:16:48.118Z] #45 190.8 + cd /tmp/tmp.ZNyUUGgzAs/src/github.com/golangci/golangci-lint/ [2020-09-20T19:16:48.118Z] #45 190.8 + git checkout -q v1.23.8 [2020-09-20T19:16:48.118Z] #45 191.7 ++ git describe --tags [2020-09-20T19:16:48.118Z] #45 191.7 + version=v1.23.8 [2020-09-20T19:16:48.118Z] #45 191.7 ++ git rev-parse --short HEAD [2020-09-20T19:16:48.118Z] #45 191.7 + commit=76a82c6 [2020-09-20T19:16:48.118Z] #45 191.7 ++ git show -s --format=%cd [2020-09-20T19:16:48.118Z] #45 191.7 + commitDate='Wed Mar 4 06:43:41 2020 +0300' [2020-09-20T19:16:48.118Z] #45 191.7 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.23.8" -X "main.commit=76a82c6" -X "main.date=Wed Mar 4 06:43:41 2020 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2020-09-20T19:16:48.121Z] #39 14.73 DEP images/eventfd.pb-c.d [2020-09-20T19:16:48.121Z] #39 14.78 PBCC images/remap-file-path.pb-c.c [2020-09-20T19:16:48.121Z] #39 14.84 DEP images/remap-file-path.pb-c.d [2020-09-20T19:16:48.121Z] #39 14.89 PBCC images/fifo.pb-c.c [2020-09-20T19:16:48.180Z] #41 ... [2020-09-20T19:16:48.180Z] [2020-09-20T19:16:48.180Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:16:48.180Z] #33 7.160 -- Detecting C compile features - done [2020-09-20T19:16:48.180Z] #33 7.209 -- Performing Test HAS_BUILTIN_FORTIFY [2020-09-20T19:16:48.378Z] #39 14.91 DEP images/fifo.pb-c.d [2020-09-20T19:16:48.378Z] #39 14.97 PBCC images/ghost-file.pb-c.c [2020-09-20T19:16:48.378Z] #39 15.05 DEP images/ghost-file.pb-c.d [2020-09-20T19:16:48.378Z] #39 15.10 PBCC images/regfile.pb-c.c [2020-09-20T19:16:48.445Z] #33 7.470 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-09-20T19:16:48.445Z] #33 7.563 -- Configuring done [2020-09-20T19:16:48.445Z] #33 7.580 -- Generating done [2020-09-20T19:16:48.445Z] #33 7.608 -- Build files have been written to: /tmp/tmp.nxgOlkhAMD/tini [2020-09-20T19:16:48.445Z] #33 7.615 + make tini-static [2020-09-20T19:16:48.635Z] #39 15.20 DEP images/regfile.pb-c.d [2020-09-20T19:16:48.635Z] #39 15.25 PBCC images/ns.pb-c.c [2020-09-20T19:16:48.635Z] #39 15.30 DEP images/ns.pb-c.d [2020-09-20T19:16:48.635Z] #39 15.36 PBCC images/fdinfo.pb-c.c [2020-09-20T19:16:48.709Z] #33 7.857 Scanning dependencies of target tini-static [2020-09-20T19:16:48.709Z] #33 7.887 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-09-20T19:16:48.892Z] #39 15.46 DEP images/fdinfo.pb-c.d [2020-09-20T19:16:48.892Z] #39 15.56 PBCC images/core-aarch64.pb-c.c [2020-09-20T19:16:48.892Z] #39 15.63 PBCC images/core-arm.pb-c.c [2020-09-20T19:16:49.149Z] #39 15.66 PBCC images/core-ppc64.pb-c.c [2020-09-20T19:16:49.149Z] #39 15.73 PBCC images/core-s390.pb-c.c [2020-09-20T19:16:49.149Z] #39 15.82 PBCC images/core-x86.pb-c.c [2020-09-20T19:16:49.149Z] #39 ... [2020-09-20T19:16:49.149Z] [2020-09-20T19:16:49.149Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:16:49.149Z] #41 81.50 go/token [2020-09-20T19:16:49.149Z] #41 82.31 internal/lazyregexp [2020-09-20T19:16:49.149Z] #41 82.41 go/scanner [2020-09-20T19:16:49.149Z] #41 82.68 net/url [2020-09-20T19:16:49.149Z] #41 83.97 go/ast [2020-09-20T19:16:49.149Z] #41 84.39 text/template/parse [2020-09-20T19:16:49.149Z] #41 89.83 text/template [2020-09-20T19:16:49.149Z] #41 90.78 go/parser [2020-09-20T19:16:49.406Z] #41 ... [2020-09-20T19:16:49.406Z] [2020-09-20T19:16:49.406Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:16:49.469Z] #48 ... [2020-09-20T19:16:49.469Z] [2020-09-20T19:16:49.469Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:16:49.469Z] #42 110.7 go/parser [2020-09-20T19:16:49.469Z] #42 115.1 encoding/xml [2020-09-20T19:16:49.469Z] #42 119.2 go/doc [2020-09-20T19:16:49.661Z] #33 8.727 [100%] Linking C executable tini-static [2020-09-20T19:16:49.663Z] #52 40.73 Checking out files: 51% (1664/3246) Checking out files: 52% (1688/3246) Checking out files: 53% (1721/3246) Checking out files: 54% (1753/3246) Checking out files: 55% (1786/3246) Checking out files: 56% (1818/3246) Checking out files: 57% (1851/3246) Checking out files: 58% (1883/3246) Checking out files: 59% (1916/3246) Checking out files: 60% (1948/3246) Checking out files: 61% (1981/3246) Checking out files: 62% (2013/3246) Checking out files: 63% (2045/3246) Checking out files: 64% (2078/3246) Checking out files: 65% (2110/3246) Checking out files: 66% (2143/3246) Checking out files: 67% (2175/3246) Checking out files: 68% (2208/3246) Checking out files: 69% (2240/3246) Checking out files: 70% (2273/3246) Checking out files: 71% (2305/3246) Checking out files: 72% (2338/3246) Checking out files: 73% (2370/3246) Checking out files: 74% (2403/3246) Checking out files: 75% (2435/3246) Checking out files: 76% (2467/3246) Checking out files: 77% (2500/3246) Checking out files: 78% (2532/3246) Checking out files: 79% (2565/3246) Checking out files: 80% (2597/3246) Checking out files: 81% (2630/3246) Checking out files: 82% (2662/3246) Checking out files: 83% (2695/3246) Checking out files: 84% (2727/3246) Checking out files: 85% (2760/3246) Checking out files: 86% (2792/3246) Checking out files: 87% (2825/3246) Checking out files: 88% (2857/3246) Checking out files: 89% (2889/3246) Checking out files: 90% (2922/3246) Checking out files: 91% (2954/3246) Checking out files: 91% (2968/3246) [2020-09-20T19:16:49.663Z] #52 ... [2020-09-20T19:16:49.663Z] [2020-09-20T19:16:49.663Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:16:49.663Z] #47 82.10 encoding/json [2020-09-20T19:16:49.663Z] #47 84.70 github.com/pkg/diff [2020-09-20T19:16:49.663Z] #47 87.15 go/ast [2020-09-20T19:16:49.663Z] #47 89.08 golang.org/x/crypto/ssh/terminal [2020-09-20T19:16:49.663Z] #47 90.39 mvdan.cc/editorconfig [2020-09-20T19:16:49.663Z] #47 91.73 mvdan.cc/sh/v3/fileutil [2020-09-20T19:16:49.663Z] #47 91.89 mvdan.cc/sh/v3/syntax [2020-09-20T19:16:49.725Z] #52 ... [2020-09-20T19:16:49.725Z] [2020-09-20T19:16:49.725Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:16:49.725Z] #41 85.39 text/template/parse [2020-09-20T19:16:49.725Z] #41 88.53 go/parser [2020-09-20T19:16:49.725Z] #41 90.22 text/template [2020-09-20T19:16:49.725Z] #41 91.80 encoding/xml [2020-09-20T19:16:49.725Z] #41 94.88 go/doc [2020-09-20T19:16:49.725Z] #41 ... [2020-09-20T19:16:49.725Z] [2020-09-20T19:16:49.725Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:16:49.725Z] #39 15.59 make[1]: Nothing to be done for 'all'. [2020-09-20T19:16:49.725Z] #39 17.02 CC images/stats.o [2020-09-20T19:16:49.725Z] #39 17.42 CC images/core.o [2020-09-20T19:16:49.725Z] #39 18.07 CC images/core-x86.o [2020-09-20T19:16:49.725Z] #39 18.56 CC images/core-arm.o [2020-09-20T19:16:49.725Z] #39 18.98 CC images/core-aarch64.o [2020-09-20T19:16:49.725Z] #39 19.39 CC images/core-ppc64.o [2020-09-20T19:16:49.769Z] #42 ... [2020-09-20T19:16:49.769Z] [2020-09-20T19:16:49.769Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:16:49.769Z] #48 120.8 mvdan.cc/sh/v3/cmd/shfmt [2020-09-20T19:16:49.920Z] #47 ... [2020-09-20T19:16:49.920Z] [2020-09-20T19:16:49.920Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:16:49.926Z] #33 9.173 [100%] Built target tini-static [2020-09-20T19:16:50.068Z] #48 ... [2020-09-20T19:16:50.068Z] [2020-09-20T19:16:50.068Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:16:50.068Z] #40 43.47 CC images/sit.o [2020-09-20T19:16:50.068Z] #40 43.73 CC images/memfd.o [2020-09-20T19:16:50.068Z] #40 44.30 CC images/timens.o [2020-09-20T19:16:50.068Z] #40 44.59 LINK images/built-in.o [2020-09-20T19:16:50.068Z] #40 44.82 GEN compel/include/asm [2020-09-20T19:16:50.068Z] #40 44.88 GEN compel/include/version.h [2020-09-20T19:16:50.068Z] #40 44.89 touch .config [2020-09-20T19:16:50.068Z] #40 44.96 GEN include/common/config.h [2020-09-20T19:16:50.068Z] #40 45.04 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-09-20T19:16:50.068Z] #40 45.09 GEN compel/plugins/include/uapi/std/syscall.h [2020-09-20T19:16:50.068Z] #40 45.11 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2020-09-20T19:16:50.068Z] #40 45.14 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2020-09-20T19:16:50.068Z] #40 45.21 DEP compel/arch/ppc64/plugins/std/memcmp.d [2020-09-20T19:16:50.068Z] #40 45.24 DEP compel/arch/ppc64/plugins/std/memcpy.d [2020-09-20T19:16:50.068Z] #40 45.28 DEP compel/arch/ppc64/plugins/std/parasite-head.d [2020-09-20T19:16:50.068Z] #40 45.30 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-09-20T19:16:50.068Z] #40 45.31 DEP compel/plugins/std/infect.d [2020-09-20T19:16:50.068Z] #40 45.47 DEP compel/plugins/std/string.d [2020-09-20T19:16:50.068Z] #40 45.59 DEP compel/plugins/std/log.d [2020-09-20T19:16:50.068Z] #40 45.77 DEP compel/plugins/std/fds.d [2020-09-20T19:16:50.068Z] #40 45.95 DEP compel/plugins/std/std.d [2020-09-20T19:16:50.068Z] #40 46.10 DEP compel/plugins/shmem/shmem.d [2020-09-20T19:16:50.068Z] #40 46.24 DEP compel/plugins/fds/fds.d [2020-09-20T19:16:50.068Z] #40 46.40 CC compel/plugins/std/std.o [2020-09-20T19:16:50.068Z] #40 46.84 CC compel/plugins/std/fds.o [2020-09-20T19:16:50.068Z] #40 47.48 CC compel/plugins/std/log.o [2020-09-20T19:16:50.068Z] #40 48.40 CC compel/plugins/std/string.o [2020-09-20T19:16:50.068Z] #40 49.31 CC compel/plugins/std/infect.o [2020-09-20T19:16:50.068Z] #40 49.77 CC compel/arch/ppc64/plugins/std/parasite-head.o [2020-09-20T19:16:50.068Z] #40 49.79 CC compel/arch/ppc64/plugins/std/memcpy.o [2020-09-20T19:16:50.068Z] #40 49.83 CC compel/arch/ppc64/plugins/std/memcmp.o [2020-09-20T19:16:50.068Z] #40 49.91 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2020-09-20T19:16:50.068Z] #40 49.97 AR compel/plugins/std.lib.a [2020-09-20T19:16:50.068Z] #40 50.06 CC compel/plugins/fds/fds.o [2020-09-20T19:16:50.068Z] #40 50.39 AR compel/plugins/fds.lib.a [2020-09-20T19:16:50.068Z] #40 50.46 HOSTDEP compel/src/lib/log-host.d [2020-09-20T19:16:50.068Z] #40 50.58 HOSTDEP compel/src/lib/handle-elf-host.d [2020-09-20T19:16:50.068Z] #40 50.69 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2020-09-20T19:16:50.068Z] #40 50.77 HOSTDEP compel/src/main-host.d [2020-09-20T19:16:50.068Z] #40 50.91 DEP compel/src/lib/ptrace.d [2020-09-20T19:16:50.068Z] #40 51.03 DEP compel/src/lib/infect.d [2020-09-20T19:16:50.068Z] #40 51.19 DEP compel/src/lib/infect-util.d [2020-09-20T19:16:50.068Z] #40 51.38 DEP compel/src/lib/infect-rpc.d [2020-09-20T19:16:50.068Z] #40 51.55 DEP compel/arch/ppc64/src/lib/infect.d [2020-09-20T19:16:50.068Z] #40 51.65 DEP compel/arch/ppc64/src/lib/cpu.d [2020-09-20T19:16:50.068Z] #40 51.73 DEP compel/src/lib/log.d [2020-09-20T19:16:50.068Z] #40 51.80 DEP compel/src/main.d [2020-09-20T19:16:50.068Z] #40 51.91 DEP compel/src/lib/handle-elf.d [2020-09-20T19:16:50.068Z] #40 52.07 DEP compel/arch/ppc64/src/lib/handle-elf.d [2020-09-20T19:16:50.068Z] #40 52.21 CC compel/src/lib/log.o [2020-09-20T19:16:50.068Z] #40 52.52 CC compel/arch/ppc64/src/lib/cpu.o [2020-09-20T19:16:50.068Z] #40 52.95 CC compel/arch/ppc64/src/lib/infect.o [2020-09-20T19:16:50.068Z] #40 ... [2020-09-20T19:16:50.068Z] [2020-09-20T19:16:50.068Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:16:50.068Z] #50 10.82 + cd /tmp/tmp.bOR77ej5E2/src/github.com/opencontainers/runc [2020-09-20T19:16:50.068Z] #50 10.82 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-09-20T19:16:50.068Z] #50 10.92 + '[' -z '' ']' [2020-09-20T19:16:50.068Z] #50 10.92 + target=static [2020-09-20T19:16:50.068Z] #50 10.92 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-09-20T19:16:50.068Z] #50 11.16 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-09-20T19:16:50.178Z] #52 40.73 Checking out files: 51% (1664/3246) Checking out files: 52% (1688/3246) Checking out files: 53% (1721/3246) Checking out files: 54% (1753/3246) Checking out files: 55% (1786/3246) Checking out files: 56% (1818/3246) Checking out files: 57% (1851/3246) Checking out files: 58% (1883/3246) Checking out files: 59% (1916/3246) Checking out files: 60% (1948/3246) Checking out files: 61% (1981/3246) Checking out files: 62% (2013/3246) Checking out files: 63% (2045/3246) Checking out files: 64% (2078/3246) Checking out files: 65% (2110/3246) Checking out files: 66% (2143/3246) Checking out files: 67% (2175/3246) Checking out files: 68% (2208/3246) Checking out files: 69% (2240/3246) Checking out files: 70% (2273/3246) Checking out files: 71% (2305/3246) Checking out files: 72% (2338/3246) Checking out files: 73% (2370/3246) Checking out files: 74% (2403/3246) Checking out files: 75% (2435/3246) Checking out files: 76% (2467/3246) Checking out files: 77% (2500/3246) Checking out files: 78% (2532/3246) Checking out files: 79% (2565/3246) Checking out files: 80% (2597/3246) Checking out files: 81% (2630/3246) Checking out files: 82% (2662/3246) Checking out files: 83% (2695/3246) Checking out files: 84% (2727/3246) Checking out files: 85% (2760/3246) Checking out files: 86% (2792/3246) Checking out files: 87% (2825/3246) Checking out files: 88% (2857/3246) Checking out files: 89% (2889/3246) Checking out files: 90% (2922/3246) Checking out files: 91% (2954/3246) Checking out files: 91% (2968/3246) Checking out files: 92% (2987/3246) Checking out files: 93% (3019/3246) Checking out files: 94% (3052/3246) Checking out files: 95% (3084/3246) Checking out files: 96% (3117/3246) Checking out files: 97% (3149/3246) Checking out files: 98% (3182/3246) Checking out files: 99% (3214/3246) Checking out files: 100% (3246/3246) Checking out files: 100% (3246/3246), done. [2020-09-20T19:16:50.178Z] #52 41.99 + cd /tmp/tmp.VXOpU3JsN2/src/github.com/containerd/containerd [2020-09-20T19:16:50.178Z] #52 41.99 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-09-20T19:16:50.190Z] #33 9.215 + mkdir -p /build [2020-09-20T19:16:50.190Z] #33 9.220 + cp tini-static /build/docker-init [2020-09-20T19:16:50.298Z] #39 20.03 CC images/core-s390.o [2020-09-20T19:16:50.435Z] #52 42.51 + export 'BUILDTAGS=netgo osusergo static_build' [2020-09-20T19:16:50.454Z] #33 DONE 9.5s [2020-09-20T19:16:50.454Z] [2020-09-20T19:16:50.454Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:16:50.454Z] #39 2.785 Note: Building without setproctitle() and strlcpy() support. [2020-09-20T19:16:50.454Z] #39 2.785 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-09-20T19:16:50.454Z] #39 2.794 Note: Building without GnuTLS support [2020-09-20T19:16:50.454Z] #39 2.803 Makefile.config:39: Warn: you have no libnftables installed [2020-09-20T19:16:50.454Z] #39 2.803 Makefile.config:40: Warn: Building without nftables support [2020-09-20T19:16:50.454Z] #39 4.401 fatal: not a git repository (or any of the parent directories): .git [2020-09-20T19:16:50.454Z] #39 4.451 GEN .gitid [2020-09-20T19:16:50.454Z] #39 4.501 GEN criu/include/version.h [2020-09-20T19:16:50.454Z] #39 4.569 GEN include/common/asm [2020-09-20T19:16:50.692Z] #52 42.51 + BUILDTAGS='netgo osusergo static_build' [2020-09-20T19:16:50.692Z] #52 42.51 + export EXTRA_FLAGS=-buildmode=pie [2020-09-20T19:16:50.692Z] #52 42.51 + EXTRA_FLAGS=-buildmode=pie [2020-09-20T19:16:50.692Z] #52 42.52 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-09-20T19:16:50.692Z] #52 42.52 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-09-20T19:16:50.692Z] #52 42.52 + '[' '' = dynamic ']' [2020-09-20T19:16:50.692Z] #52 42.52 + make [2020-09-20T19:16:50.871Z] #39 20.64 CC images/cpuinfo.o [2020-09-20T19:16:51.032Z] #39 6.060 PBCC images/timens.pb-c.c [2020-09-20T19:16:51.032Z] #39 6.090 DEP images/timens.pb-c.d [2020-09-20T19:16:51.132Z] #39 21.00 CC images/inventory.o [2020-09-20T19:16:51.255Z] #52 43.20 + bin/ctr [2020-09-20T19:16:51.296Z] #39 6.134 PBCC images/fown.pb-c.c [2020-09-20T19:16:51.296Z] #39 6.160 PBCC images/google/protobuf/descriptor.pb-c.c [2020-09-20T19:16:51.296Z] #39 ... [2020-09-20T19:16:51.296Z] [2020-09-20T19:16:51.296Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:16:51.296Z] #41 90.69 net/http/httptrace [2020-09-20T19:16:51.396Z] #39 21.30 CC images/fdinfo.o [2020-09-20T19:16:51.560Z] #41 90.93 net/http [2020-09-20T19:16:51.969Z] #39 21.66 CC images/fown.o [2020-09-20T19:16:51.969Z] #39 21.87 CC images/ns.o [2020-09-20T19:16:52.230Z] #39 22.03 CC images/regfile.o [2020-09-20T19:16:52.491Z] #39 22.23 CC images/ghost-file.o [2020-09-20T19:16:52.752Z] #39 22.65 CC images/fifo.o [2020-09-20T19:16:53.013Z] #39 22.87 CC images/remap-file-path.o [2020-09-20T19:16:53.274Z] #39 23.06 CC images/eventfd.o [2020-09-20T19:16:53.274Z] #39 23.25 CC images/eventpoll.o [2020-09-20T19:16:53.400Z] #45 ... [2020-09-20T19:16:53.400Z] [2020-09-20T19:16:53.400Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:16:53.400Z] #39 118.3 CC criu/mount.o [2020-09-20T19:16:53.400Z] #39 122.6 CC criu/namespaces.o [2020-09-20T19:16:53.400Z] #39 124.4 CC criu/net.o [2020-09-20T19:16:53.400Z] #39 127.4 CC criu/netfilter.o [2020-09-20T19:16:53.400Z] #39 127.8 CC criu/page-pipe.o [2020-09-20T19:16:53.400Z] #39 128.4 CC criu/page-xfer.o [2020-09-20T19:16:53.400Z] #39 ... [2020-09-20T19:16:53.400Z] [2020-09-20T19:16:53.400Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-20T19:16:53.400Z] #19 10.49 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-09-20T19:16:53.400Z] #19 10.58 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-09-20T19:16:53.400Z] #19 10.63 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-09-20T19:16:53.400Z] #19 10.69 Collecting pyyaml (from yamllint==1.16.0) [2020-09-20T19:16:53.400Z] #19 10.84 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-09-20T19:16:53.846Z] #39 23.56 CC images/fh.o [2020-09-20T19:16:53.846Z] #39 23.89 CC images/fsnotify.o [2020-09-20T19:16:54.417Z] #39 24.44 CC images/signalfd.o [2020-09-20T19:16:54.739Z] Client: Docker Engine - Enterprise [2020-09-20T19:16:54.739Z] Version: 19.03.5 [2020-09-20T19:16:54.739Z] API version: 1.40 [2020-09-20T19:16:54.739Z] Go version: go1.12.12 [2020-09-20T19:16:54.739Z] Git commit: 2ee0c57608 [2020-09-20T19:16:54.739Z] Built: 11/13/2019 08:00:16 [2020-09-20T19:16:54.739Z] OS/Arch: windows/amd64 [2020-09-20T19:16:54.739Z] Experimental: false [2020-09-20T19:16:54.739Z] [2020-09-20T19:16:54.739Z] Server: Docker Engine - Enterprise [2020-09-20T19:16:54.739Z] Engine: [2020-09-20T19:16:54.739Z] Version: 19.03.5 [2020-09-20T19:16:54.739Z] API version: 1.40 (minimum version 1.24) [2020-09-20T19:16:54.739Z] Go version: go1.12.12 [2020-09-20T19:16:54.739Z] Git commit: 2ee0c57608 [2020-09-20T19:16:54.739Z] Built: 11/13/2019 07:58:51 [2020-09-20T19:16:54.739Z] OS/Arch: windows/amd64 [2020-09-20T19:16:54.739Z] Experimental: true [2020-09-20T19:16:54.784Z] #19 12.20 Building wheels for collected packages: pyyaml [2020-09-20T19:16:54.784Z] #19 12.21 Running setup.py bdist_wheel for pyyaml: started [2020-09-20T19:16:54.989Z] #39 24.77 CC images/fs.o [2020-09-20T19:16:54.989Z] #39 25.00 CC images/pstree.o [2020-09-20T19:16:55.250Z] #39 25.19 CC images/pipe.o [Pipeline] sh [2020-09-20T19:16:55.511Z] #39 25.38 CC images/tcp-stream.o [2020-09-20T19:16:55.724Z] #19 13.24 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-09-20T19:16:55.724Z] #19 13.24 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-09-20T19:16:55.724Z] #19 13.33 Successfully built pyyaml [2020-09-20T19:16:55.724Z] #19 13.36 Installing collected packages: pathspec, pyyaml, yamllint [2020-09-20T19:16:55.772Z] #39 25.64 CC images/sk-packet.o [2020-09-20T19:16:56.033Z] #39 25.90 CC images/mnt.o [2020-09-20T19:16:56.274Z] + docker info [2020-09-20T19:16:56.294Z] #19 13.73 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-09-20T19:16:56.294Z] #39 ... [2020-09-20T19:16:56.294Z] [2020-09-20T19:16:56.294Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:16:56.294Z] #47 96.62 mvdan.cc/sh/v3/cmd/shfmt [2020-09-20T19:16:56.294Z] #47 DONE 102.2s [2020-09-20T19:16:56.294Z] [2020-09-20T19:16:56.294Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:16:56.294Z] #39 26.14 CC images/pipe-data.o [2020-09-20T19:16:56.294Z] #39 ... [2020-09-20T19:16:56.294Z] [2020-09-20T19:16:56.294Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:16:56.294Z] #41 96.85 github.com/LK4D4/vndr/versioned [2020-09-20T19:16:56.294Z] #41 96.94 compress/flate [2020-09-20T19:16:56.294Z] #41 98.37 github.com/LK4D4/vndr/build [2020-09-20T19:16:56.294Z] #41 99.15 hash/crc32 [2020-09-20T19:16:56.294Z] #41 99.73 compress/gzip [2020-09-20T19:16:56.294Z] #41 100.3 vendor/golang.org/x/crypto/cryptobyte [2020-09-20T19:16:56.294Z] #41 102.0 net [2020-09-20T19:16:56.294Z] #41 102.2 vendor/golang.org/x/crypto/poly1305 [2020-09-20T19:16:56.554Z] #19 DONE 14.1s [2020-09-20T19:16:56.554Z] [2020-09-20T19:16:56.554Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-09-20T19:16:56.555Z] #41 ... [2020-09-20T19:16:56.555Z] [2020-09-20T19:16:56.555Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:16:56.555Z] #39 26.41 CC images/sa.o [2020-09-20T19:16:56.814Z] #22 DONE 0.1s [2020-09-20T19:16:56.814Z] [2020-09-20T19:16:56.814Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-09-20T19:16:56.816Z] #39 26.84 CC images/timer.o [2020-09-20T19:16:56.880Z] #41 ... [2020-09-20T19:16:56.880Z] [2020-09-20T19:16:56.880Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:16:56.880Z] #39 6.269 PBCC images/opts.pb-c.c [2020-09-20T19:16:56.880Z] #39 6.328 PBCC images/memfd.pb-c.c [2020-09-20T19:16:56.880Z] #39 6.384 DEP images/fown.pb-c.d [2020-09-20T19:16:56.880Z] #39 6.493 DEP images/google/protobuf/descriptor.pb-c.d [2020-09-20T19:16:56.880Z] #39 6.596 DEP images/opts.pb-c.d [2020-09-20T19:16:56.880Z] #39 6.632 DEP images/memfd.pb-c.d [2020-09-20T19:16:56.880Z] #39 6.672 PBCC images/sit.pb-c.c [2020-09-20T19:16:56.880Z] #39 6.737 DEP images/sit.pb-c.d [2020-09-20T19:16:56.880Z] #39 6.800 PBCC images/macvlan.pb-c.c [2020-09-20T19:16:56.880Z] #39 6.819 DEP images/macvlan.pb-c.d [2020-09-20T19:16:56.880Z] #39 6.868 PBCC images/autofs.pb-c.c [2020-09-20T19:16:56.880Z] #39 6.900 DEP images/autofs.pb-c.d [2020-09-20T19:16:56.880Z] #39 6.951 PBCC images/sysctl.pb-c.c [2020-09-20T19:16:56.880Z] #39 6.975 DEP images/sysctl.pb-c.d [2020-09-20T19:16:56.880Z] #39 7.023 PBCC images/time.pb-c.c [2020-09-20T19:16:56.880Z] #39 7.063 DEP images/time.pb-c.d [2020-09-20T19:16:56.880Z] #39 7.092 PBCC images/binfmt-misc.pb-c.c [2020-09-20T19:16:56.880Z] #39 7.133 DEP images/binfmt-misc.pb-c.d [2020-09-20T19:16:56.880Z] #39 7.204 PBCC images/seccomp.pb-c.c [2020-09-20T19:16:56.880Z] #39 7.216 DEP images/seccomp.pb-c.d [2020-09-20T19:16:56.880Z] #39 7.247 PBCC images/userns.pb-c.c [2020-09-20T19:16:56.880Z] #39 7.274 DEP images/userns.pb-c.d [2020-09-20T19:16:56.880Z] #39 7.306 PBCC images/cgroup.pb-c.c [2020-09-20T19:16:56.880Z] #39 7.331 DEP images/cgroup.pb-c.d [2020-09-20T19:16:56.880Z] #39 7.362 PBCC images/ext-file.pb-c.c [2020-09-20T19:16:56.880Z] #39 7.387 DEP images/ext-file.pb-c.d [2020-09-20T19:16:56.880Z] #39 7.419 PBCC images/rpc.pb-c.c [2020-09-20T19:16:56.880Z] #39 7.446 DEP images/rpc.pb-c.d [2020-09-20T19:16:56.880Z] #39 7.485 PBCC images/siginfo.pb-c.c [2020-09-20T19:16:56.880Z] #39 7.527 DEP images/siginfo.pb-c.d [2020-09-20T19:16:56.880Z] #39 7.592 PBCC images/pagemap.pb-c.c [2020-09-20T19:16:56.880Z] #39 7.635 DEP images/pagemap.pb-c.d [2020-09-20T19:16:56.880Z] #39 7.699 PBCC images/rlimit.pb-c.c [2020-09-20T19:16:56.880Z] #39 7.711 DEP images/rlimit.pb-c.d [2020-09-20T19:16:56.880Z] #39 7.736 PBCC images/file-lock.pb-c.c [2020-09-20T19:16:56.880Z] #39 7.760 DEP images/file-lock.pb-c.d [2020-09-20T19:16:56.880Z] #39 7.816 PBCC images/tty.pb-c.c [2020-09-20T19:16:56.880Z] #39 7.874 DEP images/tty.pb-c.d [2020-09-20T19:16:56.880Z] #39 7.909 PBCC images/tun.pb-c.c [2020-09-20T19:16:56.880Z] #39 8.016 PBCC images/netdev.pb-c.c [2020-09-20T19:16:56.880Z] #39 8.052 DEP images/tun.pb-c.d [2020-09-20T19:16:56.880Z] #39 8.086 DEP images/netdev.pb-c.d [2020-09-20T19:16:56.880Z] #39 8.124 PBCC images/vma.pb-c.c [2020-09-20T19:16:56.880Z] #39 8.163 DEP images/vma.pb-c.d [2020-09-20T19:16:56.880Z] #39 8.247 PBCC images/creds.pb-c.c [2020-09-20T19:16:56.880Z] #39 8.276 DEP images/creds.pb-c.d [2020-09-20T19:16:56.880Z] #39 8.355 PBCC images/utsns.pb-c.c [2020-09-20T19:16:56.880Z] #39 8.374 DEP images/utsns.pb-c.d [2020-09-20T19:16:56.880Z] #39 8.448 PBCC images/ipc-desc.pb-c.c [2020-09-20T19:16:56.880Z] #39 8.459 PBCC images/ipc-sem.pb-c.c [2020-09-20T19:16:56.880Z] #39 8.494 DEP images/ipc-desc.pb-c.d [2020-09-20T19:16:56.880Z] #39 8.578 DEP images/ipc-sem.pb-c.d [2020-09-20T19:16:56.880Z] #39 8.643 PBCC images/ipc-msg.pb-c.c [2020-09-20T19:16:56.880Z] #39 8.667 DEP images/ipc-msg.pb-c.d [2020-09-20T19:16:56.880Z] #39 8.700 PBCC images/ipc-shm.pb-c.c [2020-09-20T19:16:56.880Z] #39 8.719 DEP images/ipc-shm.pb-c.d [2020-09-20T19:16:56.880Z] #39 8.750 PBCC images/ipc-var.pb-c.c [2020-09-20T19:16:56.880Z] #39 8.784 DEP images/ipc-var.pb-c.d [2020-09-20T19:16:56.880Z] #39 8.831 PBCC images/sk-opts.pb-c.c [2020-09-20T19:16:56.880Z] #39 8.849 PBCC images/packet-sock.pb-c.c [2020-09-20T19:16:56.880Z] #39 8.891 DEP images/sk-opts.pb-c.d [2020-09-20T19:16:56.880Z] #39 8.922 DEP images/packet-sock.pb-c.d [2020-09-20T19:16:56.880Z] #39 8.955 PBCC images/sk-netlink.pb-c.c [2020-09-20T19:16:56.880Z] #39 9.004 DEP images/sk-netlink.pb-c.d [2020-09-20T19:16:56.880Z] #39 9.059 PBCC images/sk-inet.pb-c.c [2020-09-20T19:16:56.880Z] #39 9.098 DEP images/sk-inet.pb-c.d [2020-09-20T19:16:56.880Z] #39 9.156 PBCC images/sk-unix.pb-c.c [2020-09-20T19:16:56.880Z] #39 9.221 DEP images/sk-unix.pb-c.d [2020-09-20T19:16:56.880Z] #39 9.251 PBCC images/mm.pb-c.c [2020-09-20T19:16:56.880Z] #39 9.284 DEP images/mm.pb-c.d [2020-09-20T19:16:56.880Z] #39 9.333 PBCC images/timerfd.pb-c.c [2020-09-20T19:16:56.880Z] #39 9.350 DEP images/timerfd.pb-c.d [2020-09-20T19:16:56.880Z] #39 9.387 PBCC images/timer.pb-c.c [2020-09-20T19:16:56.880Z] #39 9.400 DEP images/timer.pb-c.d [2020-09-20T19:16:56.880Z] #39 9.440 PBCC images/sa.pb-c.c [2020-09-20T19:16:56.880Z] #39 9.482 DEP images/sa.pb-c.d [2020-09-20T19:16:56.880Z] #39 9.524 PBCC images/pipe-data.pb-c.c [2020-09-20T19:16:56.880Z] #39 9.543 DEP images/pipe-data.pb-c.d [2020-09-20T19:16:56.880Z] #39 9.599 PBCC images/mnt.pb-c.c [2020-09-20T19:16:56.880Z] #39 9.632 DEP images/mnt.pb-c.d [2020-09-20T19:16:56.880Z] #39 9.667 PBCC images/sk-packet.pb-c.c [2020-09-20T19:16:56.880Z] #39 9.682 DEP images/sk-packet.pb-c.d [2020-09-20T19:16:56.880Z] #39 9.723 PBCC images/tcp-stream.pb-c.c [2020-09-20T19:16:56.880Z] #39 9.756 DEP images/tcp-stream.pb-c.d [2020-09-20T19:16:56.880Z] #39 9.810 PBCC images/pipe.pb-c.c [2020-09-20T19:16:56.880Z] #39 9.863 DEP images/pipe.pb-c.d [2020-09-20T19:16:56.880Z] #39 9.904 PBCC images/pstree.pb-c.c [2020-09-20T19:16:56.880Z] #39 9.928 DEP images/pstree.pb-c.d [2020-09-20T19:16:56.880Z] #39 9.975 PBCC images/fs.pb-c.c [2020-09-20T19:16:56.880Z] #39 10.00 DEP images/fs.pb-c.d [2020-09-20T19:16:56.880Z] #39 10.08 PBCC images/signalfd.pb-c.c [2020-09-20T19:16:56.880Z] #39 10.11 DEP images/signalfd.pb-c.d [2020-09-20T19:16:56.880Z] #39 10.18 PBCC images/fh.pb-c.c [2020-09-20T19:16:56.880Z] #39 10.28 PBCC images/fsnotify.pb-c.c [2020-09-20T19:16:56.880Z] #39 10.34 DEP images/fh.pb-c.d [2020-09-20T19:16:56.880Z] #39 10.42 DEP images/fsnotify.pb-c.d [2020-09-20T19:16:56.880Z] #39 10.48 PBCC images/eventpoll.pb-c.c [2020-09-20T19:16:56.880Z] #39 10.51 DEP images/eventpoll.pb-c.d [2020-09-20T19:16:56.880Z] #39 10.59 PBCC images/eventfd.pb-c.c [2020-09-20T19:16:56.880Z] #39 10.63 DEP images/eventfd.pb-c.d [2020-09-20T19:16:56.880Z] #39 10.67 PBCC images/remap-file-path.pb-c.c [2020-09-20T19:16:56.880Z] #39 10.69 DEP images/remap-file-path.pb-c.d [2020-09-20T19:16:56.880Z] #39 10.74 PBCC images/fifo.pb-c.c [2020-09-20T19:16:56.880Z] #39 10.75 DEP images/fifo.pb-c.d [2020-09-20T19:16:56.880Z] #39 10.78 PBCC images/ghost-file.pb-c.c [2020-09-20T19:16:56.880Z] #39 10.83 DEP images/ghost-file.pb-c.d [2020-09-20T19:16:56.880Z] #39 10.89 PBCC images/regfile.pb-c.c [2020-09-20T19:16:56.880Z] #39 10.95 DEP images/regfile.pb-c.d [2020-09-20T19:16:56.880Z] #39 11.11 PBCC images/ns.pb-c.c [2020-09-20T19:16:56.880Z] #39 11.12 DEP images/ns.pb-c.d [2020-09-20T19:16:56.880Z] #39 11.15 PBCC images/fdinfo.pb-c.c [2020-09-20T19:16:56.880Z] #39 11.19 DEP images/fdinfo.pb-c.d [2020-09-20T19:16:56.880Z] #39 11.24 PBCC images/core-aarch64.pb-c.c [2020-09-20T19:16:56.880Z] #39 11.27 PBCC images/core-arm.pb-c.c [2020-09-20T19:16:56.880Z] #39 11.29 PBCC images/core-ppc64.pb-c.c [2020-09-20T19:16:56.880Z] #39 11.31 PBCC images/core-s390.pb-c.c [2020-09-20T19:16:56.880Z] #39 11.34 PBCC images/core-x86.pb-c.c [2020-09-20T19:16:56.880Z] #39 11.37 PBCC images/core.pb-c.c [2020-09-20T19:16:56.880Z] #39 11.42 PBCC images/inventory.pb-c.c [2020-09-20T19:16:56.880Z] #39 11.46 DEP images/core-aarch64.pb-c.d [2020-09-20T19:16:56.880Z] #39 11.51 DEP images/core-arm.pb-c.d [2020-09-20T19:16:56.880Z] #39 11.56 DEP images/core-ppc64.pb-c.d [2020-09-20T19:16:56.880Z] #39 11.61 DEP images/core-s390.pb-c.d [2020-09-20T19:16:56.880Z] #39 11.64 DEP images/core-x86.pb-c.d [2020-09-20T19:16:56.880Z] #39 11.69 DEP images/core.pb-c.d [2020-09-20T19:16:56.881Z] #39 11.75 DEP images/inventory.pb-c.d [2020-09-20T19:16:56.881Z] #39 11.80 PBCC images/cpuinfo.pb-c.c [2020-09-20T19:16:56.881Z] #39 11.83 DEP images/cpuinfo.pb-c.d [2020-09-20T19:16:56.881Z] #39 11.86 PBCC images/stats.pb-c.c [2020-09-20T19:16:57.057Z] #50 ... [2020-09-20T19:16:57.057Z] [2020-09-20T19:16:57.057Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:16:57.057Z] #48 DONE 127.1s [2020-09-20T19:16:57.057Z] [2020-09-20T19:16:57.057Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:16:57.057Z] #40 53.72 CC compel/src/lib/infect-rpc.o [2020-09-20T19:16:57.057Z] #40 54.16 CC compel/src/lib/infect-util.o [2020-09-20T19:16:57.057Z] #40 54.42 CC compel/src/lib/infect.o [2020-09-20T19:16:57.057Z] #40 57.78 CC compel/src/lib/ptrace.o [2020-09-20T19:16:57.057Z] #40 58.43 AR compel/libcompel.a [2020-09-20T19:16:57.057Z] #40 58.55 HOSTCC compel/src/main-host.o [2020-09-20T19:16:57.057Z] #40 58.87 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2020-09-20T19:16:57.057Z] #40 59.09 HOSTCC compel/src/lib/handle-elf-host.o [2020-09-20T19:16:57.057Z] #40 59.67 HOSTCC compel/src/lib/log-host.o [2020-09-20T19:16:57.057Z] #40 60.06 HOSTLINK compel/compel-host-bin [2020-09-20T19:16:57.057Z] #40 60.28 DEP soccr/soccr.d [2020-09-20T19:16:57.057Z] #40 60.60 CC soccr/soccr.o [2020-09-20T19:16:57.145Z] #39 11.88 DEP images/stats.pb-c.d [2020-09-20T19:16:57.454Z] #39 27.21 CC images/timerfd.o [2020-09-20T19:16:57.714Z] #39 27.47 CC images/mm.o [2020-09-20T19:16:57.810Z] #52 ... [2020-09-20T19:16:57.810Z] [2020-09-20T19:16:57.810Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:16:57.810Z] #39 15.89 PBCC images/core.pb-c.c [2020-09-20T19:16:57.810Z] #39 15.95 PBCC images/inventory.pb-c.c [2020-09-20T19:16:57.810Z] #39 16.08 DEP images/core-aarch64.pb-c.d [2020-09-20T19:16:57.810Z] #39 16.12 DEP images/core-arm.pb-c.d [2020-09-20T19:16:57.810Z] #39 16.18 DEP images/core-ppc64.pb-c.d [2020-09-20T19:16:57.810Z] #39 16.23 DEP images/core-s390.pb-c.d [2020-09-20T19:16:57.810Z] #39 16.30 DEP images/core-x86.pb-c.d [2020-09-20T19:16:57.810Z] #39 16.39 DEP images/core.pb-c.d [2020-09-20T19:16:57.810Z] #39 16.44 DEP images/inventory.pb-c.d [2020-09-20T19:16:57.810Z] #39 16.49 PBCC images/cpuinfo.pb-c.c [2020-09-20T19:16:57.810Z] #39 16.51 DEP images/cpuinfo.pb-c.d [2020-09-20T19:16:57.810Z] #39 16.57 PBCC images/stats.pb-c.c [2020-09-20T19:16:57.810Z] #39 16.61 DEP images/stats.pb-c.d [2020-09-20T19:16:57.810Z] #39 17.95 make[1]: Nothing to be done for 'all'. [2020-09-20T19:16:57.810Z] #39 19.35 CC images/stats.o [2020-09-20T19:16:57.810Z] #39 19.76 CC images/core.o [2020-09-20T19:16:57.810Z] #39 20.34 CC images/core-x86.o [2020-09-20T19:16:57.810Z] #39 20.96 CC images/core-arm.o [2020-09-20T19:16:57.810Z] #39 21.29 CC images/core-aarch64.o [2020-09-20T19:16:57.810Z] #39 21.62 CC images/core-ppc64.o [2020-09-20T19:16:57.810Z] #39 22.19 CC images/core-s390.o [2020-09-20T19:16:57.810Z] #39 22.86 CC images/cpuinfo.o [2020-09-20T19:16:57.810Z] #39 23.41 CC images/inventory.o [2020-09-20T19:16:57.810Z] #39 23.70 CC images/fdinfo.o [2020-09-20T19:16:57.810Z] #39 24.18 CC images/fown.o [2020-09-20T19:16:57.810Z] #39 24.41 CC images/ns.o [2020-09-20T19:16:57.810Z] #39 24.60 CC images/regfile.o [2020-09-20T19:16:57.974Z] #39 27.77 CC images/sk-opts.o [2020-09-20T19:16:58.097Z] #39 12.97 make[1]: Nothing to be done for 'all'. [2020-09-20T19:16:58.239Z] #39 28.10 CC images/sk-unix.o [2020-09-20T19:16:58.374Z] #39 24.79 CC images/ghost-file.o [2020-09-20T19:16:58.374Z] #39 24.97 CC images/fifo.o [2020-09-20T19:16:58.501Z] #39 28.44 CC images/sk-inet.o [2020-09-20T19:16:58.632Z] #39 25.13 CC images/remap-file-path.o [2020-09-20T19:16:58.632Z] #39 25.28 CC images/eventfd.o [2020-09-20T19:16:58.889Z] #39 25.45 CC images/eventpoll.o [2020-09-20T19:16:59.070Z] #39 28.79 CC images/tun.o [2020-09-20T19:16:59.146Z] #39 25.73 CC images/fh.o [2020-09-20T19:16:59.175Z] #40 62.54 AR soccr/libsoccr.a [2020-09-20T19:16:59.175Z] #40 62.62 make[1]: 'soccr/libsoccr.a' is up to date. [2020-09-20T19:16:59.175Z] #40 ... [2020-09-20T19:16:59.175Z] [2020-09-20T19:16:59.175Z] #55 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:16:59.175Z] #55 130.2 + for f in rootlesskit rootlesskit-docker-proxy [2020-09-20T19:16:59.175Z] #55 130.2 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-09-20T19:16:59.331Z] #39 29.12 CC images/sk-netlink.o [2020-09-20T19:16:59.403Z] #39 26.06 CC images/fsnotify.o [2020-09-20T19:16:59.496Z] #39 14.16 CC images/stats.o [2020-09-20T19:16:59.591Z] #39 29.36 CC images/packet-sock.o [2020-09-20T19:16:59.760Z] #39 14.62 CC images/core.o [2020-09-20T19:16:59.851Z] #39 29.70 CC images/ipc-var.o [2020-09-20T19:16:59.851Z] #39 29.93 CC images/ipc-desc.o [2020-09-20T19:16:59.967Z] #39 26.68 CC images/signalfd.o [2020-09-20T19:17:00.108Z] #26 DONE 2.9s [2020-09-20T19:17:00.109Z] [2020-09-20T19:17:00.109Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-09-20T19:17:00.109Z] #29 DONE 0.3s [2020-09-20T19:17:00.109Z] [2020-09-20T19:17:00.109Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:00.109Z] #39 130.0 CC criu/pagemap-cache.o [2020-09-20T19:17:00.109Z] #39 130.5 CC criu/pagemap.o [2020-09-20T19:17:00.109Z] #39 131.5 CC criu/parasite-syscall.o [2020-09-20T19:17:00.109Z] #39 132.8 CC criu/path.o [2020-09-20T19:17:00.109Z] #39 133.1 CC criu/pie-util-vdso-elf32.o [2020-09-20T19:17:00.109Z] #39 133.6 CC criu/pie-util-vdso.o [2020-09-20T19:17:00.109Z] #39 134.1 CC criu/pie-util.o [2020-09-20T19:17:00.109Z] #39 134.3 CC criu/pipes.o [2020-09-20T19:17:00.109Z] #39 135.0 CC criu/plugin.o [2020-09-20T19:17:00.109Z] #39 135.4 CC criu/proc_parse.o [2020-09-20T19:17:00.109Z] #39 ... [2020-09-20T19:17:00.109Z] [2020-09-20T19:17:00.109Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-09-20T19:17:00.109Z] #31 DONE 0.0s [2020-09-20T19:17:00.109Z] [2020-09-20T19:17:00.109Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-09-20T19:17:00.109Z] #34 DONE 0.1s [2020-09-20T19:17:00.109Z] [2020-09-20T19:17:00.109Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:17:00.229Z] #55 ... [2020-09-20T19:17:00.229Z] [2020-09-20T19:17:00.229Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:17:00.229Z] #42 121.4 math/big [2020-09-20T19:17:00.229Z] #42 130.7 github.com/LK4D4/vndr/build [2020-09-20T19:17:00.339Z] #39 15.27 CC images/core-x86.o [2020-09-20T19:17:00.422Z] #39 30.12 CC images/ipc-shm.o [2020-09-20T19:17:00.422Z] #39 30.34 CC images/ipc-msg.o [2020-09-20T19:17:00.531Z] #39 27.17 CC images/fs.o [2020-09-20T19:17:00.540Z] #42 ... [2020-09-20T19:17:00.540Z] [2020-09-20T19:17:00.540Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:00.540Z] #40 63.04 DEP criu/arch/ppc64/sigframe.d [2020-09-20T19:17:00.540Z] #40 63.21 DEP criu/arch/ppc64/crtools.d [2020-09-20T19:17:00.540Z] #40 63.52 DEP criu/arch/ppc64/cpu.d [2020-09-20T19:17:00.540Z] #40 63.72 CC criu/arch/ppc64/cpu.o [2020-09-20T19:17:00.683Z] #39 30.56 CC images/ipc-sem.o [2020-09-20T19:17:00.788Z] #39 27.42 CC images/pstree.o [2020-09-20T19:17:00.843Z] #40 64.36 CC criu/arch/ppc64/crtools.o [2020-09-20T19:17:00.919Z] #39 15.83 CC images/core-arm.o [2020-09-20T19:17:00.943Z] #39 30.71 CC images/utsns.o [2020-09-20T19:17:00.943Z] #39 30.88 CC images/creds.o [2020-09-20T19:17:01.045Z] #39 27.62 CC images/pipe.o [2020-09-20T19:17:01.045Z] #39 27.82 CC images/tcp-stream.o [2020-09-20T19:17:01.203Z] #39 31.09 CC images/vma.o [2020-09-20T19:17:01.303Z] #39 28.00 CC images/sk-packet.o [2020-09-20T19:17:01.303Z] #39 ... [2020-09-20T19:17:01.303Z] [2020-09-20T19:17:01.303Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:17:01.303Z] #41 93.77 encoding/xml [2020-09-20T19:17:01.303Z] #41 94.94 go/doc [2020-09-20T19:17:01.303Z] #41 97.78 github.com/LK4D4/vndr/build [2020-09-20T19:17:01.303Z] #41 99.28 github.com/LK4D4/vndr/versioned [2020-09-20T19:17:01.303Z] #41 99.32 compress/flate [2020-09-20T19:17:01.303Z] #41 100.7 hash/crc32 [2020-09-20T19:17:01.303Z] #41 101.4 net [2020-09-20T19:17:01.303Z] #41 101.9 compress/gzip [2020-09-20T19:17:01.303Z] #41 102.5 vendor/golang.org/x/text/transform [2020-09-20T19:17:01.303Z] #41 103.2 vendor/golang.org/x/text/unicode/bidi [2020-09-20T19:17:01.463Z] #39 31.27 CC images/netdev.o [2020-09-20T19:17:01.497Z] #39 16.20 CC images/core-aarch64.o [2020-09-20T19:17:01.560Z] #41 ... [2020-09-20T19:17:01.560Z] [2020-09-20T19:17:01.560Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-20T19:17:01.560Z] #47 98.01 mvdan.cc/sh/v3/cmd/shfmt [2020-09-20T19:17:01.560Z] #47 DONE 103.9s [2020-09-20T19:17:01.560Z] [2020-09-20T19:17:01.560Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:01.560Z] #39 28.37 CC images/mnt.o [2020-09-20T19:17:01.724Z] #39 31.62 CC images/tty.o [2020-09-20T19:17:01.763Z] #39 16.45 CC images/core-ppc64.o [2020-09-20T19:17:01.922Z] #40 ... [2020-09-20T19:17:01.922Z] [2020-09-20T19:17:01.922Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:17:01.922Z] #18 10.77 Fetched 8162 kB in 10s (784 kB/s) [2020-09-20T19:17:01.922Z] #18 10.77 Reading package lists... [2020-09-20T19:17:01.922Z] #18 15.93 Reading package lists... [2020-09-20T19:17:01.922Z] #18 19.77 Building dependency tree... [2020-09-20T19:17:02.019Z] #45 ... [2020-09-20T19:17:02.019Z] [2020-09-20T19:17:02.019Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:17:02.019Z] #49 86.55 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-09-20T19:17:02.129Z] #39 28.54 CC images/pipe-data.o [2020-09-20T19:17:02.231Z] #18 ... [2020-09-20T19:17:02.231Z] [2020-09-20T19:17:02.231Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:02.231Z] #40 65.64 CC criu/arch/ppc64/sigframe.o [2020-09-20T19:17:02.296Z] #39 32.17 CC images/file-lock.o [2020-09-20T19:17:02.296Z] #39 32.36 CC images/rlimit.o [2020-09-20T19:17:02.342Z] #39 17.34 CC images/core-s390.o [2020-09-20T19:17:02.387Z] #39 28.85 CC images/sa.o [2020-09-20T19:17:02.387Z] #39 29.09 CC images/timer.o [2020-09-20T19:17:02.532Z] #40 66.07 LINK criu/arch/ppc64/crtools.built-in.o [2020-09-20T19:17:02.532Z] #40 66.11 DEP criu/pie/util-vdso.d [2020-09-20T19:17:02.833Z] #40 66.28 DEP criu/pie/util.d [2020-09-20T19:17:02.867Z] #39 32.58 CC images/pagemap.o [2020-09-20T19:17:02.867Z] #39 32.93 CC images/siginfo.o [2020-09-20T19:17:02.921Z] #39 17.86 CC images/cpuinfo.o [2020-09-20T19:17:02.951Z] #39 29.64 CC images/timerfd.o [2020-09-20T19:17:03.135Z] #40 66.51 CC criu/pie/util.o [2020-09-20T19:17:03.208Z] #39 29.90 CC images/mm.o [2020-09-20T19:17:03.438Z] #39 33.27 CC images/rpc.o [2020-09-20T19:17:03.465Z] #39 30.18 CC images/sk-opts.o [2020-09-20T19:17:03.502Z] #39 18.28 CC images/inventory.o [2020-09-20T19:17:03.502Z] #39 18.51 CC images/fdinfo.o [2020-09-20T19:17:03.731Z] #39 30.36 CC images/sk-unix.o [2020-09-20T19:17:03.785Z] #40 66.98 CC criu/pie/util-vdso.o [2020-09-20T19:17:03.942Z] #49 88.58 + mkdir -p /build [2020-09-20T19:17:03.942Z] #49 88.58 + cp runc /build/runc [2020-09-20T19:17:03.942Z] #49 DONE 89.0s [2020-09-20T19:17:03.942Z] [2020-09-20T19:17:03.942Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:03.942Z] #39 137.6 CC criu/protobuf-desc.o [2020-09-20T19:17:03.942Z] #39 138.4 CC criu/protobuf.o [2020-09-20T19:17:03.942Z] #39 138.9 CC criu/pstree.o [2020-09-20T19:17:03.988Z] #39 30.76 CC images/sk-inet.o [2020-09-20T19:17:04.081Z] #39 18.95 CC images/fown.o [2020-09-20T19:17:04.346Z] #39 19.13 CC images/ns.o [2020-09-20T19:17:04.346Z] #39 ... [2020-09-20T19:17:04.346Z] [2020-09-20T19:17:04.346Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:17:04.379Z] #39 34.37 CC images/ext-file.o [2020-09-20T19:17:04.432Z] #40 67.92 AR criu/pie/pie.lib.a [2020-09-20T19:17:04.432Z] #40 67.99 DEP criu/pie/restorer.d [2020-09-20T19:17:04.513Z] #39 140.1 CC criu/rbtree.o [2020-09-20T19:17:04.552Z] #39 31.11 CC images/tun.o [2020-09-20T19:17:04.809Z] #39 31.42 CC images/sk-netlink.o [2020-09-20T19:17:04.949Z] #39 34.59 CC images/cgroup.o [2020-09-20T19:17:05.066Z] #39 31.59 CC images/packet-sock.o [2020-09-20T19:17:05.085Z] #39 140.6 CC criu/rst-malloc.o [2020-09-20T19:17:05.090Z] #40 68.31 DEP criu/arch/ppc64/vdso-trampoline.d [2020-09-20T19:17:05.090Z] #40 68.32 DEP criu/arch/ppc64/restorer.d [2020-09-20T19:17:05.090Z] #40 68.52 DEP criu/arch/ppc64/vdso-pie.d [2020-09-20T19:17:05.090Z] #40 68.67 DEP criu/pie/parasite-vdso.d [2020-09-20T19:17:05.210Z] #39 35.13 CC images/userns.o [2020-09-20T19:17:05.324Z] #39 31.84 CC images/ipc-var.o [2020-09-20T19:17:05.324Z] #39 32.05 CC images/ipc-desc.o [2020-09-20T19:17:05.390Z] #40 68.94 DEP criu/pie/parasite.d [2020-09-20T19:17:05.471Z] #39 35.48 CC images/google/protobuf/descriptor.o [2020-09-20T19:17:05.581Z] #39 32.22 CC images/ipc-shm.o [2020-09-20T19:17:05.581Z] #39 32.35 CC images/ipc-msg.o [2020-09-20T19:17:05.655Z] #39 141.0 CC criu/seccomp.o [2020-09-20T19:17:05.690Z] #40 69.23 CC criu/pie/parasite.o [2020-09-20T19:17:05.838Z] #39 32.64 CC images/ipc-sem.o [2020-09-20T19:17:05.916Z] #39 141.5 CC criu/seize.o [2020-09-20T19:17:06.403Z] #39 32.82 CC images/utsns.o [2020-09-20T19:17:06.403Z] #39 32.98 CC images/creds.o [2020-09-20T19:17:06.660Z] #39 33.23 CC images/vma.o [2020-09-20T19:17:06.856Z] #39 ... [2020-09-20T19:17:06.856Z] [2020-09-20T19:17:06.856Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:17:06.856Z] #41 102.9 vendor/golang.org/x/sys/cpu [2020-09-20T19:17:06.856Z] #41 103.3 vendor/golang.org/x/crypto/chacha20poly1305 [2020-09-20T19:17:06.856Z] #41 104.6 vendor/golang.org/x/crypto/hkdf [2020-09-20T19:17:06.856Z] #41 104.8 vendor/golang.org/x/text/transform [2020-09-20T19:17:06.856Z] #41 105.4 vendor/golang.org/x/text/unicode/bidi [2020-09-20T19:17:06.856Z] #41 106.9 vendor/golang.org/x/text/secure/bidirule [2020-09-20T19:17:06.856Z] #41 107.2 vendor/golang.org/x/text/unicode/norm [2020-09-20T19:17:06.856Z] #41 111.1 vendor/golang.org/x/net/idna [2020-09-20T19:17:06.858Z] #39 142.3 CC criu/servicefd.o [2020-09-20T19:17:06.917Z] #39 33.45 CC images/netdev.o [2020-09-20T19:17:07.117Z] #41 113.0 vendor/golang.org/x/net/http2/hpack [2020-09-20T19:17:07.117Z] #41 ... [2020-09-20T19:17:07.117Z] [2020-09-20T19:17:07.117Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:17:07.117Z] #54 113.2 + for f in rootlesskit rootlesskit-docker-proxy [2020-09-20T19:17:07.119Z] #39 ... [2020-09-20T19:17:07.119Z] [2020-09-20T19:17:07.119Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-20T19:17:07.119Z] #36 DONE 213.4s [2020-09-20T19:17:07.175Z] #39 33.77 CC images/tty.o [2020-09-20T19:17:07.289Z] #40 ... [2020-09-20T19:17:07.289Z] [2020-09-20T19:17:07.289Z] #55 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:17:07.289Z] #55 DONE 138.1s [2020-09-20T19:17:07.289Z] [2020-09-20T19:17:07.289Z] #56 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-09-20T19:17:07.289Z] #56 DONE 0.1s [2020-09-20T19:17:07.289Z] [2020-09-20T19:17:07.289Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:17:07.289Z] #18 21.44 libcap2-bin is already the newest version (1:2.25-2). [2020-09-20T19:17:07.289Z] #18 21.44 The following additional packages will be installed: [2020-09-20T19:17:07.289Z] #18 21.44 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-09-20T19:17:07.289Z] #18 21.44 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-09-20T19:17:07.289Z] #18 21.44 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-09-20T19:17:07.289Z] #18 21.44 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-09-20T19:17:07.289Z] #18 21.44 python3.7 python3.7-minimal vim-runtime xxd [2020-09-20T19:17:07.289Z] #18 21.45 Suggested packages: [2020-09-20T19:17:07.289Z] #18 21.45 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-09-20T19:17:07.289Z] #18 21.45 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-09-20T19:17:07.289Z] #18 21.45 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-09-20T19:17:07.289Z] #18 21.45 Recommended packages: [2020-09-20T19:17:07.289Z] #18 21.45 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-09-20T19:17:07.289Z] #18 21.45 python3-keyrings.alt python3-xdg unzip [2020-09-20T19:17:07.289Z] #18 23.59 The following NEW packages will be installed: [2020-09-20T19:17:07.289Z] #18 23.59 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-09-20T19:17:07.289Z] #18 23.59 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-09-20T19:17:07.289Z] #18 23.59 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-09-20T19:17:07.289Z] #18 23.59 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-09-20T19:17:07.289Z] #18 23.59 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-09-20T19:17:07.289Z] #18 23.59 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-09-20T19:17:07.289Z] #18 23.59 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-09-20T19:17:07.289Z] #18 23.59 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-09-20T19:17:07.289Z] #18 23.59 xz-utils zip [2020-09-20T19:17:07.289Z] #18 23.69 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2020-09-20T19:17:07.289Z] #18 23.69 Need to get 29.2 MB of archives. [2020-09-20T19:17:07.289Z] #18 23.69 After this operation, 134 MB of additional disk space will be used. [2020-09-20T19:17:07.289Z] #18 23.69 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el pigz ppc64el 2.4-1 [53.3 kB] [2020-09-20T19:17:07.289Z] #18 23.73 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-minimal ppc64el 3.7.3-2+deb10u2 [593 kB] [2020-09-20T19:17:07.289Z] #18 23.80 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7-minimal ppc64el 3.7.3-2+deb10u2 [2023 kB] [2020-09-20T19:17:07.289Z] #18 23.95 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-minimal ppc64el 3.7.3-1 [36.6 kB] [2020-09-20T19:17:07.289Z] #18 23.95 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libmpdec2 ppc64el 2.4.2-2 [84.6 kB] [2020-09-20T19:17:07.289Z] #18 23.96 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-stdlib ppc64el 3.7.3-2+deb10u2 [1794 kB] [2020-09-20T19:17:07.289Z] #18 24.10 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7 ppc64el 3.7.3-2+deb10u2 [330 kB] [2020-09-20T19:17:07.289Z] #18 24.14 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3-stdlib ppc64el 3.7.3-1 [20.0 kB] [2020-09-20T19:17:07.289Z] #18 24.14 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3 ppc64el 3.7.3-1 [61.5 kB] [2020-09-20T19:17:07.289Z] #18 24.16 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip4tc0 ppc64el 1.8.2-4 [73.3 kB] [2020-09-20T19:17:07.289Z] #18 24.16 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip6tc0 ppc64el 1.8.2-4 [73.7 kB] [2020-09-20T19:17:07.289Z] #18 24.17 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libiptc0 ppc64el 1.8.2-4 [59.8 kB] [2020-09-20T19:17:07.289Z] #18 24.18 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnfnetlink0 ppc64el 1.0.1-3+b1 [12.8 kB] [2020-09-20T19:17:07.289Z] #18 24.19 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.7-1 [38.8 kB] [2020-09-20T19:17:07.289Z] #18 24.20 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnftnl11 ppc64el 1.1.2-2 [61.5 kB] [2020-09-20T19:17:07.289Z] #18 24.20 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el iptables ppc64el 1.8.2-4 [437 kB] [2020-09-20T19:17:07.289Z] #18 24.24 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-09-20T19:17:07.289Z] #18 24.25 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-09-20T19:17:07.289Z] #18 24.28 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bash-completion all 1:2.8-6 [208 kB] [2020-09-20T19:17:07.289Z] #18 24.30 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bzip2 ppc64el 1.0.6-9.2~deb10u1 [49.7 kB] [2020-09-20T19:17:07.289Z] #18 24.30 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xz-utils ppc64el 5.2.4-1 [186 kB] [2020-09-20T19:17:07.289Z] #18 24.32 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el apparmor ppc64el 2.13.2-10 [584 kB] [2020-09-20T19:17:07.289Z] #18 24.37 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el aufs-tools ppc64el 1:4.14+20190211-1 [107 kB] [2020-09-20T19:17:07.289Z] #18 24.38 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-09-20T19:17:07.289Z] #18 24.39 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-09-20T19:17:07.289Z] #18 24.42 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-09-20T19:17:07.289Z] #18 24.42 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libaio1 ppc64el 0.3.112-3 [11.6 kB] [2020-09-20T19:17:07.289Z] #18 24.43 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgpm2 ppc64el 1.20.7-5 [35.4 kB] [2020-09-20T19:17:07.289Z] #18 24.44 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2020-09-20T19:17:07.289Z] #18 25.02 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2020-09-20T19:17:07.289Z] #18 25.02 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2020-09-20T19:17:07.289Z] #18 25.03 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2020-09-20T19:17:07.289Z] #18 25.03 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b13 [129 kB] [2020-09-20T19:17:07.289Z] #18 25.05 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el net-tools ppc64el 1.60+git20180626.aebd88e-1 [265 kB] [2020-09-20T19:17:07.289Z] #18 25.08 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pip-whl all 18.1-5 [1591 kB] [2020-09-20T19:17:07.289Z] #18 25.23 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-09-20T19:17:07.289Z] #18 25.25 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-distutils all 3.7.3-1 [142 kB] [2020-09-20T19:17:07.289Z] #18 25.28 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pip all 18.1-5 [171 kB] [2020-09-20T19:17:07.289Z] #18 25.29 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pkg-resources all 40.8.0-1 [153 kB] [2020-09-20T19:17:07.289Z] #18 25.37 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-setuptools all 40.8.0-1 [306 kB] [2020-09-20T19:17:07.290Z] #18 25.37 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-wheel all 0.32.3-2 [19.4 kB] [2020-09-20T19:17:07.290Z] #18 25.39 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el sudo ppc64el 1.8.27-1+deb10u2 [1230 kB] [2020-09-20T19:17:07.290Z] #18 25.52 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el thin-provisioning-tools ppc64el 0.7.6-2.1 [350 kB] [2020-09-20T19:17:07.290Z] #18 25.54 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el uidmap ppc64el 1:4.5-1.1 [261 kB] [2020-09-20T19:17:07.290Z] #18 25.57 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-09-20T19:17:07.290Z] #18 25.93 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim ppc64el 2:8.1.0875-5 [1346 kB] [2020-09-20T19:17:07.290Z] #18 26.03 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xfsprogs ppc64el 4.20.0-1 [961 kB] [2020-09-20T19:17:07.290Z] #18 ... [2020-09-20T19:17:07.290Z] [2020-09-20T19:17:07.290Z] #57 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-09-20T19:17:07.290Z] #57 DONE 0.2s [2020-09-20T19:17:07.290Z] [2020-09-20T19:17:07.290Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:17:07.290Z] #18 26.13 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2020-09-20T19:17:07.378Z] #54 113.2 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-09-20T19:17:07.378Z] [2020-09-20T19:17:07.378Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:07.378Z] #39 142.8 CC criu/shmem.o [2020-09-20T19:17:07.565Z] #21 103.8 Checking out files: 25% (2748/10922) Checking out files: 26% (2840/10922) Checking out files: 27% (2949/10922) Checking out files: 28% (3059/10922) Checking out files: 29% (3168/10922) Checking out files: 30% (3277/10922) Checking out files: 31% (3386/10922) Checking out files: 32% (3496/10922) Checking out files: 33% (3605/10922) Checking out files: 34% (3714/10922) Checking out files: 35% (3823/10922) Checking out files: 36% (3932/10922) Checking out files: 37% (4042/10922) Checking out files: 38% (4151/10922) Checking out files: 39% (4260/10922) Checking out files: 40% (4369/10922) Checking out files: 41% (4479/10922) Checking out files: 42% (4588/10922) Checking out files: 43% (4697/10922) Checking out files: 44% (4806/10922) Checking out files: 45% (4915/10922) Checking out files: 45% (5023/10922) Checking out files: 46% (5025/10922) Checking out files: 47% (5134/10922) Checking out files: 48% (5243/10922) Checking out files: 49% (5352/10922) Checking out files: 50% (5461/10922) Checking out files: 51% (5571/10922) Checking out files: 52% (5680/10922) Checking out files: 53% (5789/10922) Checking out files: 54% (5898/10922) Checking out files: 55% (6008/10922) Checking out files: 56% (6117/10922) Checking out files: 57% (6226/10922) Checking out files: 58% (6335/10922) Checking out files: 59% (6444/10922) Checking out files: 60% (6554/10922) Checking out files: 61% (6663/10922) Checking out files: 62% (6772/10922) Checking out files: 63% (6881/10922) Checking out files: 64% (6991/10922) Checking out files: 65% (7100/10922) Checking out files: 66% (7209/10922) Checking out files: 67% (7318/10922) Checking out files: 68% (7427/10922) Checking out files: 69% (7537/10922) Checking out files: 70% (7646/10922) Checking out files: 71% (7755/10922) Checking out files: 72% (7864/10922) Checking out files: 73% (7974/10922) Checking out files: 74% (8083/10922) Checking out files: 75% (8192/10922) Checking out files: 75% (8246/10922) Checking out files: 76% (8301/10922) Checking out files: 77% (8410/10922) Checking out files: 78% (8520/10922) Checking out files: 79% (8629/10922) Checking out files: 80% (8738/10922) Checking out files: 81% (8847/10922) Checking out files: 82% (8957/10922) Checking out files: 83% (9066/10922) Checking out files: 84% (9175/10922) Checking out files: 85% (9284/10922) Checking out files: 86% (9393/10922) Checking out files: 87% (9503/10922) Checking out files: 88% (9612/10922) Checking out files: 89% (9721/10922) Checking out files: 90% (9830/10922) Checking out files: 91% (9940/10922) Checking out files: 92% (10049/10922) Checking out files: 93% (10158/10922) Checking out files: 94% (10267/10922) Checking out files: 95% (10376/10922) Checking out files: 96% (10486/10922) Checking out files: 97% (10595/10922) Checking out files: 98% (10704/10922) Checking out files: 99% (10813/10922) Checking out files: 100% (10922/10922) Checking out files: 100% (10922/10922), done. [2020-09-20T19:17:07.565Z] #21 106.7 + cd /tmp/tmp.e1S5LeBT2Y/tmp/docker-ce [2020-09-20T19:17:07.565Z] #21 106.7 + git checkout -q v17.06.2-ce [2020-09-20T19:17:07.565Z] #21 ... [2020-09-20T19:17:07.565Z] [2020-09-20T19:17:07.565Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:17:07.565Z] #10 96.83 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-09-20T19:17:07.565Z] #10 96.84 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-09-20T19:17:07.565Z] #10 96.85 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-20T19:17:07.565Z] #10 ... [2020-09-20T19:17:07.565Z] [2020-09-20T19:17:07.565Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:07.565Z] #39 19.43 CC images/regfile.o [2020-09-20T19:17:07.565Z] #39 19.77 CC images/ghost-file.o [2020-09-20T19:17:07.565Z] #39 20.06 CC images/fifo.o [2020-09-20T19:17:07.565Z] #39 20.17 CC images/remap-file-path.o [2020-09-20T19:17:07.565Z] #39 20.38 CC images/eventfd.o [2020-09-20T19:17:07.565Z] #39 20.60 CC images/eventpoll.o [2020-09-20T19:17:07.565Z] #39 21.04 CC images/fh.o [2020-09-20T19:17:07.565Z] #39 21.36 CC images/fsnotify.o [2020-09-20T19:17:07.565Z] #39 21.84 CC images/signalfd.o [2020-09-20T19:17:07.565Z] #39 21.94 CC images/fs.o [2020-09-20T19:17:07.565Z] #39 22.05 CC images/pstree.o [2020-09-20T19:17:07.565Z] #39 22.17 CC images/pipe.o [2020-09-20T19:17:07.565Z] #39 22.44 CC images/tcp-stream.o [2020-09-20T19:17:07.592Z] #18 ... [2020-09-20T19:17:07.592Z] [2020-09-20T19:17:07.592Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:07.592Z] #40 71.00 LINK criu/pie/parasite.built-in.o [2020-09-20T19:17:07.592Z] #40 71.01 GEN criu/pie/parasite-blob.h [2020-09-20T19:17:07.592Z] #40 71.06 CC criu/pie/parasite-vdso.o [2020-09-20T19:17:07.740Z] #39 34.31 CC images/file-lock.o [2020-09-20T19:17:07.830Z] #39 22.60 CC images/sk-packet.o [2020-09-20T19:17:07.830Z] #39 22.79 CC images/mnt.o [2020-09-20T19:17:07.998Z] #39 34.45 CC images/rlimit.o [2020-09-20T19:17:08.102Z] #39 23.00 CC images/pipe-data.o [2020-09-20T19:17:08.255Z] #39 34.77 CC images/pagemap.o [2020-09-20T19:17:08.319Z] #39 143.7 CC criu/sigframe.o [2020-09-20T19:17:08.319Z] #39 143.9 CC criu/signalfd.o [2020-09-20T19:17:08.367Z] #39 ... [2020-09-20T19:17:08.367Z] [2020-09-20T19:17:08.367Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:17:08.367Z] #41 98.07 github.com/LK4D4/vndr/godl [2020-09-20T19:17:08.367Z] #41 98.73 github.com/LK4D4/vndr [2020-09-20T19:17:08.367Z] #41 DONE 107.7s [2020-09-20T19:17:08.367Z] [2020-09-20T19:17:08.367Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-20T19:17:08.367Z] #28 DONE 107.5s [2020-09-20T19:17:08.367Z] [2020-09-20T19:17:08.367Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:08.367Z] #39 23.25 CC images/sa.o [2020-09-20T19:17:08.512Z] #39 35.04 CC images/siginfo.o [2020-09-20T19:17:08.512Z] #39 35.31 CC images/rpc.o [2020-09-20T19:17:08.579Z] #39 144.2 CC criu/sk-inet.o [2020-09-20T19:17:08.631Z] #39 23.45 CC images/timer.o [2020-09-20T19:17:08.762Z] #54 ... [2020-09-20T19:17:08.763Z] [2020-09-20T19:17:08.763Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:17:08.763Z] #10 104.8 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-09-20T19:17:08.763Z] #10 104.8 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-09-20T19:17:08.763Z] #10 104.8 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-20T19:17:08.895Z] #39 23.63 CC images/timerfd.o [2020-09-20T19:17:09.023Z] #10 ... [2020-09-20T19:17:09.024Z] [2020-09-20T19:17:09.024Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:09.024Z] #39 37.23 CC images/opts.o [2020-09-20T19:17:09.024Z] #39 37.39 CC images/seccomp.o [2020-09-20T19:17:09.024Z] #39 37.64 CC images/binfmt-misc.o [2020-09-20T19:17:09.024Z] #39 37.84 CC images/time.o [2020-09-20T19:17:09.024Z] #39 38.06 CC images/sysctl.o [2020-09-20T19:17:09.024Z] #39 38.31 CC images/autofs.o [2020-09-20T19:17:09.024Z] #39 38.48 CC images/macvlan.o [2020-09-20T19:17:09.024Z] #39 38.74 CC images/sit.o [2020-09-20T19:17:09.024Z] #39 39.02 CC images/memfd.o [2020-09-20T19:17:09.135Z] #40 72.35 CC criu/arch/ppc64/vdso-pie.o [2020-09-20T19:17:09.149Z] #39 ... [2020-09-20T19:17:09.149Z] [2020-09-20T19:17:09.149Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-09-20T19:17:09.149Z] #37 DONE 0.4s [2020-09-20T19:17:09.160Z] #39 23.97 CC images/mm.o [2020-09-20T19:17:09.409Z] [2020-09-20T19:17:09.409Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:17:09.409Z] #52 ... [2020-09-20T19:17:09.409Z] [2020-09-20T19:17:09.409Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:09.409Z] #39 145.1 CC criu/sk-netlink.o [2020-09-20T19:17:09.424Z] #39 24.36 CC images/sk-opts.o [2020-09-20T19:17:09.433Z] #40 72.80 CC criu/arch/ppc64/restorer.o [2020-09-20T19:17:09.600Z] #39 39.33 CC images/timens.o [2020-09-20T19:17:09.600Z] #39 39.60 LINK images/built-in.o [2020-09-20T19:17:09.688Z] #39 24.64 CC images/sk-unix.o [2020-09-20T19:17:09.731Z] #40 73.25 CC criu/arch/ppc64/vdso-trampoline.o [2020-09-20T19:17:09.731Z] #40 73.29 CC criu/pie/restorer.o [2020-09-20T19:17:09.861Z] #39 39.81 GEN compel/include/asm [2020-09-20T19:17:09.861Z] #39 39.86 GEN compel/include/version.h [2020-09-20T19:17:09.884Z] #39 36.60 CC images/ext-file.o [2020-09-20T19:17:09.952Z] #39 24.78 CC images/sk-inet.o [2020-09-20T19:17:09.978Z] #39 145.4 CC criu/sk-packet.o [2020-09-20T19:17:10.123Z] #39 39.86 touch .config [2020-09-20T19:17:10.123Z] #39 39.92 GEN include/common/config.h [2020-09-20T19:17:10.123Z] #39 39.99 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-09-20T19:17:10.123Z] #39 40.02 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-09-20T19:17:10.123Z] #39 40.04 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-09-20T19:17:10.123Z] #39 40.06 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-09-20T19:17:10.123Z] #39 40.09 DEP compel/arch/x86/plugins/std/memcpy.d [2020-09-20T19:17:10.144Z] #39 36.78 CC images/cgroup.o [2020-09-20T19:17:10.219Z] #39 25.10 CC images/tun.o [2020-09-20T19:17:10.239Z] #39 145.8 CC criu/sk-queue.o [2020-09-20T19:17:10.384Z] #39 40.13 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-09-20T19:17:10.384Z] #39 40.15 GEN compel/plugins/include/uapi/std/syscall.h [2020-09-20T19:17:10.384Z] #39 40.19 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-09-20T19:17:10.384Z] #39 40.20 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-09-20T19:17:10.384Z] #39 40.23 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-09-20T19:17:10.384Z] #39 40.23 DEP compel/plugins/std/infect.d [2020-09-20T19:17:10.498Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-09-20T19:17:10.498Z] ok github.com/docker/docker/api/server/httputils 0.002s coverage: 14.7% of statements [2020-09-20T19:17:10.498Z] ok github.com/docker/docker/api/server/middleware 0.013s coverage: 37.7% of statements [2020-09-20T19:17:10.498Z] ? github.com/docker/docker/api/server/router [no test files] [2020-09-20T19:17:10.498Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-09-20T19:17:10.498Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-09-20T19:17:10.498Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-09-20T19:17:10.498Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-09-20T19:17:10.498Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-09-20T19:17:10.498Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-09-20T19:17:10.498Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-09-20T19:17:10.498Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-09-20T19:17:10.498Z] #39 146.1 CC criu/sk-tcp.o [2020-09-20T19:17:10.520Z] #39 25.36 CC images/sk-netlink.o [2020-09-20T19:17:10.645Z] #39 40.39 DEP compel/plugins/std/string.d [2020-09-20T19:17:10.645Z] #39 40.48 DEP compel/plugins/std/log.d [2020-09-20T19:17:10.645Z] #39 40.55 DEP compel/plugins/std/fds.d [2020-09-20T19:17:10.785Z] #39 25.66 CC images/packet-sock.o [2020-09-20T19:17:10.789Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-09-20T19:17:10.789Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-09-20T19:17:10.789Z] ok github.com/docker/docker/api/server/router/swarm 0.002s coverage: 5.7% of statements [2020-09-20T19:17:10.906Z] #39 40.65 DEP compel/plugins/std/std.d [2020-09-20T19:17:10.906Z] #39 40.74 DEP compel/plugins/shmem/shmem.d [2020-09-20T19:17:10.906Z] #39 40.86 DEP compel/plugins/fds/fds.d [2020-09-20T19:17:11.049Z] #39 25.92 CC images/ipc-var.o [2020-09-20T19:17:11.049Z] #39 26.05 CC images/ipc-desc.o [2020-09-20T19:17:11.068Z] #39 146.5 CC criu/sk-unix.o [2020-09-20T19:17:11.075Z] #39 37.43 CC images/userns.o [2020-09-20T19:17:11.075Z] #39 37.67 CC images/google/protobuf/descriptor.o [2020-09-20T19:17:11.082Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-09-20T19:17:11.082Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-09-20T19:17:11.082Z] ? github.com/docker/docker/api/types [no test files] [2020-09-20T19:17:11.082Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-09-20T19:17:11.082Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-09-20T19:17:11.082Z] ? github.com/docker/docker/api/types/container [no test files] [2020-09-20T19:17:11.082Z] ? github.com/docker/docker/api/types/events [no test files] [2020-09-20T19:17:11.167Z] #39 41.02 CC compel/plugins/std/std.o [2020-09-20T19:17:11.314Z] #39 26.20 CC images/ipc-shm.o [2020-09-20T19:17:11.375Z] ok github.com/docker/docker/api/types/filters 0.006s coverage: 92.2% of statements [2020-09-20T19:17:11.375Z] ? github.com/docker/docker/api/types/image [no test files] [2020-09-20T19:17:11.375Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-09-20T19:17:11.375Z] ? github.com/docker/docker/api/types/network [no test files] [2020-09-20T19:17:11.375Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-09-20T19:17:11.375Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-09-20T19:17:11.375Z] ok github.com/docker/docker/api/types/strslice 0.003s coverage: 90.0% of statements [2020-09-20T19:17:11.375Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-09-20T19:17:11.375Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-09-20T19:17:11.428Z] #39 41.23 CC compel/plugins/std/fds.o [2020-09-20T19:17:11.579Z] #39 26.35 CC images/ipc-msg.o [2020-09-20T19:17:11.579Z] #39 26.58 CC images/ipc-sem.o [2020-09-20T19:17:11.666Z] ok github.com/docker/docker/api/types/time 0.001s coverage: 100.0% of statements [2020-09-20T19:17:11.667Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 75.0% of statements [2020-09-20T19:17:11.667Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-09-20T19:17:11.667Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-09-20T19:17:11.667Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-09-20T19:17:11.667Z] ? github.com/docker/docker/builder [no test files] [2020-09-20T19:17:11.667Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-09-20T19:17:11.667Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-09-20T19:17:11.667Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-09-20T19:17:11.667Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-09-20T19:17:11.667Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-09-20T19:17:11.667Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-09-20T19:17:11.667Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-09-20T19:17:11.689Z] #39 41.69 CC compel/plugins/std/log.o [2020-09-20T19:17:11.843Z] #39 26.72 CC images/utsns.o [2020-09-20T19:17:12.005Z] #39 ... [2020-09-20T19:17:12.005Z] [2020-09-20T19:17:12.005Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:17:12.005Z] #54 114.1 + for f in rootlesskit rootlesskit-docker-proxy [2020-09-20T19:17:12.005Z] #54 114.1 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-09-20T19:17:12.008Z] #39 147.7 CC criu/sockets.o [2020-09-20T19:17:12.109Z] #39 26.88 CC images/creds.o [2020-09-20T19:17:12.109Z] #39 26.99 CC images/vma.o [2020-09-20T19:17:12.300Z] ok github.com/docker/docker/builder/dockerignore 0.001s coverage: 96.8% of statements [2020-09-20T19:17:12.374Z] #39 27.14 CC images/netdev.o [2020-09-20T19:17:12.577Z] #39 148.3 CC criu/stats.o [2020-09-20T19:17:12.630Z] #39 42.57 CC compel/plugins/std/string.o [2020-09-20T19:17:12.638Z] #39 27.48 CC images/tty.o [2020-09-20T19:17:12.837Z] #39 148.4 CC criu/string.o [2020-09-20T19:17:12.837Z] #39 148.5 CC criu/sysctl.o [2020-09-20T19:17:12.902Z] #39 27.84 CC images/file-lock.o [2020-09-20T19:17:13.167Z] #39 28.00 CC images/rlimit.o [2020-09-20T19:17:13.201Z] #39 43.12 CC compel/plugins/std/infect.o [2020-09-20T19:17:13.201Z] #39 ... [2020-09-20T19:17:13.201Z] [2020-09-20T19:17:13.201Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:17:13.201Z] #10 119.0 Selecting previously unselected package libapparmor1:amd64. [2020-09-20T19:17:13.201Z] #10 119.0 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-09-20T19:17:13.201Z] #10 119.0 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-09-20T19:17:13.201Z] #10 119.1 Selecting previously unselected package libapparmor-dev:amd64. [2020-09-20T19:17:13.201Z] #10 119.1 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-09-20T19:17:13.201Z] #10 119.1 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-09-20T19:17:13.201Z] #10 119.3 Selecting previously unselected package libbtrfs0. [2020-09-20T19:17:13.201Z] #10 119.3 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-09-20T19:17:13.201Z] #10 119.3 Unpacking libbtrfs0 (4.20.1-2) ... [2020-09-20T19:17:13.303Z] #40 ... [2020-09-20T19:17:13.303Z] [2020-09-20T19:17:13.303Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:17:13.303Z] #42 133.9 vendor/golang.org/x/text/secure/bidirule [2020-09-20T19:17:13.303Z] #42 134.7 vendor/golang.org/x/text/unicode/norm [2020-09-20T19:17:13.303Z] #42 141.0 vendor/golang.org/x/net/http2/hpack [2020-09-20T19:17:13.303Z] #42 ... [2020-09-20T19:17:13.303Z] [2020-09-20T19:17:13.303Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:13.303Z] #40 76.45 LINK criu/pie/restorer.built-in.o [2020-09-20T19:17:13.303Z] #40 76.47 GEN criu/pie/restorer-blob.h [2020-09-20T19:17:13.303Z] #40 76.68 DEP criu/vdso.d [2020-09-20T19:17:13.375Z] #54 ... [2020-09-20T19:17:13.375Z] [2020-09-20T19:17:13.375Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:17:13.375Z] #41 105.5 vendor/golang.org/x/text/secure/bidirule [2020-09-20T19:17:13.375Z] #41 105.7 vendor/golang.org/x/text/unicode/norm [2020-09-20T19:17:13.375Z] #41 109.1 vendor/golang.org/x/net/idna [2020-09-20T19:17:13.375Z] #41 111.3 vendor/golang.org/x/net/http2/hpack [2020-09-20T19:17:13.375Z] #41 112.3 mime [2020-09-20T19:17:13.375Z] #41 113.9 mime/quotedprintable [2020-09-20T19:17:13.375Z] #41 114.2 net/http/internal [2020-09-20T19:17:13.375Z] #41 ... [2020-09-20T19:17:13.375Z] [2020-09-20T19:17:13.376Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:13.376Z] #39 39.37 CC images/opts.o [2020-09-20T19:17:13.376Z] #39 39.60 CC images/seccomp.o [2020-09-20T19:17:13.376Z] #39 39.83 CC images/binfmt-misc.o [2020-09-20T19:17:13.376Z] #39 40.08 CC images/time.o [2020-09-20T19:17:13.407Z] #39 148.9 CC criu/sysfs_parse.o [2020-09-20T19:17:13.432Z] #39 28.16 CC images/pagemap.o [2020-09-20T19:17:13.432Z] #39 28.30 CC images/siginfo.o [2020-09-20T19:17:13.462Z] #10 119.4 Selecting previously unselected package libbtrfs-dev. [2020-09-20T19:17:13.462Z] #10 119.4 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-09-20T19:17:13.462Z] #10 119.4 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-09-20T19:17:13.602Z] #40 76.95 DEP criu/uts_ns.d [2020-09-20T19:17:13.602Z] #40 77.08 DEP criu/util.d [2020-09-20T19:17:13.667Z] #39 149.1 CC criu/timens.o [2020-09-20T19:17:13.667Z] #39 149.3 CC criu/timerfd.o [2020-09-20T19:17:13.696Z] #39 28.46 CC images/rpc.o [2020-09-20T19:17:13.724Z] #10 119.6 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-09-20T19:17:13.724Z] #10 119.7 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-09-20T19:17:13.724Z] #10 119.7 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-09-20T19:17:13.899Z] #40 77.34 DEP criu/uffd.d [2020-09-20T19:17:13.927Z] #39 149.5 CC criu/tty.o [2020-09-20T19:17:13.939Z] #39 40.36 CC images/sysctl.o [2020-09-20T19:17:13.939Z] #39 40.57 CC images/autofs.o [2020-09-20T19:17:13.993Z] #10 ... [2020-09-20T19:17:13.993Z] [2020-09-20T19:17:13.993Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:17:13.993Z] #54 DONE 119.9s [2020-09-20T19:17:13.993Z] [2020-09-20T19:17:13.993Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-09-20T19:17:13.993Z] #55 DONE 0.1s [2020-09-20T19:17:13.993Z] [2020-09-20T19:17:13.993Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:17:13.993Z] #10 119.9 Selecting previously unselected package libudev-dev:amd64. [2020-09-20T19:17:13.993Z] #10 119.9 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ... [2020-09-20T19:17:13.993Z] #10 120.0 Unpacking libudev-dev:amd64 (241-7~deb10u4) ... [2020-09-20T19:17:13.993Z] #10 ... [2020-09-20T19:17:13.993Z] [2020-09-20T19:17:13.993Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-09-20T19:17:13.993Z] #56 DONE 0.1s [2020-09-20T19:17:14.195Z] #39 40.77 CC images/macvlan.o [2020-09-20T19:17:14.195Z] #39 40.92 CC images/sit.o [2020-09-20T19:17:14.195Z] #39 ... [2020-09-20T19:17:14.195Z] [2020-09-20T19:17:14.195Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:17:14.195Z] #10 106.5 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-09-20T19:17:14.195Z] #10 106.5 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-09-20T19:17:14.195Z] #10 106.5 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-20T19:17:14.198Z] #40 77.57 DEP criu/tun.d [2020-09-20T19:17:14.253Z] [2020-09-20T19:17:14.253Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:14.253Z] #39 43.52 CC compel/arch/x86/plugins/std/parasite-head.o [2020-09-20T19:17:14.253Z] #39 43.58 CC compel/arch/x86/plugins/std/memcpy.o [2020-09-20T19:17:14.253Z] #39 43.62 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-09-20T19:17:14.253Z] #39 43.67 AR compel/plugins/std.lib.a [2020-09-20T19:17:14.253Z] #39 43.72 CC compel/plugins/fds/fds.o [2020-09-20T19:17:14.253Z] #39 44.07 AR compel/plugins/fds.lib.a [2020-09-20T19:17:14.253Z] #39 44.21 HOSTDEP compel/src/lib/log-host.d [2020-09-20T19:17:14.274Z] #39 ... [2020-09-20T19:17:14.274Z] [2020-09-20T19:17:14.274Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:17:14.274Z] #10 110.5 Selecting previously unselected package libapparmor1:arm64. [2020-09-20T19:17:14.274Z] #10 110.6 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ... [2020-09-20T19:17:14.274Z] #10 110.6 Unpacking libapparmor1:arm64 (2.13.2-10) ... [2020-09-20T19:17:14.274Z] #10 110.7 Selecting previously unselected package libapparmor-dev:arm64. [2020-09-20T19:17:14.274Z] #10 110.7 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ... [2020-09-20T19:17:14.274Z] #10 110.7 Unpacking libapparmor-dev:arm64 (2.13.2-10) ... [2020-09-20T19:17:14.274Z] #10 110.9 Selecting previously unselected package libbtrfs0. [2020-09-20T19:17:14.274Z] #10 110.9 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ... [2020-09-20T19:17:14.274Z] #10 110.9 Unpacking libbtrfs0 (4.20.1-2) ... [2020-09-20T19:17:14.274Z] #10 111.0 Selecting previously unselected package libbtrfs-dev. [2020-09-20T19:17:14.274Z] #10 111.0 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ... [2020-09-20T19:17:14.274Z] #10 111.0 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-09-20T19:17:14.274Z] #10 111.1 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2020-09-20T19:17:14.274Z] #10 111.1 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ... [2020-09-20T19:17:14.274Z] #10 111.1 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2020-09-20T19:17:14.274Z] #10 111.2 Selecting previously unselected package libudev-dev:arm64. [2020-09-20T19:17:14.274Z] #10 111.2 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_arm64.deb ... [2020-09-20T19:17:14.274Z] #10 111.3 Unpacking libudev-dev:arm64 (241-7~deb10u4) ... [2020-09-20T19:17:14.274Z] #10 111.4 Selecting previously unselected package libsepol1-dev:arm64. [2020-09-20T19:17:14.274Z] #10 111.4 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ... [2020-09-20T19:17:14.274Z] #10 111.4 Unpacking libsepol1-dev:arm64 (2.8-1) ... [2020-09-20T19:17:14.274Z] #10 111.7 Selecting previously unselected package libpcre16-3:arm64. [2020-09-20T19:17:14.274Z] #10 111.7 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ... [2020-09-20T19:17:14.274Z] #10 111.7 Unpacking libpcre16-3:arm64 (2:8.39-12) ... [2020-09-20T19:17:14.274Z] #10 111.9 Selecting previously unselected package libpcre32-3:arm64. [2020-09-20T19:17:14.274Z] #10 111.9 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ... [2020-09-20T19:17:14.274Z] #10 111.9 Unpacking libpcre32-3:arm64 (2:8.39-12) ... [2020-09-20T19:17:14.274Z] #10 112.1 Selecting previously unselected package libpcrecpp0v5:arm64. [2020-09-20T19:17:14.274Z] #10 112.1 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ... [2020-09-20T19:17:14.274Z] #10 112.1 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ... [2020-09-20T19:17:14.274Z] #10 112.2 Selecting previously unselected package libpcre3-dev:arm64. [2020-09-20T19:17:14.274Z] #10 112.2 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ... [2020-09-20T19:17:14.274Z] #10 112.2 Unpacking libpcre3-dev:arm64 (2:8.39-12) ... [2020-09-20T19:17:14.274Z] #10 112.5 Selecting previously unselected package libselinux1-dev:arm64. [2020-09-20T19:17:14.274Z] #10 112.5 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ... [2020-09-20T19:17:14.274Z] #10 112.5 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ... [2020-09-20T19:17:14.274Z] #10 112.7 Selecting previously unselected package libdevmapper-dev:arm64. [2020-09-20T19:17:14.274Z] #10 112.7 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ... [2020-09-20T19:17:14.274Z] #10 112.7 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ... [2020-09-20T19:17:14.274Z] #10 112.7 Selecting previously unselected package libseccomp-dev:arm64. [2020-09-20T19:17:14.274Z] #10 112.7 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_arm64.deb ... [2020-09-20T19:17:14.274Z] #10 112.8 Unpacking libseccomp-dev:arm64 (2.3.3-4) ... [2020-09-20T19:17:14.274Z] #10 112.9 Selecting previously unselected package libsystemd-dev:arm64. [2020-09-20T19:17:14.274Z] #10 112.9 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_arm64.deb ... [2020-09-20T19:17:14.274Z] #10 112.9 Unpacking libsystemd-dev:arm64 (241-7~deb10u4) ... [2020-09-20T19:17:14.274Z] #10 113.4 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ... [2020-09-20T19:17:14.274Z] #10 113.4 Setting up libseccomp-dev:arm64 (2.3.3-4) ... [2020-09-20T19:17:14.274Z] #10 113.4 Setting up libapparmor1:arm64 (2.13.2-10) ... [2020-09-20T19:17:14.274Z] #10 113.4 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-09-20T19:17:14.274Z] #10 113.5 Setting up libpcre16-3:arm64 (2:8.39-12) ... [2020-09-20T19:17:14.274Z] #10 113.5 Setting up libsepol1-dev:arm64 (2.8-1) ... [2020-09-20T19:17:14.274Z] #10 113.5 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-09-20T19:17:14.274Z] #10 113.5 Setting up libbtrfs0 (4.20.1-2) ... [2020-09-20T19:17:14.274Z] #10 113.5 Setting up libpcre32-3:arm64 (2:8.39-12) ... [2020-09-20T19:17:14.274Z] #10 113.5 Setting up libudev-dev:arm64 (241-7~deb10u4) ... [2020-09-20T19:17:14.274Z] #10 113.5 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-09-20T19:17:14.274Z] #10 113.6 Setting up libbtrfs-dev (4.20.1-2) ... [2020-09-20T19:17:14.274Z] #10 113.6 Setting up libapparmor-dev:arm64 (2.13.2-10) ... [2020-09-20T19:17:14.274Z] #10 113.6 Setting up mingw-w64-common (6.0.0-3) ... [2020-09-20T19:17:14.274Z] #10 113.6 Setting up libsystemd-dev:arm64 (241-7~deb10u4) ... [2020-09-20T19:17:14.274Z] #10 113.6 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-09-20T19:17:14.274Z] #10 113.6 Setting up libpcre3-dev:arm64 (2:8.39-12) ... [2020-09-20T19:17:14.274Z] #10 113.6 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-20T19:17:14.274Z] #10 113.7 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 [2020-09-20T19:17:14.274Z] #10 113.7 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 [2020-09-20T19:17:14.274Z] #10 113.7 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-20T19:17:14.274Z] #10 113.7 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 [2020-09-20T19:17:14.274Z] #10 113.7 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 [2020-09-20T19:17:14.453Z] #10 ... [2020-09-20T19:17:14.453Z] [2020-09-20T19:17:14.453Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:14.453Z] #39 41.16 CC images/memfd.o [2020-09-20T19:17:14.497Z] #40 77.81 DEP criu/tty.d [2020-09-20T19:17:14.497Z] #40 78.03 DEP criu/timerfd.d [2020-09-20T19:17:14.514Z] #39 44.32 HOSTDEP compel/src/lib/handle-elf-host.d [2020-09-20T19:17:14.538Z] #10 113.8 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-09-20T19:17:14.538Z] #10 113.8 Setting up libselinux1-dev:arm64 (2.8-1+b1) ... [2020-09-20T19:17:14.538Z] #10 113.9 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2020-09-20T19:17:14.538Z] #10 113.9 Setting up dmsetup (2:1.02.155-3) ... [2020-09-20T19:17:14.538Z] #10 113.9 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2020-09-20T19:17:14.538Z] #10 113.9 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ... [2020-09-20T19:17:14.538Z] #10 113.9 Processing triggers for libc-bin (2.28-10) ... [2020-09-20T19:17:14.711Z] #39 41.46 CC images/timens.o [2020-09-20T19:17:14.775Z] #39 44.47 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-09-20T19:17:14.775Z] #39 44.55 HOSTDEP compel/src/main-host.d [2020-09-20T19:17:14.775Z] #39 44.68 DEP compel/src/lib/ptrace.d [2020-09-20T19:17:14.794Z] #40 78.23 DEP criu/timens.d [2020-09-20T19:17:14.968Z] #39 41.78 LINK images/built-in.o [2020-09-20T19:17:15.030Z] ok github.com/docker/docker/builder/remotecontext 0.368s coverage: 13.6% of statements [2020-09-20T19:17:15.030Z] ok github.com/docker/docker/builder/dockerfile 0.952s coverage: 48.0% of statements [2020-09-20T19:17:15.036Z] #39 44.84 DEP compel/src/lib/infect.d [2020-09-20T19:17:15.036Z] #39 44.97 DEP compel/src/lib/infect-util.d [2020-09-20T19:17:15.093Z] #40 78.42 DEP criu/sysfs_parse.d [2020-09-20T19:17:15.093Z] #40 78.60 DEP criu/sysctl.d [2020-09-20T19:17:15.117Z] #10 DONE 114.6s [2020-09-20T19:17:15.117Z] [2020-09-20T19:17:15.117Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-09-20T19:17:15.225Z] #39 41.92 GEN compel/include/asm [2020-09-20T19:17:15.297Z] #39 45.13 DEP compel/src/lib/infect-rpc.d [2020-09-20T19:17:15.308Z] #39 150.7 CC criu/tun.o [2020-09-20T19:17:15.390Z] #40 78.79 DEP criu/string.d [2020-09-20T19:17:15.390Z] #40 78.83 DEP criu/stats.d [2020-09-20T19:17:15.482Z] #39 41.96 GEN compel/include/version.h [2020-09-20T19:17:15.482Z] #39 41.97 touch .config [2020-09-20T19:17:15.482Z] #39 42.02 GEN include/common/config.h [2020-09-20T19:17:15.482Z] #39 42.11 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-09-20T19:17:15.482Z] #39 42.12 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-09-20T19:17:15.482Z] #39 42.14 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-09-20T19:17:15.482Z] #39 42.16 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-09-20T19:17:15.482Z] #39 42.18 DEP compel/arch/x86/plugins/std/memcpy.d [2020-09-20T19:17:15.558Z] #39 45.33 DEP compel/arch/x86/src/lib/infect.d [2020-09-20T19:17:15.558Z] #39 45.43 DEP compel/arch/x86/src/lib/cpu.d [2020-09-20T19:17:15.558Z] #39 45.50 DEP compel/src/lib/log.d [2020-09-20T19:17:15.568Z] #39 151.0 CC criu/uffd.o [2020-09-20T19:17:15.663Z] ok github.com/docker/docker/cli/debug 0.001s coverage: 100.0% of statements [2020-09-20T19:17:15.689Z] #40 79.00 DEP criu/sockets.d [2020-09-20T19:17:15.689Z] #40 79.19 DEP criu/sk-unix.d [2020-09-20T19:17:15.739Z] #39 42.21 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-09-20T19:17:15.739Z] #39 42.22 GEN compel/plugins/include/uapi/std/syscall.h [2020-09-20T19:17:15.739Z] #39 42.25 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-09-20T19:17:15.739Z] #39 42.26 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-09-20T19:17:15.739Z] #39 42.28 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-09-20T19:17:15.739Z] #39 42.28 DEP compel/plugins/std/infect.d [2020-09-20T19:17:15.739Z] #39 42.37 DEP compel/plugins/std/string.d [2020-09-20T19:17:15.819Z] #39 45.60 DEP compel/src/main.d [2020-09-20T19:17:15.819Z] #39 45.74 DEP compel/src/lib/handle-elf.d [2020-09-20T19:17:15.995Z] #40 79.51 DEP criu/sk-tcp.d [2020-09-20T19:17:15.996Z] #39 42.50 DEP compel/plugins/std/log.d [2020-09-20T19:17:15.996Z] #39 42.68 DEP compel/plugins/std/fds.d [2020-09-20T19:17:15.996Z] #39 42.75 DEP compel/plugins/std/std.d [2020-09-20T19:17:16.079Z] #39 45.89 DEP compel/arch/x86/src/lib/handle-elf.d [2020-09-20T19:17:16.079Z] #39 45.97 CC compel/src/lib/log.o [2020-09-20T19:17:16.137Z] #39 151.8 CC criu/util.o [2020-09-20T19:17:16.254Z] #39 42.84 DEP compel/plugins/shmem/shmem.d [2020-09-20T19:17:16.254Z] #39 42.91 DEP compel/plugins/fds/fds.d [2020-09-20T19:17:16.254Z] #39 43.00 CC compel/plugins/std/std.o [2020-09-20T19:17:16.293Z] #40 79.78 DEP criu/sk-queue.d [2020-09-20T19:17:16.324Z] ok github.com/docker/docker/builder/remotecontext/git 1.195s coverage: 86.3% of statements [2020-09-20T19:17:16.324Z] ? github.com/docker/docker/cli [no test files] [2020-09-20T19:17:16.324Z] ? github.com/docker/docker/cli/config [no test files] [2020-09-20T19:17:16.339Z] #39 46.18 CC compel/arch/x86/src/lib/cpu.o [2020-09-20T19:17:16.591Z] #40 80.04 DEP criu/sk-packet.d [2020-09-20T19:17:16.818Z] #39 43.35 CC compel/plugins/std/fds.o [2020-09-20T19:17:16.889Z] #40 80.20 DEP criu/sk-netlink.d [2020-09-20T19:17:16.912Z] #39 46.91 CC compel/arch/x86/src/lib/infect.o [2020-09-20T19:17:17.077Z] #39 152.7 CC criu/uts_ns.o [2020-09-20T19:17:17.187Z] #40 80.50 DEP criu/sk-inet.d [2020-09-20T19:17:17.187Z] #40 80.71 DEP criu/signalfd.d [2020-09-20T19:17:17.337Z] #39 152.9 CC criu/vdso-compat.o [2020-09-20T19:17:17.337Z] #39 153.0 CC criu/vdso.o [2020-09-20T19:17:17.382Z] #39 43.82 CC compel/plugins/std/log.o [2020-09-20T19:17:17.490Z] #40 80.88 DEP criu/sigframe.d [2020-09-20T19:17:17.685Z] #11 DONE 2.0s [2020-09-20T19:17:17.685Z] [2020-09-20T19:17:17.685Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-09-20T19:17:17.798Z] #40 81.02 DEP criu/shmem.d [2020-09-20T19:17:17.798Z] #40 81.24 DEP criu/servicefd.d [2020-09-20T19:17:17.858Z] #39 ... [2020-09-20T19:17:17.858Z] [2020-09-20T19:17:17.858Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:17:17.858Z] #10 120.4 Selecting previously unselected package libsepol1-dev:amd64. [2020-09-20T19:17:17.858Z] #10 120.4 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-09-20T19:17:17.858Z] #10 120.4 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-09-20T19:17:17.858Z] #10 121.0 Selecting previously unselected package libpcre16-3:amd64. [2020-09-20T19:17:17.858Z] #10 121.0 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-09-20T19:17:17.858Z] #10 121.0 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-09-20T19:17:17.858Z] #10 121.4 Selecting previously unselected package libpcre32-3:amd64. [2020-09-20T19:17:17.858Z] #10 121.4 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-09-20T19:17:17.858Z] #10 121.4 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-09-20T19:17:17.858Z] #10 121.6 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-09-20T19:17:17.858Z] #10 121.6 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-09-20T19:17:17.858Z] #10 121.6 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-09-20T19:17:17.858Z] #10 121.6 Selecting previously unselected package libpcre3-dev:amd64. [2020-09-20T19:17:17.858Z] #10 121.7 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-09-20T19:17:17.858Z] #10 121.7 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-09-20T19:17:17.858Z] #10 122.1 Selecting previously unselected package libselinux1-dev:amd64. [2020-09-20T19:17:17.858Z] #10 122.1 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-09-20T19:17:17.858Z] #10 122.1 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-09-20T19:17:17.858Z] #10 122.3 Selecting previously unselected package libdevmapper-dev:amd64. [2020-09-20T19:17:17.858Z] #10 122.3 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-09-20T19:17:17.858Z] #10 122.3 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-09-20T19:17:17.858Z] #10 122.4 Selecting previously unselected package libseccomp-dev:amd64. [2020-09-20T19:17:17.858Z] #10 122.4 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-09-20T19:17:17.858Z] #10 122.4 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-09-20T19:17:17.858Z] #10 122.5 Selecting previously unselected package libsystemd-dev:amd64. [2020-09-20T19:17:17.858Z] #10 122.5 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ... [2020-09-20T19:17:17.858Z] #10 122.5 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-09-20T19:17:17.858Z] #10 123.0 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-09-20T19:17:17.858Z] #10 123.0 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-09-20T19:17:17.858Z] #10 123.0 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-09-20T19:17:17.858Z] #10 123.1 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-09-20T19:17:17.858Z] #10 123.1 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-09-20T19:17:17.858Z] #10 123.1 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-09-20T19:17:17.858Z] #10 123.1 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-09-20T19:17:17.858Z] #10 123.1 Setting up libbtrfs0 (4.20.1-2) ... [2020-09-20T19:17:17.858Z] #10 123.1 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-09-20T19:17:17.858Z] #10 123.2 Setting up libudev-dev:amd64 (241-7~deb10u4) ... [2020-09-20T19:17:17.858Z] #10 123.2 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-09-20T19:17:17.858Z] #10 123.2 Setting up libbtrfs-dev (4.20.1-2) ... [2020-09-20T19:17:17.858Z] #10 123.2 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-09-20T19:17:17.858Z] #10 123.2 Setting up mingw-w64-common (6.0.0-3) ... [2020-09-20T19:17:17.858Z] #10 123.2 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-09-20T19:17:17.858Z] #10 123.2 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-09-20T19:17:17.858Z] #10 123.3 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-09-20T19:17:17.858Z] #10 123.3 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-20T19:17:17.858Z] #10 123.3 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 [2020-09-20T19:17:17.858Z] #10 123.3 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 [2020-09-20T19:17:17.858Z] #10 123.3 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-20T19:17:17.858Z] #10 123.3 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 [2020-09-20T19:17:17.858Z] #10 123.3 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 [2020-09-20T19:17:17.858Z] #10 123.3 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-09-20T19:17:17.858Z] #10 123.3 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-09-20T19:17:17.858Z] #10 123.3 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-09-20T19:17:17.858Z] #10 123.4 Setting up dmsetup (2:1.02.155-3) ... [2020-09-20T19:17:17.858Z] #10 123.4 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-09-20T19:17:17.858Z] #10 123.4 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-09-20T19:17:17.858Z] #10 123.4 Processing triggers for libc-bin (2.28-10) ... [2020-09-20T19:17:17.858Z] #10 DONE 123.7s [2020-09-20T19:17:17.858Z] [2020-09-20T19:17:17.858Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:17:17.906Z] #39 153.4 LINK criu/built-in.o [2020-09-20T19:17:17.907Z] #39 153.5 LINK criu/criu [2020-09-20T19:17:17.946Z] #39 44.66 CC compel/plugins/std/string.o [2020-09-20T19:17:18.098Z] #40 81.50 DEP criu/seize.d [2020-09-20T19:17:18.098Z] #40 81.64 DEP criu/seccomp.d [2020-09-20T19:17:18.119Z] #49 ... [2020-09-20T19:17:18.119Z] [2020-09-20T19:17:18.119Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:17:18.119Z] #41 114.1 mime [2020-09-20T19:17:18.119Z] #41 115.9 mime/quotedprintable [2020-09-20T19:17:18.119Z] #41 116.3 net/http/internal [2020-09-20T19:17:18.119Z] #41 119.7 crypto/tls [2020-09-20T19:17:18.166Z] #39 153.8 DEP lib/c/criu.d [2020-09-20T19:17:18.380Z] #41 ... [2020-09-20T19:17:18.380Z] [2020-09-20T19:17:18.381Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:18.381Z] #39 47.98 CC compel/src/lib/infect-rpc.o [2020-09-20T19:17:18.381Z] #39 48.37 CC compel/src/lib/infect-util.o [2020-09-20T19:17:18.390Z] ok github.com/docker/docker/client 0.100s coverage: 75.4% of statements [2020-09-20T19:17:18.400Z] #40 81.89 DEP criu/rst-malloc.d [2020-09-20T19:17:18.400Z] #40 81.96 DEP criu/rbtree.d [2020-09-20T19:17:18.400Z] #40 82.02 DEP criu/pstree.d [2020-09-20T19:17:18.426Z] #39 153.9 CC images/rpc.pb-c.o [2020-09-20T19:17:18.685Z] #39 154.3 CC lib/c/criu.o [2020-09-20T19:17:18.701Z] #40 ... [2020-09-20T19:17:18.701Z] [2020-09-20T19:17:18.701Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:17:18.701Z] #18 27.53 debconf: delaying package configuration, since apt-utils is not installed [2020-09-20T19:17:18.701Z] #18 27.61 Fetched 29.2 MB in 3s (11.6 MB/s) [2020-09-20T19:17:18.701Z] #18 27.68 Selecting previously unselected package pigz. [2020-09-20T19:17:18.701Z] #18 27.68 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23361 files and directories currently installed.) [2020-09-20T19:17:18.701Z] #18 27.75 Preparing to unpack .../pigz_2.4-1_ppc64el.deb ... [2020-09-20T19:17:18.701Z] #18 27.76 Unpacking pigz (2.4-1) ... [2020-09-20T19:17:18.701Z] #18 27.85 Selecting previously unselected package libpython3.7-minimal:ppc64el. [2020-09-20T19:17:18.701Z] #18 27.86 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2020-09-20T19:17:18.701Z] #18 27.86 Unpacking libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2020-09-20T19:17:18.701Z] #18 28.33 Selecting previously unselected package python3.7-minimal. [2020-09-20T19:17:18.701Z] #18 28.34 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2020-09-20T19:17:18.701Z] #18 28.35 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-09-20T19:17:18.701Z] #18 29.31 Setting up libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2020-09-20T19:17:18.701Z] #18 29.33 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-09-20T19:17:18.701Z] #18 31.92 Selecting previously unselected package python3-minimal. [2020-09-20T19:17:18.701Z] #18 31.92 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23610 files and directories currently installed.) [2020-09-20T19:17:18.701Z] #18 32.05 Preparing to unpack .../python3-minimal_3.7.3-1_ppc64el.deb ... [2020-09-20T19:17:18.701Z] #18 32.06 Unpacking python3-minimal (3.7.3-1) ... [2020-09-20T19:17:18.701Z] #18 32.17 Selecting previously unselected package libmpdec2:ppc64el. [2020-09-20T19:17:18.701Z] #18 32.18 Preparing to unpack .../libmpdec2_2.4.2-2_ppc64el.deb ... [2020-09-20T19:17:18.701Z] #18 32.19 Unpacking libmpdec2:ppc64el (2.4.2-2) ... [2020-09-20T19:17:18.701Z] #18 32.31 Selecting previously unselected package libpython3.7-stdlib:ppc64el. [2020-09-20T19:17:18.701Z] #18 32.34 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_ppc64el.deb ... [2020-09-20T19:17:18.701Z] #18 32.36 Unpacking libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2020-09-20T19:17:18.701Z] #18 33.46 Selecting previously unselected package python3.7. [2020-09-20T19:17:18.701Z] #18 33.47 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_ppc64el.deb ... [2020-09-20T19:17:18.701Z] #18 33.48 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-09-20T19:17:18.701Z] #18 33.62 Selecting previously unselected package libpython3-stdlib:ppc64el. [2020-09-20T19:17:18.701Z] #18 33.63 Preparing to unpack .../libpython3-stdlib_3.7.3-1_ppc64el.deb ... [2020-09-20T19:17:18.701Z] #18 33.63 Unpacking libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-09-20T19:17:18.701Z] #18 33.75 Setting up python3-minimal (3.7.3-1) ... [2020-09-20T19:17:18.701Z] #18 34.74 Selecting previously unselected package python3. [2020-09-20T19:17:18.701Z] #18 34.74 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24022 files and directories currently installed.) [2020-09-20T19:17:18.701Z] #18 34.81 Preparing to unpack .../00-python3_3.7.3-1_ppc64el.deb ... [2020-09-20T19:17:18.701Z] #18 34.82 Unpacking python3 (3.7.3-1) ... [2020-09-20T19:17:18.701Z] #18 34.91 Selecting previously unselected package libip4tc0:ppc64el. [2020-09-20T19:17:18.701Z] #18 34.91 Preparing to unpack .../01-libip4tc0_1.8.2-4_ppc64el.deb ... [2020-09-20T19:17:18.701Z] #18 34.92 Unpacking libip4tc0:ppc64el (1.8.2-4) ... [2020-09-20T19:17:18.701Z] #18 35.03 Selecting previously unselected package libip6tc0:ppc64el. [2020-09-20T19:17:18.701Z] #18 35.03 Preparing to unpack .../02-libip6tc0_1.8.2-4_ppc64el.deb ... [2020-09-20T19:17:18.701Z] #18 35.04 Unpacking libip6tc0:ppc64el (1.8.2-4) ... [2020-09-20T19:17:18.701Z] #18 35.13 Selecting previously unselected package libiptc0:ppc64el. [2020-09-20T19:17:18.701Z] #18 35.13 Preparing to unpack .../03-libiptc0_1.8.2-4_ppc64el.deb ... [2020-09-20T19:17:18.701Z] #18 35.14 Unpacking libiptc0:ppc64el (1.8.2-4) ... [2020-09-20T19:17:18.701Z] #18 35.20 Selecting previously unselected package libnfnetlink0:ppc64el. [2020-09-20T19:17:18.701Z] #18 35.21 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_ppc64el.deb ... [2020-09-20T19:17:18.701Z] #18 35.21 Unpacking libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-09-20T19:17:18.701Z] #18 35.29 Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2020-09-20T19:17:18.701Z] #18 35.30 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_ppc64el.deb ... [2020-09-20T19:17:18.701Z] #18 35.31 Unpacking libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-09-20T19:17:18.701Z] #18 35.38 Selecting previously unselected package libnftnl11:ppc64el. [2020-09-20T19:17:18.701Z] #18 35.39 Preparing to unpack .../06-libnftnl11_1.1.2-2_ppc64el.deb ... [2020-09-20T19:17:18.701Z] #18 35.39 Unpacking libnftnl11:ppc64el (1.1.2-2) ... [2020-09-20T19:17:18.701Z] #18 35.46 Selecting previously unselected package iptables. [2020-09-20T19:17:18.701Z] #18 35.46 Preparing to unpack .../07-iptables_1.8.2-4_ppc64el.deb ... [2020-09-20T19:17:18.701Z] #18 35.47 Unpacking iptables (1.8.2-4) ... [2020-09-20T19:17:18.701Z] #18 35.98 Selecting previously unselected package xxd. [2020-09-20T19:17:18.701Z] #18 35.98 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-09-20T19:17:18.701Z] #18 35.99 Unpacking xxd (2:8.1.0875-5) ... [2020-09-20T19:17:18.701Z] #18 36.12 Selecting previously unselected package vim-common. [2020-09-20T19:17:18.701Z] #18 36.12 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-09-20T19:17:18.701Z] #18 36.15 Unpacking vim-common (2:8.1.0875-5) ... [2020-09-20T19:17:18.701Z] #18 36.33 Selecting previously unselected package bash-completion. [2020-09-20T19:17:18.701Z] #18 36.33 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-09-20T19:17:18.878Z] #39 45.25 CC compel/plugins/std/infect.o [2020-09-20T19:17:18.878Z] #39 45.65 CC compel/arch/x86/plugins/std/parasite-head.o [2020-09-20T19:17:18.952Z] #39 48.75 CC compel/src/lib/infect.o [2020-09-20T19:17:19.144Z] #39 ... [2020-09-20T19:17:19.144Z] [2020-09-20T19:17:19.144Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:17:19.144Z] #54 DONE 121.3s [2020-09-20T19:17:19.144Z] [2020-09-20T19:17:19.144Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-09-20T19:17:19.144Z] #55 DONE 0.1s [2020-09-20T19:17:19.144Z] [2020-09-20T19:17:19.144Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:19.144Z] #39 45.74 CC compel/arch/x86/plugins/std/memcpy.o [2020-09-20T19:17:19.144Z] #39 ... [2020-09-20T19:17:19.144Z] [2020-09-20T19:17:19.144Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-09-20T19:17:19.144Z] #56 DONE 0.1s [2020-09-20T19:17:19.144Z] [2020-09-20T19:17:19.144Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:19.144Z] #39 45.84 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-09-20T19:17:19.213Z] #39 ... [2020-09-20T19:17:19.213Z] [2020-09-20T19:17:19.213Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-09-20T19:17:19.213Z] #11 DONE 1.5s [2020-09-20T19:17:19.213Z] [2020-09-20T19:17:19.213Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:17:19.213Z] #49 1.447 + RM_GOPATH=0 [2020-09-20T19:17:19.213Z] #49 1.447 + TMP_GOPATH= [2020-09-20T19:17:19.213Z] #49 1.447 + : /build [2020-09-20T19:17:19.213Z] #49 1.447 + '[' -z '' ']' [2020-09-20T19:17:19.213Z] #49 1.451 ++ mktemp -d [2020-09-20T19:17:19.213Z] #49 1.459 + export GOPATH=/tmp/tmp.m33wffC8Ie [2020-09-20T19:17:19.213Z] #49 1.459 + GOPATH=/tmp/tmp.m33wffC8Ie [2020-09-20T19:17:19.213Z] #49 1.459 + RM_GOPATH=1 [2020-09-20T19:17:19.213Z] #49 1.460 + case "$(go env GOARCH)" in [2020-09-20T19:17:19.213Z] #49 1.460 ++ go env GOARCH [2020-09-20T19:17:19.213Z] #49 1.484 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:17:19.213Z] #49 1.484 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:17:19.213Z] #49 1.485 ++ dirname /tmp/install/install.sh [2020-09-20T19:17:19.213Z] #49 1.489 + dir=/tmp/install [2020-09-20T19:17:19.213Z] #49 1.489 + bin=runc [2020-09-20T19:17:19.213Z] #49 1.490 + shift [2020-09-20T19:17:19.213Z] #49 1.490 + '[' '!' -f /tmp/install/runc.installer ']' [2020-09-20T19:17:19.213Z] #49 1.492 + . /tmp/install/runc.installer [2020-09-20T19:17:19.213Z] #49 1.492 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-09-20T19:17:19.213Z] #49 1.493 + install_runc [2020-09-20T19:17:19.213Z] #49 1.493 + grep -q '^3\.10\.0.*\.el7\.' [2020-09-20T19:17:19.213Z] #49 1.503 + uname -r [2020-09-20T19:17:19.213Z] #49 1.540 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-09-20T19:17:19.213Z] #49 1.540 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-09-20T19:17:19.213Z] #49 1.540 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.m33wffC8Ie/src/github.com/opencontainers/runc [2020-09-20T19:17:19.213Z] #49 1.540 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-09-20T19:17:19.213Z] #49 1.548 Cloning into '/tmp/tmp.m33wffC8Ie/src/github.com/opencontainers/runc'... [2020-09-20T19:17:19.254Z] #39 155.0 LINK lib/c/built-in.o [2020-09-20T19:17:19.400Z] #39 45.99 AR compel/plugins/std.lib.a [2020-09-20T19:17:19.400Z] #39 46.09 CC compel/plugins/fds/fds.o [2020-09-20T19:17:19.513Z] #39 155.0 LINK lib/c/libcriu.so [2020-09-20T19:17:19.513Z] #39 155.0 LINK lib/c/libcriu.a [2020-09-20T19:17:19.513Z] #39 155.1 GEN magic.py [2020-09-20T19:17:19.513Z] #39 155.2 Note: Building without setproctitle() and strlcpy() support. [2020-09-20T19:17:19.513Z] #39 155.2 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-09-20T19:17:19.513Z] #39 155.2 Note: Building without GnuTLS support [2020-09-20T19:17:19.513Z] #39 155.2 Makefile.config:39: Warn: you have no libnftables installed [2020-09-20T19:17:19.513Z] #39 155.2 Makefile.config:40: Warn: Building without nftables support [2020-09-20T19:17:19.618Z] #12 DONE 2.0s [2020-09-20T19:17:19.618Z] [2020-09-20T19:17:19.618Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-09-20T19:17:19.963Z] #39 46.53 AR compel/plugins/fds.lib.a [2020-09-20T19:17:19.963Z] #39 46.64 HOSTDEP compel/src/lib/log-host.d [2020-09-20T19:17:20.158Z] #49 ... [2020-09-20T19:17:20.159Z] [2020-09-20T19:17:20.159Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-09-20T19:17:20.159Z] #12 DONE 1.1s [2020-09-20T19:17:20.243Z] #39 46.79 HOSTDEP compel/src/lib/handle-elf-host.d [2020-09-20T19:17:20.243Z] #39 46.85 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-09-20T19:17:20.243Z] #39 46.91 HOSTDEP compel/src/main-host.d [2020-09-20T19:17:20.420Z] [2020-09-20T19:17:20.420Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-09-20T19:17:20.452Z] #39 155.8 fatal: not a git repository (or any of the parent directories): .git [2020-09-20T19:17:20.501Z] #39 47.01 DEP compel/src/lib/ptrace.d [2020-09-20T19:17:20.501Z] #39 47.15 DEP compel/src/lib/infect.d [2020-09-20T19:17:20.573Z] #13 1.126 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-09-20T19:17:20.573Z] #13 DONE 1.3s [2020-09-20T19:17:20.573Z] [2020-09-20T19:17:20.573Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:20.573Z] #39 29.34 CC images/ext-file.o [2020-09-20T19:17:20.573Z] #39 29.46 CC images/cgroup.o [2020-09-20T19:17:20.573Z] #39 30.09 CC images/userns.o [2020-09-20T19:17:20.573Z] #39 30.39 CC images/google/protobuf/descriptor.o [2020-09-20T19:17:20.573Z] #39 31.49 CC images/opts.o [2020-09-20T19:17:20.573Z] #39 31.63 CC images/seccomp.o [2020-09-20T19:17:20.573Z] #39 31.86 CC images/binfmt-misc.o [2020-09-20T19:17:20.573Z] #39 32.04 CC images/time.o [2020-09-20T19:17:20.573Z] #39 32.27 CC images/sysctl.o [2020-09-20T19:17:20.573Z] #39 32.55 CC images/autofs.o [2020-09-20T19:17:20.573Z] #39 32.71 CC images/macvlan.o [2020-09-20T19:17:20.573Z] #39 32.91 CC images/sit.o [2020-09-20T19:17:20.573Z] #39 33.17 CC images/memfd.o [2020-09-20T19:17:20.573Z] #39 33.37 CC images/timens.o [2020-09-20T19:17:20.573Z] #39 33.67 LINK images/built-in.o [2020-09-20T19:17:20.573Z] #39 33.77 GEN compel/include/asm [2020-09-20T19:17:20.573Z] #39 33.82 GEN compel/include/version.h [2020-09-20T19:17:20.573Z] #39 33.83 touch .config [2020-09-20T19:17:20.573Z] #39 33.91 GEN include/common/config.h [2020-09-20T19:17:20.573Z] #39 33.99 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-09-20T19:17:20.573Z] #39 34.00 GEN compel/arch/aarch64/plugins/std/syscalls/syscalls.S [2020-09-20T19:17:20.573Z] #39 34.04 DEP compel/arch/aarch64/plugins/std/syscalls/syscalls.d [2020-09-20T19:17:20.573Z] #39 34.06 DEP compel/arch/aarch64/plugins/std/parasite-head.d [2020-09-20T19:17:20.573Z] #39 34.08 DEP compel/plugins/std/infect.d [2020-09-20T19:17:20.573Z] #39 34.23 DEP compel/plugins/std/string.d [2020-09-20T19:17:20.573Z] #39 34.35 DEP compel/plugins/std/log.d [2020-09-20T19:17:20.573Z] #39 34.42 DEP compel/plugins/std/fds.d [2020-09-20T19:17:20.573Z] #39 34.56 DEP compel/plugins/std/std.d [2020-09-20T19:17:20.573Z] #39 34.61 DEP compel/plugins/shmem/shmem.d [2020-09-20T19:17:20.573Z] #39 34.66 DEP compel/plugins/fds/fds.d [2020-09-20T19:17:20.573Z] #39 34.74 CC compel/plugins/std/std.o [2020-09-20T19:17:20.573Z] #39 35.03 CC compel/plugins/std/fds.o [2020-09-20T19:17:20.573Z] #39 35.32 CC compel/plugins/std/log.o [2020-09-20T19:17:20.712Z] #39 156.3 make[1]: Nothing to be done for 'all'. [2020-09-20T19:17:20.759Z] #39 47.27 DEP compel/src/lib/infect-util.d [2020-09-20T19:17:20.759Z] #39 47.33 DEP compel/src/lib/infect-rpc.d [2020-09-20T19:17:20.759Z] #39 47.41 DEP compel/arch/x86/src/lib/infect.d [2020-09-20T19:17:20.838Z] #39 ... [2020-09-20T19:17:20.838Z] [2020-09-20T19:17:20.838Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:17:20.838Z] #21 110.2 + mkdir -p /tmp/tmp.e1S5LeBT2Y/src/github.com/docker [2020-09-20T19:17:20.838Z] #21 110.2 + mv components/cli /tmp/tmp.e1S5LeBT2Y/src/github.com/docker/cli [2020-09-20T19:17:20.838Z] #21 110.2 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2020-09-20T19:17:20.838Z] #21 ... [2020-09-20T19:17:20.838Z] [2020-09-20T19:17:20.838Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:17:20.838Z] #49 1.539 + RM_GOPATH=0 [2020-09-20T19:17:20.838Z] #49 1.539 + TMP_GOPATH= [2020-09-20T19:17:20.838Z] #49 1.539 + : /build [2020-09-20T19:17:20.838Z] #49 1.539 + '[' -z '' ']' [2020-09-20T19:17:20.838Z] #49 1.541 ++ mktemp -d [2020-09-20T19:17:20.838Z] #49 1.544 + export GOPATH=/tmp/tmp.HQEPI4JNzH [2020-09-20T19:17:20.838Z] #49 1.544 + GOPATH=/tmp/tmp.HQEPI4JNzH [2020-09-20T19:17:20.838Z] #49 1.544 + RM_GOPATH=1 [2020-09-20T19:17:20.838Z] #49 1.544 + case "$(go env GOARCH)" in [2020-09-20T19:17:20.838Z] #49 1.545 ++ go env GOARCH [2020-09-20T19:17:20.838Z] #49 1.557 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:17:20.838Z] #49 1.557 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:17:20.838Z] #49 1.558 ++ dirname /tmp/install/install.sh [2020-09-20T19:17:20.838Z] #49 1.562 + dir=/tmp/install [2020-09-20T19:17:20.838Z] #49 1.562 + bin=runc [2020-09-20T19:17:20.838Z] #49 1.562 + shift [2020-09-20T19:17:20.838Z] #49 1.562 + '[' '!' -f /tmp/install/runc.installer ']' [2020-09-20T19:17:20.838Z] #49 1.562 + . /tmp/install/runc.installer [2020-09-20T19:17:20.838Z] #49 1.562 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-09-20T19:17:20.838Z] #49 1.562 + install_runc [2020-09-20T19:17:20.838Z] #49 1.563 + grep -q '^3\.10\.0.*\.el7\.' [2020-09-20T19:17:20.838Z] #49 1.563 + uname -r [2020-09-20T19:17:20.838Z] #49 1.568 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-09-20T19:17:20.838Z] #49 1.568 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-09-20T19:17:20.838Z] #49 1.568 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-09-20T19:17:20.838Z] #49 1.569 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.HQEPI4JNzH/src/github.com/opencontainers/runc [2020-09-20T19:17:20.838Z] #49 1.571 Cloning into '/tmp/tmp.HQEPI4JNzH/src/github.com/opencontainers/runc'... [2020-09-20T19:17:20.838Z] #49 5.757 + cd /tmp/tmp.HQEPI4JNzH/src/github.com/opencontainers/runc [2020-09-20T19:17:20.838Z] #49 5.757 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-09-20T19:17:21.016Z] #39 47.53 DEP compel/arch/x86/src/lib/cpu.d [2020-09-20T19:17:21.016Z] #39 47.62 DEP compel/src/lib/log.d [2020-09-20T19:17:21.016Z] #39 47.72 DEP compel/src/main.d [2020-09-20T19:17:21.104Z] #49 ... [2020-09-20T19:17:21.104Z] [2020-09-20T19:17:21.104Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:21.104Z] #39 36.15 CC compel/plugins/std/string.o [2020-09-20T19:17:21.274Z] #39 47.87 DEP compel/src/lib/handle-elf.d [2020-09-20T19:17:21.282Z] #39 156.8 make[1]: 'images/built-in.o' is up to date. [2020-09-20T19:17:21.282Z] #39 156.8 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-09-20T19:17:21.282Z] #39 156.9 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-09-20T19:17:21.282Z] #39 156.9 make[1]: 'compel/libcompel.a' is up to date. [2020-09-20T19:17:21.282Z] #39 156.9 make[1]: 'compel/compel-host-bin' is up to date. [2020-09-20T19:17:21.282Z] #39 156.9 make[1]: Nothing to be done for 'all'. [2020-09-20T19:17:21.282Z] #39 156.9 make[1]: 'soccr/libsoccr.a' is up to date. [2020-09-20T19:17:21.363Z] #13 0.953 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-09-20T19:17:21.363Z] #13 DONE 1.0s [2020-09-20T19:17:21.363Z] [2020-09-20T19:17:21.363Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:17:21.363Z] #41 ... [2020-09-20T19:17:21.363Z] [2020-09-20T19:17:21.363Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-09-20T19:17:21.449Z] Client: [2020-09-20T19:17:21.449Z] Debug Mode: false [2020-09-20T19:17:21.449Z] Plugins: [2020-09-20T19:17:21.449Z] cluster: Manage Docker clusters (Docker Inc., v1.2.0) [2020-09-20T19:17:21.449Z] [2020-09-20T19:17:21.449Z] Server: [2020-09-20T19:17:21.449Z] Containers: 0 [2020-09-20T19:17:21.449Z] Running: 0 [2020-09-20T19:17:21.449Z] Paused: 0 [2020-09-20T19:17:21.449Z] Stopped: 0 [2020-09-20T19:17:21.449Z] Images: 0 [2020-09-20T19:17:21.449Z] Server Version: 19.03.5 [2020-09-20T19:17:21.449Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-09-20T19:17:21.449Z] Windows: [2020-09-20T19:17:21.449Z] LCOW: [2020-09-20T19:17:21.449Z] Logging Driver: json-file [2020-09-20T19:17:21.449Z] Plugins: [2020-09-20T19:17:21.449Z] Volume: local [2020-09-20T19:17:21.449Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-09-20T19:17:21.449Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-09-20T19:17:21.449Z] Swarm: inactive [2020-09-20T19:17:21.449Z] Default Isolation: process [2020-09-20T19:17:21.449Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-09-20T19:17:21.449Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1397) [2020-09-20T19:17:21.449Z] OSType: windows [2020-09-20T19:17:21.449Z] Architecture: x86_64 [2020-09-20T19:17:21.449Z] CPUs: 4 [2020-09-20T19:17:21.449Z] Total Memory: 32GiB [2020-09-20T19:17:21.449Z] Name: azwin-2-9b3a60 [2020-09-20T19:17:21.449Z] ID: 7UHM:SR2K:JI3I:E4V7:ICVB:NJB7:YTAF:HEX5:SBWT:UZR4:PO2L:FJ5F [2020-09-20T19:17:21.449Z] Docker Root Dir: D:\docker [2020-09-20T19:17:21.449Z] Debug Mode: false [2020-09-20T19:17:21.449Z] Registry: https://index.docker.io/v1/ [2020-09-20T19:17:21.449Z] Labels: [2020-09-20T19:17:21.449Z] Experimental: true [2020-09-20T19:17:21.449Z] Insecure Registries: [2020-09-20T19:17:21.449Z] 10.0.0.4:5000 [2020-09-20T19:17:21.449Z] 127.0.0.0/8 [2020-09-20T19:17:21.449Z] Registry Mirrors: [2020-09-20T19:17:21.449Z] http://10.0.0.4:5000/ [2020-09-20T19:17:21.449Z] Live Restore Enabled: false [2020-09-20T19:17:21.449Z] [2020-09-20T19:17:21.473Z] #18 40.24 Unpacking bash-completion (1:2.8-6) ... [2020-09-20T19:17:21.533Z] #39 48.02 DEP compel/arch/x86/src/lib/handle-elf.d [2020-09-20T19:17:21.533Z] #39 48.14 CC compel/src/lib/log.o [2020-09-20T19:17:21.541Z] #39 157.1 make[2]: Nothing to be done for 'all'. [2020-09-20T19:17:21.541Z] #39 157.1 make[2]: Nothing to be done for 'all'. [2020-09-20T19:17:21.541Z] #39 157.2 make[2]: Nothing to be done for 'all'. [2020-09-20T19:17:21.541Z] #39 157.2 make[2]: Nothing to be done for 'all'. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2020-09-20T19:17:21.682Z] #39 36.60 CC compel/plugins/std/infect.o [2020-09-20T19:17:21.774Z] #18 40.64 Selecting previously unselected package bzip2. [2020-09-20T19:17:21.774Z] #18 40.65 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_ppc64el.deb ... [2020-09-20T19:17:21.774Z] #18 40.66 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-09-20T19:17:21.774Z] #18 40.73 Selecting previously unselected package xz-utils. [2020-09-20T19:17:21.774Z] #18 40.74 Preparing to unpack .../12-xz-utils_5.2.4-1_ppc64el.deb ... [2020-09-20T19:17:21.790Z] #39 48.44 CC compel/arch/x86/src/lib/cpu.o [2020-09-20T19:17:21.801Z] #39 157.3 make[2]: Nothing to be done for 'all'. [2020-09-20T19:17:21.801Z] #39 157.3 make[2]: Nothing to be done for 'all'. [2020-09-20T19:17:21.801Z] #39 157.3 make[2]: Nothing to be done for 'all'. [2020-09-20T19:17:21.801Z] #39 157.4 make[2]: Nothing to be done for 'all'. [2020-09-20T19:17:21.801Z] #39 157.5 INSTALL criu/criu [2020-09-20T19:17:21.954Z] #39 ... [2020-09-20T19:17:21.954Z] [2020-09-20T19:17:21.954Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-09-20T19:17:21.954Z] #14 DONE 1.3s [2020-09-20T19:17:21.954Z] [2020-09-20T19:17:21.954Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:21.954Z] #39 37.00 CC compel/arch/aarch64/plugins/std/parasite-head.o [2020-09-20T19:17:22.075Z] #18 40.75 Unpacking xz-utils (5.2.4-1) ... [2020-09-20T19:17:22.075Z] #18 40.92 Selecting previously unselected package apparmor. [2020-09-20T19:17:22.075Z] #18 40.93 Preparing to unpack .../13-apparmor_2.13.2-10_ppc64el.deb ... [2020-09-20T19:17:22.219Z] #39 37.06 CC compel/arch/aarch64/plugins/std/syscalls/syscalls.o [2020-09-20T19:17:22.219Z] #39 37.14 AR compel/plugins/std.lib.a [2020-09-20T19:17:22.305Z] #14 DONE 0.9s [2020-09-20T19:17:22.305Z] [2020-09-20T19:17:22.305Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-09-20T19:17:22.370Z] #39 DONE 157.8s [2020-09-20T19:17:22.370Z] [2020-09-20T19:17:22.370Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:17:22.373Z] #18 41.08 Unpacking apparmor (2.13.2-10) ... [2020-09-20T19:17:22.483Z] #39 37.22 CC compel/plugins/fds/fds.o [2020-09-20T19:17:22.695Z] #18 41.55 Selecting previously unselected package aufs-tools. [2020-09-20T19:17:22.695Z] #18 41.56 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_ppc64el.deb ... [2020-09-20T19:17:22.695Z] #18 41.57 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-09-20T19:17:22.720Z] #39 49.21 CC compel/arch/x86/src/lib/infect.o [2020-09-20T19:17:22.747Z] #39 37.52 AR compel/plugins/fds.lib.a [2020-09-20T19:17:22.747Z] #39 37.60 HOSTDEP compel/src/lib/log-host.d [2020-09-20T19:17:22.994Z] #18 41.69 Selecting previously unselected package libonig5:ppc64el. [2020-09-20T19:17:22.994Z] #18 41.70 Preparing to unpack .../15-libonig5_6.9.1-1_ppc64el.deb ... [2020-09-20T19:17:22.994Z] #18 41.70 Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-09-20T19:17:22.994Z] #18 41.83 Selecting previously unselected package libjq1:ppc64el. [2020-09-20T19:17:22.994Z] #18 41.83 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-09-20T19:17:22.994Z] #18 41.84 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-09-20T19:17:22.994Z] #18 41.96 Selecting previously unselected package jq. [2020-09-20T19:17:22.994Z] #18 ... [2020-09-20T19:17:22.994Z] [2020-09-20T19:17:22.994Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:17:22.994Z] #42 144.1 mime [2020-09-20T19:17:22.994Z] #42 148.7 vendor/golang.org/x/net/http/httpproxy [2020-09-20T19:17:22.994Z] #42 148.7 net/textproto [2020-09-20T19:17:22.994Z] #42 148.8 crypto/x509 [2020-09-20T19:17:22.994Z] #42 150.6 vendor/golang.org/x/net/http/httpguts [2020-09-20T19:17:22.994Z] #42 150.6 mime/multipart [2020-09-20T19:17:22.994Z] #42 153.6 crypto/tls [2020-09-20T19:17:23.013Z] #39 37.79 HOSTDEP compel/src/lib/handle-elf-host.d [2020-09-20T19:17:23.013Z] #39 37.87 HOSTDEP compel/arch/aarch64/src/lib/handle-elf-host.d [2020-09-20T19:17:23.013Z] #39 37.91 HOSTDEP compel/src/main-host.d [2020-09-20T19:17:23.013Z] #39 37.97 DEP compel/src/lib/ptrace.d [2020-09-20T19:17:23.248Z] #15 DONE 1.0s [2020-09-20T19:17:23.248Z] [2020-09-20T19:17:23.248Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-09-20T19:17:23.281Z] #39 ... [2020-09-20T19:17:23.281Z] [2020-09-20T19:17:23.281Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-09-20T19:17:23.281Z] #15 DONE 1.3s [2020-09-20T19:17:23.281Z] [2020-09-20T19:17:23.281Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:23.281Z] #39 38.06 DEP compel/src/lib/infect.d [2020-09-20T19:17:23.281Z] #39 38.24 DEP compel/src/lib/infect-util.d [2020-09-20T19:17:23.281Z] #39 38.32 DEP compel/src/lib/infect-rpc.d [2020-09-20T19:17:23.283Z] #39 49.91 CC compel/src/lib/infect-rpc.o [2020-09-20T19:17:23.293Z] #42 ... [2020-09-20T19:17:23.293Z] [2020-09-20T19:17:23.293Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:17:23.293Z] #18 41.96 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-09-20T19:17:23.293Z] #18 41.96 Unpacking jq (1.5+dfsg-2+b1) ... [2020-09-20T19:17:23.293Z] #18 42.09 Selecting previously unselected package libaio1:ppc64el. [2020-09-20T19:17:23.293Z] #18 42.09 Preparing to unpack .../18-libaio1_0.3.112-3_ppc64el.deb ... [2020-09-20T19:17:23.293Z] #18 42.10 Unpacking libaio1:ppc64el (0.3.112-3) ... [2020-09-20T19:17:23.293Z] #18 42.16 Selecting previously unselected package libgpm2:ppc64el. [2020-09-20T19:17:23.293Z] #18 42.16 Preparing to unpack .../19-libgpm2_1.20.7-5_ppc64el.deb ... [2020-09-20T19:17:23.293Z] #18 42.17 Unpacking libgpm2:ppc64el (1.20.7-5) ... [2020-09-20T19:17:23.308Z] #45 ... [2020-09-20T19:17:23.308Z] [2020-09-20T19:17:23.308Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-09-20T19:17:23.308Z] #40 DONE 0.1s [2020-09-20T19:17:23.308Z] [2020-09-20T19:17:23.308Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-09-20T19:17:23.308Z] #42 DONE 0.1s [2020-09-20T19:17:23.308Z] [2020-09-20T19:17:23.308Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-09-20T19:17:23.308Z] #44 DONE 0.1s [2020-09-20T19:17:23.308Z] [2020-09-20T19:17:23.308Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:17:23.545Z] #39 50.26 CC compel/src/lib/infect-util.o [2020-09-20T19:17:23.545Z] #39 38.44 DEP compel/arch/aarch64/src/lib/infect.d [2020-09-20T19:17:23.545Z] #39 38.52 DEP compel/arch/aarch64/src/lib/cpu.d [2020-09-20T19:17:23.545Z] #39 38.56 DEP compel/src/lib/log.d [2020-09-20T19:17:23.591Z] #18 42.25 Selecting previously unselected package libicu63:ppc64el. [2020-09-20T19:17:23.591Z] #18 42.26 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2020-09-20T19:17:23.591Z] #18 42.27 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2020-09-20T19:17:23.802Z] #39 50.48 CC compel/src/lib/infect.o [2020-09-20T19:17:23.809Z] #39 38.61 DEP compel/src/main.d [2020-09-20T19:17:23.809Z] #39 38.72 DEP compel/src/lib/handle-elf.d [2020-09-20T19:17:23.809Z] #39 38.79 DEP compel/arch/aarch64/src/lib/handle-elf.d [2020-09-20T19:17:24.061Z] #39 ... [2020-09-20T19:17:24.062Z] [2020-09-20T19:17:24.062Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-20T19:17:24.062Z] #10 122.2 Selecting previously unselected package libapparmor1:amd64. [2020-09-20T19:17:24.062Z] #10 122.2 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-09-20T19:17:24.062Z] #10 122.2 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-09-20T19:17:24.062Z] #10 122.4 Selecting previously unselected package libapparmor-dev:amd64. [2020-09-20T19:17:24.062Z] #10 122.4 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-09-20T19:17:24.062Z] #10 122.4 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-09-20T19:17:24.062Z] #10 122.6 Selecting previously unselected package libbtrfs0. [2020-09-20T19:17:24.062Z] #10 122.6 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-09-20T19:17:24.062Z] #10 122.6 Unpacking libbtrfs0 (4.20.1-2) ... [2020-09-20T19:17:24.062Z] #10 122.7 Selecting previously unselected package libbtrfs-dev. [2020-09-20T19:17:24.062Z] #10 122.7 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-09-20T19:17:24.062Z] #10 122.7 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-09-20T19:17:24.062Z] #10 122.9 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-09-20T19:17:24.062Z] #10 122.9 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-09-20T19:17:24.062Z] #10 122.9 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-09-20T19:17:24.062Z] #10 123.0 Selecting previously unselected package libudev-dev:amd64. [2020-09-20T19:17:24.062Z] #10 123.0 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ... [2020-09-20T19:17:24.062Z] #10 123.0 Unpacking libudev-dev:amd64 (241-7~deb10u4) ... [2020-09-20T19:17:24.062Z] #10 123.2 Selecting previously unselected package libsepol1-dev:amd64. [2020-09-20T19:17:24.062Z] #10 123.2 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-09-20T19:17:24.062Z] #10 123.2 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-09-20T19:17:24.062Z] #10 123.5 Selecting previously unselected package libpcre16-3:amd64. [2020-09-20T19:17:24.062Z] #10 123.5 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-09-20T19:17:24.062Z] #10 123.5 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-09-20T19:17:24.062Z] #10 123.7 Selecting previously unselected package libpcre32-3:amd64. [2020-09-20T19:17:24.062Z] #10 123.7 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-09-20T19:17:24.062Z] #10 123.7 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-09-20T19:17:24.062Z] #10 123.8 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-09-20T19:17:24.062Z] #10 123.8 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-09-20T19:17:24.062Z] #10 123.8 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-09-20T19:17:24.062Z] #10 123.9 Selecting previously unselected package libpcre3-dev:amd64. [2020-09-20T19:17:24.062Z] #10 123.9 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-09-20T19:17:24.062Z] #10 123.9 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-09-20T19:17:24.062Z] #10 124.3 Selecting previously unselected package libselinux1-dev:amd64. [2020-09-20T19:17:24.062Z] #10 124.3 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-09-20T19:17:24.062Z] #10 124.4 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-09-20T19:17:24.062Z] #10 124.6 Selecting previously unselected package libdevmapper-dev:amd64. [2020-09-20T19:17:24.062Z] #10 124.6 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-09-20T19:17:24.062Z] #10 124.6 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-09-20T19:17:24.062Z] #10 124.7 Selecting previously unselected package libseccomp-dev:amd64. [2020-09-20T19:17:24.062Z] #10 124.7 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-09-20T19:17:24.062Z] #10 124.7 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-09-20T19:17:24.062Z] #10 124.8 Selecting previously unselected package libsystemd-dev:amd64. [2020-09-20T19:17:24.062Z] #10 124.8 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ... [2020-09-20T19:17:24.062Z] #10 124.8 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-09-20T19:17:24.062Z] #10 125.3 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-09-20T19:17:24.062Z] #10 125.3 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-09-20T19:17:24.062Z] #10 125.3 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-09-20T19:17:24.062Z] #10 125.4 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-09-20T19:17:24.062Z] #10 125.4 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-09-20T19:17:24.062Z] #10 125.4 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-09-20T19:17:24.062Z] #10 125.4 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-09-20T19:17:24.062Z] #10 125.4 Setting up libbtrfs0 (4.20.1-2) ... [2020-09-20T19:17:24.062Z] #10 125.4 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-09-20T19:17:24.062Z] #10 125.4 Setting up libudev-dev:amd64 (241-7~deb10u4) ... [2020-09-20T19:17:24.062Z] #10 125.5 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-09-20T19:17:24.062Z] #10 125.5 Setting up libbtrfs-dev (4.20.1-2) ... [2020-09-20T19:17:24.062Z] #10 125.5 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-09-20T19:17:24.062Z] #10 125.5 Setting up mingw-w64-common (6.0.0-3) ... [2020-09-20T19:17:24.062Z] #10 125.5 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-09-20T19:17:24.062Z] #10 125.6 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-09-20T19:17:24.062Z] #10 125.6 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-09-20T19:17:24.062Z] #10 125.6 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-20T19:17:24.062Z] #10 125.6 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 [2020-09-20T19:17:24.062Z] #10 125.6 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 [2020-09-20T19:17:24.062Z] #10 125.6 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-20T19:17:24.062Z] #10 125.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 [2020-09-20T19:17:24.062Z] #10 125.7 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 [2020-09-20T19:17:24.062Z] #10 125.7 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-09-20T19:17:24.062Z] #10 125.7 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-09-20T19:17:24.062Z] #10 125.7 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-09-20T19:17:24.062Z] #10 125.7 Setting up dmsetup (2:1.02.155-3) ... [2020-09-20T19:17:24.062Z] #10 125.7 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-09-20T19:17:24.062Z] #10 125.7 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-09-20T19:17:24.062Z] #10 125.8 Processing triggers for libc-bin (2.28-10) ... [2020-09-20T19:17:24.062Z] #10 DONE 126.3s [2020-09-20T19:17:24.062Z] [2020-09-20T19:17:24.062Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:17:24.078Z] #39 38.91 CC compel/src/lib/log.o [2020-09-20T19:17:24.191Z] #16 DONE 1.1s [2020-09-20T19:17:24.191Z] [2020-09-20T19:17:24.191Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:24.191Z] #39 52.04 CC compel/src/lib/ptrace.o [2020-09-20T19:17:24.191Z] #39 52.73 AR compel/libcompel.a [2020-09-20T19:17:24.191Z] #39 52.82 HOSTCC compel/src/main-host.o [2020-09-20T19:17:24.191Z] #39 53.25 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-09-20T19:17:24.191Z] #39 53.47 HOSTCC compel/src/lib/handle-elf-host.o [2020-09-20T19:17:24.191Z] #39 53.87 HOSTCC compel/src/lib/log-host.o [2020-09-20T19:17:24.191Z] #39 54.06 HOSTLINK compel/compel-host-bin [2020-09-20T19:17:24.342Z] #39 39.15 CC compel/arch/aarch64/src/lib/cpu.o [2020-09-20T19:17:24.452Z] #39 54.28 DEP soccr/soccr.d [2020-09-20T19:17:24.607Z] #39 39.31 CC compel/arch/aarch64/src/lib/infect.o [2020-09-20T19:17:24.607Z] #39 39.55 CC compel/src/lib/infect-rpc.o [2020-09-20T19:17:24.712Z] #39 54.47 CC soccr/soccr.o [2020-09-20T19:17:24.872Z] #39 39.89 CC compel/src/lib/infect-util.o [2020-09-20T19:17:25.137Z] #39 40.06 CC compel/src/lib/infect.o [2020-09-20T19:17:25.718Z] #39 ... [2020-09-20T19:17:25.718Z] [2020-09-20T19:17:25.718Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-09-20T19:17:25.718Z] #16 DONE 2.3s [2020-09-20T19:17:25.718Z] [2020-09-20T19:17:25.718Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:17:25.953Z] #49 ... [2020-09-20T19:17:25.953Z] [2020-09-20T19:17:25.953Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-09-20T19:17:25.953Z] #11 DONE 1.7s [2020-09-20T19:17:25.953Z] [2020-09-20T19:17:25.953Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:17:25.953Z] #49 1.587 + RM_GOPATH=0 [2020-09-20T19:17:25.953Z] #49 1.587 + TMP_GOPATH= [2020-09-20T19:17:25.953Z] #49 1.587 + : /build [2020-09-20T19:17:25.953Z] #49 1.591 + '[' -z '' ']' [2020-09-20T19:17:25.953Z] #49 1.591 ++ mktemp -d [2020-09-20T19:17:25.953Z] #49 1.595 + export GOPATH=/tmp/tmp.eSZGmol1X3 [2020-09-20T19:17:25.953Z] #49 1.595 + GOPATH=/tmp/tmp.eSZGmol1X3 [2020-09-20T19:17:25.953Z] #49 1.595 + RM_GOPATH=1 [2020-09-20T19:17:25.953Z] #49 1.595 + case "$(go env GOARCH)" in [2020-09-20T19:17:25.953Z] #49 1.595 ++ go env GOARCH [2020-09-20T19:17:25.953Z] #49 1.614 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:17:25.953Z] #49 1.614 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:17:25.953Z] #49 1.615 ++ dirname /tmp/install/install.sh [2020-09-20T19:17:25.953Z] #49 1.618 + dir=/tmp/install [2020-09-20T19:17:25.953Z] #49 1.618 + bin=runc [2020-09-20T19:17:25.953Z] #49 1.619 + shift [2020-09-20T19:17:25.953Z] #49 1.619 + '[' '!' -f /tmp/install/runc.installer ']' [2020-09-20T19:17:25.953Z] #49 1.619 + . /tmp/install/runc.installer [2020-09-20T19:17:25.953Z] #49 1.619 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-09-20T19:17:25.953Z] #49 1.620 + install_runc [2020-09-20T19:17:25.953Z] #49 1.623 + uname -r [2020-09-20T19:17:25.953Z] #49 1.624 + grep -q '^3\.10\.0.*\.el7\.' [2020-09-20T19:17:25.953Z] #49 1.631 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-09-20T19:17:25.953Z] #49 1.632 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-09-20T19:17:25.953Z] #49 1.632 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-09-20T19:17:25.953Z] #49 1.632 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.eSZGmol1X3/src/github.com/opencontainers/runc [2020-09-20T19:17:25.953Z] #49 1.634 Cloning into '/tmp/tmp.eSZGmol1X3/src/github.com/opencontainers/runc'... [2020-09-20T19:17:26.098Z] #39 55.92 AR soccr/libsoccr.a [2020-09-20T19:17:26.098Z] #39 55.98 make[1]: 'soccr/libsoccr.a' is up to date. [2020-09-20T19:17:26.209Z] #49 ... [2020-09-20T19:17:26.209Z] [2020-09-20T19:17:26.209Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:17:26.209Z] #41 118.6 net/textproto [2020-09-20T19:17:26.209Z] #41 118.6 crypto/x509 [2020-09-20T19:17:26.209Z] #41 119.6 vendor/golang.org/x/net/http/httpguts [2020-09-20T19:17:26.209Z] #41 119.9 vendor/golang.org/x/net/http/httpproxy [2020-09-20T19:17:26.209Z] #41 120.3 mime/multipart [2020-09-20T19:17:26.209Z] #41 122.8 crypto/tls [2020-09-20T19:17:26.358Z] #39 56.31 DEP criu/arch/x86/sigframe.d [2020-09-20T19:17:26.465Z] #41 ... [2020-09-20T19:17:26.466Z] [2020-09-20T19:17:26.466Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-09-20T19:17:26.625Z] #39 56.44 DEP criu/arch/x86/sigaction_compat.d [2020-09-20T19:17:26.625Z] #39 56.63 DEP criu/arch/x86/kerndat.d [2020-09-20T19:17:26.724Z] #12 DONE 1.1s [2020-09-20T19:17:26.724Z] [2020-09-20T19:17:26.724Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-09-20T19:17:26.886Z] #39 56.76 DEP criu/arch/x86/crtools.d [2020-09-20T19:17:26.886Z] #39 56.90 DEP criu/arch/x86/cpu.d [2020-09-20T19:17:27.121Z] #17 1.505 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-20T19:17:27.121Z] #17 1.530 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-20T19:17:27.121Z] #17 1.532 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-20T19:17:27.146Z] #39 57.08 CC criu/arch/x86/cpu.o [2020-09-20T19:17:27.219Z] #18 46.05 Selecting previously unselected package libnet1:ppc64el. [2020-09-20T19:17:27.219Z] #18 46.06 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-09-20T19:17:27.219Z] #18 46.07 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-09-20T19:17:27.219Z] #18 46.17 Selecting previously unselected package libnl-3-200:ppc64el. [2020-09-20T19:17:27.219Z] #18 46.18 Preparing to unpack .../22-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-09-20T19:17:27.219Z] #18 46.19 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-09-20T19:17:27.521Z] #18 46.33 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-09-20T19:17:27.521Z] #18 46.34 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-09-20T19:17:27.521Z] #18 46.34 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-09-20T19:17:27.521Z] #18 46.42 Selecting previously unselected package libreadline5:ppc64el. [2020-09-20T19:17:27.521Z] #18 46.44 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_ppc64el.deb ... [2020-09-20T19:17:27.521Z] #18 46.44 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-09-20T19:17:27.677Z] #13 0.962 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-09-20T19:17:27.677Z] #13 DONE 1.0s [2020-09-20T19:17:27.677Z] [2020-09-20T19:17:27.677Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:17:27.677Z] #41 129.7 net/http/httptrace [2020-09-20T19:17:27.677Z] #41 130.0 net/http [2020-09-20T19:17:27.699Z] #17 2.057 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-09-20T19:17:27.841Z] #18 46.60 Selecting previously unselected package net-tools. [2020-09-20T19:17:27.841Z] #18 46.61 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_ppc64el.deb ... [2020-09-20T19:17:27.841Z] #18 46.61 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-09-20T19:17:28.087Z] #39 57.73 CC criu/arch/x86/crtools.o [2020-09-20T19:17:28.146Z] #18 47.00 Selecting previously unselected package python-pip-whl. [2020-09-20T19:17:28.146Z] #18 47.01 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-09-20T19:17:28.146Z] #18 47.03 Unpacking python-pip-whl (18.1-5) ... [2020-09-20T19:17:28.280Z] #17 2.684 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [226 kB] [2020-09-20T19:17:28.280Z] #17 ... [2020-09-20T19:17:28.280Z] [2020-09-20T19:17:28.280Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-20T19:17:28.280Z] #36 127.2 + dpkg --print-architecture [2020-09-20T19:17:28.280Z] #36 DONE 127.5s [2020-09-20T19:17:28.545Z] [2020-09-20T19:17:28.545Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:28.545Z] #39 41.50 CC compel/src/lib/ptrace.o [2020-09-20T19:17:28.545Z] #39 41.88 AR compel/libcompel.a [2020-09-20T19:17:28.545Z] #39 41.96 HOSTCC compel/src/main-host.o [2020-09-20T19:17:28.545Z] #39 42.26 HOSTCC compel/arch/aarch64/src/lib/handle-elf-host.o [2020-09-20T19:17:28.545Z] #39 42.45 HOSTCC compel/src/lib/handle-elf-host.o [2020-09-20T19:17:28.545Z] #39 42.70 HOSTCC compel/src/lib/log-host.o [2020-09-20T19:17:28.545Z] #39 42.80 HOSTLINK compel/compel-host-bin [2020-09-20T19:17:28.545Z] #39 43.04 DEP soccr/soccr.d [2020-09-20T19:17:28.545Z] #39 43.17 CC soccr/soccr.o [2020-09-20T19:17:28.588Z] #45 ... [2020-09-20T19:17:28.588Z] [2020-09-20T19:17:28.588Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:17:28.588Z] #52 191.0 + bin/containerd [2020-09-20T19:17:28.797Z] #18 ... [2020-09-20T19:17:28.797Z] [2020-09-20T19:17:28.797Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:28.797Z] #40 82.24 DEP criu/protobuf.d [2020-09-20T19:17:28.797Z] #40 82.41 GEN criu/protobuf-desc-gen.h [2020-09-20T19:17:28.797Z] #40 84.65 DEP criu/protobuf-desc.d [2020-09-20T19:17:28.797Z] #40 84.87 DEP criu/proc_parse.d [2020-09-20T19:17:28.797Z] #40 85.08 DEP criu/plugin.d [2020-09-20T19:17:28.797Z] #40 85.19 DEP criu/pipes.d [2020-09-20T19:17:28.797Z] #40 85.42 DEP criu/pie-util.d [2020-09-20T19:17:28.797Z] #40 85.56 DEP criu/pie-util-vdso.d [2020-09-20T19:17:28.797Z] #40 85.74 DEP criu/path.d [2020-09-20T19:17:28.797Z] #40 85.93 DEP criu/parasite-syscall.d [2020-09-20T19:17:28.797Z] #40 86.10 DEP criu/pagemap.d [2020-09-20T19:17:28.797Z] #40 86.28 DEP criu/pagemap-cache.d [2020-09-20T19:17:28.797Z] #40 86.59 DEP criu/page-xfer.d [2020-09-20T19:17:28.797Z] #40 86.85 DEP criu/page-pipe.d [2020-09-20T19:17:28.797Z] #40 86.96 DEP criu/netfilter.d [2020-09-20T19:17:28.797Z] #40 87.16 DEP criu/net.d [2020-09-20T19:17:28.797Z] #40 87.39 DEP criu/namespaces.d [2020-09-20T19:17:28.797Z] #40 87.61 DEP criu/mount.d [2020-09-20T19:17:28.797Z] #40 87.85 DEP criu/memfd.d [2020-09-20T19:17:28.797Z] #40 88.04 DEP criu/mem.d [2020-09-20T19:17:28.797Z] #40 88.33 DEP criu/lsm.d [2020-09-20T19:17:28.797Z] #40 88.55 DEP criu/log.d [2020-09-20T19:17:28.797Z] #40 88.70 DEP criu/libnetlink.d [2020-09-20T19:17:28.797Z] #40 88.85 DEP criu/kerndat.d [2020-09-20T19:17:28.797Z] #40 89.13 DEP criu/kcmp-ids.d [2020-09-20T19:17:28.797Z] #40 89.33 DEP criu/irmap.d [2020-09-20T19:17:28.797Z] #40 89.54 DEP criu/ipc_ns.d [2020-09-20T19:17:28.797Z] #40 89.76 DEP criu/image.d [2020-09-20T19:17:28.797Z] #40 89.98 DEP criu/image-desc.d [2020-09-20T19:17:28.797Z] #40 90.10 DEP criu/fsnotify.d [2020-09-20T19:17:28.797Z] #40 90.37 DEP criu/filesystems.d [2020-09-20T19:17:28.797Z] #40 90.62 DEP criu/files.d [2020-09-20T19:17:28.797Z] #40 90.99 DEP criu/files-reg.d [2020-09-20T19:17:28.797Z] #40 91.27 DEP criu/files-ext.d [2020-09-20T19:17:28.797Z] #40 91.56 DEP criu/file-lock.d [2020-09-20T19:17:28.797Z] #40 91.84 DEP criu/file-ids.d [2020-09-20T19:17:28.797Z] #40 92.00 DEP criu/fifo.d [2020-09-20T19:17:28.797Z] #40 92.19 DEP criu/fdstore.d [2020-09-20T19:17:28.797Z] #40 92.31 DEP criu/fault-injection.d [2020-09-20T19:17:28.797Z] #40 92.35 DEP criu/external.d [2020-09-20T19:17:28.797Z] #40 ... [2020-09-20T19:17:28.797Z] [2020-09-20T19:17:28.797Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:17:28.797Z] #18 47.64 Selecting previously unselected package python3-lib2to3. [2020-09-20T19:17:28.797Z] #18 47.64 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-09-20T19:17:28.797Z] #18 47.66 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-09-20T19:17:28.797Z] #18 47.79 Selecting previously unselected package python3-distutils. [2020-09-20T19:17:29.030Z] #39 58.95 CC criu/arch/x86/kerndat.o [2020-09-20T19:17:29.050Z] #41 ... [2020-09-20T19:17:29.050Z] [2020-09-20T19:17:29.050Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-09-20T19:17:29.050Z] #14 DONE 1.0s [2020-09-20T19:17:29.050Z] [2020-09-20T19:17:29.050Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-09-20T19:17:29.095Z] #18 47.79 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-09-20T19:17:29.095Z] #18 47.80 Unpacking python3-distutils (3.7.3-1) ... [2020-09-20T19:17:29.095Z] #18 47.94 Selecting previously unselected package python3-pip. [2020-09-20T19:17:29.095Z] #18 47.95 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-09-20T19:17:29.095Z] #18 47.95 Unpacking python3-pip (18.1-5) ... [2020-09-20T19:17:29.419Z] #18 48.17 Selecting previously unselected package python3-pkg-resources. [2020-09-20T19:17:29.419Z] #18 48.17 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-09-20T19:17:29.419Z] #18 48.19 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-09-20T19:17:29.419Z] #18 48.34 Selecting previously unselected package python3-setuptools. [2020-09-20T19:17:29.500Z] #39 44.46 AR soccr/libsoccr.a [2020-09-20T19:17:29.601Z] #39 59.45 CC criu/arch/x86/sigaction_compat.o [2020-09-20T19:17:29.720Z] #18 48.35 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-09-20T19:17:29.720Z] #18 48.37 Unpacking python3-setuptools (40.8.0-1) ... [2020-09-20T19:17:29.769Z] #39 44.55 make[1]: 'soccr/libsoccr.a' is up to date. [2020-09-20T19:17:29.863Z] #39 59.69 CC criu/arch/x86/sigframe.o [2020-09-20T19:17:29.981Z] #15 DONE 1.0s [2020-09-20T19:17:29.981Z] [2020-09-20T19:17:29.981Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:29.981Z] #39 53.77 CC compel/src/lib/ptrace.o [2020-09-20T19:17:29.981Z] #39 54.23 AR compel/libcompel.a [2020-09-20T19:17:29.981Z] #39 54.40 HOSTCC compel/src/main-host.o [2020-09-20T19:17:29.981Z] #39 54.98 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-09-20T19:17:29.981Z] #39 55.22 HOSTCC compel/src/lib/handle-elf-host.o [2020-09-20T19:17:29.981Z] #39 55.88 HOSTCC compel/src/lib/log-host.o [2020-09-20T19:17:29.981Z] #39 56.08 HOSTLINK compel/compel-host-bin [2020-09-20T19:17:29.981Z] #39 56.24 DEP soccr/soccr.d [2020-09-20T19:17:29.981Z] #39 56.45 CC soccr/soccr.o [2020-09-20T19:17:30.022Z] #18 48.83 Selecting previously unselected package python3-wheel. [2020-09-20T19:17:30.022Z] #18 48.86 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-09-20T19:17:30.022Z] #18 48.87 Unpacking python3-wheel (0.32.3-2) ... [2020-09-20T19:17:30.022Z] #18 48.95 Selecting previously unselected package sudo. [2020-09-20T19:17:30.022Z] #18 48.96 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_ppc64el.deb ... [2020-09-20T19:17:30.022Z] #18 48.98 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-09-20T19:17:30.124Z] #39 59.97 LINK criu/arch/x86/crtools.built-in.o [2020-09-20T19:17:30.124Z] #39 60.02 DEP criu/pie/util-vdso-elf32.d [2020-09-20T19:17:30.124Z] #39 60.13 DEP criu/pie/util-vdso.d [2020-09-20T19:17:30.346Z] #39 45.03 DEP criu/arch/aarch64/sigframe.d [2020-09-20T19:17:30.346Z] #39 45.16 DEP criu/arch/aarch64/crtools.d [2020-09-20T19:17:30.346Z] #39 45.33 DEP criu/arch/aarch64/cpu.d [2020-09-20T19:17:30.346Z] #39 45.36 DEP criu/arch/aarch64/bitops.d [2020-09-20T19:17:30.346Z] #39 45.38 CC criu/arch/aarch64/bitops.o [2020-09-20T19:17:30.384Z] #39 60.29 DEP criu/pie/util.d [2020-09-20T19:17:30.384Z] #39 60.39 CC criu/pie/util.o [2020-09-20T19:17:30.610Z] #39 45.46 CC criu/arch/aarch64/cpu.o [2020-09-20T19:17:30.610Z] #39 45.60 CC criu/arch/aarch64/crtools.o [2020-09-20T19:17:30.645Z] #39 60.64 CC criu/pie/util-vdso.o [2020-09-20T19:17:30.671Z] #18 49.49 Selecting previously unselected package thin-provisioning-tools. [2020-09-20T19:17:30.671Z] #18 49.50 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_ppc64el.deb ... [2020-09-20T19:17:30.671Z] #18 49.50 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-09-20T19:17:30.915Z] #39 ... [2020-09-20T19:17:30.915Z] [2020-09-20T19:17:30.915Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-09-20T19:17:30.915Z] #16 DONE 1.1s [2020-09-20T19:17:30.972Z] #18 49.82 Selecting previously unselected package uidmap. [2020-09-20T19:17:30.972Z] #18 49.84 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_ppc64el.deb ... [2020-09-20T19:17:30.972Z] #18 49.85 Unpacking uidmap (1:4.5-1.1) ... [2020-09-20T19:17:31.179Z] [2020-09-20T19:17:31.179Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:17:31.188Z] #39 46.07 CC criu/arch/aarch64/sigframe.o [2020-09-20T19:17:31.188Z] #39 ... [2020-09-20T19:17:31.188Z] [2020-09-20T19:17:31.188Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:17:31.188Z] #49 6.077 + '[' -z '' ']' [2020-09-20T19:17:31.188Z] #49 6.077 + target=static [2020-09-20T19:17:31.188Z] #49 6.077 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-09-20T19:17:31.188Z] #49 6.324 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-09-20T19:17:31.270Z] #18 49.99 Selecting previously unselected package vim-runtime. [2020-09-20T19:17:31.270Z] #18 50.00 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-09-20T19:17:31.270Z] #18 50.07 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-09-20T19:17:31.270Z] #18 50.12 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-09-20T19:17:31.270Z] #18 50.13 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-09-20T19:17:31.452Z] #49 ... [2020-09-20T19:17:31.452Z] [2020-09-20T19:17:31.452Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:31.452Z] #39 46.33 LINK criu/arch/aarch64/crtools.built-in.o [2020-09-20T19:17:31.452Z] #39 46.40 DEP criu/pie/util-vdso.d [2020-09-20T19:17:31.587Z] #39 61.26 CC criu/pie/util-vdso-elf32.o [2020-09-20T19:17:31.716Z] #39 46.51 DEP criu/pie/util.d [2020-09-20T19:17:31.848Z] #39 ... [2020-09-20T19:17:31.848Z] [2020-09-20T19:17:31.848Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:17:31.848Z] #41 127.8 net/http/httptrace [2020-09-20T19:17:31.848Z] #41 128.1 net/http [2020-09-20T19:17:31.981Z] #39 46.65 CC criu/pie/util.o [2020-09-20T19:17:32.109Z] #41 ... [2020-09-20T19:17:32.109Z] [2020-09-20T19:17:32.109Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:32.109Z] #39 61.96 AR criu/pie/pie.lib.a [2020-09-20T19:17:32.109Z] #39 62.02 DEP criu/pie/restorer.d [2020-09-20T19:17:32.245Z] #39 46.98 CC criu/pie/util-vdso.o [2020-09-20T19:17:32.370Z] #39 62.31 DEP criu/arch/x86/sigaction_compat_pie.d [2020-09-20T19:17:32.509Z] #39 47.46 AR criu/pie/pie.lib.a [2020-09-20T19:17:32.509Z] #39 47.52 DEP criu/pie/restorer.d [2020-09-20T19:17:32.550Z] #17 1.431 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-20T19:17:32.550Z] #17 1.521 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-20T19:17:32.550Z] #17 1.633 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-20T19:17:32.630Z] #39 62.43 DEP criu/arch/x86/restorer_unmap.d [2020-09-20T19:17:32.630Z] #39 62.44 DEP criu/arch/x86/restorer.d [2020-09-20T19:17:32.773Z] #39 47.73 DEP criu/arch/aarch64/intraprocedure.d [2020-09-20T19:17:32.773Z] #39 47.75 DEP criu/arch/aarch64/restorer.d [2020-09-20T19:17:32.891Z] #39 62.64 DEP criu/arch/x86/vdso-pie.d [2020-09-20T19:17:32.891Z] #39 62.76 DEP criu/pie/parasite-vdso.d [2020-09-20T19:17:33.037Z] #39 47.84 DEP criu/arch/aarch64/vdso-pie.d [2020-09-20T19:17:33.037Z] #39 47.90 DEP criu/pie/parasite-vdso.d [2020-09-20T19:17:33.114Z] #17 2.081 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-20T19:17:33.152Z] #39 62.95 DEP criu/pie/parasite.d [2020-09-20T19:17:33.304Z] #39 47.98 DEP criu/pie/parasite.d [2020-09-20T19:17:33.304Z] #39 48.25 CC criu/pie/parasite.o [2020-09-20T19:17:33.412Z] #39 63.17 CC criu/pie/parasite.o [2020-09-20T19:17:34.058Z] #17 3.211 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [231 kB] [2020-09-20T19:17:34.259Z] #39 49.21 LINK criu/pie/parasite.built-in.o [2020-09-20T19:17:34.259Z] #39 49.22 GEN criu/pie/parasite-blob.h [2020-09-20T19:17:34.259Z] #39 49.24 CC criu/pie/parasite-vdso.o [2020-09-20T19:17:34.355Z] #39 ... [2020-09-20T19:17:34.355Z] [2020-09-20T19:17:34.355Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:17:34.355Z] #17 1.425 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-20T19:17:34.355Z] #17 1.469 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-20T19:17:34.355Z] #17 1.621 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-20T19:17:34.355Z] #17 2.161 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-20T19:17:34.355Z] #17 3.686 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [231 kB] [2020-09-20T19:17:34.355Z] #17 5.020 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-20T19:17:34.355Z] #17 9.853 Fetched 8385 kB in 9s (946 kB/s) [2020-09-20T19:17:34.355Z] #17 9.853 Reading package lists... [2020-09-20T19:17:34.355Z] #17 ... [2020-09-20T19:17:34.355Z] [2020-09-20T19:17:34.355Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:17:34.355Z] #41 140.5 github.com/LK4D4/vndr/godl [2020-09-20T19:17:34.838Z] #39 49.65 CC criu/arch/aarch64/vdso-pie.o [2020-09-20T19:17:35.102Z] #39 49.90 CC criu/arch/aarch64/restorer.o [2020-09-20T19:17:35.298Z] #41 141.2 github.com/LK4D4/vndr [2020-09-20T19:17:35.366Z] #39 50.22 CC criu/arch/aarch64/intraprocedure.o [2020-09-20T19:17:35.366Z] #39 50.28 CC criu/pie/restorer.o [2020-09-20T19:17:35.428Z] #17 4.440 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-20T19:17:35.796Z] #18 53.95 Selecting previously unselected package vim. [2020-09-20T19:17:35.796Z] #18 53.96 Preparing to unpack .../37-vim_2%3a8.1.0875-5_ppc64el.deb ... [2020-09-20T19:17:35.796Z] #18 54.01 Unpacking vim (2:8.1.0875-5) ... [2020-09-20T19:17:35.796Z] #18 ... [2020-09-20T19:17:35.796Z] [2020-09-20T19:17:35.796Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:17:35.796Z] #22 156.3 Checking out files: 29% (3172/10922) Checking out files: 30% (3277/10922) Checking out files: 31% (3386/10922) Checking out files: 32% (3496/10922) Checking out files: 33% (3605/10922) Checking out files: 34% (3714/10922) Checking out files: 35% (3823/10922) Checking out files: 36% (3932/10922) Checking out files: 37% (4042/10922) Checking out files: 38% (4151/10922) Checking out files: 39% (4260/10922) Checking out files: 40% (4369/10922) Checking out files: 41% (4479/10922) Checking out files: 42% (4588/10922) Checking out files: 43% (4697/10922) Checking out files: 44% (4806/10922) Checking out files: 45% (4915/10922) Checking out files: 46% (5025/10922) Checking out files: 47% (5134/10922) Checking out files: 48% (5243/10922) Checking out files: 49% (5352/10922) Checking out files: 50% (5461/10922) Checking out files: 51% (5571/10922) Checking out files: 52% (5680/10922) Checking out files: 52% (5736/10922) Checking out files: 53% (5789/10922) Checking out files: 54% (5898/10922) Checking out files: 55% (6008/10922) Checking out files: 56% (6117/10922) Checking out files: 57% (6226/10922) Checking out files: 58% (6335/10922) Checking out files: 59% (6444/10922) Checking out files: 60% (6554/10922) Checking out files: 61% (6663/10922) Checking out files: 62% (6772/10922) Checking out files: 63% (6881/10922) Checking out files: 64% (6991/10922) Checking out files: 65% (7100/10922) Checking out files: 66% (7209/10922) Checking out files: 67% (7318/10922) Checking out files: 68% (7427/10922) Checking out files: 69% (7537/10922) Checking out files: 70% (7646/10922) Checking out files: 71% (7755/10922) Checking out files: 72% (7864/10922) Checking out files: 73% (7974/10922) Checking out files: 74% (8083/10922) Checking out files: 75% (8192/10922) Checking out files: 76% (8301/10922) Checking out files: 76% (8369/10922) Checking out files: 77% (8410/10922) Checking out files: 78% (8520/10922) Checking out files: 79% (8629/10922) Checking out files: 80% (8738/10922) Checking out files: 81% (8847/10922) Checking out files: 82% (8957/10922) Checking out files: 83% (9066/10922) Checking out files: 84% (9175/10922) Checking out files: 85% (9284/10922) Checking out files: 86% (9393/10922) Checking out files: 87% (9503/10922) Checking out files: 88% (9612/10922) Checking out files: 89% (9721/10922) Checking out files: 90% (9830/10922) Checking out files: 91% (9940/10922) Checking out files: 92% (10049/10922) Checking out files: 93% (10158/10922) Checking out files: 94% (10267/10922) Checking out files: 94% (10350/10922) Checking out files: 95% (10376/10922) Checking out files: 96% (10486/10922) Checking out files: 97% (10595/10922) Checking out files: 98% (10704/10922) Checking out files: 99% (10813/10922) Checking out files: 100% (10922/10922) Checking out files: 100% (10922/10922), done. [2020-09-20T19:17:35.796Z] #22 159.8 + cd /tmp/tmp.G1xb08229B/tmp/docker-ce [2020-09-20T19:17:35.796Z] #22 159.8 + git checkout -q v17.06.2-ce [2020-09-20T19:17:35.796Z] #22 163.1 + mkdir -p /tmp/tmp.G1xb08229B/src/github.com/docker [2020-09-20T19:17:35.796Z] #22 163.1 + mv components/cli /tmp/tmp.G1xb08229B/src/github.com/docker/cli [2020-09-20T19:17:35.796Z] #22 163.1 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2020-09-20T19:17:36.094Z] #22 ... [2020-09-20T19:17:36.094Z] [2020-09-20T19:17:36.094Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:17:36.094Z] #18 54.73 Selecting previously unselected package xfsprogs. [2020-09-20T19:17:36.094Z] #18 54.75 Preparing to unpack .../38-xfsprogs_4.20.0-1_ppc64el.deb ... [2020-09-20T19:17:36.094Z] #18 54.75 Unpacking xfsprogs (4.20.0-1) ... [2020-09-20T19:17:36.745Z] #18 55.44 Selecting previously unselected package zip. [2020-09-20T19:17:36.745Z] #18 55.46 Preparing to unpack .../39-zip_3.0-11+b1_ppc64el.deb ... [2020-09-20T19:17:36.745Z] #18 55.46 Unpacking zip (3.0-11+b1) ... [2020-09-20T19:17:36.745Z] #18 55.68 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-09-20T19:17:36.745Z] #18 55.69 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-09-20T19:17:36.856Z] #17 ... [2020-09-20T19:17:36.856Z] [2020-09-20T19:17:36.856Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:36.856Z] #39 58.51 AR soccr/libsoccr.a [2020-09-20T19:17:36.856Z] #39 58.55 make[1]: 'soccr/libsoccr.a' is up to date. [2020-09-20T19:17:36.856Z] #39 58.84 DEP criu/arch/x86/sigframe.d [2020-09-20T19:17:36.856Z] #39 58.90 DEP criu/arch/x86/sigaction_compat.d [2020-09-20T19:17:36.856Z] #39 58.97 DEP criu/arch/x86/kerndat.d [2020-09-20T19:17:36.856Z] #39 59.15 DEP criu/arch/x86/crtools.d [2020-09-20T19:17:36.856Z] #39 59.25 DEP criu/arch/x86/cpu.d [2020-09-20T19:17:36.856Z] #39 59.39 CC criu/arch/x86/cpu.o [2020-09-20T19:17:36.856Z] #39 59.99 CC criu/arch/x86/crtools.o [2020-09-20T19:17:36.856Z] #39 61.33 CC criu/arch/x86/kerndat.o [2020-09-20T19:17:36.856Z] #39 61.80 CC criu/arch/x86/sigaction_compat.o [2020-09-20T19:17:36.856Z] #39 62.12 CC criu/arch/x86/sigframe.o [2020-09-20T19:17:36.856Z] #39 62.43 LINK criu/arch/x86/crtools.built-in.o [2020-09-20T19:17:36.856Z] #39 62.49 DEP criu/pie/util-vdso-elf32.d [2020-09-20T19:17:36.856Z] #39 62.60 DEP criu/pie/util-vdso.d [2020-09-20T19:17:36.856Z] #39 62.76 DEP criu/pie/util.d [2020-09-20T19:17:36.856Z] #39 62.90 CC criu/pie/util.o [2020-09-20T19:17:36.856Z] #39 63.21 CC criu/pie/util-vdso.o [2020-09-20T19:17:36.981Z] DEBUG: print all environment variables to check how Jenkins runs this script [2020-09-20T19:17:36.981Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-661ae7a0\powershellScript.ps1'; exit $LASTEXITCODE; [2020-09-20T19:17:36.981Z] ---------------------------------------------------------------------------- [2020-09-20T19:17:36.981Z] [2020-09-20T19:17:36.981Z] INFO: executeCI.ps1 starting at Sun Sep 20 19:17:36 CUT 2020 [2020-09-20T19:17:36.981Z] [2020-09-20T19:17:36.981Z] INFO: Script version 05-Feb-2019 09:03 PDT [2020-09-20T19:17:36.981Z] INFO: Running git version 2.24.1.windows.2 [2020-09-20T19:17:36.981Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2020-09-20T19:17:36.981Z] INFO: Environment variables: [2020-09-20T19:17:36.981Z] [2020-09-20T19:17:36.981Z] Name Value [2020-09-20T19:17:36.981Z] ---- ----- [2020-09-20T19:17:36.981Z] ALLUSERSPROFILE C:\ProgramData [2020-09-20T19:17:36.981Z] amd64 true [2020-09-20T19:17:36.981Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2020-09-20T19:17:36.981Z] APT_MIRROR cdn-fastly.deb.debian.org [2020-09-20T19:17:36.981Z] arm64 true [2020-09-20T19:17:36.981Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.9 [2020-09-20T19:17:36.981Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.9 [2020-09-20T19:17:36.981Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2020-09-20T19:17:36.981Z] BRANCH_NAME PR-38469 [2020-09-20T19:17:36.981Z] BUILD_DISPLAY_NAME #32 [2020-09-20T19:17:36.981Z] BUILD_ID 32 [2020-09-20T19:17:36.981Z] BUILD_NUMBER 32 [2020-09-20T19:17:36.981Z] BUILD_TAG jenkins-moby-PR-38469-32 [2020-09-20T19:17:36.981Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-38469/32/ [2020-09-20T19:17:36.981Z] CHANGE_AUTHOR olljanat [2020-09-20T19:17:36.981Z] CHANGE_AUTHOR_DISPLAY_NAME Olli Janatuinen [2020-09-20T19:17:36.981Z] CHANGE_BRANCH win-more-integration-tests [2020-09-20T19:17:36.981Z] CHANGE_FORK olljanat [2020-09-20T19:17:36.981Z] CHANGE_ID 38469 [2020-09-20T19:17:36.981Z] CHANGE_TARGET master [2020-09-20T19:17:36.981Z] CHANGE_TITLE Windows CI: Enable more integration tests [2020-09-20T19:17:36.981Z] CHANGE_URL https://github.com/moby/moby/pull/38469 [2020-09-20T19:17:36.981Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-20T19:17:36.981Z] CommonProgramFiles C:\Program Files\Common Files [2020-09-20T19:17:36.981Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2020-09-20T19:17:36.981Z] CommonProgramW6432 C:\Program Files\Common Files [2020-09-20T19:17:36.981Z] COMPUTERNAME azwin-2-9b3a60 [2020-09-20T19:17:36.981Z] ComSpec C:\windows\system32\cmd.exe [2020-09-20T19:17:36.981Z] ConfigSequenceNumber 0 [2020-09-20T19:17:36.981Z] dco true [2020-09-20T19:17:36.981Z] DOCKER_BUILDKIT 0 [2020-09-20T19:17:36.981Z] DOCKER_DUT_DEBUG 1 [2020-09-20T19:17:36.981Z] DOCKER_EXPERIMENTAL 1 [2020-09-20T19:17:36.981Z] DOCKER_GRAPHDRIVER overlay2 [2020-09-20T19:17:36.981Z] DriverData C:\Windows\System32\Drivers\DriverData [2020-09-20T19:17:36.981Z] EXECUTOR_NUMBER 0 [2020-09-20T19:17:36.981Z] FQDN azwin-2-9b3a60.westus.cloudapp.azure.com [2020-09-20T19:17:36.981Z] GIT_BRANCH PR-38469 [2020-09-20T19:17:36.981Z] GIT_COMMIT 98f1115e882dad3fbc3cbaca9ebc0e201c1a527f [2020-09-20T19:17:36.981Z] GIT_PREVIOUS_COMMIT 91ddebe332b09b08e568798b10b368c09e932008 [2020-09-20T19:17:36.981Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 91ddebe332b09b08e568798b10b368c09e932008 [2020-09-20T19:17:36.981Z] GIT_URL https://github.com/moby/moby.git [2020-09-20T19:17:36.981Z] HUDSON_COOKIE f3e78bcd-4a85-4436-b981-8f02485d4e2f [2020-09-20T19:17:36.981Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2020-09-20T19:17:36.981Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2020-09-20T19:17:36.981Z] HUDSON_URL https://ci-next.docker.com/public/ [2020-09-20T19:17:36.981Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.252-2.b09.ojdkbuild.windows.x86_64 [2020-09-20T19:17:36.981Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2020-09-20T19:17:36.981Z] JENKINS_NODE_COOKIE 31d3fa04-cc21-4ceb-b18e-047308cd5952 [2020-09-20T19:17:36.982Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2020-09-20T19:17:36.982Z] JENKINS_URL https://ci-next.docker.com/public/ [2020-09-20T19:17:36.982Z] JOB_BASE_NAME PR-38469 [2020-09-20T19:17:36.982Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-38469/display/redirect [2020-09-20T19:17:36.982Z] JOB_NAME moby/PR-38469 [2020-09-20T19:17:36.982Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-38469/ [2020-09-20T19:17:36.982Z] library.jps.version master [2020-09-20T19:17:36.982Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2020-09-20T19:17:36.982Z] NODE_LABELS amd64 azure azwin-2-9b3a60 azwin-2019 docker west-us windows windows-2019 x86_64 [2020-09-20T19:17:36.982Z] NODE_NAME azwin-2-9b3a60 [2020-09-20T19:17:36.982Z] NUMBER_OF_PROCESSORS 4 [2020-09-20T19:17:36.982Z] OS Windows_NT [2020-09-20T19:17:36.982Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2020-09-20T19:17:36.982Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2020-09-20T19:17:36.982Z] ppc64le true [2020-09-20T19:17:36.982Z] PROCESSOR_ARCHITECTURE AMD64 [2020-09-20T19:17:36.982Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2020-09-20T19:17:36.982Z] PROCESSOR_LEVEL 6 [2020-09-20T19:17:36.982Z] PROCESSOR_REVISION 5504 [2020-09-20T19:17:36.982Z] ProgramData C:\ProgramData [2020-09-20T19:17:36.982Z] ProgramFiles C:\Program Files [2020-09-20T19:17:36.982Z] ProgramFiles(x86) C:\Program Files (x86) [2020-09-20T19:17:36.982Z] ProgramW6432 C:\Program Files [2020-09-20T19:17:36.982Z] PROMPT $P$G [2020-09-20T19:17:36.982Z] PSExecutionPolicyPreference Bypass [2020-09-20T19:17:36.982Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2020-09-20T19:17:36.982Z] PUBLIC C:\Users\Public [2020-09-20T19:17:36.982Z] rootless true [2020-09-20T19:17:36.982Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-38469/32/display/redirect?page=changes [2020-09-20T19:17:36.982Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-38469/32/display/redirect [2020-09-20T19:17:36.982Z] s390x true [2020-09-20T19:17:36.982Z] SKIP_VALIDATION_TESTS 1 [2020-09-20T19:17:36.982Z] SOURCES_DRIVE d [2020-09-20T19:17:36.982Z] SOURCES_SUBDIR gopath [2020-09-20T19:17:36.982Z] STAGE_NAME Run tests [2020-09-20T19:17:36.982Z] SystemDrive C: [2020-09-20T19:17:36.982Z] SystemRoot C:\windows [2020-09-20T19:17:36.982Z] TEMP C:\windows\TEMP [2020-09-20T19:17:36.982Z] TESTDEBUG 0 [2020-09-20T19:17:36.982Z] TESTRUN_DRIVE d [2020-09-20T19:17:36.982Z] TESTRUN_SUBDIR CI [2020-09-20T19:17:36.982Z] TIMEOUT 120m [2020-09-20T19:17:36.982Z] TMP C:\windows\TEMP [2020-09-20T19:17:36.982Z] unit_validate true [2020-09-20T19:17:36.982Z] USERDOMAIN WORKGROUP [2020-09-20T19:17:36.982Z] USERNAME azwin-2-9b3a60$ [2020-09-20T19:17:36.982Z] USERPROFILE C:\windows\system32\config\systemprofile [2020-09-20T19:17:36.982Z] validate_force false [2020-09-20T19:17:36.982Z] windir C:\windows [2020-09-20T19:17:36.982Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2020-09-20T19:17:36.982Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2020-09-20T19:17:36.982Z] windowsRS1 false [2020-09-20T19:17:36.982Z] windowsRS5 true [2020-09-20T19:17:36.982Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2020-09-20T19:17:36.982Z] [2020-09-20T19:17:36.982Z] [2020-09-20T19:17:36.982Z] [2020-09-20T19:17:37.046Z] #18 55.70 Setting up libip6tc0:ppc64el (1.8.2-4) ... [2020-09-20T19:17:37.046Z] #18 55.70 Setting up libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-09-20T19:17:37.046Z] #18 55.71 Setting up libgpm2:ppc64el (1.20.7-5) ... [2020-09-20T19:17:37.046Z] #18 55.71 Setting up libip4tc0:ppc64el (1.8.2-4) ... [2020-09-20T19:17:37.046Z] #18 55.71 Setting up uidmap (1:4.5-1.1) ... [2020-09-20T19:17:37.046Z] #18 55.73 Setting up libnftnl11:ppc64el (1.1.2-2) ... [2020-09-20T19:17:37.046Z] #18 55.75 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-09-20T19:17:37.046Z] #18 55.76 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-09-20T19:17:37.046Z] #18 55.78 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-09-20T19:17:37.046Z] #18 55.79 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2020-09-20T19:17:37.046Z] #18 55.80 Setting up xxd (2:8.1.0875-5) ... [2020-09-20T19:17:37.046Z] #18 55.81 Setting up zip (3.0-11+b1) ... [2020-09-20T19:17:37.046Z] #18 55.82 Setting up vim-common (2:8.1.0875-5) ... [2020-09-20T19:17:37.046Z] #18 55.84 Setting up bash-completion (1:2.8-6) ... [2020-09-20T19:17:37.136Z] #39 63.89 CC criu/pie/util-vdso-elf32.o [2020-09-20T19:17:37.443Z] INFO: Sources under d:\gopath\... [2020-09-20T19:17:37.443Z] INFO: Test run under d:\CI\... [2020-09-20T19:17:37.443Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2020-09-20T19:17:37.443Z] INFO: docker/docker repository was found [2020-09-20T19:17:37.844Z] #41 ... [2020-09-20T19:17:37.844Z] [2020-09-20T19:17:37.844Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:17:37.844Z] #49 10.11 + cd /tmp/tmp.m33wffC8Ie/src/github.com/opencontainers/runc [2020-09-20T19:17:37.844Z] #49 10.12 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-09-20T19:17:37.844Z] #49 10.51 + '[' -z '' ']' [2020-09-20T19:17:37.844Z] #49 10.51 + target=static [2020-09-20T19:17:37.844Z] #49 10.51 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-09-20T19:17:37.844Z] #49 10.91 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-09-20T19:17:37.844Z] #49 ... [2020-09-20T19:17:37.844Z] [2020-09-20T19:17:37.844Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:17:37.844Z] #17 9.853 Reading package lists... [2020-09-20T19:17:37.904Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2020-09-20T19:17:37.930Z] #39 52.36 LINK criu/pie/restorer.built-in.o [2020-09-20T19:17:37.930Z] #39 52.38 GEN criu/pie/restorer-blob.h [2020-09-20T19:17:37.930Z] #39 52.45 DEP criu/vdso.d [2020-09-20T19:17:37.930Z] #39 52.64 DEP criu/uts_ns.d [2020-09-20T19:17:37.930Z] #39 52.79 DEP criu/util.d [2020-09-20T19:17:38.065Z] #39 64.56 AR criu/pie/pie.lib.a [2020-09-20T19:17:38.065Z] #39 64.62 DEP criu/pie/restorer.d [2020-09-20T19:17:38.194Z] #39 53.02 DEP criu/uffd.d [2020-09-20T19:17:38.194Z] #39 53.23 DEP criu/tun.d [2020-09-20T19:17:38.321Z] #39 64.82 DEP criu/arch/x86/sigaction_compat_pie.d [2020-09-20T19:17:38.321Z] #39 64.92 DEP criu/arch/x86/restorer_unmap.d [2020-09-20T19:17:38.321Z] #39 64.95 DEP criu/arch/x86/restorer.d [2020-09-20T19:17:38.364Z] ltsc2019: Pulling from windows/servercore [2020-09-20T19:17:38.364Z] 4612f6d0b889: Pulling fs layer [2020-09-20T19:17:38.364Z] c3aff4450246: Pulling fs layer [2020-09-20T19:17:38.458Z] #39 53.35 DEP criu/tty.d [2020-09-20T19:17:38.458Z] #39 ... [2020-09-20T19:17:38.458Z] [2020-09-20T19:17:38.458Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:17:38.458Z] #17 3.656 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-09-20T19:17:38.458Z] #17 5.211 Fetched 8209 kB in 4s (2066 kB/s) [2020-09-20T19:17:38.458Z] #17 5.211 Reading package lists... [2020-09-20T19:17:38.458Z] #17 6.951 Reading package lists... [2020-09-20T19:17:38.458Z] #17 8.489 Building dependency tree... [2020-09-20T19:17:38.458Z] #17 9.531 libcap2-bin is already the newest version (1:2.25-2). [2020-09-20T19:17:38.458Z] #17 9.531 The following additional packages will be installed: [2020-09-20T19:17:38.458Z] #17 9.532 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-09-20T19:17:38.458Z] #17 9.532 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-09-20T19:17:38.458Z] #17 9.533 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-09-20T19:17:38.458Z] #17 9.533 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-09-20T19:17:38.458Z] #17 9.534 python3.7 python3.7-minimal vim-runtime xxd [2020-09-20T19:17:38.458Z] #17 9.537 Suggested packages: [2020-09-20T19:17:38.458Z] #17 9.537 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-09-20T19:17:38.458Z] #17 9.537 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-09-20T19:17:38.458Z] #17 9.537 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-09-20T19:17:38.458Z] #17 9.537 Recommended packages: [2020-09-20T19:17:38.458Z] #17 9.537 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-09-20T19:17:38.458Z] #17 9.537 python3-keyrings.alt python3-xdg unzip [2020-09-20T19:17:38.459Z] #17 10.50 The following NEW packages will be installed: [2020-09-20T19:17:38.459Z] #17 10.50 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-09-20T19:17:38.459Z] #17 10.50 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-09-20T19:17:38.459Z] #17 10.50 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-09-20T19:17:38.459Z] #17 10.50 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-09-20T19:17:38.459Z] #17 10.50 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-09-20T19:17:38.459Z] #17 10.50 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-09-20T19:17:38.459Z] #17 10.50 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-09-20T19:17:38.459Z] #17 10.50 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-09-20T19:17:38.459Z] #17 10.50 xz-utils zip [2020-09-20T19:17:38.459Z] #17 10.80 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2020-09-20T19:17:38.459Z] #17 10.80 Need to get 27.6 MB of archives. [2020-09-20T19:17:38.459Z] #17 10.80 After this operation, 114 MB of additional disk space will be used. [2020-09-20T19:17:38.459Z] #17 10.80 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB] [2020-09-20T19:17:38.459Z] #17 10.80 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u2 [588 kB] [2020-09-20T19:17:38.459Z] #17 10.82 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u2 [1404 kB] [2020-09-20T19:17:38.459Z] #17 10.87 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB] [2020-09-20T19:17:38.459Z] #17 10.87 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB] [2020-09-20T19:17:38.459Z] #17 10.88 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u2 [1641 kB] [2020-09-20T19:17:38.459Z] #17 10.94 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u2 [330 kB] [2020-09-20T19:17:38.459Z] #17 10.96 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB] [2020-09-20T19:17:38.459Z] #17 10.96 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB] [2020-09-20T19:17:38.459Z] #17 10.97 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB] [2020-09-20T19:17:38.459Z] #17 10.97 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB] [2020-09-20T19:17:38.459Z] #17 10.97 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB] [2020-09-20T19:17:38.459Z] #17 10.98 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2020-09-20T19:17:38.459Z] #17 10.98 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB] [2020-09-20T19:17:38.459Z] #17 10.98 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB] [2020-09-20T19:17:38.459Z] #17 10.98 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB] [2020-09-20T19:17:38.459Z] #17 11.00 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2020-09-20T19:17:38.459Z] #17 11.00 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2020-09-20T19:17:38.459Z] #17 11.02 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB] [2020-09-20T19:17:38.459Z] #17 11.02 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB] [2020-09-20T19:17:38.459Z] #17 11.03 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB] [2020-09-20T19:17:38.459Z] #17 11.03 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB] [2020-09-20T19:17:38.459Z] #17 11.05 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB] [2020-09-20T19:17:38.459Z] #17 11.06 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2020-09-20T19:17:38.459Z] #17 11.07 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2020-09-20T19:17:38.459Z] #17 11.07 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2020-09-20T19:17:38.459Z] #17 11.07 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB] [2020-09-20T19:17:38.459Z] #17 11.07 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB] [2020-09-20T19:17:38.459Z] #17 11.08 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2020-09-20T19:17:38.459Z] #17 11.57 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2020-09-20T19:17:38.459Z] #17 11.57 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2020-09-20T19:17:38.459Z] #17 11.58 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2020-09-20T19:17:38.459Z] #17 11.58 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB] [2020-09-20T19:17:38.459Z] #17 11.58 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB] [2020-09-20T19:17:38.459Z] #17 11.59 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB] [2020-09-20T19:17:38.459Z] #17 11.65 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-09-20T19:17:38.459Z] #17 11.65 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB] [2020-09-20T19:17:38.459Z] #17 11.66 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB] [2020-09-20T19:17:38.459Z] #17 11.67 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-09-20T19:17:38.459Z] #17 11.68 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB] [2020-09-20T19:17:38.459Z] #17 11.73 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-09-20T19:17:38.459Z] #17 11.73 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u2 [1208 kB] [2020-09-20T19:17:38.459Z] #17 11.76 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB] [2020-09-20T19:17:38.459Z] #17 11.77 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB] [2020-09-20T19:17:38.459Z] #17 11.78 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-09-20T19:17:38.459Z] #17 12.12 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB] [2020-09-20T19:17:38.459Z] #17 12.20 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB] [2020-09-20T19:17:38.459Z] #17 12.22 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB] [2020-09-20T19:17:38.459Z] #17 12.70 debconf: delaying package configuration, since apt-utils is not installed [2020-09-20T19:17:38.459Z] #17 12.76 Fetched 27.6 MB in 2s (16.2 MB/s) [2020-09-20T19:17:38.459Z] #17 12.80 Selecting previously unselected package pigz. [2020-09-20T19:17:38.459Z] #17 12.80 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23405 files and directories currently installed.) [2020-09-20T19:17:38.459Z] #17 12.87 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ... [2020-09-20T19:17:38.459Z] #17 12.88 Unpacking pigz (2.4-1) ... [2020-09-20T19:17:38.459Z] #17 12.97 Selecting previously unselected package libpython3.7-minimal:arm64. [2020-09-20T19:17:38.459Z] #17 12.97 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_arm64.deb ... [2020-09-20T19:17:38.459Z] #17 12.98 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ... [2020-09-20T19:17:38.577Z] #39 65.12 DEP criu/arch/x86/vdso-pie.d [2020-09-20T19:17:38.577Z] #39 65.29 DEP criu/pie/parasite-vdso.d [2020-09-20T19:17:38.723Z] #17 ... [2020-09-20T19:17:38.723Z] [2020-09-20T19:17:38.723Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:38.723Z] #39 53.50 DEP criu/timerfd.d [2020-09-20T19:17:38.723Z] #39 53.60 DEP criu/timens.d [2020-09-20T19:17:38.723Z] #39 53.68 DEP criu/sysfs_parse.d [2020-09-20T19:17:38.833Z] #39 65.46 DEP criu/pie/parasite.d [2020-09-20T19:17:38.987Z] #39 53.77 DEP criu/sysctl.d [2020-09-20T19:17:38.987Z] #39 53.85 DEP criu/string.d [2020-09-20T19:17:38.987Z] #39 53.88 DEP criu/stats.d [2020-09-20T19:17:38.987Z] #39 53.96 DEP criu/sockets.d [2020-09-20T19:17:39.089Z] #39 65.75 CC criu/pie/parasite.o [2020-09-20T19:17:39.150Z] #18 ... [2020-09-20T19:17:39.150Z] [2020-09-20T19:17:39.150Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:39.150Z] #40 92.48 DEP criu/eventpoll.d [2020-09-20T19:17:39.150Z] #40 92.76 DEP criu/eventfd.d [2020-09-20T19:17:39.150Z] #40 92.91 DEP criu/crtools.d [2020-09-20T19:17:39.150Z] #40 93.22 DEP criu/cr-service.d [2020-09-20T19:17:39.150Z] #40 93.47 DEP criu/cr-restore.d [2020-09-20T19:17:39.150Z] #40 93.72 DEP criu/cr-errno.d [2020-09-20T19:17:39.150Z] #40 93.75 DEP criu/cr-dump.d [2020-09-20T19:17:39.150Z] #40 94.04 DEP criu/cr-dedup.d [2020-09-20T19:17:39.150Z] #40 94.26 DEP criu/cr-check.d [2020-09-20T19:17:39.150Z] #40 94.46 DEP criu/config.d [2020-09-20T19:17:39.150Z] #40 94.65 DEP criu/clone-noasan.d [2020-09-20T19:17:39.150Z] #40 94.74 DEP criu/cgroup.d [2020-09-20T19:17:39.150Z] #40 95.03 DEP criu/cgroup-props.d [2020-09-20T19:17:39.150Z] #40 95.19 DEP criu/bitmap.d [2020-09-20T19:17:39.150Z] #40 95.21 DEP criu/bfd.d [2020-09-20T19:17:39.150Z] #40 95.36 DEP criu/autofs.d [2020-09-20T19:17:39.150Z] #40 95.57 DEP criu/aio.d [2020-09-20T19:17:39.150Z] #40 95.80 DEP criu/action-scripts.d [2020-09-20T19:17:39.150Z] #40 96.22 CC criu/action-scripts.o [2020-09-20T19:17:39.150Z] #40 96.77 CC criu/aio.o [2020-09-20T19:17:39.150Z] #40 97.37 CC criu/autofs.o [2020-09-20T19:17:39.150Z] #40 99.93 CC criu/bfd.o [2020-09-20T19:17:39.150Z] #40 100.5 CC criu/bitmap.o [2020-09-20T19:17:39.150Z] #40 100.8 CC criu/cgroup-props.o [2020-09-20T19:17:39.150Z] #40 101.9 CC criu/cgroup.o [2020-09-20T19:17:39.251Z] #39 54.12 DEP criu/sk-unix.d [2020-09-20T19:17:39.251Z] #39 54.29 DEP criu/sk-tcp.d [2020-09-20T19:17:39.515Z] #39 54.50 DEP criu/sk-queue.d [2020-09-20T19:17:39.792Z] #39 54.63 DEP criu/sk-packet.d [2020-09-20T19:17:40.217Z] #40 ... [2020-09-20T19:17:40.217Z] [2020-09-20T19:17:40.217Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:17:40.217Z] #42 161.4 net/http/httptrace [2020-09-20T19:17:40.217Z] #42 161.9 net/http [2020-09-20T19:17:40.293Z] #39 54.72 DEP criu/sk-netlink.d [2020-09-20T19:17:40.293Z] #39 54.99 DEP criu/sk-inet.d [2020-09-20T19:17:40.293Z] #39 55.20 DEP criu/signalfd.d [2020-09-20T19:17:40.462Z] #39 66.92 LINK criu/pie/parasite.built-in.o [2020-09-20T19:17:40.462Z] #39 66.93 GEN criu/pie/parasite-blob.h [2020-09-20T19:17:40.462Z] #39 66.95 CC criu/pie/parasite-vdso.o [2020-09-20T19:17:40.556Z] #39 55.42 DEP criu/sigframe.d [2020-09-20T19:17:40.556Z] #39 55.46 DEP criu/shmem.d [2020-09-20T19:17:40.556Z] #39 55.55 DEP criu/servicefd.d [2020-09-20T19:17:40.720Z] #39 ... [2020-09-20T19:17:40.720Z] [2020-09-20T19:17:40.720Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:17:40.720Z] #41 143.0 github.com/LK4D4/vndr/godl [2020-09-20T19:17:40.820Z] #39 55.65 DEP criu/seize.d [2020-09-20T19:17:40.820Z] #39 55.74 DEP criu/seccomp.d [2020-09-20T19:17:41.084Z] #39 55.92 DEP criu/rst-malloc.d [2020-09-20T19:17:41.084Z] #39 56.02 DEP criu/rbtree.d [2020-09-20T19:17:41.348Z] #39 56.07 DEP criu/pstree.d [2020-09-20T19:17:41.348Z] #39 56.27 DEP criu/protobuf.d [2020-09-20T19:17:41.613Z] #39 56.47 GEN criu/protobuf-desc-gen.h [2020-09-20T19:17:41.650Z] #41 143.8 github.com/LK4D4/vndr [2020-09-20T19:17:41.765Z] #42 ... [2020-09-20T19:17:41.765Z] [2020-09-20T19:17:41.765Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:17:41.765Z] #18 60.40 Setting up libiptc0:ppc64el (1.8.2-4) ... [2020-09-20T19:17:41.765Z] #18 60.41 Setting up xz-utils (5.2.4-1) ... [2020-09-20T19:17:41.765Z] #18 60.45 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-09-20T19:17:41.765Z] #18 60.47 Setting up sudo (1.8.27-1+deb10u2) ... [2020-09-20T19:17:41.765Z] #18 60.56 invoke-rc.d: could not determine current runlevel [2020-09-20T19:17:41.765Z] #18 60.57 invoke-rc.d: policy-rc.d denied execution of start. [2020-09-20T19:17:41.765Z] #18 60.58 Setting up pigz (2.4-1) ... [2020-09-20T19:17:41.765Z] #18 60.59 Setting up libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-09-20T19:17:41.765Z] #18 60.60 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-09-20T19:17:41.765Z] #18 60.62 Setting up python-pip-whl (18.1-5) ... [2020-09-20T19:17:41.765Z] #18 60.63 Setting up libmpdec2:ppc64el (2.4.2-2) ... [2020-09-20T19:17:41.765Z] #18 60.64 Setting up vim-runtime (2:8.1.0875-5) ... [2020-09-20T19:17:42.050Z] #17 13.48 Reading package lists... [2020-09-20T19:17:42.429Z] #18 61.21 Setting up libaio1:ppc64el (0.3.112-3) ... [2020-09-20T19:17:42.429Z] #18 61.22 Setting up libonig5:ppc64el (6.9.1-1) ... [2020-09-20T19:17:42.429Z] #18 61.22 Setting up libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2020-09-20T19:17:42.429Z] #18 61.23 Setting up vim (2:8.1.0875-5) ... [2020-09-20T19:17:42.429Z] #18 61.23 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-09-20T19:17:42.429Z] #18 61.24 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-09-20T19:17:42.429Z] #18 61.24 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-09-20T19:17:42.429Z] #18 61.25 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-09-20T19:17:42.429Z] #18 61.26 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-09-20T19:17:42.429Z] #18 61.27 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-09-20T19:17:42.429Z] #18 61.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-09-20T19:17:42.429Z] #18 61.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-09-20T19:17:42.429Z] #18 61.36 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-09-20T19:17:42.622Z] #17 17.44 Building dependency tree... [2020-09-20T19:17:42.741Z] #18 61.36 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-09-20T19:17:42.741Z] #18 61.38 Setting up libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-09-20T19:17:42.741Z] #18 61.38 Setting up jq (1.5+dfsg-2+b1) ... [2020-09-20T19:17:42.741Z] #18 61.38 Setting up libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-09-20T19:17:42.741Z] #18 61.39 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-09-20T19:17:43.011Z] #39 57.74 DEP criu/protobuf-desc.d [2020-09-20T19:17:43.011Z] #39 57.85 DEP criu/proc_parse.d [2020-09-20T19:17:43.275Z] #39 58.01 DEP criu/plugin.d [2020-09-20T19:17:43.275Z] #39 58.06 DEP criu/pipes.d [2020-09-20T19:17:43.275Z] #39 58.18 DEP criu/pie-util.d [2020-09-20T19:17:43.539Z] #39 58.31 DEP criu/pie-util-vdso.d [2020-09-20T19:17:43.539Z] #39 58.42 DEP criu/path.d [2020-09-20T19:17:43.565Z] #17 19.21 libcap2-bin is already the newest version (1:2.25-2). [2020-09-20T19:17:43.565Z] #17 19.21 The following additional packages will be installed: [2020-09-20T19:17:43.565Z] #17 19.22 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-09-20T19:17:43.565Z] #17 19.22 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-09-20T19:17:43.565Z] #17 19.22 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-09-20T19:17:43.565Z] #17 19.22 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-09-20T19:17:43.565Z] #17 19.22 python3.7 python3.7-minimal vim-runtime xxd [2020-09-20T19:17:43.565Z] #17 19.22 Suggested packages: [2020-09-20T19:17:43.565Z] #17 19.22 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-09-20T19:17:43.565Z] #17 19.22 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-09-20T19:17:43.565Z] #17 19.22 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-09-20T19:17:43.565Z] #17 19.22 Recommended packages: [2020-09-20T19:17:43.565Z] #17 19.22 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-09-20T19:17:43.565Z] #17 19.22 python3-keyrings.alt python3-xdg unzip [2020-09-20T19:17:43.803Z] #39 58.59 DEP criu/parasite-syscall.d [2020-09-20T19:17:43.803Z] #39 58.73 DEP criu/pagemap.d [2020-09-20T19:17:43.826Z] #17 ... [2020-09-20T19:17:43.826Z] [2020-09-20T19:17:43.826Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:17:43.826Z] #41 DONE 149.8s [2020-09-20T19:17:43.826Z] [2020-09-20T19:17:43.826Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:43.826Z] #39 64.34 LINK criu/pie/parasite.built-in.o [2020-09-20T19:17:43.826Z] #39 64.37 GEN criu/pie/parasite-blob.h [2020-09-20T19:17:43.826Z] #39 64.38 CC criu/pie/parasite-vdso.o [2020-09-20T19:17:43.826Z] #39 65.16 CC criu/arch/x86/vdso-pie.o [2020-09-20T19:17:43.826Z] #39 65.55 CC criu/arch/x86/restorer.o [2020-09-20T19:17:43.826Z] #39 66.11 CC criu/arch/x86/restorer_unmap.o [2020-09-20T19:17:43.826Z] #39 66.15 CC criu/arch/x86/sigaction_compat_pie.o [2020-09-20T19:17:43.826Z] #39 66.38 CC criu/pie/restorer.o [2020-09-20T19:17:43.826Z] #39 69.44 LINK criu/pie/restorer.built-in.o [2020-09-20T19:17:43.826Z] #39 69.46 GEN criu/pie/restorer-blob.h [2020-09-20T19:17:43.826Z] #39 69.55 DEP criu/vdso.d [2020-09-20T19:17:43.826Z] #39 69.90 DEP criu/vdso-compat.d [2020-09-20T19:17:43.826Z] #39 70.05 DEP criu/uts_ns.d [2020-09-20T19:17:43.826Z] #39 70.24 DEP criu/util.d [2020-09-20T19:17:43.826Z] #39 70.48 DEP criu/uffd.d [2020-09-20T19:17:43.826Z] #39 70.72 DEP criu/tun.d [2020-09-20T19:17:43.826Z] #39 70.86 DEP criu/tty.d [2020-09-20T19:17:43.826Z] #39 70.99 DEP criu/timerfd.d [2020-09-20T19:17:43.826Z] #39 71.12 DEP criu/timens.d [2020-09-20T19:17:43.826Z] #39 71.28 DEP criu/sysfs_parse.d [2020-09-20T19:17:43.826Z] #39 71.39 DEP criu/sysctl.d [2020-09-20T19:17:43.826Z] #39 71.54 DEP criu/string.d [2020-09-20T19:17:43.826Z] #39 71.58 DEP criu/stats.d [2020-09-20T19:17:43.826Z] #39 71.67 DEP criu/sockets.d [2020-09-20T19:17:43.826Z] #39 71.84 DEP criu/sk-unix.d [2020-09-20T19:17:43.826Z] #39 72.04 DEP criu/sk-tcp.d [2020-09-20T19:17:43.826Z] #39 72.21 DEP criu/sk-queue.d [2020-09-20T19:17:43.826Z] #39 72.36 DEP criu/sk-packet.d [2020-09-20T19:17:43.826Z] #39 72.56 DEP criu/sk-netlink.d [2020-09-20T19:17:43.826Z] #39 72.81 DEP criu/sk-inet.d [2020-09-20T19:17:43.826Z] #39 73.00 DEP criu/signalfd.d [2020-09-20T19:17:43.826Z] #39 73.13 DEP criu/sigframe.d [2020-09-20T19:17:43.826Z] #39 73.23 DEP criu/shmem.d [2020-09-20T19:17:43.826Z] #39 73.41 DEP criu/servicefd.d [2020-09-20T19:17:43.826Z] #39 73.64 DEP criu/seize.d [2020-09-20T19:17:44.067Z] #39 58.88 DEP criu/pagemap-cache.d [2020-09-20T19:17:44.067Z] #39 58.99 DEP criu/page-xfer.d [2020-09-20T19:17:44.067Z] #39 59.11 DEP criu/page-pipe.d [2020-09-20T19:17:44.087Z] #39 73.89 DEP criu/seccomp.d [2020-09-20T19:17:44.087Z] #39 74.11 DEP criu/rst-malloc.d [2020-09-20T19:17:44.331Z] #39 59.18 DEP criu/netfilter.d [2020-09-20T19:17:44.347Z] #39 74.22 DEP criu/rbtree.d [2020-09-20T19:17:44.347Z] #39 74.35 DEP criu/pstree.d [2020-09-20T19:17:44.595Z] #39 59.28 DEP criu/net.d [2020-09-20T19:17:44.595Z] #39 59.40 DEP criu/namespaces.d [2020-09-20T19:17:44.595Z] #39 59.54 DEP criu/mount.d [2020-09-20T19:17:44.608Z] #39 74.64 DEP criu/protobuf.d [2020-09-20T19:17:44.859Z] #39 59.71 DEP criu/memfd.d [2020-09-20T19:17:44.869Z] #39 74.73 GEN criu/protobuf-desc-gen.h [2020-09-20T19:17:44.922Z] #41 ... [2020-09-20T19:17:44.922Z] [2020-09-20T19:17:44.922Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:17:44.922Z] #49 10.67 + cd /tmp/tmp.eSZGmol1X3/src/github.com/opencontainers/runc [2020-09-20T19:17:44.922Z] #49 10.67 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-09-20T19:17:44.922Z] #49 11.09 + '[' -z '' ']' [2020-09-20T19:17:44.922Z] #49 11.09 + target=static [2020-09-20T19:17:44.922Z] #49 11.09 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-09-20T19:17:44.922Z] #49 11.54 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-09-20T19:17:44.922Z] #49 ... [2020-09-20T19:17:44.922Z] [2020-09-20T19:17:44.922Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:44.922Z] #39 67.48 CC criu/arch/x86/vdso-pie.o [2020-09-20T19:17:44.922Z] #39 67.74 CC criu/arch/x86/restorer.o [2020-09-20T19:17:44.922Z] #39 68.29 CC criu/arch/x86/restorer_unmap.o [2020-09-20T19:17:44.922Z] #39 68.34 CC criu/arch/x86/sigaction_compat_pie.o [2020-09-20T19:17:44.922Z] #39 68.70 CC criu/pie/restorer.o [2020-09-20T19:17:45.123Z] #39 59.83 DEP criu/mem.d [2020-09-20T19:17:45.123Z] #39 60.09 DEP criu/lsm.d [2020-09-20T19:17:45.180Z] #39 71.78 LINK criu/pie/restorer.built-in.o [2020-09-20T19:17:45.180Z] #39 71.81 GEN criu/pie/restorer-blob.h [2020-09-20T19:17:45.180Z] #39 71.90 DEP criu/vdso.d [2020-09-20T19:17:45.387Z] #39 60.21 DEP criu/log.d [2020-09-20T19:17:45.387Z] #39 60.32 DEP criu/libnetlink.d [2020-09-20T19:17:45.436Z] #39 72.20 DEP criu/vdso-compat.d [2020-09-20T19:17:45.461Z] c3aff4450246: Verifying Checksum [2020-09-20T19:17:45.462Z] c3aff4450246: Download complete [2020-09-20T19:17:45.495Z] ok github.com/docker/docker/cmd/dockerd 0.053s coverage: 30.8% of statements [2020-09-20T19:17:45.495Z] ok github.com/docker/docker/container 0.113s coverage: 34.7% of statements [2020-09-20T19:17:45.495Z] ? github.com/docker/docker/container/stream [no test files] [2020-09-20T19:17:45.495Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-09-20T19:17:45.495Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-09-20T19:17:45.495Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-09-20T19:17:45.651Z] #39 60.50 DEP criu/kerndat.d [2020-09-20T19:17:45.651Z] #39 ... [2020-09-20T19:17:45.651Z] [2020-09-20T19:17:45.651Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:17:45.651Z] #17 13.32 Selecting previously unselected package python3.7-minimal. [2020-09-20T19:17:45.651Z] #17 13.33 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_arm64.deb ... [2020-09-20T19:17:45.651Z] #17 13.34 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-09-20T19:17:45.651Z] #17 14.10 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ... [2020-09-20T19:17:45.651Z] #17 14.13 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-09-20T19:17:45.651Z] #17 16.06 Selecting previously unselected package python3-minimal. [2020-09-20T19:17:45.651Z] #17 16.06 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23654 files and directories currently installed.) [2020-09-20T19:17:45.651Z] #17 16.09 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ... [2020-09-20T19:17:45.651Z] #17 16.10 Unpacking python3-minimal (3.7.3-1) ... [2020-09-20T19:17:45.651Z] #17 16.19 Selecting previously unselected package libmpdec2:arm64. [2020-09-20T19:17:45.651Z] #17 16.20 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ... [2020-09-20T19:17:45.651Z] #17 16.21 Unpacking libmpdec2:arm64 (2.4.2-2) ... [2020-09-20T19:17:45.651Z] #17 16.30 Selecting previously unselected package libpython3.7-stdlib:arm64. [2020-09-20T19:17:45.651Z] #17 16.30 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_arm64.deb ... [2020-09-20T19:17:45.651Z] #17 16.31 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ... [2020-09-20T19:17:45.651Z] #17 16.96 Selecting previously unselected package python3.7. [2020-09-20T19:17:45.651Z] #17 16.97 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_arm64.deb ... [2020-09-20T19:17:45.651Z] #17 16.98 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-09-20T19:17:45.651Z] #17 17.11 Selecting previously unselected package libpython3-stdlib:arm64. [2020-09-20T19:17:45.651Z] #17 17.12 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ... [2020-09-20T19:17:45.651Z] #17 17.14 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ... [2020-09-20T19:17:45.651Z] #17 17.25 Setting up python3-minimal (3.7.3-1) ... [2020-09-20T19:17:45.651Z] #17 18.20 Selecting previously unselected package python3. [2020-09-20T19:17:45.651Z] #17 18.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 ... 24066 files and directories currently installed.) [2020-09-20T19:17:45.651Z] #17 18.26 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ... [2020-09-20T19:17:45.651Z] #17 18.27 Unpacking python3 (3.7.3-1) ... [2020-09-20T19:17:45.651Z] #17 18.38 Selecting previously unselected package libip4tc0:arm64. [2020-09-20T19:17:45.651Z] #17 18.38 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ... [2020-09-20T19:17:45.651Z] #17 18.39 Unpacking libip4tc0:arm64 (1.8.2-4) ... [2020-09-20T19:17:45.651Z] #17 18.46 Selecting previously unselected package libip6tc0:arm64. [2020-09-20T19:17:45.651Z] #17 18.47 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ... [2020-09-20T19:17:45.651Z] #17 18.48 Unpacking libip6tc0:arm64 (1.8.2-4) ... [2020-09-20T19:17:45.651Z] #17 18.57 Selecting previously unselected package libiptc0:arm64. [2020-09-20T19:17:45.651Z] #17 18.57 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ... [2020-09-20T19:17:45.651Z] #17 18.58 Unpacking libiptc0:arm64 (1.8.2-4) ... [2020-09-20T19:17:45.651Z] #17 18.67 Selecting previously unselected package libnfnetlink0:arm64. [2020-09-20T19:17:45.651Z] #17 18.67 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2020-09-20T19:17:45.651Z] #17 18.69 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2020-09-20T19:17:45.651Z] #17 18.77 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2020-09-20T19:17:45.651Z] #17 18.77 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ... [2020-09-20T19:17:45.651Z] #17 18.77 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2020-09-20T19:17:45.651Z] #17 18.87 Selecting previously unselected package libnftnl11:arm64. [2020-09-20T19:17:45.651Z] #17 18.88 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ... [2020-09-20T19:17:45.651Z] #17 18.89 Unpacking libnftnl11:arm64 (1.1.2-2) ... [2020-09-20T19:17:45.651Z] #17 19.04 Selecting previously unselected package iptables. [2020-09-20T19:17:45.651Z] #17 19.04 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ... [2020-09-20T19:17:45.651Z] #17 19.06 Unpacking iptables (1.8.2-4) ... [2020-09-20T19:17:45.651Z] #17 19.36 Selecting previously unselected package xxd. [2020-09-20T19:17:45.651Z] #17 19.36 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ... [2020-09-20T19:17:45.651Z] #17 19.37 Unpacking xxd (2:8.1.0875-5) ... [2020-09-20T19:17:45.651Z] #17 19.54 Selecting previously unselected package vim-common. [2020-09-20T19:17:45.651Z] #17 19.55 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-09-20T19:17:45.651Z] #17 19.57 Unpacking vim-common (2:8.1.0875-5) ... [2020-09-20T19:17:45.651Z] #17 19.76 Selecting previously unselected package bash-completion. [2020-09-20T19:17:45.651Z] #17 19.76 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-09-20T19:17:45.693Z] #39 72.29 DEP criu/uts_ns.d [2020-09-20T19:17:45.693Z] #39 72.44 DEP criu/util.d [2020-09-20T19:17:45.811Z] #39 ... [2020-09-20T19:17:45.812Z] [2020-09-20T19:17:45.812Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:17:45.812Z] #17 21.59 The following NEW packages will be installed: [2020-09-20T19:17:45.812Z] #17 21.59 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-09-20T19:17:45.812Z] #17 21.59 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-09-20T19:17:45.812Z] #17 21.59 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-09-20T19:17:45.812Z] #17 21.59 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-09-20T19:17:45.812Z] #17 21.60 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-09-20T19:17:45.812Z] #17 21.60 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-09-20T19:17:45.812Z] #17 21.60 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-09-20T19:17:45.812Z] #17 21.60 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-09-20T19:17:45.812Z] #17 21.60 xz-utils zip [2020-09-20T19:17:45.950Z] #39 72.62 DEP criu/uffd.d [2020-09-20T19:17:46.106Z] #17 21.93 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2020-09-20T19:17:46.106Z] #17 21.93 Need to get 28.5 MB of archives. [2020-09-20T19:17:46.106Z] #17 21.93 After this operation, 116 MB of additional disk space will be used. [2020-09-20T19:17:46.106Z] #17 21.93 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-09-20T19:17:46.106Z] #17 21.94 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2020-09-20T19:17:46.207Z] #39 72.90 DEP criu/tun.d [2020-09-20T19:17:46.324Z] #18 65.37 Setting up iptables (1.8.2-4) ... [2020-09-20T19:17:46.371Z] #17 21.97 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2020-09-20T19:17:46.371Z] #17 22.10 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-09-20T19:17:46.371Z] #17 22.11 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-09-20T19:17:46.371Z] #17 22.11 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2020-09-20T19:17:46.371Z] #17 22.19 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2020-09-20T19:17:46.465Z] #39 73.08 DEP criu/tty.d [2020-09-20T19:17:46.625Z] #18 65.39 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-09-20T19:17:46.625Z] #18 65.40 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-09-20T19:17:46.625Z] #18 65.40 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-09-20T19:17:46.625Z] #18 65.41 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-09-20T19:17:46.625Z] #18 65.43 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-09-20T19:17:46.625Z] #18 65.45 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-09-20T19:17:46.625Z] #18 65.45 Setting up python3 (3.7.3-1) ... [2020-09-20T19:17:46.632Z] #17 22.22 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-09-20T19:17:46.632Z] #17 22.22 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-09-20T19:17:46.632Z] #17 22.22 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-09-20T19:17:46.632Z] #17 22.23 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-09-20T19:17:46.632Z] #17 22.24 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-09-20T19:17:46.632Z] #17 22.25 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-09-20T19:17:46.632Z] #17 22.25 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-09-20T19:17:46.632Z] #17 22.25 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-09-20T19:17:46.632Z] #17 22.25 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-09-20T19:17:46.632Z] #17 22.27 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-09-20T19:17:46.632Z] #17 22.28 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-09-20T19:17:46.632Z] #17 22.28 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-09-20T19:17:46.632Z] #17 22.31 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2020-09-20T19:17:46.632Z] #17 22.33 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-09-20T19:17:46.632Z] #17 22.36 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-09-20T19:17:46.632Z] #17 22.39 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-09-20T19:17:46.632Z] #17 22.39 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-09-20T19:17:46.632Z] #17 22.40 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-09-20T19:17:46.632Z] #17 22.40 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-09-20T19:17:46.632Z] #17 22.41 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-09-20T19:17:46.632Z] #17 22.41 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-09-20T19:17:46.632Z] #17 22.41 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-09-20T19:17:46.722Z] #39 73.32 DEP criu/timerfd.d [2020-09-20T19:17:46.897Z] #17 22.74 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-09-20T19:17:46.978Z] #39 73.52 DEP criu/timens.d [2020-09-20T19:17:46.978Z] #39 73.76 DEP criu/sysfs_parse.d [2020-09-20T19:17:47.159Z] #17 22.74 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-09-20T19:17:47.159Z] #17 22.75 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-09-20T19:17:47.159Z] #17 22.75 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-09-20T19:17:47.159Z] #17 22.76 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-09-20T19:17:47.159Z] #17 22.77 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-09-20T19:17:47.159Z] #17 22.87 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-09-20T19:17:47.159Z] #17 22.87 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-09-20T19:17:47.159Z] #17 22.89 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-09-20T19:17:47.159Z] #17 22.90 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-09-20T19:17:47.159Z] #17 22.91 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-09-20T19:17:47.159Z] #17 22.93 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-09-20T19:17:47.159Z] #17 22.94 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB] [2020-09-20T19:17:47.425Z] #17 23.01 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2020-09-20T19:17:47.425Z] #17 23.03 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2020-09-20T19:17:47.425Z] #17 23.04 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-09-20T19:17:47.544Z] #39 73.96 DEP criu/sysctl.d [2020-09-20T19:17:47.544Z] #39 74.20 DEP criu/string.d [2020-09-20T19:17:47.544Z] #39 74.24 DEP criu/stats.d [2020-09-20T19:17:47.684Z] #18 66.24 Setting up python3-wheel (0.32.3-2) ... [2020-09-20T19:17:47.686Z] #17 23.36 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-09-20T19:17:47.686Z] #17 23.42 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-09-20T19:17:47.686Z] #17 23.46 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-09-20T19:17:47.801Z] #39 74.35 DEP criu/sockets.d [2020-09-20T19:17:48.059Z] #39 74.53 DEP criu/sk-unix.d [2020-09-20T19:17:48.059Z] #39 74.78 DEP criu/sk-tcp.d [2020-09-20T19:17:48.216Z] #17 22.36 Unpacking bash-completion (1:2.8-6) ... [2020-09-20T19:17:48.216Z] #17 22.71 Selecting previously unselected package bzip2. [2020-09-20T19:17:48.216Z] #17 22.72 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ... [2020-09-20T19:17:48.216Z] #17 22.72 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-09-20T19:17:48.216Z] #17 22.81 Selecting previously unselected package xz-utils. [2020-09-20T19:17:48.257Z] #17 24.10 debconf: delaying package configuration, since apt-utils is not installed [2020-09-20T19:17:48.316Z] #39 74.98 DEP criu/sk-queue.d [2020-09-20T19:17:48.373Z] #18 67.18 Setting up apparmor (2.13.2-10) ... [2020-09-20T19:17:48.500Z] #17 22.83 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ... [2020-09-20T19:17:48.500Z] #17 22.83 Unpacking xz-utils (5.2.4-1) ... [2020-09-20T19:17:48.500Z] #17 23.07 Selecting previously unselected package apparmor. [2020-09-20T19:17:48.519Z] #17 24.24 Fetched 28.5 MB in 2s (15.8 MB/s) [2020-09-20T19:17:48.519Z] #17 24.30 Selecting previously unselected package pigz. [2020-09-20T19:17:48.573Z] #39 75.16 DEP criu/sk-packet.d [2020-09-20T19:17:48.573Z] #39 75.31 DEP criu/sk-netlink.d [2020-09-20T19:17:48.765Z] #17 23.07 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ... [2020-09-20T19:17:48.765Z] #17 23.22 Unpacking apparmor (2.13.2-10) ... [2020-09-20T19:17:48.780Z] #17 24.30 (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.) [2020-09-20T19:17:48.780Z] #17 24.36 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-09-20T19:17:48.780Z] #17 24.37 Unpacking pigz (2.4-1) ... [2020-09-20T19:17:48.780Z] #17 24.46 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-09-20T19:17:48.780Z] #17 24.49 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-09-20T19:17:48.780Z] #17 24.51 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-09-20T19:17:49.029Z] #17 23.61 Selecting previously unselected package aufs-tools. [2020-09-20T19:17:49.137Z] #39 75.55 DEP criu/sk-inet.d [2020-09-20T19:17:49.137Z] #39 75.73 DEP criu/signalfd.d [2020-09-20T19:17:49.301Z] #17 23.62 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ... [2020-09-20T19:17:49.301Z] #17 23.65 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-09-20T19:17:49.301Z] #17 23.76 Selecting previously unselected package libonig5:arm64. [2020-09-20T19:17:49.301Z] #17 23.77 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ... [2020-09-20T19:17:49.301Z] #17 23.78 Unpacking libonig5:arm64 (6.9.1-1) ... [2020-09-20T19:17:49.351Z] #17 24.99 Selecting previously unselected package python3.7-minimal. [2020-09-20T19:17:49.351Z] #17 25.00 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-09-20T19:17:49.351Z] #17 25.02 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-09-20T19:17:49.393Z] #39 76.00 DEP criu/sigframe.d [2020-09-20T19:17:49.565Z] #17 24.03 Selecting previously unselected package libjq1:arm64. [2020-09-20T19:17:49.565Z] #17 24.03 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2020-09-20T19:17:49.565Z] #17 24.05 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-09-20T19:17:49.650Z] #39 76.15 DEP criu/shmem.d [2020-09-20T19:17:49.650Z] #39 76.31 DEP criu/servicefd.d [2020-09-20T19:17:49.830Z] #17 24.13 Selecting previously unselected package jq. [2020-09-20T19:17:49.830Z] #17 24.14 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ... [2020-09-20T19:17:49.830Z] #17 24.15 Unpacking jq (1.5+dfsg-2+b1) ... [2020-09-20T19:17:49.830Z] #17 24.25 Selecting previously unselected package libaio1:arm64. [2020-09-20T19:17:49.830Z] #17 24.25 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ... [2020-09-20T19:17:49.830Z] #17 24.26 Unpacking libaio1:arm64 (0.3.112-3) ... [2020-09-20T19:17:49.830Z] #17 24.34 Selecting previously unselected package libgpm2:arm64. [2020-09-20T19:17:49.907Z] #39 76.44 DEP criu/seize.d [2020-09-20T19:17:50.094Z] #17 24.36 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ... [2020-09-20T19:17:50.094Z] #17 24.36 Unpacking libgpm2:arm64 (1.20.7-5) ... [2020-09-20T19:17:50.094Z] #17 24.52 Selecting previously unselected package libicu63:arm64. [2020-09-20T19:17:50.094Z] #17 24.53 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ... [2020-09-20T19:17:50.094Z] #17 24.53 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2020-09-20T19:17:50.164Z] #39 76.59 DEP criu/seccomp.d [2020-09-20T19:17:50.164Z] #39 76.80 DEP criu/rst-malloc.d [2020-09-20T19:17:50.164Z] #39 76.85 DEP criu/rbtree.d [2020-09-20T19:17:50.293Z] #17 25.84 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-09-20T19:17:50.293Z] #17 25.86 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-09-20T19:17:50.421Z] #39 76.89 DEP criu/pstree.d [2020-09-20T19:17:50.421Z] #39 77.08 DEP criu/protobuf.d [2020-09-20T19:17:50.483Z] #18 69.38 Setting up xfsprogs (4.20.0-1) ... [2020-09-20T19:17:50.483Z] #18 69.39 Setting up python3-lib2to3 (3.7.3-1) ... [2020-09-20T19:17:50.678Z] #39 77.18 GEN criu/protobuf-desc-gen.h [2020-09-20T19:17:50.935Z] #39 ... [2020-09-20T19:17:50.935Z] [2020-09-20T19:17:50.935Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:17:50.935Z] #41 DONE 153.3s [2020-09-20T19:17:50.935Z] [2020-09-20T19:17:50.935Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:17:50.935Z] #17 10.02 Fetched 8385 kB in 9s (932 kB/s) [2020-09-20T19:17:50.935Z] #17 10.02 Reading package lists... [2020-09-20T19:17:50.935Z] #17 13.77 Reading package lists... [2020-09-20T19:17:50.935Z] #17 17.42 Building dependency tree... [2020-09-20T19:17:50.935Z] #17 19.30 libcap2-bin is already the newest version (1:2.25-2). [2020-09-20T19:17:50.935Z] #17 19.30 The following additional packages will be installed: [2020-09-20T19:17:50.935Z] #17 19.30 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-09-20T19:17:50.935Z] #17 19.30 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-09-20T19:17:50.935Z] #17 19.30 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-09-20T19:17:50.935Z] #17 19.31 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-09-20T19:17:50.935Z] #17 19.31 python3.7 python3.7-minimal vim-runtime xxd [2020-09-20T19:17:50.935Z] #17 19.32 Suggested packages: [2020-09-20T19:17:50.935Z] #17 19.32 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-09-20T19:17:50.935Z] #17 19.32 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-09-20T19:17:50.935Z] #17 19.32 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-09-20T19:17:50.935Z] #17 19.32 Recommended packages: [2020-09-20T19:17:50.935Z] #17 19.32 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-09-20T19:17:50.935Z] #17 19.32 python3-keyrings.alt python3-xdg unzip [2020-09-20T19:17:51.060Z] ok github.com/docker/docker/daemon/cluster 0.026s coverage: 0.5% of statements [2020-09-20T19:17:51.130Z] #18 69.87 Setting up python3-pkg-resources (40.8.0-1) ... [2020-09-20T19:17:51.351Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.007s coverage: 65.3% of statements [2020-09-20T19:17:52.188Z] #18 71.12 Setting up python3-distutils (3.7.3-1) ... [2020-09-20T19:17:52.303Z] #17 21.32 The following NEW packages will be installed: [2020-09-20T19:17:52.303Z] #17 21.32 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-09-20T19:17:52.303Z] #17 21.32 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-09-20T19:17:52.303Z] #17 21.32 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-09-20T19:17:52.303Z] #17 21.32 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-09-20T19:17:52.303Z] #17 21.32 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-09-20T19:17:52.303Z] #17 21.32 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-09-20T19:17:52.303Z] #17 21.32 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-09-20T19:17:52.303Z] #17 21.32 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-09-20T19:17:52.303Z] #17 21.32 xz-utils zip [2020-09-20T19:17:52.560Z] #17 21.65 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2020-09-20T19:17:52.560Z] #17 21.65 Need to get 28.5 MB of archives. [2020-09-20T19:17:52.560Z] #17 21.65 After this operation, 116 MB of additional disk space will be used. [2020-09-20T19:17:52.560Z] #17 21.65 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-09-20T19:17:52.560Z] #17 21.65 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2020-09-20T19:17:52.560Z] #17 21.67 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2020-09-20T19:17:52.818Z] #17 21.77 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-09-20T19:17:52.818Z] #17 21.77 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-09-20T19:17:52.818Z] #17 21.78 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2020-09-20T19:17:52.818Z] #17 21.86 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2020-09-20T19:17:52.818Z] #17 21.87 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-09-20T19:17:52.818Z] #17 21.87 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-09-20T19:17:52.818Z] #17 21.88 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-09-20T19:17:52.818Z] #17 21.88 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-09-20T19:17:52.818Z] #17 21.89 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-09-20T19:17:52.818Z] #17 21.89 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-09-20T19:17:52.818Z] #17 21.89 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-09-20T19:17:52.818Z] #17 21.89 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-09-20T19:17:52.818Z] #17 21.90 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-09-20T19:17:52.818Z] #17 21.91 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-09-20T19:17:52.818Z] #17 21.92 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-09-20T19:17:52.818Z] #17 21.93 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-09-20T19:17:52.818Z] #17 21.93 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2020-09-20T19:17:52.818Z] #17 21.94 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-09-20T19:17:52.818Z] #17 21.94 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-09-20T19:17:52.818Z] #17 21.96 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-09-20T19:17:52.818Z] #17 21.97 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-09-20T19:17:52.818Z] #17 21.97 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-09-20T19:17:52.818Z] #17 21.97 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-09-20T19:17:52.841Z] #17 28.26 Selecting previously unselected package python3-minimal. [2020-09-20T19:17:52.841Z] #17 28.26 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23681 files and directories currently installed.) [2020-09-20T19:17:52.841Z] #17 28.32 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-09-20T19:17:52.841Z] #17 28.32 Unpacking python3-minimal (3.7.3-1) ... [2020-09-20T19:17:52.841Z] #17 28.42 Selecting previously unselected package libmpdec2:amd64. [2020-09-20T19:17:52.841Z] #17 28.42 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-09-20T19:17:52.841Z] #17 28.43 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-09-20T19:17:52.841Z] #17 28.54 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-09-20T19:17:52.841Z] #17 28.56 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2020-09-20T19:17:52.841Z] #17 28.57 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-09-20T19:17:52.862Z] ok github.com/docker/docker/daemon/cluster/convert 0.006s coverage: 35.9% of statements [2020-09-20T19:17:53.075Z] #17 21.98 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-09-20T19:17:53.075Z] #17 21.98 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-09-20T19:17:53.075Z] #17 21.98 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-09-20T19:17:53.075Z] #17 ... [2020-09-20T19:17:53.075Z] [2020-09-20T19:17:53.075Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:53.075Z] #39 79.75 DEP criu/protobuf-desc.d [2020-09-20T19:17:53.250Z] #18 71.85 Setting up python3-setuptools (40.8.0-1) ... [2020-09-20T19:17:53.340Z] #39 79.91 DEP criu/proc_parse.d [2020-09-20T19:17:53.423Z] #17 27.39 Selecting previously unselected package libnet1:arm64. [2020-09-20T19:17:53.423Z] #17 27.41 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2020-09-20T19:17:53.423Z] #17 27.41 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-09-20T19:17:53.423Z] #17 27.52 Selecting previously unselected package libnl-3-200:arm64. [2020-09-20T19:17:53.423Z] #17 27.53 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ... [2020-09-20T19:17:53.423Z] #17 27.55 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2020-09-20T19:17:53.423Z] #17 27.65 Selecting previously unselected package libprotobuf-c1:arm64. [2020-09-20T19:17:53.423Z] #17 27.67 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2020-09-20T19:17:53.423Z] #17 27.68 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-09-20T19:17:53.423Z] #17 27.76 Selecting previously unselected package libreadline5:arm64. [2020-09-20T19:17:53.423Z] #17 27.77 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ... [2020-09-20T19:17:53.423Z] #17 27.78 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ... [2020-09-20T19:17:53.597Z] #39 80.07 DEP criu/plugin.d [2020-09-20T19:17:53.597Z] #39 80.24 DEP criu/pipes.d [2020-09-20T19:17:53.686Z] #17 27.94 Selecting previously unselected package net-tools. [2020-09-20T19:17:53.686Z] #17 27.95 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ... [2020-09-20T19:17:53.686Z] #17 27.95 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-09-20T19:17:53.686Z] #17 28.10 Selecting previously unselected package python-pip-whl. [2020-09-20T19:17:53.686Z] #17 28.10 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-09-20T19:17:53.686Z] #17 28.12 Unpacking python-pip-whl (18.1-5) ... [2020-09-20T19:17:53.854Z] #39 80.45 DEP criu/pie-util.d [2020-09-20T19:17:53.913Z] #18 ... [2020-09-20T19:17:53.913Z] [2020-09-20T19:17:53.913Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:53.913Z] #40 107.3 CC criu/clone-noasan.o [2020-09-20T19:17:53.913Z] #40 107.6 CC criu/config.o [2020-09-20T19:17:53.914Z] #40 110.3 CC criu/cr-check.o [2020-09-20T19:17:53.914Z] #40 112.8 CC criu/cr-dedup.o [2020-09-20T19:17:53.914Z] #40 113.3 CC criu/cr-dump.o [2020-09-20T19:17:53.914Z] #40 117.0 CC criu/cr-errno.o [2020-09-20T19:17:53.914Z] #40 117.3 CC criu/cr-restore.o [2020-09-20T19:17:54.112Z] #39 80.56 DEP criu/pie-util-vdso.d [2020-09-20T19:17:54.112Z] #39 80.70 DEP criu/pie-util-vdso-elf32.d [2020-09-20T19:17:54.112Z] #39 80.80 DEP criu/path.d [2020-09-20T19:17:54.112Z] #39 80.93 DEP criu/parasite-syscall.d [2020-09-20T19:17:54.221Z] #40 ... [2020-09-20T19:17:54.221Z] [2020-09-20T19:17:54.221Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:17:54.221Z] #42 175.3 github.com/LK4D4/vndr/godl [2020-09-20T19:17:54.221Z] #42 176.4 github.com/LK4D4/vndr [2020-09-20T19:17:54.221Z] #42 DONE 185.5s [2020-09-20T19:17:54.221Z] [2020-09-20T19:17:54.221Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:54.225Z] #17 29.77 Selecting previously unselected package python3.7. [2020-09-20T19:17:54.225Z] #17 29.77 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2020-09-20T19:17:54.225Z] #17 29.78 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-09-20T19:17:54.225Z] #17 29.90 Selecting previously unselected package libpython3-stdlib:amd64. [2020-09-20T19:17:54.225Z] #17 29.92 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-09-20T19:17:54.225Z] #17 29.93 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-09-20T19:17:54.265Z] #17 28.60 Selecting previously unselected package python3-lib2to3. [2020-09-20T19:17:54.265Z] #17 28.60 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-09-20T19:17:54.265Z] #17 28.60 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-09-20T19:17:54.487Z] #17 30.06 Setting up python3-minimal (3.7.3-1) ... [2020-09-20T19:17:54.487Z] #17 ... [2020-09-20T19:17:54.487Z] [2020-09-20T19:17:54.487Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-20T19:17:54.487Z] #28 DONE 160.4s [2020-09-20T19:17:54.487Z] [2020-09-20T19:17:54.487Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:54.487Z] #39 76.01 DEP criu/protobuf-desc.d [2020-09-20T19:17:54.487Z] #39 76.15 DEP criu/proc_parse.d [2020-09-20T19:17:54.487Z] #39 76.35 DEP criu/plugin.d [2020-09-20T19:17:54.487Z] #39 76.44 DEP criu/pipes.d [2020-09-20T19:17:54.487Z] #39 76.60 DEP criu/pie-util.d [2020-09-20T19:17:54.487Z] #39 76.81 DEP criu/pie-util-vdso.d [2020-09-20T19:17:54.487Z] #39 76.93 DEP criu/pie-util-vdso-elf32.d [2020-09-20T19:17:54.487Z] #39 77.13 DEP criu/path.d [2020-09-20T19:17:54.487Z] #39 77.24 DEP criu/parasite-syscall.d [2020-09-20T19:17:54.487Z] #39 77.50 DEP criu/pagemap.d [2020-09-20T19:17:54.487Z] #39 77.63 DEP criu/pagemap-cache.d [2020-09-20T19:17:54.487Z] #39 77.75 DEP criu/page-xfer.d [2020-09-20T19:17:54.487Z] #39 77.86 DEP criu/page-pipe.d [2020-09-20T19:17:54.487Z] #39 77.94 DEP criu/netfilter.d [2020-09-20T19:17:54.487Z] #39 78.14 DEP criu/net.d [2020-09-20T19:17:54.487Z] #39 78.29 DEP criu/namespaces.d [2020-09-20T19:17:54.487Z] #39 78.49 DEP criu/mount.d [2020-09-20T19:17:54.487Z] #39 78.65 DEP criu/memfd.d [2020-09-20T19:17:54.487Z] #39 78.79 DEP criu/mem.d [2020-09-20T19:17:54.487Z] #39 79.04 DEP criu/lsm.d [2020-09-20T19:17:54.487Z] #39 79.17 DEP criu/log.d [2020-09-20T19:17:54.487Z] #39 79.28 DEP criu/libnetlink.d [2020-09-20T19:17:54.487Z] #39 79.37 DEP criu/kerndat.d [2020-09-20T19:17:54.487Z] #39 79.53 DEP criu/kcmp-ids.d [2020-09-20T19:17:54.487Z] #39 79.68 DEP criu/irmap.d [2020-09-20T19:17:54.487Z] #39 79.89 DEP criu/ipc_ns.d [2020-09-20T19:17:54.487Z] #39 80.07 DEP criu/image.d [2020-09-20T19:17:54.487Z] #39 80.21 DEP criu/image-desc.d [2020-09-20T19:17:54.487Z] #39 80.31 DEP criu/fsnotify.d [2020-09-20T19:17:54.487Z] #39 80.51 DEP criu/filesystems.d [2020-09-20T19:17:54.487Z] #39 80.71 DEP criu/files.d [2020-09-20T19:17:54.487Z] #39 80.85 DEP criu/files-reg.d [2020-09-20T19:17:54.487Z] #39 80.99 DEP criu/files-ext.d [2020-09-20T19:17:54.487Z] #39 81.14 DEP criu/file-lock.d [2020-09-20T19:17:54.487Z] #39 81.25 DEP criu/file-ids.d [2020-09-20T19:17:54.487Z] #39 81.44 DEP criu/fifo.d [2020-09-20T19:17:54.487Z] #39 81.58 DEP criu/fdstore.d [2020-09-20T19:17:54.487Z] #39 81.72 DEP criu/fault-injection.d [2020-09-20T19:17:54.487Z] #39 81.77 DEP criu/external.d [2020-09-20T19:17:54.487Z] #39 81.85 DEP criu/eventpoll.d [2020-09-20T19:17:54.487Z] #39 82.00 DEP criu/eventfd.d [2020-09-20T19:17:54.487Z] #39 82.19 DEP criu/crtools.d [2020-09-20T19:17:54.487Z] #39 82.37 DEP criu/cr-service.d [2020-09-20T19:17:54.487Z] #39 82.53 DEP criu/cr-restore.d [2020-09-20T19:17:54.487Z] #39 82.74 DEP criu/cr-errno.d [2020-09-20T19:17:54.487Z] #39 82.75 DEP criu/cr-dump.d [2020-09-20T19:17:54.487Z] #39 82.93 DEP criu/cr-dedup.d [2020-09-20T19:17:54.487Z] #39 83.10 DEP criu/cr-check.d [2020-09-20T19:17:54.487Z] #39 83.28 DEP criu/config.d [2020-09-20T19:17:54.487Z] #39 83.42 DEP criu/clone-noasan.d [2020-09-20T19:17:54.487Z] #39 83.49 DEP criu/cgroup.d [2020-09-20T19:17:54.487Z] #39 83.68 DEP criu/cgroup-props.d [2020-09-20T19:17:54.487Z] #39 83.75 DEP criu/bitmap.d [2020-09-20T19:17:54.487Z] #39 83.78 DEP criu/bfd.d [2020-09-20T19:17:54.487Z] #39 83.83 DEP criu/autofs.d [2020-09-20T19:17:54.487Z] #39 83.92 DEP criu/aio.d [2020-09-20T19:17:54.487Z] #39 84.04 DEP criu/action-scripts.d [2020-09-20T19:17:54.487Z] #39 84.43 CC criu/action-scripts.o [2020-09-20T19:17:54.528Z] #40 ... [2020-09-20T19:17:54.528Z] [2020-09-20T19:17:54.528Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:17:54.528Z] #18 73.40 Setting up python3-pip (18.1-5) ... [2020-09-20T19:17:54.529Z] #17 28.81 Selecting previously unselected package python3-distutils. [2020-09-20T19:17:54.529Z] #17 28.82 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-09-20T19:17:54.529Z] #17 28.82 Unpacking python3-distutils (3.7.3-1) ... [2020-09-20T19:17:54.529Z] #17 28.97 Selecting previously unselected package python3-pip. [2020-09-20T19:17:54.529Z] #17 28.97 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-09-20T19:17:54.529Z] #17 28.98 Unpacking python3-pip (18.1-5) ... [2020-09-20T19:17:54.676Z] #39 81.14 DEP criu/pagemap.d [2020-09-20T19:17:54.676Z] #39 81.28 DEP criu/pagemap-cache.d [2020-09-20T19:17:54.676Z] #39 81.38 DEP criu/page-xfer.d [2020-09-20T19:17:54.794Z] #17 29.14 Selecting previously unselected package python3-pkg-resources. [2020-09-20T19:17:54.794Z] #17 29.14 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-09-20T19:17:54.794Z] #17 29.15 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-09-20T19:17:54.794Z] #17 29.30 Selecting previously unselected package python3-setuptools. [2020-09-20T19:17:54.794Z] #17 29.31 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-09-20T19:17:54.794Z] #17 29.32 Unpacking python3-setuptools (40.8.0-1) ... [2020-09-20T19:17:54.933Z] #39 81.50 DEP criu/page-pipe.d [2020-09-20T19:17:54.933Z] #39 81.59 DEP criu/netfilter.d [2020-09-20T19:17:55.190Z] #39 81.81 DEP criu/net.d [2020-09-20T19:17:55.242Z] #52 ... [2020-09-20T19:17:55.242Z] [2020-09-20T19:17:55.242Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:17:55.242Z] #45 DONE 257.3s [2020-09-20T19:17:55.242Z] [2020-09-20T19:17:55.242Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:17:55.242Z] #52 ... [2020-09-20T19:17:55.242Z] [2020-09-20T19:17:55.242Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-09-20T19:17:55.242Z] #46 DONE 0.4s [2020-09-20T19:17:55.242Z] [2020-09-20T19:17:55.242Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-09-20T19:17:55.242Z] #48 DONE 0.0s [2020-09-20T19:17:55.242Z] [2020-09-20T19:17:55.242Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:17:55.242Z] #52 ... [2020-09-20T19:17:55.242Z] [2020-09-20T19:17:55.242Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-09-20T19:17:55.242Z] #50 DONE 0.2s [2020-09-20T19:17:55.242Z] [2020-09-20T19:17:55.242Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:17:55.372Z] #17 29.60 Selecting previously unselected package python3-wheel. [2020-09-20T19:17:55.372Z] #17 29.61 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-09-20T19:17:55.372Z] #17 29.63 Unpacking python3-wheel (0.32.3-2) ... [2020-09-20T19:17:55.372Z] #17 29.73 Selecting previously unselected package sudo. [2020-09-20T19:17:55.372Z] #17 29.75 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_arm64.deb ... [2020-09-20T19:17:55.372Z] #17 29.77 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-09-20T19:17:55.433Z] #39 85.23 CC criu/aio.o [2020-09-20T19:17:55.447Z] #39 82.09 DEP criu/namespaces.d [2020-09-20T19:17:55.695Z] #39 ... [2020-09-20T19:17:55.695Z] [2020-09-20T19:17:55.695Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:17:55.695Z] #17 31.36 Selecting previously unselected package python3. [2020-09-20T19:17:55.695Z] #17 31.36 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24093 files and directories currently installed.) [2020-09-20T19:17:55.695Z] #17 31.47 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-09-20T19:17:55.695Z] #17 31.52 Unpacking python3 (3.7.3-1) ... [2020-09-20T19:17:55.704Z] #39 82.24 DEP criu/mount.d [2020-09-20T19:17:55.704Z] #39 82.42 DEP criu/memfd.d [2020-09-20T19:17:55.951Z] #17 30.19 Selecting previously unselected package thin-provisioning-tools. [2020-09-20T19:17:55.952Z] #17 30.20 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_arm64.deb ... [2020-09-20T19:17:55.952Z] #17 30.21 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-09-20T19:17:55.952Z] #17 ... [2020-09-20T19:17:55.952Z] [2020-09-20T19:17:55.952Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:55.952Z] #39 60.69 DEP criu/kcmp-ids.d [2020-09-20T19:17:55.952Z] #39 60.80 DEP criu/irmap.d [2020-09-20T19:17:55.952Z] #39 60.92 DEP criu/ipc_ns.d [2020-09-20T19:17:55.952Z] #39 61.02 DEP criu/image.d [2020-09-20T19:17:55.952Z] #39 61.16 DEP criu/image-desc.d [2020-09-20T19:17:55.952Z] #39 61.24 DEP criu/fsnotify.d [2020-09-20T19:17:55.952Z] #39 61.37 DEP criu/filesystems.d [2020-09-20T19:17:55.952Z] #39 61.50 DEP criu/files.d [2020-09-20T19:17:55.952Z] #39 61.64 DEP criu/files-reg.d [2020-09-20T19:17:55.952Z] #39 61.81 DEP criu/files-ext.d [2020-09-20T19:17:55.952Z] #39 61.95 DEP criu/file-lock.d [2020-09-20T19:17:55.952Z] #39 62.08 DEP criu/file-ids.d [2020-09-20T19:17:55.952Z] #39 62.19 DEP criu/fifo.d [2020-09-20T19:17:55.952Z] #39 62.30 DEP criu/fdstore.d [2020-09-20T19:17:55.952Z] #39 62.36 DEP criu/fault-injection.d [2020-09-20T19:17:55.952Z] #39 62.38 DEP criu/external.d [2020-09-20T19:17:55.952Z] #39 62.44 DEP criu/eventpoll.d [2020-09-20T19:17:55.952Z] #39 62.53 DEP criu/eventfd.d [2020-09-20T19:17:55.952Z] #39 62.61 DEP criu/crtools.d [2020-09-20T19:17:55.952Z] #39 62.77 DEP criu/cr-service.d [2020-09-20T19:17:55.952Z] #39 62.92 DEP criu/cr-restore.d [2020-09-20T19:17:55.952Z] #39 63.09 DEP criu/cr-errno.d [2020-09-20T19:17:55.952Z] #39 63.10 DEP criu/cr-dump.d [2020-09-20T19:17:55.952Z] #39 63.20 DEP criu/cr-dedup.d [2020-09-20T19:17:55.952Z] #39 63.29 DEP criu/cr-check.d [2020-09-20T19:17:55.952Z] #39 63.42 DEP criu/config.d [2020-09-20T19:17:55.952Z] #39 63.56 DEP criu/clone-noasan.d [2020-09-20T19:17:55.952Z] #39 63.62 DEP criu/cgroup.d [2020-09-20T19:17:55.952Z] #39 63.82 DEP criu/cgroup-props.d [2020-09-20T19:17:55.952Z] #39 63.93 DEP criu/bitmap.d [2020-09-20T19:17:55.952Z] #39 63.94 DEP criu/bfd.d [2020-09-20T19:17:55.952Z] #39 64.04 DEP criu/autofs.d [2020-09-20T19:17:55.952Z] #39 64.18 DEP criu/aio.d [2020-09-20T19:17:55.952Z] #39 64.30 DEP criu/action-scripts.d [2020-09-20T19:17:55.952Z] #39 64.51 CC criu/action-scripts.o [2020-09-20T19:17:55.952Z] #39 64.91 CC criu/aio.o [2020-09-20T19:17:55.952Z] #39 65.49 CC criu/autofs.o [2020-09-20T19:17:55.952Z] #39 66.82 CC criu/bfd.o [2020-09-20T19:17:55.952Z] #39 67.32 CC criu/bitmap.o [2020-09-20T19:17:55.952Z] #39 67.46 CC criu/cgroup-props.o [2020-09-20T19:17:55.952Z] #39 68.22 CC criu/cgroup.o [2020-09-20T19:17:55.952Z] #39 70.44 CC criu/clone-noasan.o [2020-09-20T19:17:55.952Z] #39 70.59 CC criu/config.o [2020-09-20T19:17:55.961Z] #39 82.56 DEP criu/mem.d [2020-09-20T19:17:56.071Z] #18 75.01 Processing triggers for libc-bin (2.28-10) ... [2020-09-20T19:17:56.217Z] #39 ... [2020-09-20T19:17:56.217Z] [2020-09-20T19:17:56.217Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:17:56.217Z] #17 30.47 Selecting previously unselected package uidmap. [2020-09-20T19:17:56.217Z] #17 30.48 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_arm64.deb ... [2020-09-20T19:17:56.217Z] #17 30.48 Unpacking uidmap (1:4.5-1.1) ... [2020-09-20T19:17:56.217Z] #17 30.63 Selecting previously unselected package vim-runtime. [2020-09-20T19:17:56.217Z] #17 30.64 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-09-20T19:17:56.217Z] #17 30.68 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-09-20T19:17:56.217Z] #17 30.71 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-09-20T19:17:56.218Z] #39 82.73 DEP criu/lsm.d [2020-09-20T19:17:56.218Z] #39 82.83 DEP criu/log.d [2020-09-20T19:17:56.218Z] #39 82.95 DEP criu/libnetlink.d [2020-09-20T19:17:56.266Z] #17 31.82 Selecting previously unselected package libip4tc0:amd64. [2020-09-20T19:17:56.266Z] #17 31.83 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-09-20T19:17:56.266Z] #17 31.83 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-09-20T19:17:56.266Z] #17 31.90 Selecting previously unselected package libip6tc0:amd64. [2020-09-20T19:17:56.266Z] #17 31.90 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-09-20T19:17:56.266Z] #17 31.91 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-09-20T19:17:56.266Z] #17 31.99 Selecting previously unselected package libiptc0:amd64. [2020-09-20T19:17:56.266Z] #17 31.99 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-09-20T19:17:56.266Z] #17 31.99 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-09-20T19:17:56.389Z] #18 75.09 Processing triggers for mime-support (3.62) ... [2020-09-20T19:17:56.389Z] #18 DONE 75.3s [2020-09-20T19:17:56.389Z] [2020-09-20T19:17:56.389Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:17:56.475Z] #39 83.06 DEP criu/kerndat.d [2020-09-20T19:17:56.481Z] #17 30.72 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-09-20T19:17:56.527Z] #17 32.08 Selecting previously unselected package libnfnetlink0:amd64. [2020-09-20T19:17:56.527Z] #17 32.08 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-09-20T19:17:56.527Z] #17 32.08 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-09-20T19:17:56.527Z] #17 32.14 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-09-20T19:17:56.527Z] #17 32.14 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-09-20T19:17:56.527Z] #17 32.14 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-09-20T19:17:56.527Z] #17 32.23 Selecting previously unselected package libnftnl11:amd64. [2020-09-20T19:17:56.527Z] #17 32.23 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-09-20T19:17:56.527Z] #17 32.25 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-09-20T19:17:56.527Z] #17 32.33 Selecting previously unselected package iptables. [2020-09-20T19:17:56.694Z] #50 ... [2020-09-20T19:17:56.694Z] [2020-09-20T19:17:56.694Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-09-20T19:17:56.694Z] #19 0.312 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-09-20T19:17:56.694Z] #19 0.316 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-09-20T19:17:56.694Z] #19 0.323 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-09-20T19:17:56.694Z] #19 DONE 0.4s [2020-09-20T19:17:56.694Z] [2020-09-20T19:17:56.694Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:56.733Z] #39 83.20 DEP criu/kcmp-ids.d [2020-09-20T19:17:56.733Z] #39 83.35 DEP criu/irmap.d [2020-09-20T19:17:56.788Z] #17 32.34 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-09-20T19:17:56.788Z] #17 32.34 Unpacking iptables (1.8.2-4) ... [2020-09-20T19:17:56.788Z] #17 32.60 Selecting previously unselected package xxd. [2020-09-20T19:17:56.990Z] #39 83.47 DEP criu/ipc_ns.d [2020-09-20T19:17:56.990Z] #39 83.62 DEP criu/image.d [2020-09-20T19:17:57.009Z] #40 ... [2020-09-20T19:17:57.009Z] [2020-09-20T19:17:57.009Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-20T19:17:57.048Z] #17 32.62 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-09-20T19:17:57.049Z] #17 32.63 Unpacking xxd (2:8.1.0875-5) ... [2020-09-20T19:17:57.049Z] #17 32.71 Selecting previously unselected package vim-common. [2020-09-20T19:17:57.049Z] #17 32.72 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-09-20T19:17:57.049Z] #17 32.75 Unpacking vim-common (2:8.1.0875-5) ... [2020-09-20T19:17:57.248Z] #39 83.76 DEP criu/image-desc.d [2020-09-20T19:17:57.248Z] #39 83.85 DEP criu/fsnotify.d [2020-09-20T19:17:57.248Z] #39 83.98 DEP criu/filesystems.d [2020-09-20T19:17:57.309Z] #17 32.92 Selecting previously unselected package bash-completion. [2020-09-20T19:17:57.309Z] #17 32.92 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-09-20T19:17:57.505Z] #39 84.12 DEP criu/files.d [2020-09-20T19:17:57.762Z] #39 84.29 DEP criu/files-reg.d [2020-09-20T19:17:57.762Z] #39 84.47 DEP criu/files-ext.d [2020-09-20T19:17:57.855Z] 4612f6d0b889: Download complete [2020-09-20T19:17:58.019Z] #39 84.61 DEP criu/file-lock.d [2020-09-20T19:17:58.019Z] #39 84.72 DEP criu/file-ids.d [2020-09-20T19:17:58.279Z] #39 84.86 DEP criu/fifo.d [2020-09-20T19:17:58.279Z] #39 84.99 DEP criu/fdstore.d [2020-09-20T19:17:58.537Z] #39 85.13 DEP criu/fault-injection.d [2020-09-20T19:17:58.537Z] #39 85.18 DEP criu/external.d [2020-09-20T19:17:58.794Z] #39 85.30 DEP criu/eventpoll.d [2020-09-20T19:17:58.794Z] #39 85.50 DEP criu/eventfd.d [2020-09-20T19:17:59.046Z] #17 33.19 Selecting previously unselected package vim. [2020-09-20T19:17:59.046Z] #17 33.21 Preparing to unpack .../37-vim_2%3a8.1.0875-5_arm64.deb ... [2020-09-20T19:17:59.046Z] #17 33.22 Unpacking vim (2:8.1.0875-5) ... [2020-09-20T19:17:59.050Z] #39 85.70 DEP criu/crtools.d [2020-09-20T19:17:59.307Z] #39 85.96 DEP criu/cr-service.d [2020-09-20T19:17:59.499Z] #17 33.78 Selecting previously unselected package xfsprogs. [2020-09-20T19:17:59.499Z] #17 33.78 Preparing to unpack .../38-xfsprogs_4.20.0-1_arm64.deb ... [2020-09-20T19:17:59.499Z] #17 33.80 Unpacking xfsprogs (4.20.0-1) ... [2020-09-20T19:17:59.571Z] #39 86.16 DEP criu/cr-restore.d [2020-09-20T19:17:59.753Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.429s coverage: 14.1% of statements [2020-09-20T19:17:59.781Z] #17 34.28 Selecting previously unselected package zip. [2020-09-20T19:17:59.781Z] #17 34.31 Preparing to unpack .../39-zip_3.0-11+b1_arm64.deb ... [2020-09-20T19:17:59.828Z] #39 ... [2020-09-20T19:17:59.828Z] [2020-09-20T19:17:59.828Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-20T19:17:59.828Z] #28 DONE 162.1s [2020-09-20T19:17:59.828Z] [2020-09-20T19:17:59.828Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:17:59.828Z] #39 86.42 DEP criu/cr-errno.d [2020-09-20T19:17:59.828Z] #39 86.44 DEP criu/cr-dump.d [2020-09-20T19:17:59.828Z] #39 ... [2020-09-20T19:17:59.828Z] [2020-09-20T19:17:59.828Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:17:59.828Z] #17 22.49 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-09-20T19:17:59.828Z] #17 22.49 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-09-20T19:17:59.828Z] #17 22.49 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-09-20T19:17:59.828Z] #17 22.49 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-09-20T19:17:59.828Z] #17 22.49 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-09-20T19:17:59.828Z] #17 22.52 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-09-20T19:17:59.828Z] #17 22.64 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-09-20T19:17:59.828Z] #17 22.64 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-09-20T19:17:59.828Z] #17 22.65 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-09-20T19:17:59.828Z] #17 22.66 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-09-20T19:17:59.828Z] #17 22.67 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-09-20T19:17:59.828Z] #17 22.70 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-09-20T19:17:59.828Z] #17 22.70 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB] [2020-09-20T19:17:59.828Z] #17 22.77 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2020-09-20T19:17:59.828Z] #17 22.79 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2020-09-20T19:17:59.828Z] #17 22.82 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-09-20T19:17:59.828Z] #17 23.14 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-09-20T19:17:59.828Z] #17 23.19 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-09-20T19:17:59.828Z] #17 23.24 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-09-20T19:17:59.828Z] #17 23.93 debconf: delaying package configuration, since apt-utils is not installed [2020-09-20T19:17:59.828Z] #17 24.03 Fetched 28.5 MB in 2s (15.3 MB/s) [2020-09-20T19:17:59.828Z] #17 24.08 Selecting previously unselected package pigz. [2020-09-20T19:17:59.828Z] #17 24.08 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23432 files and directories currently installed.) [2020-09-20T19:17:59.828Z] #17 24.14 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-09-20T19:17:59.828Z] #17 24.16 Unpacking pigz (2.4-1) ... [2020-09-20T19:17:59.828Z] #17 24.27 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-09-20T19:17:59.829Z] #17 24.28 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-09-20T19:17:59.829Z] #17 24.29 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-09-20T19:17:59.829Z] #17 24.58 Selecting previously unselected package python3.7-minimal. [2020-09-20T19:17:59.829Z] #17 24.59 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-09-20T19:17:59.829Z] #17 24.61 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-09-20T19:17:59.829Z] #17 25.55 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-09-20T19:17:59.829Z] #17 25.57 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-09-20T19:17:59.829Z] #17 27.85 Selecting previously unselected package python3-minimal. [2020-09-20T19:17:59.829Z] #17 27.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 ... 23681 files and directories currently installed.) [2020-09-20T19:17:59.829Z] #17 27.90 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-09-20T19:17:59.829Z] #17 27.93 Unpacking python3-minimal (3.7.3-1) ... [2020-09-20T19:17:59.829Z] #17 28.03 Selecting previously unselected package libmpdec2:amd64. [2020-09-20T19:17:59.829Z] #17 28.04 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-09-20T19:17:59.829Z] #17 28.06 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-09-20T19:17:59.829Z] #17 28.19 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-09-20T19:17:59.829Z] #17 28.20 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2020-09-20T19:17:59.829Z] #17 28.20 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-09-20T19:17:59.855Z] #17 35.44 Unpacking bash-completion (1:2.8-6) ... [2020-09-20T19:18:00.047Z] #17 34.33 Unpacking zip (3.0-11+b1) ... [2020-09-20T19:18:00.116Z] #17 35.82 Selecting previously unselected package bzip2. [2020-09-20T19:18:00.116Z] #17 35.83 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-09-20T19:18:00.116Z] #17 35.85 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-09-20T19:18:00.116Z] #17 35.92 Selecting previously unselected package xz-utils. [2020-09-20T19:18:00.116Z] #17 35.92 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-09-20T19:18:00.352Z] #17 34.68 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-09-20T19:18:00.352Z] #17 34.73 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-09-20T19:18:00.352Z] #17 34.74 Setting up libip6tc0:arm64 (1.8.2-4) ... [2020-09-20T19:18:00.352Z] #17 34.75 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ... [2020-09-20T19:18:00.352Z] #17 34.84 Setting up libgpm2:arm64 (1.20.7-5) ... [2020-09-20T19:18:00.352Z] #17 34.85 Setting up libip4tc0:arm64 (1.8.2-4) ... [2020-09-20T19:18:00.352Z] #17 34.88 Setting up uidmap (1:4.5-1.1) ... [2020-09-20T19:18:00.352Z] #17 34.89 Setting up libnftnl11:arm64 (1.1.2-2) ... [2020-09-20T19:18:00.352Z] #17 34.91 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-09-20T19:18:00.352Z] #17 34.93 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-09-20T19:18:00.377Z] #17 35.92 Unpacking xz-utils (5.2.4-1) ... [2020-09-20T19:18:00.377Z] #17 36.10 Selecting previously unselected package apparmor. [2020-09-20T19:18:00.377Z] #17 36.11 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-09-20T19:18:00.377Z] #17 36.19 Unpacking apparmor (2.13.2-10) ... [2020-09-20T19:18:00.386Z] ok github.com/docker/docker/daemon/config 0.019s coverage: 81.8% of statements [2020-09-20T19:18:00.392Z] #17 29.53 Selecting previously unselected package python3.7. [2020-09-20T19:18:00.616Z] #17 34.94 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-09-20T19:18:00.616Z] #17 34.96 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2020-09-20T19:18:00.616Z] #17 35.02 Setting up xxd (2:8.1.0875-5) ... [2020-09-20T19:18:00.616Z] #17 35.05 Setting up zip (3.0-11+b1) ... [2020-09-20T19:18:00.616Z] #17 35.07 Setting up vim-common (2:8.1.0875-5) ... [2020-09-20T19:18:00.616Z] #17 35.10 Setting up bash-completion (1:2.8-6) ... [2020-09-20T19:18:00.638Z] #17 36.47 Selecting previously unselected package aufs-tools. [2020-09-20T19:18:00.638Z] #17 36.47 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-09-20T19:18:00.648Z] #17 29.53 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2020-09-20T19:18:00.648Z] #17 29.54 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-09-20T19:18:00.648Z] #17 29.78 Selecting previously unselected package libpython3-stdlib:amd64. [2020-09-20T19:18:00.648Z] #17 29.78 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-09-20T19:18:00.648Z] #17 29.79 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-09-20T19:18:00.899Z] #17 36.48 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-09-20T19:18:00.899Z] #17 36.58 Selecting previously unselected package libonig5:amd64. [2020-09-20T19:18:00.899Z] #17 36.58 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-09-20T19:18:00.899Z] #17 36.61 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-09-20T19:18:00.905Z] #17 30.03 Setting up python3-minimal (3.7.3-1) ... [2020-09-20T19:18:01.018Z] ok github.com/docker/docker/daemon/discovery 0.002s coverage: 30.0% of statements [2020-09-20T19:18:01.160Z] #17 36.74 Selecting previously unselected package libjq1:amd64. [2020-09-20T19:18:01.160Z] #17 36.75 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-09-20T19:18:01.160Z] #17 36.75 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-09-20T19:18:01.160Z] #17 36.86 Selecting previously unselected package jq. [2020-09-20T19:18:01.160Z] #17 36.86 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-09-20T19:18:01.160Z] #17 36.86 Unpacking jq (1.5+dfsg-2+b1) ... [2020-09-20T19:18:01.160Z] #17 36.94 Selecting previously unselected package libaio1:amd64. [2020-09-20T19:18:01.160Z] #17 36.95 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-09-20T19:18:01.160Z] #17 36.95 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-09-20T19:18:01.160Z] #17 37.01 Selecting previously unselected package libgpm2:amd64. [2020-09-20T19:18:01.421Z] #17 37.01 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-09-20T19:18:01.421Z] #17 37.03 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-09-20T19:18:01.421Z] #17 37.11 Selecting previously unselected package libicu63:amd64. [2020-09-20T19:18:01.421Z] #17 37.11 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-09-20T19:18:01.421Z] #17 37.12 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-09-20T19:18:01.651Z] ok github.com/docker/docker/daemon/events 0.055s coverage: 50.0% of statements [2020-09-20T19:18:01.835Z] #17 30.75 Selecting previously unselected package python3. [2020-09-20T19:18:01.835Z] #17 30.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 ... 24093 files and directories currently installed.) [2020-09-20T19:18:01.835Z] #17 30.79 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-09-20T19:18:01.835Z] #17 30.81 Unpacking python3 (3.7.3-1) ... [2020-09-20T19:18:01.835Z] #17 30.90 Selecting previously unselected package libip4tc0:amd64. [2020-09-20T19:18:01.835Z] #17 30.91 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-09-20T19:18:01.835Z] #17 30.93 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-09-20T19:18:01.835Z] #17 31.02 Selecting previously unselected package libip6tc0:amd64. [2020-09-20T19:18:02.092Z] #17 31.02 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-09-20T19:18:02.092Z] #17 31.03 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-09-20T19:18:02.092Z] #17 31.11 Selecting previously unselected package libiptc0:amd64. [2020-09-20T19:18:02.092Z] #17 31.11 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-09-20T19:18:02.092Z] #17 31.12 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-09-20T19:18:02.092Z] #17 31.20 Selecting previously unselected package libnfnetlink0:amd64. [2020-09-20T19:18:02.092Z] #17 31.20 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-09-20T19:18:02.092Z] #17 31.21 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-09-20T19:18:02.092Z] #17 31.26 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-09-20T19:18:02.092Z] #17 31.27 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-09-20T19:18:02.285Z] ok github.com/docker/docker/daemon/graphdriver 0.009s coverage: 2.2% of statements [2020-09-20T19:18:02.349Z] #17 31.28 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-09-20T19:18:02.349Z] #17 31.37 Selecting previously unselected package libnftnl11:amd64. [2020-09-20T19:18:02.349Z] #17 31.38 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-09-20T19:18:02.349Z] #17 31.39 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-09-20T19:18:02.349Z] #17 31.48 Selecting previously unselected package iptables. [2020-09-20T19:18:02.576Z] ok github.com/docker/docker/daemon 12.268s coverage: 17.4% of statements [2020-09-20T19:18:02.576Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-09-20T19:18:02.576Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-09-20T19:18:02.576Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-09-20T19:18:02.576Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-09-20T19:18:02.606Z] #17 31.49 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-09-20T19:18:02.606Z] #17 31.49 Unpacking iptables (1.8.2-4) ... [2020-09-20T19:18:02.606Z] #17 31.71 Selecting previously unselected package xxd. [2020-09-20T19:18:02.606Z] #17 31.72 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-09-20T19:18:02.606Z] #17 31.72 Unpacking xxd (2:8.1.0875-5) ... [2020-09-20T19:18:02.688Z] #20 5.153 Collecting yamllint==1.16.0 [2020-09-20T19:18:02.688Z] #20 5.539 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-09-20T19:18:02.688Z] #20 5.647 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-09-20T19:18:02.688Z] #20 5.700 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-09-20T19:18:02.688Z] #20 5.775 Collecting pyyaml (from yamllint==1.16.0) [2020-09-20T19:18:02.862Z] #17 31.82 Selecting previously unselected package vim-common. [2020-09-20T19:18:02.862Z] #17 31.83 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-09-20T19:18:02.862Z] #17 31.87 Unpacking vim-common (2:8.1.0875-5) ... [2020-09-20T19:18:02.987Z] #20 5.972 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-09-20T19:18:03.119Z] #17 32.04 Selecting previously unselected package bash-completion. [2020-09-20T19:18:03.119Z] #17 32.05 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-09-20T19:18:04.015Z] #17 38.19 Setting up libiptc0:arm64 (1.8.2-4) ... [2020-09-20T19:18:04.015Z] #17 38.21 Setting up xz-utils (5.2.4-1) ... [2020-09-20T19:18:04.015Z] #17 38.24 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-09-20T19:18:04.015Z] #17 38.25 Setting up sudo (1.8.27-1+deb10u2) ... [2020-09-20T19:18:04.015Z] #17 38.33 invoke-rc.d: could not determine current runlevel [2020-09-20T19:18:04.015Z] #17 38.34 invoke-rc.d: policy-rc.d denied execution of start. [2020-09-20T19:18:04.015Z] #17 38.34 Setting up pigz (2.4-1) ... [2020-09-20T19:18:04.015Z] #17 38.37 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2020-09-20T19:18:04.015Z] #17 38.38 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2020-09-20T19:18:04.015Z] #17 38.41 Setting up python-pip-whl (18.1-5) ... [2020-09-20T19:18:04.015Z] #17 38.42 Setting up libmpdec2:arm64 (2.4.2-2) ... [2020-09-20T19:18:04.015Z] #17 38.44 Setting up vim-runtime (2:8.1.0875-5) ... [2020-09-20T19:18:04.287Z] #17 38.85 Setting up libaio1:arm64 (0.3.112-3) ... [2020-09-20T19:18:04.559Z] #17 38.87 Setting up libonig5:arm64 (6.9.1-1) ... [2020-09-20T19:18:04.559Z] #17 38.88 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ... [2020-09-20T19:18:04.559Z] #17 38.90 Setting up vim (2:8.1.0875-5) ... [2020-09-20T19:18:04.559Z] #17 38.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-09-20T19:18:04.559Z] #17 38.94 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-09-20T19:18:04.559Z] #17 38.96 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-09-20T19:18:04.559Z] #17 38.97 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-09-20T19:18:04.559Z] #17 39.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-09-20T19:18:04.559Z] #17 39.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-09-20T19:18:04.559Z] #17 39.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-09-20T19:18:04.559Z] #17 39.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-09-20T19:18:04.559Z] #17 39.07 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-09-20T19:18:04.567Z] #20 7.638 Building wheels for collected packages: pyyaml [2020-09-20T19:18:04.567Z] #20 7.640 Running setup.py bdist_wheel for pyyaml: started [2020-09-20T19:18:04.643Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.003s coverage: 2.9% of statements [2020-09-20T19:18:04.722Z] #17 40.50 Selecting previously unselected package libnet1:amd64. [2020-09-20T19:18:04.722Z] #17 40.51 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-09-20T19:18:04.722Z] #17 40.52 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-09-20T19:18:04.722Z] #17 40.61 Selecting previously unselected package libnl-3-200:amd64. [2020-09-20T19:18:04.838Z] #17 39.08 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-09-20T19:18:04.838Z] #17 39.10 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2020-09-20T19:18:04.838Z] #17 39.12 Setting up jq (1.5+dfsg-2+b1) ... [2020-09-20T19:18:04.838Z] #17 39.14 Setting up libpython3-stdlib:arm64 (3.7.3-1) ... [2020-09-20T19:18:04.838Z] #17 39.15 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-09-20T19:18:04.934Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.185s coverage: 57.0% of statements [2020-09-20T19:18:04.983Z] #17 40.61 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-09-20T19:18:04.983Z] #17 40.62 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-09-20T19:18:04.983Z] #17 40.72 Selecting previously unselected package libprotobuf-c1:amd64. [2020-09-20T19:18:04.983Z] #17 40.72 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-09-20T19:18:04.983Z] #17 40.72 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-09-20T19:18:04.983Z] #17 40.78 Selecting previously unselected package libreadline5:amd64. [2020-09-20T19:18:04.983Z] #17 40.78 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-09-20T19:18:04.983Z] #17 40.79 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-09-20T19:18:05.243Z] #17 40.88 Selecting previously unselected package net-tools. [2020-09-20T19:18:05.243Z] #17 40.89 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-09-20T19:18:05.243Z] #17 40.90 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-09-20T19:18:05.252Z] #20 ... [2020-09-20T19:18:05.252Z] [2020-09-20T19:18:05.252Z] #29 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-20T19:18:05.252Z] #29 DONE 196.2s [2020-09-20T19:18:05.252Z] [2020-09-20T19:18:05.252Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:18:05.252Z] #40 123.9 CC criu/cr-service.o [2020-09-20T19:18:05.252Z] #40 126.2 CC criu/crtools.o [2020-09-20T19:18:05.252Z] #40 126.9 CC criu/eventfd.o [2020-09-20T19:18:05.252Z] #40 127.5 CC criu/eventpoll.o [2020-09-20T19:18:05.505Z] #17 41.08 Selecting previously unselected package python-pip-whl. [2020-09-20T19:18:05.505Z] #17 41.09 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-09-20T19:18:05.505Z] #17 41.10 Unpacking python-pip-whl (18.1-5) ... [2020-09-20T19:18:05.554Z] #40 128.8 CC criu/external.o [2020-09-20T19:18:05.641Z] #17 34.64 Unpacking bash-completion (1:2.8-6) ... [2020-09-20T19:18:06.077Z] #17 41.65 Selecting previously unselected package python3-lib2to3. [2020-09-20T19:18:06.077Z] #17 41.66 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-09-20T19:18:06.077Z] #17 41.67 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-09-20T19:18:06.077Z] #17 41.76 Selecting previously unselected package python3-distutils. [2020-09-20T19:18:06.077Z] #17 41.77 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-09-20T19:18:06.077Z] #17 41.78 Unpacking python3-distutils (3.7.3-1) ... [2020-09-20T19:18:06.077Z] #17 ... [2020-09-20T19:18:06.077Z] [2020-09-20T19:18:06.077Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:18:06.077Z] #39 85.93 CC criu/autofs.o [2020-09-20T19:18:06.077Z] #39 87.16 CC criu/bfd.o [2020-09-20T19:18:06.077Z] #39 87.63 CC criu/bitmap.o [2020-09-20T19:18:06.077Z] #39 87.75 CC criu/cgroup-props.o [2020-09-20T19:18:06.077Z] #39 88.50 CC criu/cgroup.o [2020-09-20T19:18:06.077Z] #39 90.78 CC criu/clone-noasan.o [2020-09-20T19:18:06.077Z] #39 90.94 CC criu/config.o [2020-09-20T19:18:06.077Z] #39 92.21 CC criu/cr-check.o [2020-09-20T19:18:06.077Z] #39 93.80 CC criu/cr-dedup.o [2020-09-20T19:18:06.077Z] #39 94.24 CC criu/cr-dump.o [2020-09-20T19:18:06.155Z] #17 35.03 Selecting previously unselected package bzip2. [2020-09-20T19:18:06.155Z] #17 35.04 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-09-20T19:18:06.155Z] #17 35.05 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-09-20T19:18:06.155Z] #17 35.14 Selecting previously unselected package xz-utils. [2020-09-20T19:18:06.155Z] #17 35.15 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-09-20T19:18:06.155Z] #17 35.16 Unpacking xz-utils (5.2.4-1) ... [2020-09-20T19:18:06.214Z] #40 129.6 CC criu/fault-injection.o [2020-09-20T19:18:06.214Z] #40 129.8 CC criu/fdstore.o [2020-09-20T19:18:06.337Z] #39 96.16 CC criu/cr-errno.o [2020-09-20T19:18:06.338Z] #39 ... [2020-09-20T19:18:06.338Z] [2020-09-20T19:18:06.338Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:18:06.338Z] #17 41.92 Selecting previously unselected package python3-pip. [2020-09-20T19:18:06.338Z] #17 41.92 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-09-20T19:18:06.338Z] #17 41.93 Unpacking python3-pip (18.1-5) ... [2020-09-20T19:18:06.338Z] #17 42.09 Selecting previously unselected package python3-pkg-resources. [2020-09-20T19:18:06.338Z] #17 42.09 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-09-20T19:18:06.338Z] #17 42.10 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-09-20T19:18:06.412Z] #17 35.28 Selecting previously unselected package apparmor. [2020-09-20T19:18:06.412Z] #17 35.29 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-09-20T19:18:06.412Z] #17 35.36 Unpacking apparmor (2.13.2-10) ... [2020-09-20T19:18:06.526Z] #40 ... [2020-09-20T19:18:06.526Z] [2020-09-20T19:18:06.526Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-20T19:18:06.526Z] #20 9.614 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-09-20T19:18:06.526Z] #20 9.618 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-09-20T19:18:06.526Z] #20 9.751 Successfully built pyyaml [2020-09-20T19:18:06.598Z] #17 42.23 Selecting previously unselected package python3-setuptools. [2020-09-20T19:18:06.598Z] #17 42.25 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-09-20T19:18:06.598Z] #17 42.26 Unpacking python3-setuptools (40.8.0-1) ... [2020-09-20T19:18:06.668Z] #17 35.72 Selecting previously unselected package aufs-tools. [2020-09-20T19:18:06.668Z] #17 35.73 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-09-20T19:18:06.668Z] #17 35.75 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-09-20T19:18:06.668Z] #17 35.86 Selecting previously unselected package libonig5:amd64. [2020-09-20T19:18:06.847Z] #17 41.43 Setting up iptables (1.8.2-4) ... [2020-09-20T19:18:06.847Z] #17 ... [2020-09-20T19:18:06.847Z] [2020-09-20T19:18:06.847Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:18:06.847Z] #39 71.76 CC criu/cr-check.o [2020-09-20T19:18:06.847Z] #39 72.92 CC criu/cr-dedup.o [2020-09-20T19:18:06.847Z] #39 73.35 CC criu/cr-dump.o [2020-09-20T19:18:06.847Z] #39 75.86 CC criu/cr-errno.o [2020-09-20T19:18:06.847Z] #39 75.95 CC criu/cr-restore.o [2020-09-20T19:18:06.847Z] #39 79.29 CC criu/cr-service.o [2020-09-20T19:18:06.847Z] #39 80.63 CC criu/crtools.o [2020-09-20T19:18:06.847Z] #39 81.18 CC criu/eventfd.o [2020-09-20T19:18:06.847Z] #39 81.52 CC criu/eventpoll.o [2020-09-20T19:18:06.859Z] #17 42.50 Selecting previously unselected package python3-wheel. [2020-09-20T19:18:06.859Z] #17 42.51 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-09-20T19:18:06.859Z] #17 42.51 Unpacking python3-wheel (0.32.3-2) ... [2020-09-20T19:18:06.859Z] #17 42.60 Selecting previously unselected package sudo. [2020-09-20T19:18:06.859Z] #17 42.60 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ... [2020-09-20T19:18:06.859Z] #17 42.61 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-09-20T19:18:06.863Z] #20 9.769 Installing collected packages: pathspec, pyyaml, yamllint [2020-09-20T19:18:06.925Z] #17 35.87 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-09-20T19:18:06.925Z] #17 35.87 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-09-20T19:18:06.925Z] #17 36.00 Selecting previously unselected package libjq1:amd64. [2020-09-20T19:18:06.925Z] #17 36.01 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-09-20T19:18:06.925Z] #17 36.01 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-09-20T19:18:07.113Z] #39 ... [2020-09-20T19:18:07.113Z] [2020-09-20T19:18:07.113Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:18:07.113Z] #17 41.45 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-09-20T19:18:07.113Z] #17 41.46 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-09-20T19:18:07.113Z] #17 41.47 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-09-20T19:18:07.113Z] #17 41.48 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-09-20T19:18:07.113Z] #17 41.48 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-09-20T19:18:07.113Z] #17 41.49 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-09-20T19:18:07.113Z] #17 41.50 Setting up python3 (3.7.3-1) ... [2020-09-20T19:18:07.163Z] #20 10.11 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-09-20T19:18:07.163Z] #20 DONE 10.3s [2020-09-20T19:18:07.163Z] [2020-09-20T19:18:07.163Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:18:07.163Z] #40 130.4 CC criu/fifo.o [2020-09-20T19:18:07.181Z] #17 36.15 Selecting previously unselected package jq. [2020-09-20T19:18:07.182Z] #17 36.17 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-09-20T19:18:07.182Z] #17 36.17 Unpacking jq (1.5+dfsg-2+b1) ... [2020-09-20T19:18:07.182Z] #17 36.26 Selecting previously unselected package libaio1:amd64. [2020-09-20T19:18:07.182Z] #17 36.26 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-09-20T19:18:07.182Z] #17 36.27 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-09-20T19:18:07.182Z] #17 36.35 Selecting previously unselected package libgpm2:amd64. [2020-09-20T19:18:07.430Z] #17 43.12 Selecting previously unselected package thin-provisioning-tools. [2020-09-20T19:18:07.430Z] #17 43.14 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-09-20T19:18:07.430Z] #17 43.14 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-09-20T19:18:07.438Z] #17 36.36 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-09-20T19:18:07.438Z] #17 36.37 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-09-20T19:18:07.438Z] #17 36.44 Selecting previously unselected package libicu63:amd64. [2020-09-20T19:18:07.438Z] #17 36.45 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-09-20T19:18:07.438Z] #17 36.45 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-09-20T19:18:07.468Z] #40 130.9 CC criu/file-ids.o [2020-09-20T19:18:07.652Z] #17 42.00 Setting up python3-wheel (0.32.3-2) ... [2020-09-20T19:18:07.691Z] #17 43.41 Selecting previously unselected package uidmap. [2020-09-20T19:18:07.692Z] #17 43.42 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2020-09-20T19:18:07.692Z] #17 43.43 Unpacking uidmap (1:4.5-1.1) ... [2020-09-20T19:18:07.769Z] #40 131.2 CC criu/file-lock.o [2020-09-20T19:18:07.952Z] #17 43.54 Selecting previously unselected package vim-runtime. [2020-09-20T19:18:07.952Z] #17 43.55 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-09-20T19:18:07.952Z] #17 43.59 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-09-20T19:18:07.952Z] #17 43.62 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-09-20T19:18:07.952Z] #17 43.62 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-09-20T19:18:08.599Z] #17 42.81 Setting up apparmor (2.13.2-10) ... [2020-09-20T19:18:08.830Z] #40 132.2 CC criu/files-ext.o [2020-09-20T19:18:09.146Z] #40 132.6 CC criu/files-reg.o [2020-09-20T19:18:09.389Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.868s coverage: 46.2% of statements [2020-09-20T19:18:09.995Z] #17 44.45 Setting up xfsprogs (4.20.0-1) ... [2020-09-20T19:18:10.021Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.004s coverage: 1.8% of statements [2020-09-20T19:18:10.178Z] #52 230.4 + bin/containerd-stress [2020-09-20T19:18:10.178Z] #52 232.3 + bin/containerd-shim [2020-09-20T19:18:10.258Z] #17 44.52 Setting up python3-lib2to3 (3.7.3-1) ... [2020-09-20T19:18:10.711Z] #17 ... [2020-09-20T19:18:10.711Z] [2020-09-20T19:18:10.711Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:18:10.711Z] #39 86.78 DEP criu/cr-dedup.d [2020-09-20T19:18:10.711Z] #39 87.05 DEP criu/cr-check.d [2020-09-20T19:18:10.711Z] #39 87.37 DEP criu/config.d [2020-09-20T19:18:10.711Z] #39 87.63 DEP criu/clone-noasan.d [2020-09-20T19:18:10.711Z] #39 87.67 DEP criu/cgroup.d [2020-09-20T19:18:10.711Z] #39 87.80 DEP criu/cgroup-props.d [2020-09-20T19:18:10.711Z] #39 87.86 DEP criu/bitmap.d [2020-09-20T19:18:10.711Z] #39 87.88 DEP criu/bfd.d [2020-09-20T19:18:10.711Z] #39 87.95 DEP criu/autofs.d [2020-09-20T19:18:10.711Z] #39 88.13 DEP criu/aio.d [2020-09-20T19:18:10.711Z] #39 88.27 DEP criu/action-scripts.d [2020-09-20T19:18:10.711Z] #39 88.55 CC criu/action-scripts.o [2020-09-20T19:18:10.711Z] #39 88.97 CC criu/aio.o [2020-09-20T19:18:10.711Z] #39 89.44 CC criu/autofs.o [2020-09-20T19:18:10.711Z] #39 90.69 CC criu/bfd.o [2020-09-20T19:18:10.711Z] #39 91.17 CC criu/bitmap.o [2020-09-20T19:18:10.711Z] #39 91.31 CC criu/cgroup-props.o [2020-09-20T19:18:10.711Z] #39 91.95 CC criu/cgroup.o [2020-09-20T19:18:10.711Z] #39 94.56 CC criu/clone-noasan.o [2020-09-20T19:18:10.711Z] #39 94.71 CC criu/config.o [2020-09-20T19:18:10.711Z] #39 95.87 CC criu/cr-check.o [2020-09-20T19:18:10.834Z] #17 45.17 Setting up python3-pkg-resources (40.8.0-1) ... [2020-09-20T19:18:10.834Z] #17 ... [2020-09-20T19:18:10.834Z] [2020-09-20T19:18:10.834Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:18:10.834Z] #49 52.78 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-09-20T19:18:10.834Z] #49 54.40 + mkdir -p /build [2020-09-20T19:18:10.834Z] #49 54.41 + cp runc /build/runc [2020-09-20T19:18:10.834Z] #49 DONE 55.7s [2020-09-20T19:18:10.968Z] #39 97.60 CC criu/cr-dedup.o [2020-09-20T19:18:10.968Z] #39 ... [2020-09-20T19:18:10.968Z] [2020-09-20T19:18:10.968Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:18:10.968Z] #17 39.95 Selecting previously unselected package libnet1:amd64. [2020-09-20T19:18:10.968Z] #17 39.95 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-09-20T19:18:10.968Z] #17 39.96 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-09-20T19:18:10.968Z] #17 40.03 Selecting previously unselected package libnl-3-200:amd64. [2020-09-20T19:18:10.968Z] #17 40.03 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-09-20T19:18:10.968Z] #17 40.04 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-09-20T19:18:10.968Z] #17 40.12 Selecting previously unselected package libprotobuf-c1:amd64. [2020-09-20T19:18:10.968Z] #17 40.14 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-09-20T19:18:11.098Z] [2020-09-20T19:18:11.098Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:18:11.098Z] #39 82.30 CC criu/external.o [2020-09-20T19:18:11.098Z] #39 82.59 CC criu/fault-injection.o [2020-09-20T19:18:11.098Z] #39 82.73 CC criu/fdstore.o [2020-09-20T19:18:11.098Z] #39 83.08 CC criu/fifo.o [2020-09-20T19:18:11.098Z] #39 83.43 CC criu/file-ids.o [2020-09-20T19:18:11.098Z] #39 83.61 CC criu/file-lock.o [2020-09-20T19:18:11.098Z] #39 84.34 CC criu/files-ext.o [2020-09-20T19:18:11.098Z] #39 84.66 CC criu/files-reg.o [2020-09-20T19:18:11.225Z] #17 40.15 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-09-20T19:18:11.225Z] #17 40.24 Selecting previously unselected package libreadline5:amd64. [2020-09-20T19:18:11.225Z] #17 40.24 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-09-20T19:18:11.225Z] #17 40.24 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-09-20T19:18:11.225Z] #17 40.37 Selecting previously unselected package net-tools. [2020-09-20T19:18:11.251Z] #17 46.72 Selecting previously unselected package vim. [2020-09-20T19:18:11.251Z] #17 46.73 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2020-09-20T19:18:11.251Z] #17 46.76 Unpacking vim (2:8.1.0875-5) ... [2020-09-20T19:18:11.264Z] #40 134.6 CC criu/files.o [2020-09-20T19:18:11.361Z] #39 86.17 CC criu/files.o [2020-09-20T19:18:11.482Z] #17 40.37 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-09-20T19:18:11.482Z] #17 40.38 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-09-20T19:18:11.482Z] #17 40.55 Selecting previously unselected package python-pip-whl. [2020-09-20T19:18:11.482Z] #17 40.56 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-09-20T19:18:11.482Z] #17 40.56 Unpacking python-pip-whl (18.1-5) ... [2020-09-20T19:18:11.512Z] #17 47.31 Selecting previously unselected package xfsprogs. [2020-09-20T19:18:11.773Z] #17 47.31 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2020-09-20T19:18:11.773Z] #17 47.32 Unpacking xfsprogs (4.20.0-1) ... [2020-09-20T19:18:12.033Z] #17 47.76 Selecting previously unselected package zip. [2020-09-20T19:18:12.033Z] #17 47.76 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2020-09-20T19:18:12.033Z] #17 47.76 Unpacking zip (3.0-11+b1) ... [2020-09-20T19:18:12.046Z] #17 41.06 Selecting previously unselected package python3-lib2to3. [2020-09-20T19:18:12.046Z] #17 41.07 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-09-20T19:18:12.046Z] #17 41.07 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-09-20T19:18:12.046Z] #17 41.19 Selecting previously unselected package python3-distutils. [2020-09-20T19:18:12.294Z] #17 47.96 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-09-20T19:18:12.294Z] #17 47.98 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-09-20T19:18:12.294Z] #17 47.99 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-09-20T19:18:12.294Z] #17 48.01 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-09-20T19:18:12.294Z] #17 48.03 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-09-20T19:18:12.294Z] #17 48.05 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-09-20T19:18:12.294Z] #17 48.06 Setting up uidmap (1:4.5-1.1) ... [2020-09-20T19:18:12.294Z] #17 48.08 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-09-20T19:18:12.294Z] #17 48.09 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-09-20T19:18:12.294Z] #17 48.11 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-09-20T19:18:12.294Z] #17 48.12 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-09-20T19:18:12.303Z] #17 41.20 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-09-20T19:18:12.303Z] #17 41.20 Unpacking python3-distutils (3.7.3-1) ... [2020-09-20T19:18:12.303Z] #17 41.35 Selecting previously unselected package python3-pip. [2020-09-20T19:18:12.303Z] #17 41.36 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-09-20T19:18:12.303Z] #17 41.38 Unpacking python3-pip (18.1-5) ... [2020-09-20T19:18:12.555Z] #17 48.14 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-09-20T19:18:12.555Z] #17 48.15 Setting up xxd (2:8.1.0875-5) ... [2020-09-20T19:18:12.555Z] #17 48.16 Setting up zip (3.0-11+b1) ... [2020-09-20T19:18:12.555Z] #17 48.18 Setting up vim-common (2:8.1.0875-5) ... [2020-09-20T19:18:12.555Z] #17 48.21 Setting up bash-completion (1:2.8-6) ... [2020-09-20T19:18:12.560Z] #17 41.51 Selecting previously unselected package python3-pkg-resources. [2020-09-20T19:18:12.560Z] #17 41.52 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-09-20T19:18:12.560Z] #17 41.53 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-09-20T19:18:12.817Z] #17 41.67 Selecting previously unselected package python3-setuptools. [2020-09-20T19:18:12.817Z] #17 41.67 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-09-20T19:18:12.817Z] #17 41.68 Unpacking python3-setuptools (40.8.0-1) ... [2020-09-20T19:18:12.817Z] #17 41.84 Selecting previously unselected package python3-wheel. [2020-09-20T19:18:12.817Z] #17 41.85 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-09-20T19:18:12.817Z] #17 41.88 Unpacking python3-wheel (0.32.3-2) ... [2020-09-20T19:18:13.074Z] #17 41.95 Selecting previously unselected package sudo. [2020-09-20T19:18:13.074Z] #17 41.96 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ... [2020-09-20T19:18:13.074Z] #17 41.96 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-09-20T19:18:13.302Z] #39 88.07 CC criu/filesystems.o [2020-09-20T19:18:13.330Z] #17 42.43 Selecting previously unselected package thin-provisioning-tools. [2020-09-20T19:18:13.330Z] #17 42.43 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-09-20T19:18:13.330Z] #17 42.44 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-09-20T19:18:13.534Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.264s coverage: 49.5% of statements [2020-09-20T19:18:13.586Z] #17 42.63 Selecting previously unselected package uidmap. [2020-09-20T19:18:13.586Z] #17 42.64 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2020-09-20T19:18:13.586Z] #17 42.65 Unpacking uidmap (1:4.5-1.1) ... [2020-09-20T19:18:13.843Z] #17 42.77 Selecting previously unselected package vim-runtime. [2020-09-20T19:18:13.843Z] #17 42.78 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-09-20T19:18:13.843Z] #17 42.84 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-09-20T19:18:13.843Z] #17 42.88 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-09-20T19:18:13.843Z] #17 42.88 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-09-20T19:18:13.879Z] #39 88.63 CC criu/fsnotify.o [2020-09-20T19:18:14.098Z] #40 137.1 CC criu/filesystems.o [2020-09-20T19:18:14.400Z] #40 137.8 CC criu/fsnotify.o [2020-09-20T19:18:14.456Z] #39 89.36 CC criu/image-desc.o [2020-09-20T19:18:14.456Z] #39 89.46 CC criu/image.o [2020-09-20T19:18:14.719Z] #39 ... [2020-09-20T19:18:14.719Z] [2020-09-20T19:18:14.719Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:18:14.719Z] #17 46.59 Setting up python3-distutils (3.7.3-1) ... [2020-09-20T19:18:14.719Z] #17 47.10 Setting up python3-setuptools (40.8.0-1) ... [2020-09-20T19:18:14.719Z] #17 48.04 Setting up python3-pip (18.1-5) ... [2020-09-20T19:18:14.719Z] #17 48.75 Processing triggers for libc-bin (2.28-10) ... [2020-09-20T19:18:14.719Z] #17 48.80 Processing triggers for mime-support (3.62) ... [2020-09-20T19:18:14.719Z] #17 DONE 49.1s [2020-09-20T19:18:14.719Z] [2020-09-20T19:18:14.719Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-09-20T19:18:15.101Z] #17 50.88 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-09-20T19:18:15.101Z] #17 50.89 Setting up xz-utils (5.2.4-1) ... [2020-09-20T19:18:15.101Z] #17 50.92 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-09-20T19:18:15.101Z] #17 50.93 Setting up sudo (1.8.27-1+deb10u2) ... [2020-09-20T19:18:15.101Z] #17 50.99 invoke-rc.d: could not determine current runlevel [2020-09-20T19:18:15.101Z] #17 51.00 invoke-rc.d: policy-rc.d denied execution of start. [2020-09-20T19:18:15.362Z] #17 51.02 Setting up pigz (2.4-1) ... [2020-09-20T19:18:15.362Z] #17 51.03 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-09-20T19:18:15.362Z] #17 51.04 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-09-20T19:18:15.362Z] #17 51.06 Setting up python-pip-whl (18.1-5) ... [2020-09-20T19:18:15.362Z] #17 51.07 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-09-20T19:18:15.362Z] #17 51.08 Setting up vim-runtime (2:8.1.0875-5) ... [2020-09-20T19:18:15.478Z] #40 138.9 CC criu/image-desc.o [2020-09-20T19:18:15.789Z] #40 139.0 CC criu/image.o [2020-09-20T19:18:15.934Z] #17 51.48 Setting up libaio1:amd64 (0.3.112-3) ... [2020-09-20T19:18:15.934Z] #17 51.49 Setting up libonig5:amd64 (6.9.1-1) ... [2020-09-20T19:18:15.934Z] #17 51.51 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-09-20T19:18:15.934Z] #17 51.52 Setting up vim (2:8.1.0875-5) ... [2020-09-20T19:18:15.934Z] #17 51.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-09-20T19:18:15.934Z] #17 51.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-09-20T19:18:15.934Z] #17 51.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-09-20T19:18:15.934Z] #17 51.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-09-20T19:18:15.934Z] #17 51.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-09-20T19:18:15.934Z] #17 51.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-09-20T19:18:15.934Z] #17 51.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-09-20T19:18:15.934Z] #17 51.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-09-20T19:18:15.934Z] #17 51.60 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-09-20T19:18:15.934Z] #17 51.61 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-09-20T19:18:15.934Z] #17 51.63 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-09-20T19:18:15.934Z] #17 51.64 Setting up jq (1.5+dfsg-2+b1) ... [2020-09-20T19:18:15.934Z] #17 51.66 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-09-20T19:18:15.934Z] #17 51.68 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-09-20T19:18:16.114Z] #18 1.210 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-09-20T19:18:16.114Z] #18 1.216 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-09-20T19:18:16.114Z] #18 1.220 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-09-20T19:18:16.114Z] #18 DONE 1.4s [2020-09-20T19:18:16.114Z] [2020-09-20T19:18:16.114Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-20T19:18:16.195Z] #17 ... [2020-09-20T19:18:16.195Z] [2020-09-20T19:18:16.195Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:18:16.195Z] #39 96.23 CC criu/cr-restore.o [2020-09-20T19:18:16.195Z] #39 100.4 CC criu/cr-service.o [2020-09-20T19:18:16.195Z] #39 101.8 CC criu/crtools.o [2020-09-20T19:18:16.195Z] #39 102.3 CC criu/eventfd.o [2020-09-20T19:18:16.195Z] #39 102.7 CC criu/eventpoll.o [2020-09-20T19:18:16.195Z] #39 103.6 CC criu/external.o [2020-09-20T19:18:16.195Z] #39 104.0 CC criu/fault-injection.o [2020-09-20T19:18:16.195Z] #39 104.1 CC criu/fdstore.o [2020-09-20T19:18:16.195Z] #39 104.4 CC criu/fifo.o [2020-09-20T19:18:16.195Z] #39 104.8 CC criu/file-ids.o [2020-09-20T19:18:16.195Z] #39 105.1 CC criu/file-lock.o [2020-09-20T19:18:16.195Z] #39 105.9 CC criu/files-ext.o [2020-09-20T19:18:16.195Z] #39 106.3 CC criu/files-reg.o [2020-09-20T19:18:16.499Z] #40 139.9 CC criu/ipc_ns.o [2020-09-20T19:18:16.752Z] #52 238.9 + bin/containerd-shim-runc-v1 [2020-09-20T19:18:17.115Z] #17 45.87 Selecting previously unselected package vim. [2020-09-20T19:18:17.115Z] #17 45.88 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2020-09-20T19:18:17.115Z] #17 45.91 Unpacking vim (2:8.1.0875-5) ... [2020-09-20T19:18:17.372Z] #17 46.40 Selecting previously unselected package xfsprogs. [2020-09-20T19:18:17.372Z] #17 46.40 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2020-09-20T19:18:17.372Z] #17 46.41 Unpacking xfsprogs (4.20.0-1) ... [2020-09-20T19:18:17.563Z] #40 141.1 CC criu/irmap.o [2020-09-20T19:18:17.963Z] #17 46.90 Selecting previously unselected package zip. [2020-09-20T19:18:17.963Z] #17 46.90 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2020-09-20T19:18:17.963Z] #17 46.91 Unpacking zip (3.0-11+b1) ... [2020-09-20T19:18:17.963Z] #17 47.09 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-09-20T19:18:17.963Z] #17 47.12 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-09-20T19:18:17.963Z] #17 47.13 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-09-20T19:18:17.963Z] #17 47.14 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-09-20T19:18:17.963Z] #17 47.15 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-09-20T19:18:17.963Z] #17 47.16 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-09-20T19:18:18.217Z] #40 141.8 CC criu/kcmp-ids.o [2020-09-20T19:18:18.226Z] #17 47.18 Setting up uidmap (1:4.5-1.1) ... [2020-09-20T19:18:18.226Z] #17 47.20 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-09-20T19:18:18.226Z] #17 47.22 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-09-20T19:18:18.226Z] #17 47.24 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-09-20T19:18:18.226Z] #17 47.25 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-09-20T19:18:18.226Z] #17 47.26 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-09-20T19:18:18.226Z] #17 47.27 Setting up xxd (2:8.1.0875-5) ... [2020-09-20T19:18:18.226Z] #17 47.28 Setting up zip (3.0-11+b1) ... [2020-09-20T19:18:18.226Z] #17 47.30 Setting up vim-common (2:8.1.0875-5) ... [2020-09-20T19:18:18.226Z] #17 47.33 Setting up bash-completion (1:2.8-6) ... [2020-09-20T19:18:18.517Z] #40 142.1 CC criu/kerndat.o [2020-09-20T19:18:18.739Z] #39 108.2 CC criu/files.o [2020-09-20T19:18:19.000Z] #39 ... [2020-09-20T19:18:19.000Z] [2020-09-20T19:18:19.000Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:18:19.000Z] #17 54.52 Setting up iptables (1.8.2-4) ... [2020-09-20T19:18:19.000Z] #17 54.54 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-09-20T19:18:19.000Z] #17 54.55 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-09-20T19:18:19.000Z] #17 54.56 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-09-20T19:18:19.000Z] #17 54.57 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-09-20T19:18:19.000Z] #17 54.57 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-09-20T19:18:19.000Z] #17 54.58 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-09-20T19:18:19.000Z] #17 54.59 Setting up python3 (3.7.3-1) ... [2020-09-20T19:18:19.096Z] ok github.com/docker/docker/daemon/graphdriver/aufs 15.279s coverage: 73.1% of statements [2020-09-20T19:18:19.096Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-09-20T19:18:19.261Z] #17 55.04 Setting up python3-wheel (0.32.3-2) ... [2020-09-20T19:18:19.728Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.616s coverage: 76.1% of statements [2020-09-20T19:18:19.833Z] #17 55.65 Setting up apparmor (2.13.2-10) ... [2020-09-20T19:18:20.019Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.982s coverage: 57.7% of statements [2020-09-20T19:18:20.019Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-09-20T19:18:20.019Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-09-20T19:18:20.082Z] #40 143.3 CC criu/libnetlink.o [2020-09-20T19:18:20.338Z] #19 3.930 Collecting yamllint==1.16.0 [2020-09-20T19:18:20.386Z] #40 143.8 CC criu/log.o [2020-09-20T19:18:20.652Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.010s coverage: 58.0% of statements [2020-09-20T19:18:20.949Z] #52 243.4 + bin/containerd-shim-runc-v2 [2020-09-20T19:18:21.042Z] #40 144.4 CC criu/lsm.o [2020-09-20T19:18:21.284Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements [2020-09-20T19:18:21.342Z] #40 144.9 CC criu/mem.o [2020-09-20T19:18:21.531Z] #17 50.09 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-09-20T19:18:21.531Z] #17 50.10 Setting up xz-utils (5.2.4-1) ... [2020-09-20T19:18:21.531Z] #17 50.12 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-09-20T19:18:21.531Z] #17 50.14 Setting up sudo (1.8.27-1+deb10u2) ... [2020-09-20T19:18:21.531Z] #17 50.20 invoke-rc.d: could not determine current runlevel [2020-09-20T19:18:21.531Z] #17 50.21 invoke-rc.d: policy-rc.d denied execution of start. [2020-09-20T19:18:21.531Z] #17 50.23 Setting up pigz (2.4-1) ... [2020-09-20T19:18:21.531Z] #17 50.24 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-09-20T19:18:21.531Z] #17 50.26 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-09-20T19:18:21.531Z] #17 50.27 Setting up python-pip-whl (18.1-5) ... [2020-09-20T19:18:21.531Z] #17 50.28 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-09-20T19:18:21.531Z] #17 50.30 Setting up vim-runtime (2:8.1.0875-5) ... [2020-09-20T19:18:21.531Z] #17 ... [2020-09-20T19:18:21.531Z] [2020-09-20T19:18:21.531Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:18:21.531Z] #39 97.92 CC criu/cr-dump.o [2020-09-20T19:18:21.531Z] #39 100.0 CC criu/cr-errno.o [2020-09-20T19:18:21.531Z] #39 100.1 CC criu/cr-restore.o [2020-09-20T19:18:21.531Z] #39 104.5 CC criu/cr-service.o [2020-09-20T19:18:21.531Z] #39 106.3 CC criu/crtools.o [2020-09-20T19:18:21.531Z] #39 107.0 CC criu/eventfd.o [2020-09-20T19:18:21.531Z] #39 107.4 CC criu/eventpoll.o [2020-09-20T19:18:21.531Z] #39 ... [2020-09-20T19:18:21.531Z] [2020-09-20T19:18:21.531Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:18:21.531Z] #17 50.65 Setting up libaio1:amd64 (0.3.112-3) ... [2020-09-20T19:18:21.733Z] #19 ... [2020-09-20T19:18:21.733Z] [2020-09-20T19:18:21.733Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:18:21.733Z] #45 176.0 + cd /tmp/tmp.3BoQUDR6VM/src/github.com/golangci/golangci-lint/ [2020-09-20T19:18:21.733Z] #45 176.0 + git checkout -q v1.23.8 [2020-09-20T19:18:21.733Z] #45 176.5 ++ git describe --tags [2020-09-20T19:18:21.733Z] #45 176.5 + version=v1.23.8 [2020-09-20T19:18:21.733Z] #45 176.5 ++ git rev-parse --short HEAD [2020-09-20T19:18:21.733Z] #45 176.5 + commit=76a82c6 [2020-09-20T19:18:21.733Z] #45 176.5 ++ git show -s --format=%cd [2020-09-20T19:18:21.733Z] #45 176.5 + commitDate='Wed Mar 4 06:43:41 2020 +0300' [2020-09-20T19:18:21.733Z] #45 176.5 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.23.8" -X "main.commit=76a82c6" -X "main.date=Wed Mar 4 06:43:41 2020 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2020-09-20T19:18:21.747Z] #17 57.33 Setting up xfsprogs (4.20.0-1) ... [2020-09-20T19:18:21.747Z] #17 57.35 Setting up python3-lib2to3 (3.7.3-1) ... [2020-09-20T19:18:21.788Z] #17 50.66 Setting up libonig5:amd64 (6.9.1-1) ... [2020-09-20T19:18:21.788Z] #17 50.68 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-09-20T19:18:21.788Z] #17 50.72 Setting up vim (2:8.1.0875-5) ... [2020-09-20T19:18:21.788Z] #17 50.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-09-20T19:18:21.788Z] #17 50.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-09-20T19:18:21.788Z] #17 50.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-09-20T19:18:21.788Z] #17 50.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-09-20T19:18:21.788Z] #17 50.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-09-20T19:18:21.788Z] #17 50.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-09-20T19:18:21.788Z] #17 50.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-09-20T19:18:21.788Z] #17 50.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-09-20T19:18:21.788Z] #17 50.81 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-09-20T19:18:21.788Z] #17 50.82 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-09-20T19:18:21.788Z] #17 50.83 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-09-20T19:18:21.788Z] #17 50.85 Setting up jq (1.5+dfsg-2+b1) ... [2020-09-20T19:18:21.788Z] #17 50.85 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-09-20T19:18:21.788Z] #17 50.87 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-09-20T19:18:21.885Z] #52 244.3 + binaries [2020-09-20T19:18:21.885Z] #52 244.3 + install -D bin/containerd /build/containerd [2020-09-20T19:18:21.885Z] #52 244.3 + install -D bin/containerd-shim /build/containerd-shim [2020-09-20T19:18:21.885Z] #52 244.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-09-20T19:18:21.885Z] #52 244.4 + install -D bin/ctr /build/ctr [2020-09-20T19:18:21.916Z] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements [2020-09-20T19:18:22.007Z] #17 57.71 Setting up python3-pkg-resources (40.8.0-1) ... [2020-09-20T19:18:22.949Z] #17 58.70 Setting up python3-distutils (3.7.3-1) ... [2020-09-20T19:18:22.950Z] ok github.com/docker/docker/daemon/images 0.007s coverage: 4.8% of statements [2020-09-20T19:18:22.950Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-09-20T19:18:22.950Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-09-20T19:18:23.241Z] ok github.com/docker/docker/daemon/logger 0.230s coverage: 41.0% of statements [2020-09-20T19:18:23.261Z] #52 DONE 245.8s [2020-09-20T19:18:23.456Z] #40 146.7 CC criu/memfd.o [2020-09-20T19:18:23.521Z] #17 59.24 Setting up python3-setuptools (40.8.0-1) ... [2020-09-20T19:18:23.830Z] [2020-09-20T19:18:23.830Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-09-20T19:18:24.139Z] #40 147.3 CC criu/mount.o [2020-09-20T19:18:24.274Z] ok github.com/docker/docker/daemon/logger/awslogs 0.102s coverage: 77.4% of statements [2020-09-20T19:18:24.275Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-09-20T19:18:24.275Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-09-20T19:18:24.275Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 67.0% of statements [2020-09-20T19:18:24.463Z] #17 60.28 Setting up python3-pip (18.1-5) ... [2020-09-20T19:18:24.724Z] #17 ... [2020-09-20T19:18:24.724Z] [2020-09-20T19:18:24.724Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-20T19:18:24.724Z] #36 190.6 + dpkg --print-architecture [2020-09-20T19:18:24.724Z] #36 190.6 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-09-20T19:18:24.766Z] #53 DONE 0.7s [2020-09-20T19:18:24.766Z] [2020-09-20T19:18:24.766Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-09-20T19:18:25.025Z] #57 DONE 0.2s [2020-09-20T19:18:25.025Z] [2020-09-20T19:18:25.025Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-09-20T19:18:25.062Z] #17 53.80 Setting up iptables (1.8.2-4) ... [2020-09-20T19:18:25.062Z] #17 53.82 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-09-20T19:18:25.062Z] #17 53.89 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-09-20T19:18:25.062Z] #17 53.90 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-09-20T19:18:25.062Z] #17 53.90 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-09-20T19:18:25.062Z] #17 53.91 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-09-20T19:18:25.062Z] #17 53.91 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-09-20T19:18:25.062Z] #17 53.92 Setting up python3 (3.7.3-1) ... [2020-09-20T19:18:25.283Z] #59 DONE 0.4s [2020-09-20T19:18:25.283Z] [2020-09-20T19:18:25.283Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-09-20T19:18:25.283Z] #61 DONE 0.0s [2020-09-20T19:18:25.283Z] [2020-09-20T19:18:25.283Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-09-20T19:18:25.283Z] #62 DONE 0.0s [2020-09-20T19:18:25.283Z] [2020-09-20T19:18:25.283Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-09-20T19:18:25.309Z] ok github.com/docker/docker/daemon/logger/journald 0.012s coverage: 23.9% of statements [2020-09-20T19:18:25.309Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.017s coverage: 61.6% of statements [2020-09-20T19:18:25.319Z] #17 54.34 Setting up python3-wheel (0.32.3-2) ... [2020-09-20T19:18:25.611Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.019s coverage: 87.2% of statements [2020-09-20T19:18:25.666Z] #36 191.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-09-20T19:18:25.666Z] #36 191.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-09-20T19:18:25.960Z] #45 ... [2020-09-20T19:18:25.960Z] [2020-09-20T19:18:25.960Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:18:25.960Z] #39 90.16 CC criu/ipc_ns.o [2020-09-20T19:18:25.960Z] #39 91.09 CC criu/irmap.o [2020-09-20T19:18:25.960Z] #39 91.66 CC criu/kcmp-ids.o [2020-09-20T19:18:25.960Z] #39 91.86 CC criu/kerndat.o [2020-09-20T19:18:25.960Z] #39 92.67 CC criu/libnetlink.o [2020-09-20T19:18:25.960Z] #39 92.96 CC criu/log.o [2020-09-20T19:18:25.960Z] #39 93.30 CC criu/lsm.o [2020-09-20T19:18:25.960Z] #39 93.62 CC criu/mem.o [2020-09-20T19:18:25.960Z] #39 95.05 CC criu/memfd.o [2020-09-20T19:18:25.960Z] #39 95.54 CC criu/mount.o [2020-09-20T19:18:25.960Z] #39 98.25 CC criu/namespaces.o [2020-09-20T19:18:25.960Z] #39 99.54 CC criu/net.o [2020-09-20T19:18:25.960Z] #39 ... [2020-09-20T19:18:25.960Z] [2020-09-20T19:18:25.960Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-20T19:18:25.960Z] #19 9.272 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-09-20T19:18:25.960Z] #19 9.340 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-09-20T19:18:25.960Z] #19 9.381 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-09-20T19:18:25.960Z] #19 9.436 Collecting pyyaml (from yamllint==1.16.0) [2020-09-20T19:18:25.960Z] #19 9.585 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-09-20T19:18:26.139Z] #17 55.05 Setting up apparmor (2.13.2-10) ... [2020-09-20T19:18:26.219Z] #63 DONE 0.7s [2020-09-20T19:18:26.220Z] [2020-09-20T19:18:26.220Z] #64 exporting to image [2020-09-20T19:18:26.220Z] #64 exporting layers [2020-09-20T19:18:26.238Z] #36 ... [2020-09-20T19:18:26.238Z] [2020-09-20T19:18:26.238Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:18:26.238Z] #17 61.35 Processing triggers for libc-bin (2.28-10) ... [2020-09-20T19:18:26.238Z] #17 61.41 Processing triggers for mime-support (3.62) ... [2020-09-20T19:18:26.238Z] #17 DONE 62.0s [2020-09-20T19:18:26.270Z] ok github.com/docker/docker/daemon/logger/local 0.033s coverage: 75.2% of statements [2020-09-20T19:18:26.270Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-09-20T19:18:26.498Z] [2020-09-20T19:18:26.498Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-09-20T19:18:26.902Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.051s coverage: 37.7% of statements [2020-09-20T19:18:26.910Z] #19 10.74 Building wheels for collected packages: pyyaml [2020-09-20T19:18:26.910Z] #19 10.74 Running setup.py bdist_wheel for pyyaml: started [2020-09-20T19:18:27.071Z] #18 0.922 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-09-20T19:18:27.193Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.015s coverage: 33.3% of statements [2020-09-20T19:18:27.332Z] #18 0.926 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-09-20T19:18:27.332Z] #18 0.929 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-09-20T19:18:27.332Z] #18 DONE 1.0s [2020-09-20T19:18:27.332Z] [2020-09-20T19:18:27.332Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-20T19:18:27.730Z] #40 151.0 CC criu/namespaces.o [2020-09-20T19:18:27.860Z] #19 11.77 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-09-20T19:18:27.860Z] #19 11.77 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-09-20T19:18:27.860Z] #19 11.83 Successfully built pyyaml [2020-09-20T19:18:27.860Z] #19 11.84 Installing collected packages: pathspec, pyyaml, yamllint [2020-09-20T19:18:28.032Z] #17 56.84 Setting up xfsprogs (4.20.0-1) ... [2020-09-20T19:18:28.032Z] #17 56.86 Setting up python3-lib2to3 (3.7.3-1) ... [2020-09-20T19:18:28.032Z] #17 57.19 Setting up python3-pkg-resources (40.8.0-1) ... [2020-09-20T19:18:28.123Z] #19 12.16 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-09-20T19:18:28.226Z] ok github.com/docker/docker/daemon/logger/syslog 0.013s coverage: 46.8% of statements [2020-09-20T19:18:28.518Z] ok github.com/docker/docker/daemon/logger/templates 0.001s coverage: 8.3% of statements [2020-09-20T19:18:28.962Z] #17 58.07 Setting up python3-distutils (3.7.3-1) ... [2020-09-20T19:18:29.150Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2020-09-20T19:18:29.281Z] #40 152.7 CC criu/net.o [2020-09-20T19:18:29.441Z] ok github.com/docker/docker/daemon/logger/splunk 1.480s coverage: 82.5% of statements [2020-09-20T19:18:29.442Z] ? github.com/docker/docker/daemon/names [no test files] [2020-09-20T19:18:29.442Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-09-20T19:18:29.519Z] #19 ... [2020-09-20T19:18:29.520Z] [2020-09-20T19:18:29.520Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:18:29.520Z] #52 132.3 + bin/containerd [2020-09-20T19:18:29.520Z] #52 ... [2020-09-20T19:18:29.520Z] [2020-09-20T19:18:29.520Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:18:29.520Z] #39 101.8 CC criu/netfilter.o [2020-09-20T19:18:29.520Z] #39 102.1 CC criu/page-pipe.o [2020-09-20T19:18:29.520Z] #39 102.8 CC criu/page-xfer.o [2020-09-20T19:18:29.520Z] #39 104.2 CC criu/pagemap-cache.o [2020-09-20T19:18:29.525Z] #17 58.62 Setting up python3-setuptools (40.8.0-1) ... [2020-09-20T19:18:29.783Z] #39 104.5 CC criu/pagemap.o [2020-09-20T19:18:30.047Z] #39 ... [2020-09-20T19:18:30.047Z] [2020-09-20T19:18:30.047Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-20T19:18:30.047Z] #19 DONE 14.0s [2020-09-20T19:18:30.047Z] [2020-09-20T19:18:30.047Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:18:30.047Z] #21 187.3 + return [2020-09-20T19:18:30.047Z] #21 DONE 189.5s [2020-09-20T19:18:30.310Z] [2020-09-20T19:18:30.311Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:18:30.311Z] #45 ... [2020-09-20T19:18:30.311Z] [2020-09-20T19:18:30.311Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:18:30.311Z] #39 105.2 CC criu/parasite-syscall.o [2020-09-20T19:18:30.477Z] ok github.com/docker/docker/distribution/metadata 0.022s coverage: 48.2% of statements [2020-09-20T19:18:30.635Z] #19 ... [2020-09-20T19:18:30.635Z] [2020-09-20T19:18:30.635Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:18:30.635Z] #39 110.2 CC criu/filesystems.o [2020-09-20T19:18:30.635Z] #39 110.8 CC criu/fsnotify.o [2020-09-20T19:18:30.635Z] #39 111.9 CC criu/image-desc.o [2020-09-20T19:18:30.635Z] #39 112.0 CC criu/image.o [2020-09-20T19:18:30.635Z] #39 112.6 CC criu/ipc_ns.o [2020-09-20T19:18:30.635Z] #39 113.7 CC criu/irmap.o [2020-09-20T19:18:30.635Z] #39 114.4 CC criu/kcmp-ids.o [2020-09-20T19:18:30.635Z] #39 114.7 CC criu/kerndat.o [2020-09-20T19:18:30.635Z] #39 115.7 CC criu/libnetlink.o [2020-09-20T19:18:30.635Z] #39 116.0 CC criu/log.o [2020-09-20T19:18:30.635Z] #39 116.6 CC criu/lsm.o [2020-09-20T19:18:30.635Z] #39 117.0 CC criu/mem.o [2020-09-20T19:18:30.635Z] #39 119.1 CC criu/memfd.o [2020-09-20T19:18:30.635Z] #39 119.9 CC criu/mount.o [2020-09-20T19:18:30.635Z] #39 ... [2020-09-20T19:18:30.635Z] [2020-09-20T19:18:30.635Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:18:30.635Z] #45 195.1 + cd /tmp/tmp.D1231a08BH/src/github.com/golangci/golangci-lint/ [2020-09-20T19:18:30.635Z] #45 195.1 + git checkout -q v1.23.8 [2020-09-20T19:18:30.635Z] #45 195.9 ++ git describe --tags [2020-09-20T19:18:30.635Z] #45 195.9 + version=v1.23.8 [2020-09-20T19:18:30.635Z] #45 195.9 ++ git rev-parse --short HEAD [2020-09-20T19:18:30.635Z] #45 195.9 + commit=76a82c6 [2020-09-20T19:18:30.635Z] #45 195.9 ++ git show -s --format=%cd [2020-09-20T19:18:30.635Z] #45 195.9 + commitDate='Wed Mar 4 06:43:41 2020 +0300' [2020-09-20T19:18:30.635Z] #45 196.0 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.23.8" -X "main.commit=76a82c6" -X "main.date=Wed Mar 4 06:43:41 2020 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2020-09-20T19:18:30.768Z] ok github.com/docker/docker/distribution 0.417s coverage: 21.9% of statements [2020-09-20T19:18:30.768Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-09-20T19:18:30.893Z] #17 59.79 Setting up python3-pip (18.1-5) ... [2020-09-20T19:18:31.259Z] #39 105.9 CC criu/path.o [2020-09-20T19:18:31.259Z] #39 106.1 CC criu/pie-util-vdso.o [2020-09-20T19:18:31.459Z] #17 ... [2020-09-20T19:18:31.459Z] [2020-09-20T19:18:31.459Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-20T19:18:31.459Z] #36 193.6 + dpkg --print-architecture [2020-09-20T19:18:31.459Z] #36 193.6 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-09-20T19:18:31.521Z] #39 106.4 CC criu/pie-util.o [2020-09-20T19:18:31.718Z] #36 193.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-09-20T19:18:31.719Z] #36 193.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-09-20T19:18:31.719Z] #36 ... [2020-09-20T19:18:31.719Z] [2020-09-20T19:18:31.719Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:18:31.719Z] #39 108.2 CC criu/external.o [2020-09-20T19:18:31.719Z] #39 108.6 CC criu/fault-injection.o [2020-09-20T19:18:31.719Z] #39 108.7 CC criu/fdstore.o [2020-09-20T19:18:31.719Z] #39 109.0 CC criu/fifo.o [2020-09-20T19:18:31.719Z] #39 109.3 CC criu/file-ids.o [2020-09-20T19:18:31.719Z] #39 109.7 CC criu/file-lock.o [2020-09-20T19:18:31.719Z] #39 110.6 CC criu/files-ext.o [2020-09-20T19:18:31.719Z] #39 110.9 CC criu/files-reg.o [2020-09-20T19:18:31.719Z] #39 112.9 CC criu/files.o [2020-09-20T19:18:31.719Z] #39 114.7 CC criu/filesystems.o [2020-09-20T19:18:31.719Z] #39 115.4 CC criu/fsnotify.o [2020-09-20T19:18:31.719Z] #39 116.6 CC criu/image-desc.o [2020-09-20T19:18:31.719Z] #39 116.7 CC criu/image.o [2020-09-20T19:18:31.719Z] #39 117.5 CC criu/ipc_ns.o [2020-09-20T19:18:31.719Z] #39 ... [2020-09-20T19:18:31.719Z] [2020-09-20T19:18:31.719Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-20T19:18:31.719Z] #17 60.74 Processing triggers for libc-bin (2.28-10) ... [2020-09-20T19:18:31.719Z] #17 60.78 Processing triggers for mime-support (3.62) ... [2020-09-20T19:18:31.785Z] #39 106.6 CC criu/pipes.o [2020-09-20T19:18:31.802Z] ok github.com/docker/docker/errdefs 0.004s coverage: 49.4% of statements [2020-09-20T19:18:32.361Z] #39 107.2 CC criu/plugin.o [2020-09-20T19:18:32.433Z] ok github.com/docker/docker/image 0.012s coverage: 86.4% of statements [2020-09-20T19:18:32.624Z] #39 107.5 CC criu/proc_parse.o [2020-09-20T19:18:32.652Z] #17 DONE 61.6s [2020-09-20T19:18:32.652Z] [2020-09-20T19:18:32.652Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:18:32.652Z] #39 118.8 CC criu/irmap.o [2020-09-20T19:18:32.789Z] #64 exporting layers 6.4s done [2020-09-20T19:18:32.789Z] #64 writing image sha256:5bca550165c6c9d2d8ce34383ca3ea7f885103f68c14164a8b58ebad97394b62 done [2020-09-20T19:18:32.789Z] #64 naming to docker.io/library/docker:98f1115e882dad3fbc3cbaca9ebc0e201c1a527f done [2020-09-20T19:18:32.789Z] #64 DONE 6.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2020-09-20T19:18:32.909Z] #39 119.6 CC criu/kcmp-ids.o [2020-09-20T19:18:33.065Z] ok github.com/docker/docker/image/cache 0.005s coverage: 19.2% of statements [2020-09-20T19:18:33.124Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-38469/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-38469/.git:/go/src/github.com/docker/docker/.git --name docker-pr32 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=98f1115e882dad3fbc3cbaca9ebc0e201c1a527f -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:98f1115e882dad3fbc3cbaca9ebc0e201c1a527f hack/validate/default [2020-09-20T19:18:33.201Z] #39 ... [2020-09-20T19:18:33.201Z] [2020-09-20T19:18:33.201Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-09-20T19:18:33.201Z] #22 DONE 1.2s [2020-09-20T19:18:33.357Z] ok github.com/docker/docker/distribution/xfer 1.866s coverage: 85.1% of statements [2020-09-20T19:18:33.357Z] ? github.com/docker/docker/dockerversion [no test files] [2020-09-20T19:18:33.357Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-09-20T19:18:33.464Z] [2020-09-20T19:18:33.464Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-09-20T19:18:33.471Z] #39 120.1 CC criu/kerndat.o [2020-09-20T19:18:33.648Z] ok github.com/docker/docker/image/v1 0.006s coverage: 25.0% of statements [2020-09-20T19:18:33.648Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-09-20T19:18:33.693Z] Congratulations! All commits are properly signed with the DCO! [2020-09-20T19:18:33.693Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2020-09-20T19:18:33.693Z] No api/types/ or api/swagger.yaml changes in diff. [2020-09-20T19:18:33.693Z] Congratulations! All TOML source files changed here have valid syntax. [2020-09-20T19:18:33.693Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2020-09-20T19:18:33.693Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2020-09-20T19:18:33.693Z] Congratulations! No new tests were added to integration-cli. [2020-09-20T19:18:33.693Z] [2020-09-20T19:18:33.693Z] INFO Start validation with golang-ci-lint [2020-09-20T19:18:33.726Z] #39 ... [2020-09-20T19:18:33.726Z] [2020-09-20T19:18:33.726Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-09-20T19:18:33.726Z] #18 0.986 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-09-20T19:18:33.726Z] #18 1.000 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-09-20T19:18:33.726Z] #18 1.004 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-09-20T19:18:33.726Z] #18 DONE 1.1s [2020-09-20T19:18:33.726Z] [2020-09-20T19:18:33.726Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-20T19:18:33.828Z] #40 156.6 CC criu/netfilter.o [2020-09-20T19:18:33.829Z] #40 156.9 CC criu/page-pipe.o [2020-09-20T19:18:33.940Z] ok github.com/docker/docker/libcontainerd/queue 0.021s coverage: 100.0% of statements [2020-09-20T19:18:33.952Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2020-09-20T19:18:33.952Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-09-20T19:18:33.952Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-09-20T19:18:34.129Z] #40 157.6 CC criu/page-xfer.o [2020-09-20T19:18:35.445Z] ok github.com/docker/docker/opts 0.018s coverage: 67.1% of statements [2020-09-20T19:18:35.446Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2020-09-20T19:18:35.669Z] #40 ... [2020-09-20T19:18:35.669Z] [2020-09-20T19:18:35.669Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-20T19:18:35.669Z] #37 226.6 + dpkg --print-architecture [2020-09-20T19:18:35.669Z] #37 226.6 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-09-20T19:18:35.967Z] #37 226.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-09-20T19:18:35.967Z] #37 226.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-09-20T19:18:36.952Z] ok github.com/docker/docker/pkg/archive 0.487s coverage: 76.9% of statements [2020-09-20T19:18:37.986Z] ok github.com/docker/docker/pkg/authorization 0.308s coverage: 68.3% of statements [2020-09-20T19:18:37.986Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2020-09-20T19:18:37.986Z] ok github.com/docker/docker/pkg/capabilities 0.001s coverage: 87.5% of statements [2020-09-20T19:18:38.777Z] #26 ... [2020-09-20T19:18:38.777Z] [2020-09-20T19:18:38.777Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:18:38.777Z] #39 109.6 CC criu/protobuf-desc.o [2020-09-20T19:18:38.777Z] #39 110.4 CC criu/protobuf.o [2020-09-20T19:18:38.777Z] #39 110.8 CC criu/pstree.o [2020-09-20T19:18:38.777Z] #39 111.7 CC criu/rbtree.o [2020-09-20T19:18:38.777Z] #39 112.0 CC criu/rst-malloc.o [2020-09-20T19:18:38.777Z] #39 112.4 CC criu/seccomp.o [2020-09-20T19:18:38.777Z] #39 112.9 CC criu/seize.o [2020-09-20T19:18:38.981Z] #19 5.135 Collecting yamllint==1.16.0 [2020-09-20T19:18:38.981Z] #19 ... [2020-09-20T19:18:38.981Z] [2020-09-20T19:18:38.981Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:18:38.981Z] #45 198.6 + cd /tmp/tmp.RJ13rRetkc/src/github.com/golangci/golangci-lint/ [2020-09-20T19:18:38.981Z] #45 198.6 + git checkout -q v1.23.8 [2020-09-20T19:18:38.981Z] #45 199.4 ++ git describe --tags [2020-09-20T19:18:38.981Z] #45 199.4 + version=v1.23.8 [2020-09-20T19:18:38.981Z] #45 199.4 ++ git rev-parse --short HEAD [2020-09-20T19:18:38.981Z] #45 199.4 + commit=76a82c6 [2020-09-20T19:18:38.981Z] #45 199.4 ++ git show -s --format=%cd [2020-09-20T19:18:38.981Z] #45 199.4 + commitDate='Wed Mar 4 06:43:41 2020 +0300' [2020-09-20T19:18:38.981Z] #45 199.4 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.23.8" -X "main.commit=76a82c6" -X "main.date=Wed Mar 4 06:43:41 2020 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2020-09-20T19:18:39.040Z] #39 113.7 CC criu/servicefd.o [2020-09-20T19:18:39.304Z] #39 114.2 CC criu/shmem.o [2020-09-20T19:18:40.256Z] #39 115.0 CC criu/sigframe.o [2020-09-20T19:18:40.256Z] #39 115.2 CC criu/signalfd.o [2020-09-20T19:18:40.636Z] #45 ... [2020-09-20T19:18:40.636Z] [2020-09-20T19:18:40.636Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-20T19:18:40.636Z] #19 4.948 Collecting yamllint==1.16.0 [2020-09-20T19:18:40.636Z] #19 10.27 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-09-20T19:18:40.636Z] #19 10.37 Collecting pyyaml (from yamllint==1.16.0) [2020-09-20T19:18:40.636Z] #19 10.52 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-09-20T19:18:40.636Z] #19 11.96 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-09-20T19:18:40.636Z] #19 12.00 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-09-20T19:18:40.636Z] #19 12.04 Building wheels for collected packages: pyyaml [2020-09-20T19:18:40.636Z] #19 12.04 Running setup.py bdist_wheel for pyyaml: started [2020-09-20T19:18:40.636Z] #19 13.13 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-09-20T19:18:40.636Z] #19 13.13 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-09-20T19:18:40.636Z] #19 13.24 Successfully built pyyaml [2020-09-20T19:18:40.636Z] #19 13.26 Installing collected packages: pyyaml, pathspec, yamllint [2020-09-20T19:18:40.833Z] #39 115.5 CC criu/sk-inet.o [2020-09-20T19:18:40.898Z] #19 13.59 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-09-20T19:18:41.160Z] #19 DONE 14.0s [2020-09-20T19:18:41.160Z] [2020-09-20T19:18:41.160Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:18:41.160Z] #39 123.9 CC criu/namespaces.o [2020-09-20T19:18:41.160Z] #39 125.6 CC criu/net.o [2020-09-20T19:18:41.160Z] #39 128.7 CC criu/netfilter.o [2020-09-20T19:18:41.160Z] #39 129.2 CC criu/page-pipe.o [2020-09-20T19:18:41.160Z] #39 129.9 CC criu/page-xfer.o [2020-09-20T19:18:41.421Z] #39 ... [2020-09-20T19:18:41.421Z] [2020-09-20T19:18:41.421Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-09-20T19:18:41.421Z] #22 DONE 0.1s [2020-09-20T19:18:41.421Z] [2020-09-20T19:18:41.421Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-09-20T19:18:41.783Z] #39 116.5 CC criu/sk-netlink.o [2020-09-20T19:18:41.783Z] #39 116.8 CC criu/sk-packet.o [2020-09-20T19:18:42.363Z] #26 DONE 0.9s [2020-09-20T19:18:42.363Z] [2020-09-20T19:18:42.363Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:18:42.363Z] #39 131.6 CC criu/pagemap-cache.o [2020-09-20T19:18:42.363Z] #39 132.1 CC criu/pagemap.o [2020-09-20T19:18:42.363Z] #39 ... [2020-09-20T19:18:42.363Z] [2020-09-20T19:18:42.363Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-09-20T19:18:42.363Z] #29 DONE 0.1s [2020-09-20T19:18:42.363Z] [2020-09-20T19:18:42.363Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-09-20T19:18:42.363Z] #31 DONE 0.0s [2020-09-20T19:18:42.363Z] [2020-09-20T19:18:42.363Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-09-20T19:18:42.363Z] #34 DONE 0.0s [2020-09-20T19:18:42.363Z] [2020-09-20T19:18:42.363Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:18:42.438Z] ok github.com/docker/docker/pkg/chrootarchive 3.475s coverage: 43.2% of statements [2020-09-20T19:18:42.438Z] ok github.com/docker/docker/layer 7.157s coverage: 68.8% of statements [2020-09-20T19:18:42.438Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-09-20T19:18:42.438Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-09-20T19:18:42.438Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-09-20T19:18:42.438Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-09-20T19:18:42.438Z] ? github.com/docker/docker/oci [no test files] [2020-09-20T19:18:42.438Z] ? github.com/docker/docker/oci/caps [no test files] [2020-09-20T19:18:42.438Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-09-20T19:18:42.438Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-09-20T19:18:42.438Z] ok github.com/docker/docker/pkg/directory 0.009s coverage: 80.0% of statements [2020-09-20T19:18:42.729Z] ok github.com/docker/docker/pkg/discovery 0.002s coverage: 58.3% of statements [2020-09-20T19:18:42.729Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 92.9% of statements [2020-09-20T19:18:42.733Z] #39 117.5 CC criu/sk-queue.o [2020-09-20T19:18:42.934Z] #52 ... [2020-09-20T19:18:42.934Z] [2020-09-20T19:18:42.934Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:18:42.934Z] #39 133.0 CC criu/parasite-syscall.o [2020-09-20T19:18:42.966Z] #37 ... [2020-09-20T19:18:42.966Z] [2020-09-20T19:18:42.966Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:18:42.966Z] #50 121.6 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-09-20T19:18:42.966Z] #50 124.5 + mkdir -p /build [2020-09-20T19:18:42.966Z] #50 124.5 + cp runc /build/runc [2020-09-20T19:18:42.966Z] #50 DONE 124.6s [2020-09-20T19:18:42.966Z] [2020-09-20T19:18:42.966Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:18:42.966Z] #46 234.2 + cd /tmp/tmp.RnjJ7aGXlq/src/github.com/golangci/golangci-lint/ [2020-09-20T19:18:42.997Z] #39 118.0 CC criu/sk-tcp.o [2020-09-20T19:18:43.260Z] #39 ... [2020-09-20T19:18:43.260Z] [2020-09-20T19:18:43.260Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-09-20T19:18:43.260Z] #26 DONE 10.2s [2020-09-20T19:18:43.267Z] #46 234.2 + git checkout -q v1.23.8 [2020-09-20T19:18:43.366Z] ok github.com/docker/docker/pkg/discovery/memory 0.012s coverage: 92.3% of statements [2020-09-20T19:18:43.524Z] [2020-09-20T19:18:43.524Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:18:43.524Z] #39 118.4 CC criu/sk-unix.o [2020-09-20T19:18:43.657Z] ok github.com/docker/docker/pkg/discovery/nodes 0.012s coverage: 93.8% of statements [2020-09-20T19:18:43.948Z] ok github.com/docker/docker/pkg/dmesg 0.021s coverage: 83.3% of statements [2020-09-20T19:18:44.235Z] #45 ... [2020-09-20T19:18:44.235Z] [2020-09-20T19:18:44.235Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-20T19:18:44.235Z] #19 10.53 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-09-20T19:18:44.235Z] #19 10.63 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-09-20T19:18:44.235Z] #19 10.67 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-09-20T19:18:44.333Z] #46 235.4 ++ git describe --tags [2020-09-20T19:18:44.333Z] #46 235.4 + version=v1.23.8 [2020-09-20T19:18:44.333Z] #46 235.4 ++ git rev-parse --short HEAD [2020-09-20T19:18:44.333Z] #46 235.4 + commit=76a82c6 [2020-09-20T19:18:44.333Z] #46 235.4 ++ git show -s --format=%cd [2020-09-20T19:18:44.333Z] #46 235.4 + commitDate='Wed Mar 4 06:43:41 2020 +0300' [2020-09-20T19:18:44.333Z] #46 235.4 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.23.8" -X "main.commit=76a82c6" -X "main.date=Wed Mar 4 06:43:41 2020 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2020-09-20T19:18:44.373Z] #39 134.0 CC criu/path.o [2020-09-20T19:18:44.374Z] #39 134.3 CC criu/pie-util-vdso-elf32.o [2020-09-20T19:18:44.475Z] #39 ... [2020-09-20T19:18:44.475Z] [2020-09-20T19:18:44.475Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-09-20T19:18:44.475Z] #29 DONE 0.9s [2020-09-20T19:18:44.475Z] [2020-09-20T19:18:44.475Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-09-20T19:18:44.475Z] #31 DONE 0.1s [2020-09-20T19:18:44.475Z] [2020-09-20T19:18:44.475Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-09-20T19:18:44.492Z] #19 10.73 Collecting pyyaml (from yamllint==1.16.0) [2020-09-20T19:18:44.492Z] #19 10.88 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-09-20T19:18:44.738Z] #34 DONE 0.1s [2020-09-20T19:18:44.738Z] [2020-09-20T19:18:44.738Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-09-20T19:18:44.949Z] #39 134.8 CC criu/pie-util-vdso.o [2020-09-20T19:18:44.981Z] ok github.com/docker/docker/pkg/filenotify 0.602s coverage: 67.0% of statements [2020-09-20T19:18:45.054Z] #19 ... [2020-09-20T19:18:45.054Z] [2020-09-20T19:18:45.054Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:18:45.054Z] #39 121.5 CC criu/libnetlink.o [2020-09-20T19:18:45.054Z] #39 121.9 CC criu/log.o [2020-09-20T19:18:45.054Z] #39 122.5 CC criu/lsm.o [2020-09-20T19:18:45.054Z] #39 122.9 CC criu/mem.o [2020-09-20T19:18:45.054Z] #39 124.7 CC criu/memfd.o [2020-09-20T19:18:45.054Z] #39 125.4 CC criu/mount.o [2020-09-20T19:18:45.054Z] #39 128.9 CC criu/namespaces.o [2020-09-20T19:18:45.054Z] #39 130.7 CC criu/net.o [2020-09-20T19:18:45.522Z] #39 135.3 CC criu/pie-util.o [2020-09-20T19:18:45.688Z] #37 DONE 0.9s [2020-09-20T19:18:45.688Z] [2020-09-20T19:18:45.688Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:18:45.688Z] #39 120.1 CC criu/sockets.o [2020-09-20T19:18:45.783Z] #39 135.5 CC criu/pipes.o [2020-09-20T19:18:45.952Z] #39 120.8 CC criu/stats.o [2020-09-20T19:18:45.983Z] #39 ... [2020-09-20T19:18:45.983Z] [2020-09-20T19:18:45.983Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-20T19:18:45.983Z] #19 12.39 Building wheels for collected packages: pyyaml [2020-09-20T19:18:45.983Z] #19 12.40 Running setup.py bdist_wheel for pyyaml: started [2020-09-20T19:18:46.055Z] ok github.com/docker/docker/pkg/fileutils 0.036s coverage: 89.5% of statements [2020-09-20T19:18:46.218Z] #39 121.2 CC criu/string.o [2020-09-20T19:18:46.218Z] #39 121.2 CC criu/sysctl.o [2020-09-20T19:18:46.354Z] #39 136.2 CC criu/plugin.o [2020-09-20T19:18:46.444Z] #46 ... [2020-09-20T19:18:46.444Z] [2020-09-20T19:18:46.444Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:18:46.444Z] #40 159.4 CC criu/pagemap-cache.o [2020-09-20T19:18:46.444Z] #40 159.8 CC criu/pagemap.o [2020-09-20T19:18:46.444Z] #40 160.8 CC criu/parasite-syscall.o [2020-09-20T19:18:46.444Z] #40 161.9 CC criu/path.o [2020-09-20T19:18:46.444Z] #40 162.1 CC criu/pie-util-vdso.o [2020-09-20T19:18:46.444Z] #40 162.6 CC criu/pie-util.o [2020-09-20T19:18:46.444Z] #40 162.9 CC criu/pipes.o [2020-09-20T19:18:46.444Z] #40 163.9 CC criu/plugin.o [2020-09-20T19:18:46.444Z] #40 164.5 CC criu/proc_parse.o [2020-09-20T19:18:46.444Z] #40 169.3 CC criu/protobuf-desc.o [2020-09-20T19:18:46.615Z] #39 136.5 CC criu/proc_parse.o [2020-09-20T19:18:46.687Z] ok github.com/docker/docker/pkg/discovery/kv 3.074s coverage: 84.1% of statements [2020-09-20T19:18:46.687Z] ok github.com/docker/docker/pkg/fsutils 0.392s coverage: 85.1% of statements [2020-09-20T19:18:46.687Z] ok github.com/docker/docker/pkg/homedir 0.004s coverage: 11.4% of statements [2020-09-20T19:18:46.742Z] #40 170.2 CC criu/protobuf.o [2020-09-20T19:18:46.795Z] #39 121.7 CC criu/sysfs_parse.o [2020-09-20T19:18:47.350Z] #19 13.44 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-09-20T19:18:47.350Z] #19 13.44 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-09-20T19:18:47.350Z] #19 13.53 Successfully built pyyaml [2020-09-20T19:18:47.350Z] #19 13.56 Installing collected packages: pathspec, pyyaml, yamllint [2020-09-20T19:18:47.372Z] #39 122.1 CC criu/timens.o [2020-09-20T19:18:47.372Z] #39 122.4 CC criu/timerfd.o [2020-09-20T19:18:47.421Z] #40 170.7 CC criu/pstree.o [2020-09-20T19:18:47.608Z] #19 13.90 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-09-20T19:18:47.721Z] ok github.com/docker/docker/pkg/idtools 0.313s coverage: 70.1% of statements [2020-09-20T19:18:47.721Z] ok github.com/docker/docker/pkg/ioutils 0.319s coverage: 70.6% of statements [2020-09-20T19:18:47.948Z] #39 122.7 CC criu/tty.o [2020-09-20T19:18:48.004Z] #39 ... [2020-09-20T19:18:48.004Z] [2020-09-20T19:18:48.004Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:18:48.004Z] #49 87.98 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-09-20T19:18:48.004Z] #49 89.99 + mkdir -p /build [2020-09-20T19:18:48.004Z] #49 89.99 + cp runc /build/runc [2020-09-20T19:18:48.004Z] #49 DONE 90.2s [2020-09-20T19:18:48.004Z] [2020-09-20T19:18:48.004Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:18:48.012Z] ok github.com/docker/docker/pkg/jsonmessage 0.008s coverage: 91.7% of statements [2020-09-20T19:18:48.012Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-09-20T19:18:48.012Z] ok github.com/docker/docker/pkg/longpath 0.004s coverage: 100.0% of statements [2020-09-20T19:18:48.012Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-09-20T19:18:48.012Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-09-20T19:18:48.012Z] ok github.com/docker/docker/pkg/namesgenerator 0.001s coverage: 85.7% of statements [2020-09-20T19:18:48.012Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-09-20T19:18:48.179Z] #19 DONE 14.4s [2020-09-20T19:18:48.179Z] [2020-09-20T19:18:48.179Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-09-20T19:18:48.303Z] ok github.com/docker/docker/pkg/parsers 0.001s coverage: 97.0% of statements [2020-09-20T19:18:48.303Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements [2020-09-20T19:18:48.435Z] #22 DONE 0.3s [2020-09-20T19:18:48.435Z] [2020-09-20T19:18:48.435Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-09-20T19:18:48.507Z] #40 172.0 CC criu/rbtree.o [2020-09-20T19:18:48.934Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 86.7% of statements [2020-09-20T19:18:48.934Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2020-09-20T19:18:48.934Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-09-20T19:18:48.934Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-09-20T19:18:49.164Z] #40 172.4 CC criu/rst-malloc.o [2020-09-20T19:18:49.164Z] #40 172.7 CC criu/seccomp.o [2020-09-20T19:18:49.225Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.004s coverage: 56.8% of statements [2020-09-20T19:18:49.384Z] #52 ... [2020-09-20T19:18:49.384Z] [2020-09-20T19:18:49.384Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:18:49.384Z] #39 139.2 CC criu/protobuf-desc.o [2020-09-20T19:18:49.872Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2020-09-20T19:18:49.874Z] #39 124.5 CC criu/tun.o [2020-09-20T19:18:50.138Z] #39 125.0 CC criu/uffd.o [2020-09-20T19:18:50.176Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2020-09-20T19:18:50.222Z] #40 173.5 CC criu/seize.o [2020-09-20T19:18:50.325Z] #39 140.1 CC criu/protobuf.o [2020-09-20T19:18:50.468Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2020-09-20T19:18:50.586Z] #39 140.4 CC criu/pstree.o [2020-09-20T19:18:51.089Z] #39 126.1 CC criu/util.o [2020-09-20T19:18:51.281Z] #40 174.7 CC criu/servicefd.o [2020-09-20T19:18:51.501Z] ok github.com/docker/docker/pkg/pubsub 1.018s coverage: 73.9% of statements [2020-09-20T19:18:51.527Z] #39 141.2 CC criu/rbtree.o [2020-09-20T19:18:51.527Z] #39 141.5 CC criu/rst-malloc.o [2020-09-20T19:18:51.710Z] #26 DONE 3.5s [2020-09-20T19:18:51.710Z] [2020-09-20T19:18:51.710Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-09-20T19:18:51.788Z] #39 141.7 CC criu/seccomp.o [2020-09-20T19:18:51.792Z] ok github.com/docker/docker/pkg/reexec 0.003s coverage: 82.4% of statements [2020-09-20T19:18:51.929Z] #40 175.3 CC criu/shmem.o [2020-09-20T19:18:51.967Z] #29 DONE 0.3s [2020-09-20T19:18:51.967Z] [2020-09-20T19:18:51.967Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:18:51.967Z] #49 87.61 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-09-20T19:18:52.225Z] #49 ... [2020-09-20T19:18:52.225Z] [2020-09-20T19:18:52.225Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-09-20T19:18:52.225Z] #31 DONE 0.0s [2020-09-20T19:18:52.225Z] [2020-09-20T19:18:52.225Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-09-20T19:18:52.225Z] #34 DONE 0.1s [2020-09-20T19:18:52.225Z] [2020-09-20T19:18:52.225Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:18:52.225Z] #39 134.3 CC criu/netfilter.o [2020-09-20T19:18:52.225Z] #39 134.8 CC criu/page-pipe.o [2020-09-20T19:18:52.225Z] #39 135.6 CC criu/page-xfer.o [2020-09-20T19:18:52.225Z] #39 136.7 CC criu/pagemap-cache.o [2020-09-20T19:18:52.225Z] #39 137.1 CC criu/pagemap.o [2020-09-20T19:18:52.225Z] #39 138.0 CC criu/parasite-syscall.o [2020-09-20T19:18:52.225Z] #39 138.8 CC criu/path.o [2020-09-20T19:18:52.359Z] #39 ... [2020-09-20T19:18:52.359Z] [2020-09-20T19:18:52.359Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-20T19:18:52.359Z] #36 DONE 218.2s [2020-09-20T19:18:52.482Z] #39 139.1 CC criu/pie-util-vdso-elf32.o [2020-09-20T19:18:52.485Z] #39 127.3 CC criu/uts_ns.o [2020-09-20T19:18:52.620Z] [2020-09-20T19:18:52.620Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:18:52.620Z] #39 142.4 CC criu/seize.o [2020-09-20T19:18:52.749Z] #39 127.5 CC criu/vdso.o [2020-09-20T19:18:52.987Z] #40 176.4 CC criu/sigframe.o [2020-09-20T19:18:52.987Z] #40 176.5 CC criu/signalfd.o [2020-09-20T19:18:53.013Z] #39 128.0 LINK criu/built-in.o [2020-09-20T19:18:53.045Z] #39 139.5 CC criu/pie-util-vdso.o [2020-09-20T19:18:53.276Z] #39 128.1 LINK criu/criu [2020-09-20T19:18:53.302Z] #39 140.0 CC criu/pie-util.o [2020-09-20T19:18:53.541Z] #39 128.5 DEP lib/c/criu.d [2020-09-20T19:18:53.541Z] #39 128.6 CC images/rpc.pb-c.o [2020-09-20T19:18:53.559Z] #39 140.1 CC criu/pipes.o [2020-09-20T19:18:53.565Z] #39 143.3 CC criu/servicefd.o [2020-09-20T19:18:53.659Z] #40 176.8 CC criu/sk-inet.o [2020-09-20T19:18:53.816Z] #39 ... [2020-09-20T19:18:53.816Z] [2020-09-20T19:18:53.816Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-20T19:18:53.816Z] #49 89.87 + mkdir -p /build [2020-09-20T19:18:53.825Z] #39 143.7 CC criu/shmem.o [2020-09-20T19:18:54.073Z] #49 89.87 + cp runc /build/runc [2020-09-20T19:18:54.085Z] #39 ... [2020-09-20T19:18:54.085Z] [2020-09-20T19:18:54.085Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-09-20T19:18:54.085Z] #37 DONE 0.1s [2020-09-20T19:18:54.329Z] #49 DONE 90.2s [2020-09-20T19:18:54.329Z] [2020-09-20T19:18:54.329Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:18:54.329Z] #39 140.8 CC criu/plugin.o [2020-09-20T19:18:54.345Z] [2020-09-20T19:18:54.345Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:18:54.492Z] #39 129.2 CC lib/c/criu.o [2020-09-20T19:18:54.518Z] ok github.com/docker/docker/pkg/signal 2.377s coverage: 61.0% of statements [2020-09-20T19:18:54.606Z] #52 ... [2020-09-20T19:18:54.606Z] [2020-09-20T19:18:54.606Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:18:54.606Z] #39 144.5 CC criu/sigframe.o [2020-09-20T19:18:54.606Z] #39 144.6 CC criu/signalfd.o [2020-09-20T19:18:54.718Z] #40 178.0 CC criu/sk-netlink.o [2020-09-20T19:18:54.810Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2020-09-20T19:18:54.867Z] #39 144.8 CC criu/sk-inet.o [2020-09-20T19:18:54.892Z] #39 141.4 CC criu/proc_parse.o [2020-09-20T19:18:55.022Z] #40 178.4 CC criu/sk-packet.o [2020-09-20T19:18:55.100Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2020-09-20T19:18:55.391Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2020-09-20T19:18:55.443Z] #39 130.3 LINK lib/c/built-in.o [2020-09-20T19:18:55.443Z] #39 130.3 LINK lib/c/libcriu.so [2020-09-20T19:18:55.443Z] #39 130.3 LINK lib/c/libcriu.a [2020-09-20T19:18:55.678Z] #40 179.2 CC criu/sk-queue.o [2020-09-20T19:18:55.682Z] ok github.com/docker/docker/pkg/symlink 0.005s coverage: 87.7% of statements [2020-09-20T19:18:55.707Z] #39 130.5 GEN magic.py [2020-09-20T19:18:55.808Z] #39 145.4 CC criu/sk-netlink.o [2020-09-20T19:18:55.808Z] #39 145.7 CC criu/sk-packet.o [2020-09-20T19:18:55.970Z] #39 130.7 Note: Building without setproctitle() and strlcpy() support. [2020-09-20T19:18:55.970Z] #39 130.7 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-09-20T19:18:55.970Z] #39 130.7 Note: Building without GnuTLS support [2020-09-20T19:18:55.970Z] #39 130.7 Makefile.config:39: Warn: you have no libnftables installed [2020-09-20T19:18:55.970Z] #39 130.7 Makefile.config:40: Warn: Building without nftables support [2020-09-20T19:18:56.069Z] #39 146.1 CC criu/sk-queue.o [2020-09-20T19:18:56.314Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 54.2% of statements [2020-09-20T19:18:56.327Z] #40 179.7 CC criu/sk-tcp.o [2020-09-20T19:18:56.548Z] #39 131.3 fatal: not a git repository (or any of the parent directories): .git [2020-09-20T19:18:56.606Z] ok github.com/docker/docker/pkg/system 0.050s coverage: 36.9% of statements [2020-09-20T19:18:56.640Z] #39 146.3 CC criu/sk-tcp.o [2020-09-20T19:18:56.898Z] ok github.com/docker/docker/pkg/tailfile 0.034s coverage: 88.6% of statements [2020-09-20T19:18:56.901Z] #39 146.6 CC criu/sk-unix.o [2020-09-20T19:18:57.013Z] #40 180.4 CC criu/sk-unix.o [2020-09-20T19:18:57.411Z] #39 144.1 CC criu/protobuf-desc.o [2020-09-20T19:18:57.499Z] #39 132.1 make[1]: Nothing to be done for 'all'. [2020-09-20T19:18:57.530Z] ok github.com/docker/docker/pkg/tarsum 0.039s coverage: 89.3% of statements [2020-09-20T19:18:57.530Z] testing: warning: no tests to run [2020-09-20T19:18:57.530Z] coverage: [no statements] [2020-09-20T19:18:57.530Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-09-20T19:18:57.821Z] ok github.com/docker/docker/pkg/truncindex 0.101s coverage: 91.5% of statements [2020-09-20T19:18:58.078Z] #39 133.1 make[1]: 'images/built-in.o' is up to date. [2020-09-20T19:18:58.112Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-09-20T19:18:58.112Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-09-20T19:18:58.286Z] #39 147.8 CC criu/sockets.o [2020-09-20T19:18:58.286Z] #39 148.3 CC criu/stats.o [2020-09-20T19:18:58.340Z] #39 ... [2020-09-20T19:18:58.340Z] [2020-09-20T19:18:58.340Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-20T19:18:58.340Z] #36 DONE 220.4s [2020-09-20T19:18:58.340Z] [2020-09-20T19:18:58.340Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:18:58.340Z] #39 144.8 CC criu/protobuf.o [2020-09-20T19:18:58.341Z] #39 133.1 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-09-20T19:18:58.341Z] #39 133.2 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-09-20T19:18:58.341Z] #39 133.3 make[1]: 'compel/libcompel.a' is up to date. [2020-09-20T19:18:58.341Z] #39 133.3 make[1]: 'compel/compel-host-bin' is up to date. [2020-09-20T19:18:58.547Z] #39 148.5 CC criu/string.o [2020-09-20T19:18:58.547Z] #39 148.6 CC criu/sysctl.o [2020-09-20T19:18:58.597Z] #39 145.3 CC criu/pstree.o [2020-09-20T19:18:58.605Z] #39 133.4 make[1]: Nothing to be done for 'all'. [2020-09-20T19:18:58.605Z] #39 133.4 make[1]: 'soccr/libsoccr.a' is up to date. [2020-09-20T19:18:58.868Z] #39 133.7 make[2]: Nothing to be done for 'all'. [2020-09-20T19:18:58.868Z] #39 133.7 make[2]: Nothing to be done for 'all'. [2020-09-20T19:18:58.868Z] #39 133.8 make[2]: Nothing to be done for 'all'. [2020-09-20T19:18:58.868Z] #39 133.9 make[2]: Nothing to be done for 'all'. [2020-09-20T19:18:59.132Z] #39 134.0 make[2]: Nothing to be done for 'all'. [2020-09-20T19:18:59.132Z] #39 134.0 make[2]: Nothing to be done for 'all'. [2020-09-20T19:18:59.132Z] #39 134.1 make[2]: Nothing to be done for 'all'. [2020-09-20T19:18:59.132Z] #39 134.2 make[2]: Nothing to be done for 'all'. [2020-09-20T19:18:59.135Z] #40 182.6 CC criu/sockets.o [2020-09-20T19:18:59.395Z] #39 134.2 INSTALL criu/criu [2020-09-20T19:18:59.490Z] #39 149.1 CC criu/sysfs_parse.o [2020-09-20T19:18:59.490Z] #39 149.3 CC criu/timens.o [2020-09-20T19:18:59.750Z] #39 149.5 CC criu/timerfd.o [2020-09-20T19:18:59.751Z] #39 149.8 CC criu/tty.o [2020-09-20T19:18:59.967Z] #39 ... [2020-09-20T19:18:59.967Z] [2020-09-20T19:18:59.967Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-09-20T19:18:59.967Z] #37 DONE 0.5s [2020-09-20T19:18:59.967Z] [2020-09-20T19:18:59.967Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:18:59.967Z] #39 146.3 CC criu/rbtree.o [2020-09-20T19:18:59.967Z] #39 146.5 CC criu/rst-malloc.o [2020-09-20T19:18:59.967Z] #39 146.6 CC criu/seccomp.o [2020-09-20T19:19:00.178Z] ok github.com/docker/docker/plugin 0.553s coverage: 23.1% of statements [2020-09-20T19:19:00.200Z] #40 183.6 CC criu/stats.o [2020-09-20T19:19:00.347Z] #39 DONE 134.9s [2020-09-20T19:19:00.347Z] [2020-09-20T19:19:00.347Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:19:00.470Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.5% of statements [2020-09-20T19:19:00.530Z] #39 147.1 CC criu/seize.o [2020-09-20T19:19:00.849Z] #40 184.1 CC criu/string.o [2020-09-20T19:19:00.849Z] #40 184.2 CC criu/sysctl.o [2020-09-20T19:19:01.094Z] #39 147.7 CC criu/servicefd.o [2020-09-20T19:19:01.102Z] ok github.com/docker/docker/profiles/seccomp 0.003s coverage: 73.7% of statements [2020-09-20T19:19:01.135Z] #39 151.0 CC criu/tun.o [2020-09-20T19:19:01.351Z] #39 148.0 CC criu/shmem.o [2020-09-20T19:19:01.394Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2020-09-20T19:19:01.396Z] #39 151.3 CC criu/uffd.o [2020-09-20T19:19:01.502Z] #40 184.9 CC criu/sysfs_parse.o [2020-09-20T19:19:01.742Z] #45 ... [2020-09-20T19:19:01.742Z] [2020-09-20T19:19:01.742Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-09-20T19:19:01.742Z] #40 DONE 0.1s [2020-09-20T19:19:01.742Z] [2020-09-20T19:19:01.742Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:19:01.803Z] #40 185.4 CC criu/timens.o [2020-09-20T19:19:01.914Z] #39 148.6 CC criu/sigframe.o [2020-09-20T19:19:02.004Z] #45 ... [2020-09-20T19:19:02.004Z] [2020-09-20T19:19:02.004Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-09-20T19:19:02.171Z] #39 148.7 CC criu/signalfd.o [2020-09-20T19:19:02.267Z] #42 DONE 0.6s [2020-09-20T19:19:02.267Z] [2020-09-20T19:19:02.267Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:19:02.339Z] #39 152.1 CC criu/util.o [2020-09-20T19:19:02.428Z] #39 148.9 CC criu/sk-inet.o [2020-09-20T19:19:02.428Z] ok github.com/docker/docker/registry 0.099s coverage: 56.3% of statements [2020-09-20T19:19:02.463Z] #40 185.7 CC criu/timerfd.o [2020-09-20T19:19:02.530Z] #52 ... [2020-09-20T19:19:02.530Z] [2020-09-20T19:19:02.530Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-09-20T19:19:02.530Z] #44 DONE 0.1s [2020-09-20T19:19:02.530Z] [2020-09-20T19:19:02.530Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:19:02.719Z] ok github.com/docker/docker/registry/resumable 0.013s coverage: 100.0% of statements [2020-09-20T19:19:02.764Z] #40 186.3 CC criu/tty.o [2020-09-20T19:19:02.910Z] #39 152.8 CC criu/uts_ns.o [2020-09-20T19:19:02.991Z] #39 149.6 CC criu/sk-netlink.o [2020-09-20T19:19:03.010Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 50.9% of statements [2020-09-20T19:19:03.171Z] #39 153.0 CC criu/vdso-compat.o [2020-09-20T19:19:03.248Z] #39 149.9 CC criu/sk-packet.o [2020-09-20T19:19:03.432Z] #39 153.2 CC criu/vdso.o [2020-09-20T19:19:03.505Z] #39 150.3 CC criu/sk-queue.o [2020-09-20T19:19:03.642Z] ok github.com/docker/docker/runconfig 0.007s coverage: 66.1% of statements [2020-09-20T19:19:03.826Z] #40 ... [2020-09-20T19:19:03.826Z] [2020-09-20T19:19:03.826Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-20T19:19:03.826Z] #37 DONE 254.9s [2020-09-20T19:19:03.826Z] [2020-09-20T19:19:03.826Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:19:03.935Z] ok github.com/docker/docker/testutil 0.001s coverage: 62.5% of statements [2020-09-20T19:19:04.003Z] #39 153.7 LINK criu/built-in.o [2020-09-20T19:19:04.003Z] #39 153.8 LINK criu/criu [2020-09-20T19:19:04.003Z] #39 154.1 DEP lib/c/criu.d [2020-09-20T19:19:04.068Z] #39 150.6 CC criu/sk-tcp.o [2020-09-20T19:19:04.264Z] #39 154.1 CC images/rpc.pb-c.o [2020-09-20T19:19:04.325Z] #39 151.0 CC criu/sk-unix.o [2020-09-20T19:19:04.525Z] #39 154.5 CC lib/c/criu.o [2020-09-20T19:19:05.477Z] #39 155.2 LINK lib/c/built-in.o [2020-09-20T19:19:05.477Z] #39 155.2 LINK lib/c/libcriu.so [2020-09-20T19:19:05.477Z] #39 155.2 LINK lib/c/libcriu.a [2020-09-20T19:19:05.477Z] #39 155.3 GEN magic.py [2020-09-20T19:19:05.477Z] #39 155.4 Note: Building without setproctitle() and strlcpy() support. [2020-09-20T19:19:05.477Z] #39 155.4 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-09-20T19:19:05.693Z] #39 152.4 CC criu/sockets.o [2020-09-20T19:19:05.738Z] #39 155.5 Note: Building without GnuTLS support [2020-09-20T19:19:05.738Z] #39 155.5 Makefile.config:39: Warn: you have no libnftables installed [2020-09-20T19:19:05.738Z] #39 155.5 Makefile.config:40: Warn: Building without nftables support [2020-09-20T19:19:05.996Z] #22 ... [2020-09-20T19:19:05.996Z] [2020-09-20T19:19:05.996Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-20T19:19:05.996Z] #40 189.4 CC criu/tun.o [2020-09-20T19:19:06.038Z] ok github.com/docker/docker/volume/drivers 0.003s coverage: 36.1% of statements [2020-09-20T19:19:06.309Z] #39 156.1 fatal: not a git repository (or any of the parent directories): .git [2020-09-20T19:19:06.570Z] #39 156.6 make[1]: Nothing to be done for 'all'. [2020-09-20T19:19:06.625Z] #39 153.0 CC criu/stats.o [2020-09-20T19:19:06.625Z] #39 153.2 CC criu/string.o [2020-09-20T19:19:06.625Z] #39 153.2 CC criu/sysctl.o [2020-09-20T19:19:06.651Z] #40 190.0 CC criu/uffd.o [2020-09-20T19:19:06.671Z] ok github.com/docker/docker/volume/local 0.048s coverage: 73.0% of statements [2020-09-20T19:19:06.962Z] ok github.com/docker/docker/volume/mounts 0.016s coverage: 67.0% of statements [2020-09-20T19:19:07.141Z] #39 157.1 make[1]: 'images/built-in.o' is up to date. [2020-09-20T19:19:07.141Z] #39 157.1 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-09-20T19:19:07.141Z] #39 157.2 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-09-20T19:19:07.189Z] #39 153.7 CC criu/sysfs_parse.o [2020-09-20T19:19:07.189Z] #39 154.0 CC criu/timens.o [2020-09-20T19:19:07.402Z] #39 157.2 make[1]: 'compel/libcompel.a' is up to date. [2020-09-20T19:19:07.402Z] #39 157.2 make[1]: 'compel/compel-host-bin' is up to date. [2020-09-20T19:19:07.402Z] #39 157.3 make[1]: Nothing to be done for 'all'. [2020-09-20T19:19:07.402Z] #39 157.3 make[1]: 'soccr/libsoccr.a' is up to date. [2020-09-20T19:19:07.402Z] #39 157.4 make[2]: Nothing to be done for 'all'. [2020-09-20T19:19:07.446Z] #39 154.2 CC criu/timerfd.o [2020-09-20T19:19:07.662Z] #39 157.5 make[2]: Nothing to be done for 'all'. [2020-09-20T19:19:07.662Z] #39 157.5 make[2]: Nothing to be done for 'all'. [2020-09-20T19:19:07.832Z] #45 DONE 226.9s [2020-09-20T19:19:07.833Z] [2020-09-20T19:19:07.833Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:19:07.923Z] #39 157.6 make[2]: Nothing to be done for 'all'. [2020-09-20T19:19:07.923Z] #39 157.6 make[2]: Nothing to be done for 'all'. [2020-09-20T19:19:07.923Z] #39 157.7 make[2]: Nothing to be done for 'all'. [2020-09-20T19:19:07.923Z] #39 157.7 make[2]: Nothing to be done for 'all'. [2020-09-20T19:19:07.923Z] #39 157.8 make[2]: Nothing to be done for 'all'. [2020-09-20T19:19:07.923Z] #39 157.8 INSTALL criu/criu [2020-09-20T19:19:07.995Z] ok github.com/docker/docker/volume/service 0.011s coverage: 73.1% of statements [2020-09-20T19:19:08.009Z] #39 154.5 CC criu/tty.o [2020-09-20T19:19:08.184Z] #39 DONE 158.0s [2020-09-20T19:19:08.184Z] [2020-09-20T19:19:08.184Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:19:08.186Z] #40 191.5 CC criu/util.o [2020-09-20T19:19:08.939Z] #39 155.6 CC criu/tun.o [2020-09-20T19:19:09.128Z] #52 ... [2020-09-20T19:19:09.128Z] [2020-09-20T19:19:09.128Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-09-20T19:19:09.128Z] #40 DONE 0.1s [2020-09-20T19:19:09.128Z] [2020-09-20T19:19:09.128Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-09-20T19:19:09.128Z] #42 DONE 0.1s [2020-09-20T19:19:09.128Z] [2020-09-20T19:19:09.128Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:19:09.389Z] #52 ... [2020-09-20T19:19:09.389Z] [2020-09-20T19:19:09.389Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-09-20T19:19:09.389Z] #44 DONE 0.0s [2020-09-20T19:19:09.389Z] [2020-09-20T19:19:09.389Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:19:09.503Z] #39 156.0 CC criu/uffd.o [2020-09-20T19:19:09.724Z] #40 193.0 CC criu/uts_ns.o [2020-09-20T19:19:10.024Z] #40 193.3 CC criu/vdso.o [2020-09-20T19:19:10.324Z] #40 194.0 LINK criu/built-in.o [2020-09-20T19:19:10.387Z] #52 ... [2020-09-20T19:19:10.387Z] [2020-09-20T19:19:10.387Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-09-20T19:19:10.433Z] #39 156.9 CC criu/util.o [2020-09-20T19:19:10.641Z] #40 194.1 LINK criu/criu [2020-09-20T19:19:10.997Z] #39 157.7 CC criu/uts_ns.o [2020-09-20T19:19:10.997Z] #39 157.8 CC criu/vdso-compat.o [2020-09-20T19:19:11.254Z] #39 157.9 CC criu/vdso.o [2020-09-20T19:19:11.289Z] #40 194.8 DEP lib/c/criu.d [2020-09-20T19:19:11.587Z] #40 194.9 CC images/rpc.pb-c.o [2020-09-20T19:19:11.775Z] #46 DONE 1.3s [2020-09-20T19:19:11.775Z] [2020-09-20T19:19:11.775Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:19:11.775Z] #52 ... [2020-09-20T19:19:11.775Z] [2020-09-20T19:19:11.775Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-09-20T19:19:11.775Z] #48 DONE 0.1s [2020-09-20T19:19:11.775Z] [2020-09-20T19:19:11.775Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-09-20T19:19:11.775Z] #50 DONE 0.1s [2020-09-20T19:19:11.775Z] [2020-09-20T19:19:11.775Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:19:11.817Z] #39 158.3 LINK criu/built-in.o [2020-09-20T19:19:11.817Z] #39 158.4 LINK criu/criu [2020-09-20T19:19:12.073Z] #39 158.7 DEP lib/c/criu.d [2020-09-20T19:19:12.073Z] #39 158.8 CC images/rpc.pb-c.o [2020-09-20T19:19:12.244Z] #40 195.6 CC lib/c/criu.o [2020-09-20T19:19:12.637Z] #39 159.2 CC lib/c/criu.o [2020-09-20T19:19:13.201Z] #39 159.9 LINK lib/c/built-in.o [2020-09-20T19:19:13.310Z] #40 196.9 LINK lib/c/built-in.o [2020-09-20T19:19:13.458Z] #39 159.9 LINK lib/c/libcriu.so [2020-09-20T19:19:13.458Z] #39 160.0 LINK lib/c/libcriu.a [2020-09-20T19:19:13.458Z] #39 160.0 GEN magic.py [2020-09-20T19:19:13.458Z] #39 160.2 Note: Building without setproctitle() and strlcpy() support. [2020-09-20T19:19:13.458Z] #39 160.2 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-09-20T19:19:13.621Z] #40 196.9 LINK lib/c/libcriu.so [2020-09-20T19:19:13.621Z] #40 197.0 LINK lib/c/libcriu.a [2020-09-20T19:19:13.715Z] #39 160.2 Note: Building without GnuTLS support [2020-09-20T19:19:13.715Z] #39 160.2 Makefile.config:39: Warn: you have no libnftables installed [2020-09-20T19:19:13.715Z] #39 160.2 Makefile.config:40: Warn: Building without nftables support [2020-09-20T19:19:13.920Z] #40 197.2 GEN magic.py [2020-09-20T19:19:13.920Z] #40 197.4 Note: Building without setproctitle() and strlcpy() support. [2020-09-20T19:19:13.920Z] #40 197.4 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-09-20T19:19:13.920Z] #40 197.4 Note: Building without GnuTLS support [2020-09-20T19:19:13.920Z] #40 197.4 Makefile.config:39: Warn: you have no libnftables installed [2020-09-20T19:19:13.920Z] #40 197.4 Makefile.config:40: Warn: Building without nftables support [2020-09-20T19:19:13.972Z] #39 160.7 fatal: not a git repository (or any of the parent directories): .git [2020-09-20T19:19:14.535Z] #39 161.2 make[1]: Nothing to be done for 'all'. [2020-09-20T19:19:14.586Z] #40 198.0 fatal: not a git repository (or any of the parent directories): .git [2020-09-20T19:19:14.676Z] #45 ... [2020-09-20T19:19:14.676Z] [2020-09-20T19:19:14.676Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:19:14.676Z] #52 191.0 + bin/containerd [2020-09-20T19:19:15.098Z] #39 161.7 make[1]: 'images/built-in.o' is up to date. [2020-09-20T19:19:15.098Z] #39 161.8 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-09-20T19:19:15.098Z] #39 161.8 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-09-20T19:19:15.098Z] #39 161.8 make[1]: 'compel/libcompel.a' is up to date. [2020-09-20T19:19:15.098Z] #39 161.8 make[1]: 'compel/compel-host-bin' is up to date. [2020-09-20T19:19:15.098Z] #39 161.9 make[1]: Nothing to be done for 'all'. [2020-09-20T19:19:15.098Z] #39 161.9 make[1]: 'soccr/libsoccr.a' is up to date. [2020-09-20T19:19:15.355Z] #39 162.0 make[2]: Nothing to be done for 'all'. [2020-09-20T19:19:15.355Z] #39 162.0 make[2]: Nothing to be done for 'all'. [2020-09-20T19:19:15.355Z] #39 162.0 make[2]: Nothing to be done for 'all'. [2020-09-20T19:19:15.355Z] #39 162.1 make[2]: Nothing to be done for 'all'. [2020-09-20T19:19:15.612Z] #39 162.2 make[2]: Nothing to be done for 'all'. [2020-09-20T19:19:15.612Z] #39 162.2 make[2]: Nothing to be done for 'all'. [2020-09-20T19:19:15.612Z] #39 162.2 make[2]: Nothing to be done for 'all'. [2020-09-20T19:19:15.612Z] #39 162.3 make[2]: Nothing to be done for 'all'. [2020-09-20T19:19:15.612Z] #39 162.3 INSTALL criu/criu [2020-09-20T19:19:15.668Z] #40 199.0 make[1]: Nothing to be done for 'all'. [2020-09-20T19:19:15.989Z] #52 189.0 + bin/containerd-stress [2020-09-20T19:19:16.190Z] #39 DONE 162.6s [2020-09-20T19:19:16.190Z] [2020-09-20T19:19:16.190Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:19:16.315Z] #40 199.8 make[1]: 'images/built-in.o' is up to date. [2020-09-20T19:19:16.315Z] #40 199.9 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-09-20T19:19:16.315Z] #40 199.9 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-09-20T19:19:16.614Z] #40 199.9 make[1]: 'compel/libcompel.a' is up to date. [2020-09-20T19:19:16.614Z] #40 200.0 make[1]: 'compel/compel-host-bin' is up to date. [2020-09-20T19:19:16.614Z] #40 200.0 make[1]: Nothing to be done for 'all'. [2020-09-20T19:19:16.614Z] #40 200.0 make[1]: 'soccr/libsoccr.a' is up to date. [2020-09-20T19:19:16.921Z] #40 200.4 make[2]: Nothing to be done for 'all'. [2020-09-20T19:19:16.921Z] #40 200.4 make[2]: Nothing to be done for 'all'. [2020-09-20T19:19:16.921Z] #40 200.5 make[2]: Nothing to be done for 'all'. [2020-09-20T19:19:17.225Z] #40 200.7 make[2]: Nothing to be done for 'all'. [2020-09-20T19:19:17.225Z] #40 200.7 make[2]: Nothing to be done for 'all'. [2020-09-20T19:19:17.225Z] #40 200.8 make[2]: Nothing to be done for 'all'. [2020-09-20T19:19:17.225Z] #40 200.8 make[2]: Nothing to be done for 'all'. [2020-09-20T19:19:17.527Z] #40 201.0 make[2]: Nothing to be done for 'all'. [2020-09-20T19:19:17.527Z] #40 201.0 INSTALL criu/criu [2020-09-20T19:19:17.527Z] #40 DONE 201.1s [2020-09-20T19:19:17.527Z] [2020-09-20T19:19:17.527Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:19:17.611Z] #45 ... [2020-09-20T19:19:17.611Z] [2020-09-20T19:19:17.611Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-09-20T19:19:17.611Z] #40 DONE 0.0s [2020-09-20T19:19:17.611Z] [2020-09-20T19:19:17.611Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-09-20T19:19:17.876Z] #42 DONE 0.1s [2020-09-20T19:19:17.876Z] [2020-09-20T19:19:17.876Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-09-20T19:19:17.876Z] #44 DONE 0.1s [2020-09-20T19:19:17.876Z] [2020-09-20T19:19:17.876Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:19:19.297Z] #52 192.0 + bin/containerd-shim [2020-09-20T19:19:21.148Z] #52 193.0 + bin/containerd [2020-09-20T19:19:23.456Z] ok github.com/docker/docker/pkg/plugins 33.612s coverage: 76.6% of statements [2020-09-20T19:19:23.456Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-09-20T19:19:23.456Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-09-20T19:19:23.456Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-09-20T19:19:23.456Z] ? github.com/docker/docker/pkg/term [no test files] [2020-09-20T19:19:23.456Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-09-20T19:19:23.456Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-09-20T19:19:23.456Z] ? github.com/docker/docker/rootless [no test files] [2020-09-20T19:19:23.456Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-09-20T19:19:23.456Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-09-20T19:19:23.456Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-09-20T19:19:23.456Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-09-20T19:19:23.456Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-09-20T19:19:23.456Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-09-20T19:19:23.456Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-09-20T19:19:23.456Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-09-20T19:19:23.456Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-09-20T19:19:23.456Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-09-20T19:19:23.456Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-09-20T19:19:23.456Z] ? github.com/docker/docker/testutil/request [no test files] [2020-09-20T19:19:23.456Z] ? github.com/docker/docker/volume [no test files] [2020-09-20T19:19:23.456Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-09-20T19:19:23.456Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-09-20T19:19:23.456Z] [2020-09-20T19:19:23.456Z] === Skipped [2020-09-20T19:19:23.456Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-09-20T19:19:23.456Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-09-20T19:19:23.456Z] [2020-09-20T19:19:23.456Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-09-20T19:19:23.456Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-09-20T19:19:23.456Z] [2020-09-20T19:19:23.456Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-09-20T19:19:23.456Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:19:23.457Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-20T19:19:23.457Z] [2020-09-20T19:19:23.457Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-09-20T19:19:23.457Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:19:23.457Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-20T19:19:23.457Z] [2020-09-20T19:19:23.457Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-09-20T19:19:23.457Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:19:23.457Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-20T19:19:23.457Z] [2020-09-20T19:19:23.457Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-09-20T19:19:23.457Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:19:23.457Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-20T19:19:23.457Z] [2020-09-20T19:19:23.457Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-09-20T19:19:23.457Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:19:23.457Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-20T19:19:23.457Z] [2020-09-20T19:19:23.457Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-09-20T19:19:23.457Z] graphtest_unix.go:73: No driver to put! [2020-09-20T19:19:23.457Z] [2020-09-20T19:19:23.457Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-09-20T19:19:23.457Z] time="2020-09-20T19:18:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-20T19:19:23.457Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-20T19:19:23.457Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-20T19:19:23.457Z] [2020-09-20T19:19:23.457Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-09-20T19:19:23.457Z] time="2020-09-20T19:18:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-20T19:19:23.457Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-20T19:19:23.457Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-20T19:19:23.457Z] [2020-09-20T19:19:23.457Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-09-20T19:19:23.457Z] time="2020-09-20T19:18:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-20T19:19:23.457Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-20T19:19:23.457Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-20T19:19:23.457Z] [2020-09-20T19:19:23.457Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-09-20T19:19:23.457Z] time="2020-09-20T19:18:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-20T19:19:23.457Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-20T19:19:23.457Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-20T19:19:23.457Z] [2020-09-20T19:19:23.457Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-09-20T19:19:23.457Z] time="2020-09-20T19:18:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-20T19:19:23.457Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-20T19:19:23.457Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-20T19:19:23.457Z] [2020-09-20T19:19:23.457Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-09-20T19:19:23.457Z] graphtest_unix.go:73: No driver to put! [2020-09-20T19:19:23.457Z] [2020-09-20T19:19:23.457Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-09-20T19:19:23.457Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-09-20T19:19:23.457Z] [2020-09-20T19:19:23.457Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-09-20T19:19:23.457Z] overlay_test.go:49: Fails to compute changes intermittently [2020-09-20T19:19:23.457Z] [2020-09-20T19:19:23.457Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-09-20T19:19:23.457Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-09-20T19:19:23.457Z] [2020-09-20T19:19:23.457Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-09-20T19:19:23.457Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-09-20T19:19:23.457Z] [2020-09-20T19:19:23.457Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-09-20T19:19:23.457Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:19:23.457Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-20T19:19:23.457Z] [2020-09-20T19:19:23.457Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-09-20T19:19:23.457Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:19:23.457Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-20T19:19:23.457Z] [2020-09-20T19:19:23.457Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-09-20T19:19:23.457Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:19:23.457Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-20T19:19:23.457Z] [2020-09-20T19:19:23.457Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-09-20T19:19:23.457Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:19:23.457Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-20T19:19:23.457Z] [2020-09-20T19:19:23.457Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-09-20T19:19:23.457Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:19:23.457Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-20T19:19:23.457Z] [2020-09-20T19:19:23.457Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-09-20T19:19:23.457Z] graphtest_unix.go:73: No driver to put! [2020-09-20T19:19:23.457Z] [2020-09-20T19:19:23.457Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-09-20T19:19:23.457Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-09-20T19:19:23.457Z] [2020-09-20T19:19:23.457Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-09-20T19:19:23.457Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-09-20T19:19:23.457Z] [2020-09-20T19:19:23.457Z] [2020-09-20T19:19:23.457Z] DONE 2138 tests, 26 skipped in 190.154s Post stage [Pipeline] junit [2020-09-20T19:19:24.135Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-20T19:19:24.610Z] #52 197.3 + bin/containerd-shim-runc-v1 [2020-09-20T19:19:24.684Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-38469/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr32 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=98f1115e882dad3fbc3cbaca9ebc0e201c1a527f -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:98f1115e882dad3fbc3cbaca9ebc0e201c1a527f hack/make.sh dynbinary test-integration [2020-09-20T19:19:24.975Z] [2020-09-20T19:19:25.267Z] Removing bundles/ [2020-09-20T19:19:25.267Z] [2020-09-20T19:19:25.267Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-09-20T19:19:25.267Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-09-20T19:19:25.267Z] GOOS="" GOARCH="" GOARM="" [2020-09-20T19:19:27.928Z] #52 201.2 + bin/containerd-shim-runc-v2 [2020-09-20T19:19:29.317Z] #52 202.5 + binaries [2020-09-20T19:19:29.317Z] #52 202.5 + install -D bin/containerd /build/containerd [2020-09-20T19:19:29.317Z] #52 202.5 + install -D bin/containerd-shim /build/containerd-shim [2020-09-20T19:19:29.578Z] #52 202.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-09-20T19:19:29.578Z] #52 202.6 + install -D bin/ctr /build/ctr [2020-09-20T19:19:30.964Z] #52 DONE 203.9s [2020-09-20T19:19:32.352Z] [2020-09-20T19:19:32.353Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-09-20T19:19:32.353Z] #53 DONE 0.3s [2020-09-20T19:19:32.614Z] [2020-09-20T19:19:32.614Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-09-20T19:19:32.614Z] #57 DONE 0.1s [2020-09-20T19:19:32.614Z] [2020-09-20T19:19:32.614Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-09-20T19:19:32.876Z] #59 DONE 0.2s [2020-09-20T19:19:32.876Z] [2020-09-20T19:19:32.876Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-09-20T19:19:32.876Z] #61 DONE 0.1s [2020-09-20T19:19:32.876Z] [2020-09-20T19:19:32.876Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-09-20T19:19:32.876Z] #62 DONE 0.0s [2020-09-20T19:19:32.876Z] [2020-09-20T19:19:32.876Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-09-20T19:19:34.794Z] #63 DONE 1.7s [2020-09-20T19:19:34.794Z] [2020-09-20T19:19:34.794Z] #64 exporting to image [2020-09-20T19:19:34.794Z] #64 exporting layers [2020-09-20T19:19:36.639Z] #52 ... [2020-09-20T19:19:36.639Z] [2020-09-20T19:19:36.639Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:19:36.639Z] #45 DONE 261.9s [2020-09-20T19:19:36.639Z] [2020-09-20T19:19:36.639Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:19:38.027Z] #52 ... [2020-09-20T19:19:38.027Z] [2020-09-20T19:19:38.027Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-09-20T19:19:38.027Z] #46 DONE 0.1s [2020-09-20T19:19:38.027Z] [2020-09-20T19:19:38.027Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-09-20T19:19:38.027Z] #48 DONE 0.0s [2020-09-20T19:19:38.027Z] [2020-09-20T19:19:38.027Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-09-20T19:19:38.027Z] #50 DONE 0.1s [2020-09-20T19:19:38.027Z] [2020-09-20T19:19:38.027Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:19:38.110Z] #64 exporting layers 3.5s done [2020-09-20T19:19:38.110Z] #64 writing image sha256:a4b8c3ba93f96467fd38f81a7066fe438fd65547dfffcd0e4b4953149537be2d done [2020-09-20T19:19:38.110Z] #64 naming to docker.io/library/docker:98f1115e882dad3fbc3cbaca9ebc0e201c1a527f done [2020-09-20T19:19:38.110Z] #64 DONE 3.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-09-20T19:19:38.454Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-38469/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr32 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=98f1115e882dad3fbc3cbaca9ebc0e201c1a527f -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:98f1115e882dad3fbc3cbaca9ebc0e201c1a527f hack/test/unit [2020-09-20T19:19:43.042Z] #52 ... [2020-09-20T19:19:43.043Z] [2020-09-20T19:19:43.043Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:19:43.043Z] #45 DONE 265.1s [2020-09-20T19:19:43.043Z] [2020-09-20T19:19:43.043Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:19:43.752Z] ? github.com/docker/docker/api [no test files] [2020-09-20T19:19:44.410Z] #52 ... [2020-09-20T19:19:44.410Z] [2020-09-20T19:19:44.410Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-09-20T19:19:44.974Z] #46 DONE 0.4s [2020-09-20T19:19:44.974Z] [2020-09-20T19:19:44.974Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-09-20T19:19:44.974Z] #48 DONE 0.0s [2020-09-20T19:19:44.974Z] [2020-09-20T19:19:44.974Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-09-20T19:19:44.974Z] #50 DONE 0.2s [2020-09-20T19:19:44.974Z] [2020-09-20T19:19:44.974Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:19:50.443Z] #46 ... [2020-09-20T19:19:50.443Z] [2020-09-20T19:19:50.443Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:19:50.443Z] #22 296.7 + return [2020-09-20T19:19:50.443Z] #22 DONE 296.9s [2020-09-20T19:19:50.443Z] [2020-09-20T19:19:50.443Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:19:50.443Z] #46 ... [2020-09-20T19:19:50.443Z] [2020-09-20T19:19:50.443Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:19:50.443Z] #53 258.2 + bin/containerd [2020-09-20T19:19:50.443Z] #53 ... [2020-09-20T19:19:50.443Z] [2020-09-20T19:19:50.443Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-09-20T19:19:50.443Z] #23 DONE 0.1s [2020-09-20T19:19:50.443Z] [2020-09-20T19:19:50.443Z] #27 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-09-20T19:19:50.443Z] #27 DONE 0.6s [2020-09-20T19:19:50.443Z] [2020-09-20T19:19:50.443Z] #30 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-09-20T19:19:50.443Z] #30 DONE 0.1s [2020-09-20T19:19:50.443Z] [2020-09-20T19:19:50.443Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:19:50.443Z] #53 ... [2020-09-20T19:19:50.443Z] [2020-09-20T19:19:50.443Z] #32 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-09-20T19:19:50.443Z] #32 DONE 0.1s [2020-09-20T19:19:50.443Z] [2020-09-20T19:19:50.443Z] #35 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-09-20T19:19:50.443Z] #35 DONE 0.1s [2020-09-20T19:19:50.443Z] [2020-09-20T19:19:50.443Z] #38 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-09-20T19:19:50.443Z] #38 DONE 0.2s [2020-09-20T19:19:50.443Z] [2020-09-20T19:19:50.443Z] #41 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-09-20T19:19:50.443Z] #41 DONE 0.1s [2020-09-20T19:19:50.443Z] [2020-09-20T19:19:50.443Z] #43 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-09-20T19:19:50.443Z] #43 DONE 0.1s [2020-09-20T19:19:50.443Z] [2020-09-20T19:19:50.443Z] #45 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-09-20T19:19:50.443Z] #45 DONE 0.1s [2020-09-20T19:19:50.443Z] [2020-09-20T19:19:50.443Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:19:56.015Z] ok github.com/docker/docker/api/server 0.012s coverage: 9.0% of statements [2020-09-20T19:19:56.135Z] #52 230.1 + bin/containerd-stress [2020-09-20T19:19:56.135Z] #52 232.0 + bin/containerd-shim [2020-09-20T19:20:02.714Z] #52 238.6 + bin/containerd-shim-runc-v1 [2020-09-20T19:20:03.033Z] #52 232.2 + bin/containerd-stress [2020-09-20T19:20:03.033Z] #52 234.2 + bin/containerd-shim [2020-09-20T19:20:06.918Z] #52 243.1 + bin/containerd-shim-runc-v2 [2020-09-20T19:20:07.861Z] #52 244.0 + binaries [2020-09-20T19:20:07.861Z] #52 244.0 + install -D bin/containerd /build/containerd [2020-09-20T19:20:07.861Z] #52 244.1 + install -D bin/containerd-shim /build/containerd-shim [2020-09-20T19:20:07.861Z] #52 244.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-09-20T19:20:07.861Z] #52 244.1 + install -D bin/ctr /build/ctr [2020-09-20T19:20:07.861Z] #52 DONE 244.4s [2020-09-20T19:20:08.803Z] [2020-09-20T19:20:08.803Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-09-20T19:20:09.065Z] #53 DONE 0.2s [2020-09-20T19:20:09.065Z] [2020-09-20T19:20:09.065Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-09-20T19:20:09.065Z] #57 DONE 0.1s [2020-09-20T19:20:09.065Z] [2020-09-20T19:20:09.065Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-09-20T19:20:09.065Z] #59 DONE 0.1s [2020-09-20T19:20:09.065Z] [2020-09-20T19:20:09.065Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-09-20T19:20:09.065Z] #61 DONE 0.0s [2020-09-20T19:20:09.065Z] [2020-09-20T19:20:09.065Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-09-20T19:20:09.065Z] #62 DONE 0.0s [2020-09-20T19:20:09.065Z] [2020-09-20T19:20:09.065Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-09-20T19:20:09.223Z] #46 DONE 319.0s [2020-09-20T19:20:09.223Z] [2020-09-20T19:20:09.223Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:20:09.576Z] #52 240.9 + bin/containerd-shim-runc-v1 [2020-09-20T19:20:10.005Z] #63 DONE 0.8s [2020-09-20T19:20:10.005Z] [2020-09-20T19:20:10.005Z] #64 exporting to image [2020-09-20T19:20:10.005Z] #64 exporting layers [2020-09-20T19:20:10.763Z] #53 ... [2020-09-20T19:20:10.763Z] [2020-09-20T19:20:10.763Z] #47 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-09-20T19:20:10.763Z] #47 DONE 0.1s [2020-09-20T19:20:10.763Z] [2020-09-20T19:20:10.763Z] #49 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-09-20T19:20:10.763Z] #49 DONE 0.1s [2020-09-20T19:20:10.763Z] [2020-09-20T19:20:10.763Z] #51 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-09-20T19:20:10.763Z] #51 DONE 0.1s [2020-09-20T19:20:10.763Z] [2020-09-20T19:20:10.763Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-20T19:20:13.749Z] #52 245.5 + bin/containerd-shim-runc-v2 [2020-09-20T19:20:14.679Z] #52 246.4 + binaries [2020-09-20T19:20:14.679Z] #52 246.4 + install -D bin/containerd /build/containerd [2020-09-20T19:20:14.679Z] #52 246.4 + install -D bin/containerd-shim /build/containerd-shim [2020-09-20T19:20:14.679Z] #52 246.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-09-20T19:20:14.679Z] #52 246.4 + install -D bin/ctr /build/ctr [2020-09-20T19:20:16.044Z] #52 DONE 247.7s [2020-09-20T19:20:16.650Z] #64 exporting layers 6.6s done [2020-09-20T19:20:16.650Z] #64 writing image sha256:28dc5f2f778160902abd2193832eb8bce44d1905073130e10c16150fc8d10037 done [2020-09-20T19:20:16.650Z] #64 naming to docker.io/library/docker:98f1115e882dad3fbc3cbaca9ebc0e201c1a527f done [2020-09-20T19:20:16.650Z] #64 DONE 6.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2020-09-20T19:20:16.975Z] [2020-09-20T19:20:16.975Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-09-20T19:20:17.001Z] + trap exit INT TERM [2020-09-20T19:20:17.001Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2020-09-20T19:20:17.001Z] + CONTAINER_NAME=docker-pr32 [2020-09-20T19:20:17.001Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-38469/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-38469/.git:/go/src/github.com/docker/docker/.git --name docker-pr32-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=98f1115e882dad3fbc3cbaca9ebc0e201c1a527f -e DOCKER_GRAPHDRIVER docker:98f1115e882dad3fbc3cbaca9ebc0e201c1a527f hack/make.sh dynbinary-daemon [2020-09-20T19:20:17.537Z] #53 DONE 0.7s [2020-09-20T19:20:17.792Z] [2020-09-20T19:20:17.792Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-09-20T19:20:17.792Z] #57 DONE 0.2s [2020-09-20T19:20:17.792Z] [2020-09-20T19:20:17.792Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-09-20T19:20:18.048Z] #59 DONE 0.4s [2020-09-20T19:20:18.048Z] [2020-09-20T19:20:18.048Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-09-20T19:20:18.048Z] #61 DONE 0.0s [2020-09-20T19:20:18.306Z] [2020-09-20T19:20:18.306Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-09-20T19:20:18.306Z] #62 DONE 0.0s [2020-09-20T19:20:18.306Z] [2020-09-20T19:20:18.306Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-09-20T19:20:18.379Z] [2020-09-20T19:20:18.640Z] Removing bundles/ [2020-09-20T19:20:18.640Z] [2020-09-20T19:20:18.640Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-09-20T19:20:18.640Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-09-20T19:20:18.640Z] GOOS="" GOARCH="" GOARM="" [2020-09-20T19:20:18.868Z] #63 DONE 0.7s [2020-09-20T19:20:18.868Z] [2020-09-20T19:20:18.868Z] #64 exporting to image [2020-09-20T19:20:18.868Z] #64 exporting layers [2020-09-20T19:20:22.310Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-09-20T19:20:22.310Z] [2020-09-20T19:20:22.310Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-09-20T19:20:22.310Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-09-20T19:20:22.310Z] HOSTNAME=9706ccd4c4a4 [2020-09-20T19:20:22.310Z] TESTDEBUG=0 [2020-09-20T19:20:22.310Z] DEST=bundles/test-integration [2020-09-20T19:20:22.310Z] PWD=/go/src/github.com/docker/docker [2020-09-20T19:20:22.310Z] DOCKER_GITCOMMIT=98f1115e882dad3fbc3cbaca9ebc0e201c1a527f [2020-09-20T19:20:22.310Z] container=docker [2020-09-20T19:20:22.310Z] HOME=/root [2020-09-20T19:20:22.310Z] GOLANG_VERSION=1.13.15 [2020-09-20T19:20:22.310Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-09-20T19:20:22.310Z] VALIDATE_BRANCH=master [2020-09-20T19:20:22.310Z] TERM=xterm [2020-09-20T19:20:22.310Z] DOCKER_PKG=github.com/docker/docker [2020-09-20T19:20:22.310Z] SHLVL=1 [2020-09-20T19:20:22.310Z] TIMEOUT=120m [2020-09-20T19:20:22.310Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-09-20T19:20:22.310Z] DOCKER_GRAPHDRIVER=overlay2 [2020-09-20T19:20:22.310Z] GO111MODULE=off [2020-09-20T19:20:22.310Z] DOCKER_EXPERIMENTAL=1 [2020-09-20T19:20:22.310Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-09-20T19:20:22.310Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-09-20T19:20:22.310Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-09-20T19:20:22.310Z] GOPATH=/go [2020-09-20T19:20:22.310Z] PKG_CONFIG=pkg-config [2020-09-20T19:20:22.310Z] _=/usr/bin/env [2020-09-20T19:20:22.310Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-09-20T19:20:24.851Z] 4612f6d0b889: Pull complete [2020-09-20T19:20:25.414Z] #64 exporting layers 6.3s done [2020-09-20T19:20:25.414Z] #64 writing image sha256:2c833dde74e502be4974fa80b029b7cc7d3f3806d6b40eb3ed5c9c218a73d715 0.0s done [2020-09-20T19:20:25.414Z] #64 naming to docker.io/library/docker:98f1115e882dad3fbc3cbaca9ebc0e201c1a527f [2020-09-20T19:20:25.414Z] #64 naming to docker.io/library/docker:98f1115e882dad3fbc3cbaca9ebc0e201c1a527f done [2020-09-20T19:20:25.414Z] #64 DONE 6.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-20T19:20:25.763Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-38469/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr32 -e DOCKER_GITCOMMIT=98f1115e882dad3fbc3cbaca9ebc0e201c1a527f -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:98f1115e882dad3fbc3cbaca9ebc0e201c1a527f hack/make.sh dynbinary test-integration [2020-09-20T19:20:26.691Z] [2020-09-20T19:20:26.691Z] Removing bundles/ [2020-09-20T19:20:26.691Z] [2020-09-20T19:20:26.691Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-09-20T19:20:26.691Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-09-20T19:20:26.691Z] GOOS="" GOARCH="" GOARM="" [2020-09-20T19:20:29.468Z] #53 300.5 + bin/containerd-stress [2020-09-20T19:20:31.567Z] #53 303.0 + bin/containerd-shim [2020-09-20T19:20:38.593Z] #53 310.1 + bin/containerd-shim-runc-v1 [2020-09-20T19:20:40.433Z] INFO [loader] Go packages loading at mode 575 (types_sizes|compiled_files|deps|exports_file|files|imports|name) took 1m54.98308038s [2020-09-20T19:20:40.433Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 475.224163ms [2020-09-20T19:20:44.233Z] #53 315.1 + bin/containerd-shim-runc-v2 [2020-09-20T19:20:44.233Z] #53 316.2 + binaries [2020-09-20T19:20:44.233Z] #53 316.2 + install -D bin/containerd /build/containerd [2020-09-20T19:20:44.233Z] #53 316.2 + install -D bin/containerd-shim /build/containerd-shim [2020-09-20T19:20:44.530Z] #53 316.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-09-20T19:20:44.530Z] #53 316.2 + install -D bin/ctr /build/ctr [2020-09-20T19:20:44.530Z] #53 DONE 316.3s [2020-09-20T19:20:45.576Z] [2020-09-20T19:20:45.576Z] #54 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-09-20T19:20:45.576Z] #54 DONE 0.1s [2020-09-20T19:20:45.576Z] [2020-09-20T19:20:45.576Z] #58 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-09-20T19:20:45.870Z] #58 DONE 0.1s [2020-09-20T19:20:45.870Z] [2020-09-20T19:20:45.870Z] #60 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-09-20T19:20:45.870Z] #60 DONE 0.1s [2020-09-20T19:20:45.870Z] [2020-09-20T19:20:45.870Z] #62 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-09-20T19:20:45.870Z] #62 DONE 0.1s [2020-09-20T19:20:45.870Z] [2020-09-20T19:20:45.870Z] #63 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-09-20T19:20:45.870Z] #63 DONE 0.0s [2020-09-20T19:20:45.870Z] [2020-09-20T19:20:45.870Z] #64 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-09-20T19:20:47.957Z] #64 DONE 2.0s [2020-09-20T19:20:47.957Z] [2020-09-20T19:20:47.957Z] #65 exporting to oci image format [2020-09-20T19:20:47.957Z] #65 exporting layers [2020-09-20T19:20:49.505Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-09-20T19:20:49.505Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-09-20T19:20:49.505Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-09-20T19:20:50.416Z] INFO [runner/unused/goanalysis] analyzers took 28.62913551s with top 10 stages: buildssa: 24.205254174s, U1000: 4.423881336s [2020-09-20T19:20:52.332Z] ok github.com/docker/docker/api/server/httputils 0.020s coverage: 14.7% of statements [2020-09-20T19:20:52.332Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-09-20T19:20:52.332Z] ok github.com/docker/docker/api/server/middleware 0.035s coverage: 37.7% of statements [2020-09-20T19:20:52.332Z] ? github.com/docker/docker/api/server/router [no test files] [2020-09-20T19:20:52.332Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-09-20T19:20:52.332Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-09-20T19:20:52.332Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-09-20T19:20:52.332Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-09-20T19:20:52.332Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-09-20T19:20:52.332Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-09-20T19:20:52.332Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-09-20T19:20:52.332Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-09-20T19:20:52.332Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-09-20T19:20:52.332Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-09-20T19:20:52.332Z] ok github.com/docker/docker/api/types/filters 0.017s coverage: 92.2% of statements [2020-09-20T19:20:52.332Z] ok github.com/docker/docker/api/types/strslice 0.016s coverage: 90.0% of statements [2020-09-20T19:20:52.332Z] ok github.com/docker/docker/api/server/router/swarm 0.037s coverage: 5.7% of statements [2020-09-20T19:20:52.332Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-09-20T19:20:52.332Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-09-20T19:20:52.332Z] ? github.com/docker/docker/api/types [no test files] [2020-09-20T19:20:52.332Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-09-20T19:20:52.332Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-09-20T19:20:52.332Z] ? github.com/docker/docker/api/types/container [no test files] [2020-09-20T19:20:52.332Z] ? github.com/docker/docker/api/types/events [no test files] [2020-09-20T19:20:52.332Z] ? github.com/docker/docker/api/types/image [no test files] [2020-09-20T19:20:52.332Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-09-20T19:20:52.332Z] ? github.com/docker/docker/api/types/network [no test files] [2020-09-20T19:20:52.332Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-09-20T19:20:52.332Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-09-20T19:20:52.332Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-09-20T19:20:52.332Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-09-20T19:20:52.332Z] ok github.com/docker/docker/api/types/time 0.022s coverage: 100.0% of statements [2020-09-20T19:20:52.332Z] ok github.com/docker/docker/api/types/versions 0.051s coverage: 75.0% of statements [2020-09-20T19:20:52.332Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-09-20T19:20:52.332Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-09-20T19:20:52.332Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-09-20T19:20:52.332Z] ? github.com/docker/docker/builder [no test files] [2020-09-20T19:20:52.332Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-09-20T19:20:52.332Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-09-20T19:20:52.332Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-09-20T19:20:52.332Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-09-20T19:20:52.332Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-09-20T19:20:52.332Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-09-20T19:20:52.332Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-09-20T19:20:52.332Z] ok github.com/docker/docker/builder/dockerignore 0.017s coverage: 96.8% of statements [2020-09-20T19:20:53.727Z] ok github.com/docker/docker/cli/debug 0.030s coverage: 100.0% of statements [2020-09-20T19:20:54.368Z] ok github.com/docker/docker/builder/remotecontext 0.361s coverage: 13.6% of statements [2020-09-20T19:20:55.775Z] ok github.com/docker/docker/builder/dockerfile 0.999s coverage: 48.0% of statements [2020-09-20T19:20:56.366Z] ok github.com/docker/docker/builder/remotecontext/git 4.343s coverage: 86.3% of statements [2020-09-20T19:20:56.366Z] ? github.com/docker/docker/cli [no test files] [2020-09-20T19:20:56.366Z] ? github.com/docker/docker/cli/config [no test files] [2020-09-20T19:21:02.141Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-09-20T19:21:02.974Z] ok github.com/docker/docker/client 0.292s coverage: 75.4% of statements [2020-09-20T19:21:03.176Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-09-20T19:21:04.209Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-09-20T19:21:05.245Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-09-20T19:21:05.245Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-09-20T19:21:06.316Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-09-20T19:21:09.049Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-09-20T19:21:10.084Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-09-20T19:21:11.121Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-09-20T19:21:11.754Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-09-20T19:21:12.791Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-09-20T19:21:13.826Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-09-20T19:21:15.335Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-09-20T19:21:16.372Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-09-20T19:21:17.423Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-09-20T19:21:18.057Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-09-20T19:21:18.057Z] Using test binary docker [2020-09-20T19:21:18.057Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-09-20T19:21:18.057Z] +++ /etc/init.d/apparmor start [2020-09-20T19:21:18.057Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-20T19:21:18.057Z] INFO: Waiting for daemon to start... [2020-09-20T19:21:18.057Z] Starting dockerd [2020-09-20T19:21:18.057Z] +++ 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 [2020-09-20T19:21:20.416Z] . [2020-09-20T19:21:20.416Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-09-20T19:21:20.416Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-09-20T19:21:20.416Z] Error: No such image: emptyfs [2020-09-20T19:21:20.416Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-09-20T19:21:20.416Z] ++++ docker load [2020-09-20T19:21:20.416Z] Running integration-test (iteration 1) [2020-09-20T19:21:20.416Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2020-09-20T19:21:20.416Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:21:20.416Z] ++ set -e [2020-09-20T19:21:20.416Z] ++ '[' -n 0 ']' [2020-09-20T19:21:20.416Z] ++ set -x [2020-09-20T19:21:20.416Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:21:28.898Z] Loaded image: buildpack-deps:buster [2020-09-20T19:21:29.189Z] Loaded image: busybox:latest [2020-09-20T19:21:29.189Z] Loaded image: busybox:glibc [2020-09-20T19:21:29.189Z] Loaded image: debian:buster [2020-09-20T19:21:29.189Z] Loaded image: hello-world:latest [2020-09-20T19:21:29.189Z] INFO: Testing against a local daemon [2020-09-20T19:21:29.189Z] === RUN TestCgroupNamespacesBuild [2020-09-20T19:21:29.591Z] ok github.com/docker/docker/cmd/dockerd 0.109s coverage: 30.8% of statements [2020-09-20T19:21:29.591Z] ok github.com/docker/docker/container 0.172s coverage: 34.7% of statements [2020-09-20T19:21:29.591Z] ? github.com/docker/docker/container/stream [no test files] [2020-09-20T19:21:29.591Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-09-20T19:21:29.591Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-09-20T19:21:29.591Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-09-20T19:21:30.982Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.064s coverage: 65.3% of statements [2020-09-20T19:21:31.922Z] --- PASS: TestCgroupNamespacesBuild (2.35s) [2020-09-20T19:21:31.922Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-09-20T19:21:32.910Z] ok github.com/docker/docker/daemon/cluster/convert 0.087s coverage: 35.9% of statements [2020-09-20T19:21:33.428Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.80s) [2020-09-20T19:21:33.428Z] === RUN TestBuildWithSession [2020-09-20T19:21:33.428Z] --- SKIP: TestBuildWithSession (0.00s) [2020-09-20T19:21:33.428Z] build_session_test.go:25: TODO: BuildKit [2020-09-20T19:21:33.428Z] === RUN TestBuildSquashParent [2020-09-20T19:21:36.232Z] ok github.com/docker/docker/daemon/cluster 0.104s coverage: 0.5% of statements [2020-09-20T19:21:38.163Z] ok github.com/docker/docker/daemon/discovery 0.025s coverage: 30.0% of statements [2020-09-20T19:21:38.742Z] ok github.com/docker/docker/daemon/config 0.072s coverage: 81.8% of statements [2020-09-20T19:21:39.691Z] ok github.com/docker/docker/daemon/events 0.088s coverage: 50.0% of statements [2020-09-20T19:21:40.124Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-09-20T19:21:40.320Z] --- PASS: TestBuildSquashParent (6.25s) [2020-09-20T19:21:40.321Z] === RUN TestBuildWithRemoveAndForceRemove [2020-09-20T19:21:40.321Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-20T19:21:40.321Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-20T19:21:40.321Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-20T19:21:40.321Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-20T19:21:40.321Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-20T19:21:40.321Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-20T19:21:40.321Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-20T19:21:40.321Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-20T19:21:40.321Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-20T19:21:40.321Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-20T19:21:40.321Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-20T19:21:40.321Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-20T19:21:40.321Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-20T19:21:40.321Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-20T19:21:40.694Z] [2020-09-20T19:21:41.088Z] ok github.com/docker/docker/daemon/graphdriver 0.042s coverage: 2.2% of statements [2020-09-20T19:21:41.634Z] + TEST_INTEGRATION_DEST=1 [2020-09-20T19:21:41.634Z] + CONTAINER_NAME=docker-pr32-1 [2020-09-20T19:21:41.634Z] + TEST_SKIP_INTEGRATION_CLI=1 [2020-09-20T19:21:41.634Z] + run_tests test-integration-flaky [2020-09-20T19:21:41.634Z] + '[' -n 0 ']' [2020-09-20T19:21:41.634Z] + rm= [2020-09-20T19:21:41.634Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-38469/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-38469/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-38469/.git:/go/src/github.com/docker/docker/.git --name docker-pr32-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=98f1115e882dad3fbc3cbaca9ebc0e201c1a527f -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:98f1115e882dad3fbc3cbaca9ebc0e201c1a527f hack/make.sh test-integration-flaky test-integration [2020-09-20T19:21:41.634Z] + c=0 [2020-09-20T19:21:41.634Z] ++ jobs -p [2020-09-20T19:21:41.634Z] + TEST_INTEGRATION_DEST=3 [2020-09-20T19:21:41.634Z] + CONTAINER_NAME=docker-pr32-3 [2020-09-20T19:21:41.634Z] + TEST_SKIP_INTEGRATION=1 [2020-09-20T19:21:41.634Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2020-09-20T19:21:41.634Z] + run_tests [2020-09-20T19:21:41.634Z] + '[' -n 0 ']' [2020-09-20T19:21:41.634Z] + rm= [2020-09-20T19:21:41.634Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-38469/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-38469/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-38469/.git:/go/src/github.com/docker/docker/.git --name docker-pr32-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=98f1115e882dad3fbc3cbaca9ebc0e201c1a527f -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:98f1115e882dad3fbc3cbaca9ebc0e201c1a527f hack/make.sh '' test-integration [2020-09-20T19:21:41.634Z] + TEST_INTEGRATION_DEST=2 [2020-09-20T19:21:41.634Z] + CONTAINER_NAME=docker-pr32-2 [2020-09-20T19:21:41.634Z] + TEST_SKIP_INTEGRATION=1 [2020-09-20T19:21:41.634Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2020-09-20T19:21:41.634Z] + run_tests [2020-09-20T19:21:41.634Z] + '[' -n 0 ']' [2020-09-20T19:21:41.634Z] + rm= [2020-09-20T19:21:41.635Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-38469/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-38469/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-38469/.git:/go/src/github.com/docker/docker/.git --name docker-pr32-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=98f1115e882dad3fbc3cbaca9ebc0e201c1a527f -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:98f1115e882dad3fbc3cbaca9ebc0e201c1a527f hack/make.sh '' test-integration [2020-09-20T19:21:41.635Z] + for job in $(jobs -p) [2020-09-20T19:21:41.635Z] + wait 7286 [2020-09-20T19:21:42.391Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-20T19:21:42.392Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-20T19:21:42.574Z] [2020-09-20T19:21:42.574Z] [2020-09-20T19:21:42.574Z] [2020-09-20T19:21:42.574Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2020-09-20T19:21:42.575Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-09-20T19:21:42.836Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-09-20T19:21:42.836Z] HOSTNAME=d95062774961 [2020-09-20T19:21:42.836Z] TEST_SKIP_INTEGRATION=1 [2020-09-20T19:21:42.836Z] TESTDEBUG=0 [2020-09-20T19:21:42.836Z] DEST=bundles/test-integration [2020-09-20T19:21:42.836Z] PWD=/go/src/github.com/docker/docker [2020-09-20T19:21:42.836Z] KEEPBUNDLE=1 [2020-09-20T19:21:42.836Z] DOCKER_GITCOMMIT=98f1115e882dad3fbc3cbaca9ebc0e201c1a527f [2020-09-20T19:21:42.836Z] container=docker [2020-09-20T19:21:42.836Z] HOME=/root [2020-09-20T19:21:42.836Z] GOLANG_VERSION=1.13.15 [2020-09-20T19:21:42.836Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-09-20T19:21:42.836Z] VALIDATE_BRANCH=master [2020-09-20T19:21:42.836Z] TERM=xterm [2020-09-20T19:21:42.836Z] DOCKER_PKG=github.com/docker/docker [2020-09-20T19:21:42.836Z] SHLVL=1 [2020-09-20T19:21:42.836Z] TIMEOUT=120m [2020-09-20T19:21:42.836Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-09-20T19:21:42.836Z] DOCKER_GRAPHDRIVER=overlay2 [2020-09-20T19:21:42.836Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2020-09-20T19:21:42.836Z] GO111MODULE=off [2020-09-20T19:21:42.836Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-09-20T19:21:42.836Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-09-20T19:21:42.836Z] GOPATH=/go [2020-09-20T19:21:42.836Z] PKG_CONFIG=pkg-config [2020-09-20T19:21:42.836Z] _=/usr/bin/env [2020-09-20T19:21:42.836Z] Building test suite binary ./integration-cli/test.main [2020-09-20T19:21:42.836Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-09-20T19:21:42.837Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-09-20T19:21:42.837Z] HOSTNAME=ad122de3ee97 [2020-09-20T19:21:42.837Z] TEST_SKIP_INTEGRATION=1 [2020-09-20T19:21:42.837Z] TESTDEBUG=0 [2020-09-20T19:21:42.837Z] DEST=bundles/test-integration [2020-09-20T19:21:42.837Z] PWD=/go/src/github.com/docker/docker [2020-09-20T19:21:42.837Z] KEEPBUNDLE=1 [2020-09-20T19:21:42.837Z] DOCKER_GITCOMMIT=98f1115e882dad3fbc3cbaca9ebc0e201c1a527f [2020-09-20T19:21:42.837Z] container=docker [2020-09-20T19:21:42.837Z] HOME=/root [2020-09-20T19:21:42.837Z] GOLANG_VERSION=1.13.15 [2020-09-20T19:21:42.837Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-09-20T19:21:42.837Z] VALIDATE_BRANCH=master [2020-09-20T19:21:42.837Z] TERM=xterm [2020-09-20T19:21:42.837Z] DOCKER_PKG=github.com/docker/docker [2020-09-20T19:21:42.837Z] SHLVL=1 [2020-09-20T19:21:42.837Z] TIMEOUT=120m [2020-09-20T19:21:42.837Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-09-20T19:21:42.837Z] DOCKER_GRAPHDRIVER=overlay2 [2020-09-20T19:21:42.837Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2020-09-20T19:21:42.837Z] GO111MODULE=off [2020-09-20T19:21:42.837Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-09-20T19:21:42.837Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-09-20T19:21:42.837Z] GOPATH=/go [2020-09-20T19:21:42.837Z] PKG_CONFIG=pkg-config [2020-09-20T19:21:42.837Z] _=/usr/bin/env [2020-09-20T19:21:42.837Z] Building test suite binary ./integration-cli/test.main [2020-09-20T19:21:43.096Z] No new tests added to integration. [2020-09-20T19:21:43.096Z] [2020-09-20T19:21:43.096Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-09-20T19:21:44.399Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.014s coverage: 2.9% of statements [2020-09-20T19:21:44.399Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.501s coverage: 14.1% of statements [2020-09-20T19:21:44.464Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-20T19:21:44.464Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-20T19:21:44.480Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-09-20T19:21:44.480Z] HOSTNAME=8159f9a0ab88 [2020-09-20T19:21:44.480Z] TESTDEBUG=0 [2020-09-20T19:21:44.480Z] DEST=bundles/test-integration [2020-09-20T19:21:44.480Z] PWD=/go/src/github.com/docker/docker [2020-09-20T19:21:44.480Z] KEEPBUNDLE=1 [2020-09-20T19:21:44.480Z] DOCKER_GITCOMMIT=98f1115e882dad3fbc3cbaca9ebc0e201c1a527f [2020-09-20T19:21:44.480Z] container=docker [2020-09-20T19:21:44.480Z] HOME=/root [2020-09-20T19:21:44.480Z] GOLANG_VERSION=1.13.15 [2020-09-20T19:21:44.480Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-09-20T19:21:44.480Z] VALIDATE_BRANCH=master [2020-09-20T19:21:44.480Z] TERM=xterm [2020-09-20T19:21:44.480Z] DOCKER_PKG=github.com/docker/docker [2020-09-20T19:21:44.480Z] SHLVL=1 [2020-09-20T19:21:44.480Z] TIMEOUT=120m [2020-09-20T19:21:44.480Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-09-20T19:21:44.480Z] DOCKER_GRAPHDRIVER=overlay2 [2020-09-20T19:21:44.480Z] GO111MODULE=off [2020-09-20T19:21:44.480Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-09-20T19:21:44.480Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-09-20T19:21:44.480Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-09-20T19:21:44.480Z] GOPATH=/go [2020-09-20T19:21:44.480Z] PKG_CONFIG=pkg-config [2020-09-20T19:21:44.480Z] _=/usr/bin/env [2020-09-20T19:21:44.480Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-09-20T19:21:46.325Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.591s coverage: 57.0% of statements [2020-09-20T19:21:47.199Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-09-20T19:21:47.199Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.33s) [2020-09-20T19:21:47.199Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.42s) [2020-09-20T19:21:47.199Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.30s) [2020-09-20T19:21:47.199Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.29s) [2020-09-20T19:21:47.199Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.28s) [2020-09-20T19:21:47.199Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.28s) [2020-09-20T19:21:47.199Z] === RUN TestBuildMultiStageCopy [2020-09-20T19:21:47.199Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-09-20T19:21:48.082Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-09-20T19:21:48.339Z] [2020-09-20T19:21:48.339Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-09-20T19:21:48.883Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.015s coverage: 1.8% of statements [2020-09-20T19:21:48.902Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-09-20T19:21:48.902Z] HOSTNAME=5fd97cb29edf [2020-09-20T19:21:48.902Z] DEST=bundles/test-integration [2020-09-20T19:21:48.902Z] PWD=/go/src/github.com/docker/docker [2020-09-20T19:21:48.902Z] DOCKER_ROOTLESS=1 [2020-09-20T19:21:48.902Z] DOCKER_GITCOMMIT=98f1115e882dad3fbc3cbaca9ebc0e201c1a527f [2020-09-20T19:21:48.902Z] container=docker [2020-09-20T19:21:48.902Z] HOME=/root [2020-09-20T19:21:48.902Z] GOLANG_VERSION=1.13.15 [2020-09-20T19:21:48.902Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-09-20T19:21:48.902Z] VALIDATE_BRANCH=master [2020-09-20T19:21:48.902Z] TERM=xterm [2020-09-20T19:21:48.902Z] DOCKER_PKG=github.com/docker/docker [2020-09-20T19:21:48.902Z] SHLVL=1 [2020-09-20T19:21:48.902Z] TIMEOUT=120m [2020-09-20T19:21:48.902Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-09-20T19:21:48.902Z] DOCKER_GRAPHDRIVER=overlay2 [2020-09-20T19:21:48.902Z] GO111MODULE=off [2020-09-20T19:21:48.902Z] DOCKER_EXPERIMENTAL=1 [2020-09-20T19:21:48.902Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-09-20T19:21:48.902Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-09-20T19:21:48.902Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-09-20T19:21:48.902Z] GOPATH=/go [2020-09-20T19:21:48.902Z] PKG_CONFIG=pkg-config [2020-09-20T19:21:48.902Z] _=/usr/bin/env [2020-09-20T19:21:48.902Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-09-20T19:21:49.266Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-09-20T19:21:49.557Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-09-20T19:21:50.190Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-09-20T19:21:50.806Z] ok github.com/docker/docker/daemon/graphdriver/aufs 8.867s coverage: 73.1% of statements [2020-09-20T19:21:50.806Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.447s coverage: 46.2% of statements [2020-09-20T19:21:50.823Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-09-20T19:21:51.455Z] --- PASS: TestBuildMultiStageCopy (4.69s) [2020-09-20T19:21:51.455Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.43s) [2020-09-20T19:21:51.455Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.51s) [2020-09-20T19:21:51.455Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.55s) [2020-09-20T19:21:51.455Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.58s) [2020-09-20T19:21:51.455Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.62s) [2020-09-20T19:21:51.455Z] === RUN TestBuildMultiStageParentConfig [2020-09-20T19:21:52.728Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.043s coverage: 49.5% of statements [2020-09-20T19:21:52.962Z] --- PASS: TestBuildMultiStageParentConfig (1.66s) [2020-09-20T19:21:52.962Z] === RUN TestBuildLabelWithTargets [2020-09-20T19:21:53.305Z] ok github.com/docker/docker/daemon 12.350s coverage: 17.4% of statements [2020-09-20T19:21:53.305Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-09-20T19:21:53.305Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-09-20T19:21:53.305Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-09-20T19:21:53.305Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-09-20T19:21:53.305Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-09-20T19:21:53.305Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.551s coverage: 76.1% of statements [2020-09-20T19:21:54.702Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.022s coverage: 58.0% of statements [2020-09-20T19:21:55.653Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.052s coverage: 3.0% of statements [2020-09-20T19:21:55.653Z] ok github.com/docker/docker/daemon/links 0.024s coverage: 93.0% of statements [2020-09-20T19:21:55.694Z] --- PASS: TestBuildLabelWithTargets (2.42s) [2020-09-20T19:21:55.694Z] === RUN TestBuildWithEmptyLayers [2020-09-20T19:21:56.727Z] --- PASS: TestBuildWithEmptyLayers (1.03s) [2020-09-20T19:21:56.727Z] === RUN TestBuildMultiStageOnBuild [2020-09-20T19:21:57.049Z] ok github.com/docker/docker/daemon/images 0.026s coverage: 4.8% of statements [2020-09-20T19:21:57.999Z] ok github.com/docker/docker/daemon/logger 0.249s coverage: 41.0% of statements [2020-09-20T19:21:57.999Z] ok github.com/docker/docker/daemon/logger/awslogs 0.259s coverage: 77.4% of statements [2020-09-20T19:21:58.949Z] ok github.com/docker/docker/daemon/logger/gelf 0.022s coverage: 67.0% of statements [2020-09-20T19:21:58.949Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.419s coverage: 57.7% of statements [2020-09-20T19:21:58.949Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-09-20T19:21:58.949Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-09-20T19:21:58.949Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-09-20T19:21:58.949Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-09-20T19:21:58.949Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-09-20T19:21:58.949Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-09-20T19:21:59.508Z] --- PASS: TestBuildMultiStageOnBuild (2.95s) [2020-09-20T19:21:59.508Z] === RUN TestBuildUncleanTarFilenames [2020-09-20T19:21:59.531Z] ok github.com/docker/docker/daemon/logger/journald 0.083s coverage: 23.9% of statements [2020-09-20T19:21:59.531Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.014s coverage: 87.2% of statements [2020-09-20T19:21:59.795Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.023s coverage: 61.6% of statements [2020-09-20T19:22:01.015Z] --- PASS: TestBuildUncleanTarFilenames (1.28s) [2020-09-20T19:22:01.015Z] === RUN TestBuildMultiStageLayerLeak [2020-09-20T19:22:01.192Z] ok github.com/docker/docker/daemon/logger/local 0.060s coverage: 75.2% of statements [2020-09-20T19:22:01.192Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-09-20T19:22:01.192Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.041s coverage: 33.3% of statements [2020-09-20T19:22:01.769Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.037s coverage: 37.7% of statements [2020-09-20T19:22:02.346Z] ok github.com/docker/docker/daemon/logger/templates 0.009s coverage: 8.3% of statements [2020-09-20T19:22:02.922Z] ok github.com/docker/docker/daemon/logger/syslog 0.048s coverage: 46.8% of statements [2020-09-20T19:22:03.186Z] ok github.com/docker/docker/daemon/network 0.031s coverage: 63.8% of statements [2020-09-20T19:22:03.745Z] --- PASS: TestBuildMultiStageLayerLeak (3.02s) [2020-09-20T19:22:03.745Z] === RUN TestBuildWithHugeFile [2020-09-20T19:22:04.137Z] ok github.com/docker/docker/daemon/logger/splunk 1.918s coverage: 82.5% of statements [2020-09-20T19:22:04.137Z] ? github.com/docker/docker/daemon/names [no test files] [2020-09-20T19:22:04.137Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-09-20T19:22:04.714Z] ok github.com/docker/docker/distribution/metadata 0.158s coverage: 48.2% of statements [2020-09-20T19:22:06.108Z] ok github.com/docker/docker/distribution 0.619s coverage: 21.9% of statements [2020-09-20T19:22:06.109Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-09-20T19:22:06.109Z] ok github.com/docker/docker/errdefs 0.025s coverage: 49.4% of statements [2020-09-20T19:22:06.146Z] c3aff4450246: Pull complete [2020-09-20T19:22:06.146Z] Digest: sha256:0197a95621a4dc47eb5635f664459a86ec7110d04a99438a54af77bd982487ec [2020-09-20T19:22:06.146Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-20T19:22:06.146Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-20T19:22:06.146Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2020-09-20T19:22:06.146Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2020-09-20T19:22:06.146Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1457' [2020-09-20T19:22:06.146Z] INFO: Docker version of control daemon [2020-09-20T19:22:06.146Z] [2020-09-20T19:22:06.146Z] Client: Docker Engine - Enterprise [2020-09-20T19:22:06.146Z] Version: 19.03.5 [2020-09-20T19:22:06.146Z] API version: 1.40 [2020-09-20T19:22:06.146Z] Go version: go1.12.12 [2020-09-20T19:22:06.146Z] Git commit: 2ee0c57608 [2020-09-20T19:22:06.146Z] Built: 11/13/2019 08:00:16 [2020-09-20T19:22:06.146Z] OS/Arch: windows/amd64 [2020-09-20T19:22:06.146Z] Experimental: false [2020-09-20T19:22:06.146Z] [2020-09-20T19:22:06.146Z] Server: Docker Engine - Enterprise [2020-09-20T19:22:06.146Z] Engine: [2020-09-20T19:22:06.146Z] Version: 19.03.5 [2020-09-20T19:22:06.146Z] API version: 1.40 (minimum version 1.24) [2020-09-20T19:22:06.146Z] Go version: go1.12.12 [2020-09-20T19:22:06.146Z] Git commit: 2ee0c57608 [2020-09-20T19:22:06.146Z] Built: 11/13/2019 07:58:51 [2020-09-20T19:22:06.146Z] OS/Arch: windows/amd64 [2020-09-20T19:22:06.146Z] Experimental: true [2020-09-20T19:22:06.146Z] [2020-09-20T19:22:06.146Z] INFO: Docker info of control daemon [2020-09-20T19:22:06.146Z] [2020-09-20T19:22:06.146Z] Client: [2020-09-20T19:22:06.146Z] Debug Mode: false [2020-09-20T19:22:06.146Z] Plugins: [2020-09-20T19:22:06.146Z] cluster: Manage Docker clusters (Docker Inc., v1.2.0) [2020-09-20T19:22:06.146Z] [2020-09-20T19:22:06.146Z] Server: [2020-09-20T19:22:06.146Z] Containers: 0 [2020-09-20T19:22:06.146Z] Running: 0 [2020-09-20T19:22:06.146Z] Paused: 0 [2020-09-20T19:22:06.146Z] Stopped: 0 [2020-09-20T19:22:06.146Z] Images: 1 [2020-09-20T19:22:06.146Z] Server Version: 19.03.5 [2020-09-20T19:22:06.146Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-09-20T19:22:06.146Z] Windows: [2020-09-20T19:22:06.146Z] LCOW: [2020-09-20T19:22:06.146Z] Logging Driver: json-file [2020-09-20T19:22:06.146Z] Plugins: [2020-09-20T19:22:06.146Z] Volume: local [2020-09-20T19:22:06.146Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-09-20T19:22:06.146Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-09-20T19:22:06.146Z] Swarm: inactive [2020-09-20T19:22:06.146Z] Default Isolation: process [2020-09-20T19:22:06.146Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-09-20T19:22:06.146Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1397) [2020-09-20T19:22:06.146Z] OSType: windows [2020-09-20T19:22:06.146Z] Architecture: x86_64 [2020-09-20T19:22:06.146Z] CPUs: 4 [2020-09-20T19:22:06.146Z] Total Memory: 32GiB [2020-09-20T19:22:06.146Z] Name: azwin-2-9b3a60 [2020-09-20T19:22:06.146Z] ID: 7UHM:SR2K:JI3I:E4V7:ICVB:NJB7:YTAF:HEX5:SBWT:UZR4:PO2L:FJ5F [2020-09-20T19:22:06.146Z] Docker Root Dir: D:\docker [2020-09-20T19:22:06.146Z] Debug Mode: false [2020-09-20T19:22:06.146Z] Registry: https://index.docker.io/v1/ [2020-09-20T19:22:06.146Z] Labels: [2020-09-20T19:22:06.146Z] Experimental: true [2020-09-20T19:22:06.146Z] Insecure Registries: [2020-09-20T19:22:06.146Z] 10.0.0.4:5000 [2020-09-20T19:22:06.146Z] 127.0.0.0/8 [2020-09-20T19:22:06.146Z] Registry Mirrors: [2020-09-20T19:22:06.146Z] http://10.0.0.4:5000/ [2020-09-20T19:22:06.146Z] Live Restore Enabled: false [2020-09-20T19:22:06.146Z] [2020-09-20T19:22:06.146Z] [2020-09-20T19:22:06.146Z] INFO: Commit hash is fcdbcb7d77 [2020-09-20T19:22:06.146Z] INFO: Nuke-Everything... [2020-09-20T19:22:06.146Z] INFO: Container count on control daemon to delete is 0 [2020-09-20T19:22:06.146Z] INFO: Nuking d:\CI [2020-09-20T19:22:06.146Z] INFO: Zapped successfully [2020-09-20T19:22:06.146Z] INFO: Location for testing is d:\CI\PR-38469\32 [2020-09-20T19:22:06.146Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2020-09-20T19:22:06.146Z] [2020-09-20T19:22:06.146Z] [2020-09-20T19:22:06.146Z] INFO: Building the image from Dockerfile.windows at 09/20/2020 19:22:00... [2020-09-20T19:22:06.146Z] [2020-09-20T19:22:06.607Z] Sending build context to Docker daemon 56.19MB [2020-09-20T19:22:06.607Z] [2020-09-20T19:22:06.607Z] Step 1/10 : FROM microsoft/windowsservercore [2020-09-20T19:22:06.607Z] ---> 715aaeac112d [2020-09-20T19:22:06.607Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2020-09-20T19:22:06.607Z] ---> Running in 68bd574e2437 [2020-09-20T19:22:06.687Z] ok github.com/docker/docker/image 0.055s coverage: 86.4% of statements [2020-09-20T19:22:07.069Z] Removing intermediate container 68bd574e2437 [2020-09-20T19:22:07.069Z] ---> 7273bb29ffef [2020-09-20T19:22:07.069Z] Step 3/10 : ARG GO_VERSION=1.13.15 [2020-09-20T19:22:07.069Z] ---> Running in 69ef263b0a08 [2020-09-20T19:22:07.267Z] ok github.com/docker/docker/image/cache 0.021s coverage: 19.2% of statements [2020-09-20T19:22:07.529Z] Removing intermediate container 69ef263b0a08 [2020-09-20T19:22:07.529Z] ---> 256b725e1c9b [2020-09-20T19:22:07.529Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2020-09-20T19:22:07.536Z] ok github.com/docker/docker/image/v1 0.042s coverage: 25.0% of statements [2020-09-20T19:22:07.536Z] ok github.com/docker/docker/distribution/xfer 1.709s coverage: 85.6% of statements [2020-09-20T19:22:07.536Z] ? github.com/docker/docker/dockerversion [no test files] [2020-09-20T19:22:07.536Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-09-20T19:22:07.536Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-09-20T19:22:07.991Z] ---> Running in 6821c8652b05 [2020-09-20T19:22:07.991Z] Removing intermediate container 6821c8652b05 [2020-09-20T19:22:07.991Z] ---> 587963d665c9 [2020-09-20T19:22:07.991Z] 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} [2020-09-20T19:22:08.114Z] ok github.com/docker/docker/libcontainerd/queue 0.043s coverage: 100.0% of statements [2020-09-20T19:22:08.114Z] ok github.com/docker/docker/pkg/aaparser 0.028s coverage: 50.0% of statements [2020-09-20T19:22:08.452Z] ---> Running in 688807c1244e [2020-09-20T19:22:08.452Z] Removing intermediate container 688807c1244e [2020-09-20T19:22:08.452Z] ---> be4666da1b7c [2020-09-20T19:22:08.452Z] 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 { $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; [2020-09-20T19:22:08.452Z] ---> Running in 6952fada0e07 [2020-09-20T19:22:10.040Z] ok github.com/docker/docker/opts 0.101s coverage: 67.1% of statements [2020-09-20T19:22:10.362Z] #65 exporting layers 81.3s done [2020-09-20T19:22:10.362Z] #65 exporting manifest sha256:550d821c9bc3e6e24c49954b673ff841a167a1b62fd2b6c646652f9063c560b5 done [2020-09-20T19:22:10.362Z] #65 exporting config sha256:66d042d0c18fbfd2c0b8567525692cc7c82df9d4102ba7b53d0fe14d9d6da0f0 done [2020-09-20T19:22:10.362Z] #65 sending tarball [2020-09-20T19:22:11.436Z] ok github.com/docker/docker/pkg/broadcaster 0.012s coverage: 100.0% of statements [2020-09-20T19:22:11.436Z] ok github.com/docker/docker/pkg/authorization 1.243s coverage: 68.3% of statements [2020-09-20T19:22:11.436Z] ok github.com/docker/docker/pkg/capabilities 0.018s coverage: 87.5% of statements [2020-09-20T19:22:11.870Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m4.222528298s with top 10 stages: buildssa: 1m38.395196065s, goimports: 22.500185834s, unconvert: 13.393424939s, gosec: 10.388936545s, golint: 6.143973254s, ineffassign: 4.417198218s, misspell: 4.102064569s, inspect: 3.203617074s, vrp: 2.966865505s, ctrlflow: 1.628705445s [2020-09-20T19:22:11.870Z] INFO [runner] Issues before processing: 2299, after processing: 0 [2020-09-20T19:22:11.870Z] INFO [runner] Processors filtering stat (out/in): cgo: 1690/2299, identifier_marker: 1585/1585, exclude-rules: 64/1585, filename_unadjuster: 1690/1690, path_prettifier: 1690/1690, skip_files: 1690/1690, autogenerated_exclude: 1585/1690, exclude: 1585/1585, skip_dirs: 1690/1690, nolint: 0/64 [2020-09-20T19:22:11.870Z] INFO [runner] processing took 58.773491ms with stages: nolint: 25.588305ms, identifier_marker: 16.665274ms, path_prettifier: 7.71891ms, autogenerated_exclude: 3.645075ms, exclude-rules: 3.251093ms, skip_dirs: 1.608554ms, cgo: 185.629µs, filename_unadjuster: 106.588µs, max_same_issues: 1.101µs, uniq_by_line: 668ns, diff: 531ns, skip_files: 370ns, source_code: 343ns, exclude: 304ns, max_from_linter: 304ns, path_shortener: 255ns, max_per_file_from_linter: 187ns [2020-09-20T19:22:11.870Z] INFO [runner] linters took 1m39.777994892s with stages: goanalysis_metalinter: 1m19.415376761s, unused: 20.303601982s [2020-09-20T19:22:11.870Z] INFO File cache stats: 1443 entries of total size 6.8MiB [2020-09-20T19:22:11.870Z] INFO Memory: 1476 samples, avg is 728.2MB, max is 3438.3MB [2020-09-20T19:22:11.870Z] INFO Execution took 3m35.245074727s [2020-09-20T19:22:11.870Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2020-09-20T19:22:12.012Z] ok github.com/docker/docker/pkg/archive 1.106s coverage: 76.9% of statements [2020-09-20T19:22:12.012Z] ok github.com/docker/docker/pkg/directory 0.011s coverage: 80.0% of statements [2020-09-20T19:22:12.212Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-38469/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr32 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=98f1115e882dad3fbc3cbaca9ebc0e201c1a527f -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:98f1115e882dad3fbc3cbaca9ebc0e201c1a527f hack/make.sh dynbinary-daemon test-docker-py [2020-09-20T19:22:12.781Z] [2020-09-20T19:22:12.781Z] Removing bundles/ [2020-09-20T19:22:12.781Z] [2020-09-20T19:22:12.781Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-09-20T19:22:12.781Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-09-20T19:22:12.781Z] GOOS="" GOARCH="" GOARM="" [2020-09-20T19:22:12.960Z] ok github.com/docker/docker/pkg/discovery 0.024s coverage: 58.3% of statements [2020-09-20T19:22:12.960Z] ok github.com/docker/docker/pkg/discovery/file 0.014s coverage: 97.6% of statements [2020-09-20T19:22:13.907Z] ok github.com/docker/docker/pkg/discovery/memory 0.009s coverage: 92.3% of statements [2020-09-20T19:22:14.169Z] ok github.com/docker/docker/pkg/discovery/nodes 0.011s coverage: 93.8% of statements [2020-09-20T19:22:14.744Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2020-09-20T19:22:15.691Z] ok github.com/docker/docker/pkg/filenotify 0.611s coverage: 67.0% of statements [2020-09-20T19:22:16.267Z] ok github.com/docker/docker/pkg/chrootarchive 3.515s coverage: 43.2% of statements [2020-09-20T19:22:16.531Z] ok github.com/docker/docker/pkg/fileutils 0.020s coverage: 89.5% of statements [2020-09-20T19:22:17.046Z] [2020-09-20T19:22:17.046Z] SUCCESS: Specified value was saved. [2020-09-20T19:22:17.107Z] ok github.com/docker/docker/pkg/homedir 0.008s coverage: 11.4% of statements [2020-09-20T19:22:17.107Z] ok github.com/docker/docker/pkg/fsutils 0.277s coverage: 85.1% of statements [2020-09-20T19:22:17.107Z] ok github.com/docker/docker/pkg/discovery/kv 3.099s coverage: 84.1% of statements [2020-09-20T19:22:18.016Z] INFO: Downloading git... [2020-09-20T19:22:18.057Z] ok github.com/docker/docker/layer 7.993s coverage: 68.8% of statements [2020-09-20T19:22:18.057Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-09-20T19:22:18.057Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-09-20T19:22:18.057Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-09-20T19:22:18.057Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-09-20T19:22:18.057Z] ? github.com/docker/docker/oci [no test files] [2020-09-20T19:22:18.057Z] ? github.com/docker/docker/oci/caps [no test files] [2020-09-20T19:22:18.057Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-09-20T19:22:18.057Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-09-20T19:22:18.320Z] ok github.com/docker/docker/pkg/jsonmessage 0.019s coverage: 91.7% of statements [2020-09-20T19:22:18.320Z] ok github.com/docker/docker/pkg/idtools 0.636s coverage: 70.1% of statements [2020-09-20T19:22:18.584Z] ok github.com/docker/docker/pkg/ioutils 0.615s coverage: 69.3% of statements [2020-09-20T19:22:18.584Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-09-20T19:22:18.584Z] ok github.com/docker/docker/pkg/longpath 0.020s coverage: 100.0% of statements [2020-09-20T19:22:18.584Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-09-20T19:22:18.584Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-09-20T19:22:18.847Z] ok github.com/docker/docker/pkg/namesgenerator 0.040s coverage: 85.7% of statements [2020-09-20T19:22:18.847Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-09-20T19:22:19.112Z] ok github.com/docker/docker/pkg/parsers 0.018s coverage: 97.0% of statements [2020-09-20T19:22:19.112Z] ok github.com/docker/docker/pkg/parsers/kernel 0.021s coverage: 60.0% of statements [2020-09-20T19:22:19.375Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.031s coverage: 86.7% of statements [2020-09-20T19:22:19.565Z] INFO: Downloading go... [2020-09-20T19:22:19.639Z] ok github.com/docker/docker/pkg/pidfile 0.022s coverage: 82.4% of statements [2020-09-20T19:22:19.639Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-09-20T19:22:19.639Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-09-20T19:22:20.216Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.024s coverage: 56.8% of statements [2020-09-20T19:22:20.793Z] ok github.com/docker/docker/pkg/pools 0.009s coverage: 88.2% of statements [2020-09-20T19:22:20.793Z] ok github.com/docker/docker/pkg/progress 0.012s coverage: 75.9% of statements [2020-09-20T19:22:20.793Z] ok github.com/docker/docker/pkg/plugins/transport 0.022s coverage: 85.7% of statements [2020-09-20T19:22:21.369Z] ok github.com/docker/docker/pkg/reexec 0.019s coverage: 82.4% of statements [2020-09-20T19:22:22.316Z] ok github.com/docker/docker/pkg/stdcopy 0.011s coverage: 100.0% of statements [2020-09-20T19:22:22.316Z] ok github.com/docker/docker/pkg/pubsub 1.078s coverage: 73.9% of statements [2020-09-20T19:22:22.892Z] ok github.com/docker/docker/pkg/streamformatter 0.010s coverage: 66.2% of statements [2020-09-20T19:22:22.892Z] ok github.com/docker/docker/pkg/stringid 0.008s coverage: 70.6% of statements [2020-09-20T19:22:23.155Z] ok github.com/docker/docker/pkg/symlink 0.020s coverage: 87.7% of statements [2020-09-20T19:22:23.730Z] ok github.com/docker/docker/pkg/sysinfo 0.015s coverage: 54.2% of statements [2020-09-20T19:22:24.305Z] ok github.com/docker/docker/pkg/system 0.029s coverage: 36.9% of statements [2020-09-20T19:22:24.305Z] ok github.com/docker/docker/pkg/signal 2.782s coverage: 61.0% of statements [2020-09-20T19:22:24.569Z] ok github.com/docker/docker/pkg/tailfile 0.154s coverage: 88.6% of statements [2020-09-20T19:22:24.834Z] testing: warning: no tests to run [2020-09-20T19:22:24.834Z] coverage: [no statements] [2020-09-20T19:22:24.834Z] ok github.com/docker/docker/pkg/term/windows 0.014s coverage: [no statements] [no tests to run] [2020-09-20T19:22:25.371Z] INFO: Downloading compiler 1 of 3... [2020-09-20T19:22:25.409Z] ok github.com/docker/docker/pkg/tarsum 0.116s coverage: 89.3% of statements [2020-09-20T19:22:25.409Z] ok github.com/docker/docker/pkg/urlutil 0.011s coverage: 100.0% of statements [2020-09-20T19:22:25.409Z] ok github.com/docker/docker/pkg/truncindex 0.116s coverage: 91.5% of statements [2020-09-20T19:22:25.688Z] ok github.com/docker/docker/pkg/useragent 0.034s coverage: 88.9% of statements [2020-09-20T19:22:25.834Z] INFO: Downloading compiler 2 of 3... [2020-09-20T19:22:25.919Z] #65 sending tarball 15.6s done [2020-09-20T19:22:25.919Z] #65 DONE 96.9s [2020-09-20T19:22:25.919Z] [2020-09-20T19:22:25.919Z] #66 importing to docker [2020-09-20T19:22:26.808Z] INFO: Downloading compiler 3 of 3... [2020-09-20T19:22:27.090Z] ok github.com/docker/docker/plugin/v2 0.012s coverage: 14.5% of statements [2020-09-20T19:22:27.268Z] INFO: Extracting git... [2020-09-20T19:22:27.355Z] ok github.com/docker/docker/profiles/seccomp 0.038s coverage: 72.4% of statements [2020-09-20T19:22:27.930Z] ok github.com/docker/docker/reference 0.039s coverage: 84.4% of statements [2020-09-20T19:22:28.192Z] ok github.com/docker/docker/plugin 0.591s coverage: 23.1% of statements [2020-09-20T19:22:29.143Z] ok github.com/docker/docker/restartmanager 0.013s coverage: 45.3% of statements [2020-09-20T19:22:29.143Z] ok github.com/docker/docker/registry/resumable 0.042s coverage: 100.0% of statements [2020-09-20T19:22:29.719Z] ok github.com/docker/docker/registry 0.252s coverage: 56.3% of statements [2020-09-20T19:22:29.719Z] ok github.com/docker/docker/testutil 0.019s coverage: 62.5% of statements [2020-09-20T19:22:30.295Z] ok github.com/docker/docker/runconfig 0.057s coverage: 66.1% of statements [2020-09-20T19:22:30.866Z] --- PASS: TestBuildWithHugeFile (26.47s) [2020-09-20T19:22:30.866Z] === RUN TestBuildWithEmptyDockerfile [2020-09-20T19:22:30.866Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-20T19:22:30.866Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-20T19:22:30.866Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-20T19:22:30.866Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-20T19:22:30.866Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-20T19:22:30.866Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-20T19:22:30.866Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-20T19:22:30.866Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-20T19:22:30.866Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-20T19:22:30.866Z] --- PASS: TestBuildWithEmptyDockerfile (0.10s) [2020-09-20T19:22:30.866Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.18s) [2020-09-20T19:22:30.866Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.18s) [2020-09-20T19:22:30.866Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.12s) [2020-09-20T19:22:30.866Z] === RUN TestBuildPreserveOwnership [2020-09-20T19:22:30.866Z] === RUN TestBuildPreserveOwnership/copy_from [2020-09-20T19:22:32.220Z] ok github.com/docker/docker/volume/drivers 0.018s coverage: 36.1% of statements [2020-09-20T19:22:32.798Z] ok github.com/docker/docker/volume/local 0.059s coverage: 73.0% of statements [2020-09-20T19:22:33.060Z] ok github.com/docker/docker/volume/mounts 0.069s coverage: 67.0% of statements [2020-09-20T19:22:34.004Z] ok github.com/docker/docker/volume/service 0.024s coverage: 73.1% of statements [2020-09-20T19:22:35.323Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-09-20T19:22:35.541Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-09-20T19:22:35.541Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-09-20T19:22:35.541Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-09-20T19:22:37.389Z] --- PASS: TestBuildPreserveOwnership (6.64s) [2020-09-20T19:22:37.390Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.31s) [2020-09-20T19:22:37.390Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.33s) [2020-09-20T19:22:37.390Z] === RUN TestBuildPlatformInvalid [2020-09-20T19:22:37.390Z] --- PASS: TestBuildPlatformInvalid (0.12s) [2020-09-20T19:22:37.390Z] PASS [2020-09-20T19:22:37.390Z] [2020-09-20T19:22:37.390Z] === Skipped [2020-09-20T19:22:37.390Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2020-09-20T19:22:37.390Z] build_session_test.go:25: TODO: BuildKit [2020-09-20T19:22:37.390Z] [2020-09-20T19:22:37.390Z] [2020-09-20T19:22:37.390Z] DONE 32 tests, 1 skipped in 76.908s [2020-09-20T19:22:37.390Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2020-09-20T19:22:37.390Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:22:37.390Z] ++ set -e [2020-09-20T19:22:37.390Z] ++ '[' -n 0 ']' [2020-09-20T19:22:37.390Z] ++ set -x [2020-09-20T19:22:37.390Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:22:37.681Z] INFO: Testing against a local daemon [2020-09-20T19:22:37.681Z] === RUN TestConfigInspect [2020-09-20T19:22:39.681Z] INFO: Expanding go... [2020-09-20T19:22:42.165Z] --- PASS: TestConfigInspect (3.82s) [2020-09-20T19:22:42.165Z] === RUN TestConfigList [2020-09-20T19:22:44.588Z] #66 DONE 16.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-09-20T19:22:45.082Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-38469/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr32 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=98f1115e882dad3fbc3cbaca9ebc0e201c1a527f -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:98f1115e882dad3fbc3cbaca9ebc0e201c1a527f hack/test/unit [2020-09-20T19:22:45.688Z] --- PASS: TestConfigList (3.62s) [2020-09-20T19:22:45.688Z] === RUN TestConfigsCreateAndDelete [2020-09-20T19:22:48.659Z] ? github.com/docker/docker/api [no test files] [2020-09-20T19:22:49.204Z] --- PASS: TestConfigsCreateAndDelete (3.55s) [2020-09-20T19:22:49.204Z] === RUN TestConfigsUpdate [2020-09-20T19:22:52.719Z] --- PASS: TestConfigsUpdate (3.70s) [2020-09-20T19:22:52.719Z] === RUN TestTemplatedConfig [2020-09-20T19:22:55.971Z] ok github.com/docker/docker/pkg/plugins 33.630s coverage: 76.6% of statements [2020-09-20T19:22:55.971Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-09-20T19:22:55.971Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-09-20T19:22:55.971Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-09-20T19:22:55.971Z] ? github.com/docker/docker/pkg/term [no test files] [2020-09-20T19:22:55.971Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-09-20T19:22:55.971Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-09-20T19:22:55.971Z] ? github.com/docker/docker/rootless [no test files] [2020-09-20T19:22:55.971Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-09-20T19:22:55.971Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-09-20T19:22:55.971Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-09-20T19:22:55.971Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-09-20T19:22:55.971Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-09-20T19:22:55.971Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-09-20T19:22:55.971Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-09-20T19:22:55.971Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-09-20T19:22:55.971Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-09-20T19:22:55.971Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-09-20T19:22:55.971Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-09-20T19:22:55.971Z] ? github.com/docker/docker/testutil/request [no test files] [2020-09-20T19:22:55.971Z] ? github.com/docker/docker/volume [no test files] [2020-09-20T19:22:55.971Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-09-20T19:22:55.971Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-09-20T19:22:55.971Z] [2020-09-20T19:22:55.971Z] === Skipped [2020-09-20T19:22:55.972Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-09-20T19:22:55.972Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-09-20T19:22:55.972Z] [2020-09-20T19:22:55.972Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-09-20T19:22:55.972Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-09-20T19:22:55.972Z] [2020-09-20T19:22:55.972Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-09-20T19:22:55.972Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:22:55.972Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-20T19:22:55.972Z] [2020-09-20T19:22:55.972Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-09-20T19:22:55.972Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:22:55.972Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-20T19:22:55.972Z] [2020-09-20T19:22:55.972Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-09-20T19:22:55.972Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:22:55.972Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-20T19:22:55.972Z] [2020-09-20T19:22:55.972Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-09-20T19:22:55.972Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:22:55.972Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-20T19:22:55.972Z] [2020-09-20T19:22:55.972Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-09-20T19:22:55.972Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:22:55.972Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-20T19:22:55.972Z] [2020-09-20T19:22:55.972Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-09-20T19:22:55.972Z] graphtest_unix.go:73: No driver to put! [2020-09-20T19:22:55.972Z] [2020-09-20T19:22:55.972Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-09-20T19:22:55.972Z] time="2020-09-20T19:21:48Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-20T19:22:55.972Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-20T19:22:55.972Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-20T19:22:55.972Z] [2020-09-20T19:22:55.972Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-09-20T19:22:55.972Z] time="2020-09-20T19:21:48Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-20T19:22:55.972Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-20T19:22:55.972Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-20T19:22:55.972Z] [2020-09-20T19:22:55.972Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-09-20T19:22:55.972Z] time="2020-09-20T19:21:48Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-20T19:22:55.972Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-20T19:22:55.972Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-20T19:22:55.972Z] [2020-09-20T19:22:55.972Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-09-20T19:22:55.972Z] time="2020-09-20T19:21:48Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-20T19:22:55.972Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-20T19:22:55.972Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-20T19:22:55.972Z] [2020-09-20T19:22:55.972Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-09-20T19:22:55.972Z] time="2020-09-20T19:21:48Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-20T19:22:55.972Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-20T19:22:55.972Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-20T19:22:55.972Z] [2020-09-20T19:22:55.972Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-09-20T19:22:55.972Z] graphtest_unix.go:73: No driver to put! [2020-09-20T19:22:55.972Z] [2020-09-20T19:22:55.972Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-09-20T19:22:55.972Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-09-20T19:22:55.972Z] [2020-09-20T19:22:55.972Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-09-20T19:22:55.972Z] overlay_test.go:49: Fails to compute changes intermittently [2020-09-20T19:22:55.972Z] [2020-09-20T19:22:55.972Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-09-20T19:22:55.972Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-09-20T19:22:55.972Z] [2020-09-20T19:22:55.972Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-09-20T19:22:55.972Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-09-20T19:22:55.972Z] [2020-09-20T19:22:55.972Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-09-20T19:22:55.972Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:22:55.972Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-20T19:22:55.972Z] [2020-09-20T19:22:55.972Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-09-20T19:22:55.972Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:22:55.972Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-20T19:22:55.972Z] [2020-09-20T19:22:55.972Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-09-20T19:22:55.972Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:22:55.972Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-20T19:22:55.972Z] [2020-09-20T19:22:55.972Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-09-20T19:22:55.972Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:22:55.972Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-20T19:22:55.972Z] [2020-09-20T19:22:55.972Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-09-20T19:22:55.972Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:22:55.972Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-20T19:22:55.972Z] [2020-09-20T19:22:55.972Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-09-20T19:22:55.972Z] graphtest_unix.go:73: No driver to put! [2020-09-20T19:22:55.972Z] [2020-09-20T19:22:55.972Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-09-20T19:22:55.972Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-09-20T19:22:55.972Z] [2020-09-20T19:22:55.972Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-09-20T19:22:55.972Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-09-20T19:22:55.972Z] [2020-09-20T19:22:55.972Z] [2020-09-20T19:22:55.972Z] DONE 2138 tests, 26 skipped in 192.982s Post stage [Pipeline] junit [2020-09-20T19:22:55.988Z] Recording test results [2020-09-20T19:22:56.234Z] --- PASS: TestTemplatedConfig (3.67s) [2020-09-20T19:22:56.234Z] === RUN TestConfigCreateResolve [2020-09-20T19:22:57.547Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-09-20T19:22:57.547Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-09-20T19:22:57.547Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-20T19:22:58.454Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-38469/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr32 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=98f1115e882dad3fbc3cbaca9ebc0e201c1a527f -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:98f1115e882dad3fbc3cbaca9ebc0e201c1a527f hack/make.sh dynbinary test-integration [2020-09-20T19:22:58.476Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-09-20T19:22:58.476Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-09-20T19:22:59.028Z] [2020-09-20T19:22:59.290Z] Removing bundles/ [2020-09-20T19:22:59.290Z] [2020-09-20T19:22:59.290Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-09-20T19:22:59.290Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-09-20T19:22:59.290Z] GOOS="" GOARCH="" GOARM="" [2020-09-20T19:22:59.749Z] --- PASS: TestConfigCreateResolve (3.68s) [2020-09-20T19:22:59.749Z] === RUN TestConfigDaemonLibtrustID [2020-09-20T19:23:00.040Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2020-09-20T19:23:00.040Z] PASS [2020-09-20T19:23:00.040Z] [2020-09-20T19:23:00.040Z] DONE 7 tests in 22.643s [2020-09-20T19:23:00.040Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2020-09-20T19:23:00.040Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:23:00.040Z] ++ set -e [2020-09-20T19:23:00.040Z] ++ '[' -n 0 ']' [2020-09-20T19:23:00.040Z] ++ set -x [2020-09-20T19:23:00.040Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:23:00.331Z] INFO: Testing against a local daemon [2020-09-20T19:23:00.331Z] === RUN TestCheckpoint [2020-09-20T19:23:00.331Z] --- SKIP: TestCheckpoint (0.00s) [2020-09-20T19:23:00.331Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-20T19:23:00.331Z] === RUN TestContainerInvalidJSON [2020-09-20T19:23:00.331Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-09-20T19:23:00.331Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-09-20T19:23:00.331Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-09-20T19:23:00.331Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-09-20T19:23:00.331Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-09-20T19:23:00.331Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-09-20T19:23:00.331Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-09-20T19:23:00.331Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-09-20T19:23:00.331Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-09-20T19:23:00.331Z] --- PASS: TestContainerInvalidJSON (0.01s) [2020-09-20T19:23:00.331Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-09-20T19:23:00.331Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-09-20T19:23:00.331Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-09-20T19:23:00.331Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-09-20T19:23:00.366Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-09-20T19:23:00.625Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.18s) [2020-09-20T19:23:00.625Z] === RUN TestCopyFromContainerPathIsNotDir [2020-09-20T19:23:00.625Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.22s) [2020-09-20T19:23:00.625Z] === RUN TestCopyToContainerPathDoesNotExist [2020-09-20T19:23:00.810Z] INFO: Expanding compiler 1 of 3... [2020-09-20T19:23:00.810Z] INFO: Expanding compiler 2 of 3... [2020-09-20T19:23:00.916Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.15s) [2020-09-20T19:23:00.916Z] === RUN TestCopyToContainerPathIsNotDir [2020-09-20T19:23:00.916Z] --- PASS: TestCopyToContainerPathIsNotDir (0.17s) [2020-09-20T19:23:00.916Z] === RUN TestCopyFromContainer [2020-09-20T19:23:02.982Z] === RUN TestCopyFromContainer// [2020-09-20T19:23:02.982Z] === RUN TestCopyFromContainer//bar/root [2020-09-20T19:23:03.273Z] === RUN TestCopyFromContainer//bar/root/ [2020-09-20T19:23:03.273Z] === RUN TestCopyFromContainer/bar/quux [2020-09-20T19:23:03.564Z] === RUN TestCopyFromContainer/bar/quux/ [2020-09-20T19:23:03.564Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-09-20T19:23:03.564Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-09-20T19:23:03.564Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-09-20T19:23:03.633Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-09-20T19:23:03.856Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-09-20T19:23:03.856Z] === RUN TestCopyFromContainer/bar/notarget [2020-09-20T19:23:03.856Z] --- PASS: TestCopyFromContainer (2.96s) [2020-09-20T19:23:03.856Z] --- PASS: TestCopyFromContainer// (0.05s) [2020-09-20T19:23:03.856Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2020-09-20T19:23:03.856Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2020-09-20T19:23:03.856Z] --- PASS: TestCopyFromContainer/bar/quux (0.12s) [2020-09-20T19:23:03.856Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2020-09-20T19:23:03.856Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2020-09-20T19:23:03.856Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2020-09-20T19:23:03.856Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2020-09-20T19:23:03.856Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2020-09-20T19:23:03.856Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2020-09-20T19:23:03.856Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-09-20T19:23:03.856Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-20T19:23:03.856Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-20T19:23:03.856Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-20T19:23:03.856Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-20T19:23:03.856Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-20T19:23:03.856Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-20T19:23:03.856Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-20T19:23:03.856Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-20T19:23:03.856Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-20T19:23:03.856Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-09-20T19:23:03.856Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-09-20T19:23:03.856Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-09-20T19:23:03.856Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-09-20T19:23:03.856Z] === RUN TestCreateLinkToNonExistingContainer [2020-09-20T19:23:04.106Z] ok github.com/docker/docker/api/server 0.035s coverage: 9.0% of statements [2020-09-20T19:23:04.147Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2020-09-20T19:23:04.147Z] === RUN TestCreateWithInvalidEnv [2020-09-20T19:23:04.147Z] === RUN TestCreateWithInvalidEnv/0 [2020-09-20T19:23:04.147Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-09-20T19:23:04.147Z] === RUN TestCreateWithInvalidEnv/1 [2020-09-20T19:23:04.147Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-09-20T19:23:04.147Z] === RUN TestCreateWithInvalidEnv/2 [2020-09-20T19:23:04.147Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-09-20T19:23:04.147Z] === CONT TestCreateWithInvalidEnv/0 [2020-09-20T19:23:04.147Z] === CONT TestCreateWithInvalidEnv/2 [2020-09-20T19:23:04.147Z] === CONT TestCreateWithInvalidEnv/1 [2020-09-20T19:23:04.147Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-09-20T19:23:04.147Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-09-20T19:23:04.147Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-09-20T19:23:04.147Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-09-20T19:23:04.147Z] === RUN TestCreateTmpfsMountsTarget [2020-09-20T19:23:04.147Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2020-09-20T19:23:04.147Z] === RUN TestCreateWithCustomMaskedPaths [2020-09-20T19:23:05.004Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-09-20T19:23:05.514Z] INFO: Expanding compiler 3 of 3... [2020-09-20T19:23:06.485Z] INFO: Removing downloaded files... [2020-09-20T19:23:06.485Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2020-09-20T19:23:06.485Z] INFO: Configuring git core.autocrlf... [2020-09-20T19:23:06.875Z] --- PASS: TestCreateWithCustomMaskedPaths (2.46s) [2020-09-20T19:23:06.875Z] === RUN TestCreateWithCustomReadonlyPaths [2020-09-20T19:23:06.897Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-09-20T19:23:07.459Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-09-20T19:23:08.825Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-09-20T19:23:08.964Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.58s) [2020-09-20T19:23:08.964Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-09-20T19:23:09.256Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-20T19:23:09.256Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-20T19:23:09.256Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-20T19:23:09.256Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-20T19:23:09.256Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-20T19:23:09.256Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-20T19:23:09.256Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-20T19:23:09.256Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-20T19:23:09.256Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-20T19:23:09.256Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-20T19:23:09.256Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-20T19:23:09.256Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-20T19:23:09.256Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-20T19:23:09.256Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-20T19:23:09.256Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-20T19:23:09.256Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-09-20T19:23:09.256Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2020-09-20T19:23:09.256Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-09-20T19:23:09.256Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-09-20T19:23:09.256Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-09-20T19:23:09.256Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2020-09-20T19:23:09.256Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-09-20T19:23:09.891Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.83s) [2020-09-20T19:23:09.891Z] === RUN TestCreateDifferentPlatform [2020-09-20T19:23:09.891Z] === RUN TestCreateDifferentPlatform/different_os [2020-09-20T19:23:09.891Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-09-20T19:23:09.891Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2020-09-20T19:23:09.891Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-09-20T19:23:09.891Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-09-20T19:23:09.891Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-09-20T19:23:09.891Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2020-09-20T19:23:09.891Z] === RUN TestContainerStartOnDaemonRestart [2020-09-20T19:23:09.891Z] === PAUSE TestContainerStartOnDaemonRestart [2020-09-20T19:23:09.891Z] === RUN TestDaemonRestartIpcMode [2020-09-20T19:23:09.891Z] === PAUSE TestDaemonRestartIpcMode [2020-09-20T19:23:09.891Z] === RUN TestDaemonHostGatewayIP [2020-09-20T19:23:09.891Z] === PAUSE TestDaemonHostGatewayIP [2020-09-20T19:23:09.891Z] === RUN TestContainerKillOnDaemonStart [2020-09-20T19:23:09.891Z] === PAUSE TestContainerKillOnDaemonStart [2020-09-20T19:23:09.891Z] === RUN TestDiff [2020-09-20T19:23:10.194Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-09-20T19:23:10.926Z] --- PASS: TestDiff (0.86s) [2020-09-20T19:23:10.926Z] === RUN TestExecWithCloseStdin [2020-09-20T19:23:11.562Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-09-20T19:23:11.961Z] --- PASS: TestExecWithCloseStdin (0.96s) [2020-09-20T19:23:11.961Z] === RUN TestExec [2020-09-20T19:23:12.932Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-09-20T19:23:12.994Z] --- PASS: TestExec (0.96s) [2020-09-20T19:23:12.995Z] === RUN TestExecUser [2020-09-20T19:23:13.862Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-09-20T19:23:14.028Z] --- PASS: TestExecUser (1.00s) [2020-09-20T19:23:14.028Z] === RUN TestExportContainerAndImportImage [2020-09-20T19:23:15.062Z] --- PASS: TestExportContainerAndImportImage (1.17s) [2020-09-20T19:23:15.062Z] === RUN TestExportContainerAfterDaemonRestart [2020-09-20T19:23:15.230Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-09-20T19:23:15.230Z] Using test binary docker [2020-09-20T19:23:15.230Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-09-20T19:23:15.230Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-20T19:23:15.230Z] INFO: Waiting for daemon to start... [2020-09-20T19:23:15.230Z] Starting dockerd [2020-09-20T19:23:16.569Z] --- PASS: TestExportContainerAfterDaemonRestart (1.57s) [2020-09-20T19:23:16.569Z] === RUN TestHealthCheckWorkdir [2020-09-20T19:23:17.602Z] --- PASS: TestHealthCheckWorkdir (1.12s) [2020-09-20T19:23:17.602Z] === RUN TestHealthKillContainer [2020-09-20T19:23:17.746Z] . [2020-09-20T19:23:17.746Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-09-20T19:23:17.746Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-09-20T19:23:17.746Z] Error: No such image: emptyfs [2020-09-20T19:23:18.002Z] Running integration-test (iteration 1) [2020-09-20T19:23:18.002Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-09-20T19:23:21.117Z] --- PASS: TestHealthKillContainer (2.96s) [2020-09-20T19:23:21.117Z] === RUN TestInspectCpusetInConfigPre120 [2020-09-20T19:23:21.408Z] --- PASS: TestInspectCpusetInConfigPre120 (0.87s) [2020-09-20T19:23:21.408Z] === RUN TestIpcModeNone [2020-09-20T19:23:22.448Z] --- PASS: TestIpcModeNone (0.93s) [2020-09-20T19:23:22.448Z] === RUN TestIpcModePrivate [2020-09-20T19:23:23.482Z] --- PASS: TestIpcModePrivate (0.91s) [2020-09-20T19:23:23.482Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:105, shared: false, mustBeShared: false [2020-09-20T19:23:23.482Z] === RUN TestIpcModeShareable [2020-09-20T19:23:24.516Z] --- PASS: TestIpcModeShareable (0.94s) [2020-09-20T19:23:24.516Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:99, shared: true, mustBeShared: true [2020-09-20T19:23:24.516Z] === RUN TestAPIIpcModeShareableAndContainer [2020-09-20T19:23:27.247Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.95s) [2020-09-20T19:23:27.247Z] === RUN TestAPIIpcModeHost [2020-09-20T19:23:27.879Z] --- PASS: TestAPIIpcModeHost (0.65s) [2020-09-20T19:23:27.879Z] === RUN TestDaemonIpcModeShareable [2020-09-20T19:23:29.952Z] --- PASS: TestDaemonIpcModeShareable (1.76s) [2020-09-20T19:23:29.952Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-09-20T19:23:29.952Z] === RUN TestDaemonIpcModePrivate [2020-09-20T19:23:30.178Z] Loaded image: buildpack-deps:buster [2020-09-20T19:23:30.434Z] Loaded image: busybox:latest [2020-09-20T19:23:30.434Z] Loaded image: busybox:glibc [2020-09-20T19:23:30.434Z] Loaded image: debian:buster [2020-09-20T19:23:30.690Z] Loaded image: hello-world:latest [2020-09-20T19:23:30.690Z] INFO: Testing against a local daemon [2020-09-20T19:23:30.690Z] === RUN TestCgroupNamespacesBuild [2020-09-20T19:23:31.482Z] --- PASS: TestDaemonIpcModePrivate (1.73s) [2020-09-20T19:23:31.483Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-09-20T19:23:31.483Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-09-20T19:23:32.992Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.74s) [2020-09-20T19:23:32.992Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-09-20T19:23:32.992Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-09-20T19:23:33.958Z] --- PASS: TestCgroupNamespacesBuild (3.23s) [2020-09-20T19:23:33.958Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-09-20T19:23:34.338Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-09-20T19:23:34.338Z] [2020-09-20T19:23:34.338Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2020-09-20T19:23:34.338Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2020-09-20T19:23:34.338Z] Using test binary docker [2020-09-20T19:23:34.338Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-09-20T19:23:34.338Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-20T19:23:34.338Z] INFO: Waiting for daemon to start... [2020-09-20T19:23:34.338Z] Starting dockerd [2020-09-20T19:23:35.058Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.94s) [2020-09-20T19:23:35.058Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-09-20T19:23:35.058Z] === RUN TestIpcModeOlderClient [2020-09-20T19:23:35.058Z] === PAUSE TestIpcModeOlderClient [2020-09-20T19:23:35.058Z] === RUN TestKillContainerInvalidSignal [2020-09-20T19:23:36.092Z] --- PASS: TestKillContainerInvalidSignal (0.83s) [2020-09-20T19:23:36.092Z] === RUN TestKillContainer [2020-09-20T19:23:36.092Z] === RUN TestKillContainer/no_signal [2020-09-20T19:23:36.257Z] . [2020-09-20T19:23:36.257Z] INFO: Building docker-sdk-python3:4.3.0... [2020-09-20T19:23:36.474Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.13s) [2020-09-20T19:23:36.474Z] === RUN TestBuildWithSession [2020-09-20T19:23:36.474Z] --- SKIP: TestBuildWithSession (0.00s) [2020-09-20T19:23:36.474Z] build_session_test.go:25: TODO: BuildKit [2020-09-20T19:23:36.474Z] === RUN TestBuildSquashParent [2020-09-20T19:23:36.724Z] === RUN TestKillContainer/non_killing_signal [2020-09-20T19:23:37.356Z] === RUN TestKillContainer/killing_signal [2020-09-20T19:23:38.392Z] --- PASS: TestKillContainer (2.49s) [2020-09-20T19:23:38.392Z] --- PASS: TestKillContainer/no_signal (0.82s) [2020-09-20T19:23:38.392Z] --- PASS: TestKillContainer/non_killing_signal (0.47s) [2020-09-20T19:23:38.392Z] --- PASS: TestKillContainer/killing_signal (0.81s) [2020-09-20T19:23:38.392Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-09-20T19:23:38.392Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-09-20T19:23:39.426Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-09-20T19:23:40.058Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.68s) [2020-09-20T19:23:40.058Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.81s) [2020-09-20T19:23:40.058Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.51s) [2020-09-20T19:23:40.058Z] === RUN TestKillStoppedContainer [2020-09-20T19:23:40.058Z] --- PASS: TestKillStoppedContainer (0.09s) [2020-09-20T19:23:40.058Z] === RUN TestKillStoppedContainerAPIPre120 [2020-09-20T19:23:40.350Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2020-09-20T19:23:40.350Z] === RUN TestKillDifferentUserContainer [2020-09-20T19:23:40.983Z] --- PASS: TestKillDifferentUserContainer (0.84s) [2020-09-20T19:23:40.983Z] === RUN TestInspectOomKilledTrue [2020-09-20T19:23:40.983Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-09-20T19:23:40.983Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-20T19:23:40.983Z] === RUN TestInspectOomKilledFalse [2020-09-20T19:23:40.983Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-09-20T19:23:40.983Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-20T19:23:40.983Z] === RUN TestLinksEtcHostsContentMatch [2020-09-20T19:23:41.616Z] --- PASS: TestLinksEtcHostsContentMatch (0.58s) [2020-09-20T19:23:41.616Z] === RUN TestLinksContainerNames [2020-09-20T19:23:43.683Z] --- PASS: TestLinksContainerNames (1.71s) [2020-09-20T19:23:43.683Z] === RUN TestLogsFollowTailEmpty [2020-09-20T19:23:44.316Z] --- PASS: TestLogsFollowTailEmpty (0.84s) [2020-09-20T19:23:44.316Z] === RUN TestContainerNetworkMountsNoChown [2020-09-20T19:23:44.561Z] --- PASS: TestBuildSquashParent (7.24s) [2020-09-20T19:23:44.561Z] === RUN TestBuildWithRemoveAndForceRemove [2020-09-20T19:23:44.561Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-20T19:23:44.561Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-20T19:23:44.561Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-20T19:23:44.561Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-20T19:23:44.561Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-20T19:23:44.561Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-20T19:23:44.561Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-20T19:23:44.561Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-20T19:23:44.561Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-20T19:23:44.561Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-20T19:23:44.561Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-20T19:23:44.561Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-20T19:23:44.561Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-20T19:23:44.561Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-20T19:23:44.817Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-20T19:23:44.817Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-20T19:23:44.948Z] --- PASS: TestContainerNetworkMountsNoChown (0.84s) [2020-09-20T19:23:44.948Z] === RUN TestMountDaemonRoot [2020-09-20T19:23:44.948Z] === RUN TestMountDaemonRoot/default [2020-09-20T19:23:44.948Z] === PAUSE TestMountDaemonRoot/default [2020-09-20T19:23:44.948Z] === RUN TestMountDaemonRoot/private [2020-09-20T19:23:44.948Z] === PAUSE TestMountDaemonRoot/private [2020-09-20T19:23:44.948Z] === RUN TestMountDaemonRoot/rprivate [2020-09-20T19:23:44.948Z] === PAUSE TestMountDaemonRoot/rprivate [2020-09-20T19:23:44.948Z] === RUN TestMountDaemonRoot/slave [2020-09-20T19:23:44.948Z] === PAUSE TestMountDaemonRoot/slave [2020-09-20T19:23:44.948Z] === RUN TestMountDaemonRoot/rslave [2020-09-20T19:23:44.948Z] === PAUSE TestMountDaemonRoot/rslave [2020-09-20T19:23:44.948Z] === RUN TestMountDaemonRoot/shared [2020-09-20T19:23:44.948Z] === PAUSE TestMountDaemonRoot/shared [2020-09-20T19:23:44.948Z] === RUN TestMountDaemonRoot/rshared [2020-09-20T19:23:44.948Z] === PAUSE TestMountDaemonRoot/rshared [2020-09-20T19:23:44.948Z] === CONT TestMountDaemonRoot/default [2020-09-20T19:23:44.948Z] === RUN TestMountDaemonRoot/default/bind_root [2020-09-20T19:23:44.949Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-09-20T19:23:44.949Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-09-20T19:23:44.949Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-09-20T19:23:44.949Z] === RUN TestMountDaemonRoot/default/mount_root [2020-09-20T19:23:44.949Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-09-20T19:23:44.949Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-09-20T19:23:44.949Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-09-20T19:23:44.949Z] === CONT TestMountDaemonRoot/rslave [2020-09-20T19:23:44.949Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-09-20T19:23:44.949Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-09-20T19:23:44.949Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-09-20T19:23:44.949Z] === CONT TestMountDaemonRoot/rshared [2020-09-20T19:23:44.949Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-09-20T19:23:44.949Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-09-20T19:23:44.949Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-09-20T19:23:44.949Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-09-20T19:23:44.949Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-09-20T19:23:44.949Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-09-20T19:23:44.949Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-09-20T19:23:44.949Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-09-20T19:23:44.949Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-09-20T19:23:44.949Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-09-20T19:23:44.949Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-09-20T19:23:44.949Z] === CONT TestMountDaemonRoot/shared [2020-09-20T19:23:44.949Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-09-20T19:23:44.949Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-09-20T19:23:44.949Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-09-20T19:23:44.949Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-09-20T19:23:44.949Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-09-20T19:23:44.949Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-09-20T19:23:44.949Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-09-20T19:23:44.949Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-09-20T19:23:44.949Z] === CONT TestMountDaemonRoot/rprivate [2020-09-20T19:23:44.949Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-09-20T19:23:44.949Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-09-20T19:23:44.949Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-09-20T19:23:44.949Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-09-20T19:23:44.949Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-09-20T19:23:44.949Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-09-20T19:23:44.949Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-09-20T19:23:44.949Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-09-20T19:23:44.949Z] === CONT TestMountDaemonRoot/slave [2020-09-20T19:23:44.949Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-09-20T19:23:44.949Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-09-20T19:23:44.949Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-09-20T19:23:44.949Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-09-20T19:23:44.949Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-09-20T19:23:44.949Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-09-20T19:23:44.949Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-09-20T19:23:44.949Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-09-20T19:23:44.949Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-09-20T19:23:44.949Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-09-20T19:23:44.949Z] === CONT TestMountDaemonRoot/private [2020-09-20T19:23:44.949Z] === CONT TestMountDaemonRoot/default/bind_root [2020-09-20T19:23:44.949Z] === RUN TestMountDaemonRoot/private/bind_root [2020-09-20T19:23:44.949Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-09-20T19:23:44.949Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-09-20T19:23:44.949Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-09-20T19:23:44.949Z] === RUN TestMountDaemonRoot/private/mount_root [2020-09-20T19:23:44.949Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-09-20T19:23:44.949Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-09-20T19:23:44.949Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-09-20T19:23:44.949Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-09-20T19:23:45.240Z] === CONT TestMountDaemonRoot/default/mount_root [2020-09-20T19:23:45.240Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-09-20T19:23:45.240Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-09-20T19:23:45.240Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-09-20T19:23:45.240Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-09-20T19:23:45.240Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-09-20T19:23:45.532Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-09-20T19:23:45.532Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-09-20T19:23:45.532Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-09-20T19:23:45.532Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-09-20T19:23:45.532Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-09-20T19:23:45.532Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-09-20T19:23:45.532Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-09-20T19:23:45.532Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-09-20T19:23:45.532Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-09-20T19:23:45.532Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-09-20T19:23:45.532Z] === CONT TestMountDaemonRoot/private/bind_root [2020-09-20T19:23:45.824Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-09-20T19:23:45.824Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-09-20T19:23:45.824Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-09-20T19:23:45.824Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-09-20T19:23:45.824Z] === CONT TestMountDaemonRoot/private/mount_root [2020-09-20T19:23:45.824Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-09-20T19:23:45.824Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-09-20T19:23:46.119Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-09-20T19:23:46.119Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-09-20T19:23:46.119Z] --- PASS: TestMountDaemonRoot (0.01s) [2020-09-20T19:23:46.119Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-09-20T19:23:46.119Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.11s) [2020-09-20T19:23:46.119Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.11s) [2020-09-20T19:23:46.119Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2020-09-20T19:23:46.119Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2020-09-20T19:23:46.119Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-09-20T19:23:46.119Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2020-09-20T19:23:46.119Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2020-09-20T19:23:46.119Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2020-09-20T19:23:46.119Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2020-09-20T19:23:46.119Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-09-20T19:23:46.119Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2020-09-20T19:23:46.119Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2020-09-20T19:23:46.119Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.06s) [2020-09-20T19:23:46.119Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2020-09-20T19:23:46.119Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-09-20T19:23:46.119Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2020-09-20T19:23:46.119Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2020-09-20T19:23:46.119Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2020-09-20T19:23:46.119Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2020-09-20T19:23:46.119Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-09-20T19:23:46.119Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s) [2020-09-20T19:23:46.119Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.12s) [2020-09-20T19:23:46.119Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2020-09-20T19:23:46.119Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.12s) [2020-09-20T19:23:46.119Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-09-20T19:23:46.119Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2020-09-20T19:23:46.119Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.06s) [2020-09-20T19:23:46.120Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.06s) [2020-09-20T19:23:46.120Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2020-09-20T19:23:46.120Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-09-20T19:23:46.120Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2020-09-20T19:23:46.120Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2020-09-20T19:23:46.120Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2020-09-20T19:23:46.120Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2020-09-20T19:23:46.120Z] === RUN TestContainerBindMountNonRecursive [2020-09-20T19:23:46.708Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-20T19:23:46.708Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-20T19:23:48.186Z] --- PASS: TestContainerBindMountNonRecursive (2.24s) [2020-09-20T19:23:48.186Z] === RUN TestNetworkNat [2020-09-20T19:23:49.221Z] --- PASS: TestNetworkNat (0.81s) [2020-09-20T19:23:49.221Z] === RUN TestNetworkLocalhostTCPNat [2020-09-20T19:23:49.229Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-09-20T19:23:49.229Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.59s) [2020-09-20T19:23:49.229Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.60s) [2020-09-20T19:23:49.229Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.94s) [2020-09-20T19:23:49.229Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.98s) [2020-09-20T19:23:49.229Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.99s) [2020-09-20T19:23:49.229Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.99s) [2020-09-20T19:23:49.229Z] === RUN TestBuildMultiStageCopy [2020-09-20T19:23:49.229Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-09-20T19:23:49.853Z] --- PASS: TestNetworkLocalhostTCPNat (0.83s) [2020-09-20T19:23:49.853Z] === RUN TestNetworkLoopbackNat [2020-09-20T19:23:50.986Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-09-20T19:23:51.246Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-09-20T19:23:52.496Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-09-20T19:23:53.058Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-09-20T19:23:53.399Z] --- PASS: TestNetworkLoopbackNat (3.23s) [2020-09-20T19:23:53.399Z] === RUN TestPause [2020-09-20T19:23:54.031Z] --- PASS: TestPause (0.89s) [2020-09-20T19:23:54.031Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-09-20T19:23:54.031Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-20T19:23:54.031Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-20T19:23:54.031Z] === RUN TestPauseStopPausedContainer [2020-09-20T19:23:54.423Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-09-20T19:23:55.065Z] --- PASS: TestPauseStopPausedContainer (0.95s) [2020-09-20T19:23:55.065Z] === RUN TestPsFilter [2020-09-20T19:23:55.350Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-09-20T19:23:55.356Z] --- PASS: TestPsFilter (0.25s) [2020-09-20T19:23:55.356Z] === RUN TestRemoveContainerWithRemovedVolume [2020-09-20T19:23:55.992Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.85s) [2020-09-20T19:23:55.992Z] === RUN TestRemoveContainerWithVolume [2020-09-20T19:23:56.277Z] --- PASS: TestBuildMultiStageCopy (7.33s) [2020-09-20T19:23:56.277Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.33s) [2020-09-20T19:23:56.277Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.02s) [2020-09-20T19:23:56.277Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.98s) [2020-09-20T19:23:56.277Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2020-09-20T19:23:56.277Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2020-09-20T19:23:56.277Z] === RUN TestBuildMultiStageParentConfig [2020-09-20T19:23:57.026Z] --- PASS: TestRemoveContainerWithVolume (0.82s) [2020-09-20T19:23:57.026Z] === RUN TestRemoveContainerRunning [2020-09-20T19:23:57.658Z] --- PASS: TestRemoveContainerRunning (0.83s) [2020-09-20T19:23:57.658Z] === RUN TestRemoveContainerForceRemoveRunning [2020-09-20T19:23:58.692Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.86s) [2020-09-20T19:23:58.692Z] === RUN TestRemoveInvalidContainer [2020-09-20T19:23:58.692Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-09-20T19:23:58.692Z] === RUN TestRenameLinkedContainer [2020-09-20T19:23:59.380Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-09-20T19:24:01.519Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2020-09-20T19:24:01.519Z] === RUN TestBuildLabelWithTargets [2020-09-20T19:24:02.210Z] --- PASS: TestRenameLinkedContainer (3.37s) [2020-09-20T19:24:02.210Z] === RUN TestRenameStoppedContainer [2020-09-20T19:24:02.845Z] --- PASS: TestRenameStoppedContainer (0.87s) [2020-09-20T19:24:02.845Z] === RUN TestRenameRunningContainerAndReuse [2020-09-20T19:24:04.917Z] --- PASS: TestRenameRunningContainerAndReuse (1.74s) [2020-09-20T19:24:04.917Z] === RUN TestRenameInvalidName [2020-09-20T19:24:05.552Z] --- PASS: TestRenameInvalidName (0.83s) [2020-09-20T19:24:05.552Z] === RUN TestRenameAnonymousContainer [2020-09-20T19:24:09.607Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2020-09-20T19:24:09.607Z] === RUN TestBuildWithEmptyLayers [2020-09-20T19:24:11.118Z] --- PASS: TestRenameAnonymousContainer (4.82s) [2020-09-20T19:24:11.118Z] === RUN TestRenameContainerWithSameName [2020-09-20T19:24:11.118Z] --- PASS: TestRenameContainerWithSameName (0.92s) [2020-09-20T19:24:11.118Z] === RUN TestRenameContainerWithLinkedContainer [2020-09-20T19:24:12.123Z] --- PASS: TestBuildWithEmptyLayers (3.00s) [2020-09-20T19:24:12.123Z] === RUN TestBuildMultiStageOnBuild [2020-09-20T19:24:13.185Z] --- PASS: TestRenameContainerWithLinkedContainer (1.69s) [2020-09-20T19:24:13.185Z] === RUN TestResize [2020-09-20T19:24:13.817Z] --- PASS: TestResize (0.87s) [2020-09-20T19:24:13.817Z] === RUN TestResizeWithInvalidSize [2020-09-20T19:24:14.449Z] --- PASS: TestResizeWithInvalidSize (0.83s) [2020-09-20T19:24:14.449Z] === RUN TestResizeWhenContainerNotStarted [2020-09-20T19:24:15.482Z] --- PASS: TestResizeWhenContainerNotStarted (0.81s) [2020-09-20T19:24:15.482Z] === RUN TestDaemonRestartKillContainers [2020-09-20T19:24:15.482Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-20T19:24:15.482Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-20T19:24:15.482Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-20T19:24:15.482Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-20T19:24:15.482Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-20T19:24:15.482Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-20T19:24:15.482Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-20T19:24:15.482Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-20T19:24:15.482Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-20T19:24:15.482Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-20T19:24:15.482Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-20T19:24:15.482Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-20T19:24:15.482Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-20T19:24:15.482Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-20T19:24:15.482Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-20T19:24:15.482Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-20T19:24:15.482Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-20T19:24:15.482Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-20T19:24:15.482Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-20T19:24:15.482Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-20T19:24:15.482Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-20T19:24:15.482Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-20T19:24:15.482Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-20T19:24:15.482Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-20T19:24:15.482Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-20T19:24:15.482Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-20T19:24:17.439Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2020-09-20T19:24:17.439Z] === RUN TestBuildUncleanTarFilenames [2020-09-20T19:24:17.591Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-20T19:24:17.591Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-20T19:24:17.696Z] --- PASS: TestBuildUncleanTarFilenames (0.65s) [2020-09-20T19:24:17.696Z] === RUN TestBuildMultiStageLayerLeak [2020-09-20T19:24:19.104Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-20T19:24:19.104Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-20T19:24:20.768Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-20T19:24:20.768Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-20T19:24:20.813Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-09-20T19:24:20.813Z] [2020-09-20T19:24:20.813Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-09-20T19:24:20.813Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-09-20T19:24:20.813Z] HOSTNAME=14af43f234d6 [2020-09-20T19:24:20.813Z] TESTDEBUG=0 [2020-09-20T19:24:20.813Z] DEST=bundles/test-integration [2020-09-20T19:24:20.813Z] PWD=/go/src/github.com/docker/docker [2020-09-20T19:24:20.813Z] DOCKER_GITCOMMIT=98f1115e882dad3fbc3cbaca9ebc0e201c1a527f [2020-09-20T19:24:20.813Z] container=docker [2020-09-20T19:24:20.813Z] HOME=/root [2020-09-20T19:24:20.813Z] GOLANG_VERSION=1.13.15 [2020-09-20T19:24:20.813Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-09-20T19:24:20.813Z] VALIDATE_BRANCH=master [2020-09-20T19:24:20.813Z] TERM=xterm [2020-09-20T19:24:20.813Z] DOCKER_PKG=github.com/docker/docker [2020-09-20T19:24:20.813Z] SHLVL=1 [2020-09-20T19:24:20.813Z] TIMEOUT=120m [2020-09-20T19:24:20.813Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-09-20T19:24:20.813Z] DOCKER_GRAPHDRIVER=overlay2 [2020-09-20T19:24:20.813Z] GO111MODULE=off [2020-09-20T19:24:20.813Z] DOCKER_EXPERIMENTAL=1 [2020-09-20T19:24:20.813Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-09-20T19:24:20.813Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-09-20T19:24:20.813Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-09-20T19:24:20.813Z] GOPATH=/go [2020-09-20T19:24:20.813Z] PKG_CONFIG=pkg-config [2020-09-20T19:24:20.813Z] _=/usr/bin/env [2020-09-20T19:24:20.813Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-09-20T19:24:22.939Z] --- PASS: TestBuildMultiStageLayerLeak (4.35s) [2020-09-20T19:24:22.939Z] === RUN TestBuildWithHugeFile [2020-09-20T19:24:22.941Z] sha256:166b9eb432249de5270bfde4e7fca65fd38387b492eba2017c057cc99b8371b1 [2020-09-20T19:24:22.941Z] INFO: Starting docker-py tests... [2020-09-20T19:24:22.941Z] ============================= test session starts ============================== [2020-09-20T19:24:22.941Z] platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 [2020-09-20T19:24:22.941Z] rootdir: /src, inifile: pytest.ini [2020-09-20T19:24:22.941Z] plugins: timeout-1.3.3, cov-2.6.1 [2020-09-20T19:24:22.941Z] collected 389 items / 1 deselected / 388 selected [2020-09-20T19:24:22.941Z] [2020-09-20T19:24:22.979Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-20T19:24:22.979Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-20T19:24:25.884Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-20T19:24:25.884Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-20T19:24:26.487Z] ok github.com/docker/docker/api/server/httputils 0.066s coverage: 14.7% of statements [2020-09-20T19:24:26.487Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-09-20T19:24:26.487Z] ok github.com/docker/docker/api/server/middleware 0.024s coverage: 37.7% of statements [2020-09-20T19:24:26.487Z] ? github.com/docker/docker/api/server/router [no test files] [2020-09-20T19:24:26.487Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-09-20T19:24:26.487Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-09-20T19:24:26.487Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-09-20T19:24:26.487Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-09-20T19:24:26.487Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-09-20T19:24:26.487Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-09-20T19:24:26.487Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-09-20T19:24:26.487Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-09-20T19:24:26.487Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-09-20T19:24:26.487Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-09-20T19:24:26.487Z] ok github.com/docker/docker/api/types/filters 0.026s coverage: 92.2% of statements [2020-09-20T19:24:26.487Z] ok github.com/docker/docker/api/types/strslice 0.018s coverage: 90.0% of statements [2020-09-20T19:24:26.487Z] ok github.com/docker/docker/api/types/time 0.004s coverage: 100.0% of statements [2020-09-20T19:24:26.487Z] ok github.com/docker/docker/api/server/router/swarm 0.007s coverage: 5.7% of statements [2020-09-20T19:24:26.487Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-09-20T19:24:26.487Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-09-20T19:24:26.487Z] ? github.com/docker/docker/api/types [no test files] [2020-09-20T19:24:26.487Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-09-20T19:24:26.487Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-09-20T19:24:26.487Z] ? github.com/docker/docker/api/types/container [no test files] [2020-09-20T19:24:26.487Z] ? github.com/docker/docker/api/types/events [no test files] [2020-09-20T19:24:26.487Z] ? github.com/docker/docker/api/types/image [no test files] [2020-09-20T19:24:26.487Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-09-20T19:24:26.487Z] ? github.com/docker/docker/api/types/network [no test files] [2020-09-20T19:24:26.487Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-09-20T19:24:26.487Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-09-20T19:24:26.487Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-09-20T19:24:26.487Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-09-20T19:24:26.487Z] ok github.com/docker/docker/api/types/versions 0.025s coverage: 75.0% of statements [2020-09-20T19:24:26.487Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-09-20T19:24:26.487Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-09-20T19:24:26.487Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-09-20T19:24:26.487Z] ? github.com/docker/docker/builder [no test files] [2020-09-20T19:24:26.487Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-09-20T19:24:26.487Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-09-20T19:24:26.487Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-09-20T19:24:26.487Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-09-20T19:24:26.487Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-09-20T19:24:26.487Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-09-20T19:24:26.487Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-09-20T19:24:26.487Z] ok github.com/docker/docker/builder/dockerignore 0.015s coverage: 96.8% of statements [2020-09-20T19:24:26.487Z] ok github.com/docker/docker/cli/debug 0.019s coverage: 100.0% of statements [2020-09-20T19:24:27.129Z] ok github.com/docker/docker/builder/remotecontext/git 3.996s coverage: 86.3% of statements [2020-09-20T19:24:28.012Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-09-20T19:24:28.012Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.27s) [2020-09-20T19:24:28.012Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.34s) [2020-09-20T19:24:28.012Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.46s) [2020-09-20T19:24:28.012Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.46s) [2020-09-20T19:24:28.012Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.38s) [2020-09-20T19:24:28.012Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.46s) [2020-09-20T19:24:28.012Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.36s) [2020-09-20T19:24:28.012Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.26s) [2020-09-20T19:24:28.012Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.03s) [2020-09-20T19:24:28.012Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.03s) [2020-09-20T19:24:28.012Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.23s) [2020-09-20T19:24:28.012Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.21s) [2020-09-20T19:24:28.012Z] === RUN TestCgroupNamespacesRun [2020-09-20T19:24:28.658Z] ok github.com/docker/docker/builder/remotecontext 0.508s coverage: 13.6% of statements [2020-09-20T19:24:29.709Z] ok github.com/docker/docker/builder/dockerfile 1.309s coverage: 48.0% of statements [2020-09-20T19:24:29.709Z] ? github.com/docker/docker/cli [no test files] [2020-09-20T19:24:29.709Z] ? github.com/docker/docker/cli/config [no test files] [2020-09-20T19:24:30.185Z] --- PASS: TestCgroupNamespacesRun (1.72s) [2020-09-20T19:24:30.185Z] === RUN TestCgroupNamespacesRunPrivileged [2020-09-20T19:24:31.826Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.62s) [2020-09-20T19:24:31.826Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-09-20T19:24:33.459Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.75s) [2020-09-20T19:24:33.459Z] === RUN TestCgroupNamespacesRunHostMode [2020-09-20T19:24:34.042Z] tests/integration/api_build_test.py .......................X [ 6%] [2020-09-20T19:24:34.610Z] tests/integration/api_client_test.py ..... [ 7%] [2020-09-20T19:24:35.110Z] --- PASS: TestCgroupNamespacesRunHostMode (1.69s) [2020-09-20T19:24:35.110Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-09-20T19:24:35.355Z] ok github.com/docker/docker/client 0.612s coverage: 75.4% of statements [2020-09-20T19:24:35.808Z] tests/integration/api_config_test.py ..... [ 8%] [2020-09-20T19:24:36.736Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.71s) [2020-09-20T19:24:36.736Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-09-20T19:24:38.380Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.61s) [2020-09-20T19:24:38.380Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-09-20T19:24:38.963Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-09-20T19:24:39.012Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.81s) [2020-09-20T19:24:39.012Z] === RUN TestCgroupNamespacesRunOlderClient [2020-09-20T19:24:40.354Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-09-20T19:24:41.143Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.75s) [2020-09-20T19:24:41.143Z] === RUN TestKernelTCPMemory [2020-09-20T19:24:41.787Z] --- PASS: TestKernelTCPMemory (0.84s) [2020-09-20T19:24:41.787Z] === RUN TestNISDomainname [2020-09-20T19:24:42.820Z] --- PASS: TestNISDomainname (0.97s) [2020-09-20T19:24:42.820Z] === RUN TestHostnameDnsResolution [2020-09-20T19:24:42.906Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-09-20T19:24:44.417Z] --- PASS: TestHostnameDnsResolution (1.70s) [2020-09-20T19:24:44.417Z] === RUN TestStats [2020-09-20T19:24:47.144Z] --- PASS: TestStats (2.90s) [2020-09-20T19:24:47.144Z] === RUN TestStopContainerWithTimeout [2020-09-20T19:24:47.144Z] === RUN TestStopContainerWithTimeout/0 [2020-09-20T19:24:47.144Z] === PAUSE TestStopContainerWithTimeout/0 [2020-09-20T19:24:47.144Z] === RUN TestStopContainerWithTimeout/1 [2020-09-20T19:24:47.144Z] === PAUSE TestStopContainerWithTimeout/1 [2020-09-20T19:24:47.144Z] === RUN TestStopContainerWithTimeout/3 [2020-09-20T19:24:47.144Z] === PAUSE TestStopContainerWithTimeout/3 [2020-09-20T19:24:47.144Z] === RUN TestStopContainerWithTimeout/-1 [2020-09-20T19:24:47.144Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-09-20T19:24:47.144Z] === CONT TestStopContainerWithTimeout/0 [2020-09-20T19:24:47.144Z] === CONT TestStopContainerWithTimeout/-1 [2020-09-20T19:24:48.177Z] === CONT TestStopContainerWithTimeout/3 [2020-09-20T19:24:50.247Z] === CONT TestStopContainerWithTimeout/1 [2020-09-20T19:24:52.313Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-09-20T19:24:52.313Z] --- PASS: TestStopContainerWithTimeout/0 (1.10s) [2020-09-20T19:24:52.313Z] --- PASS: TestStopContainerWithTimeout/-1 (3.01s) [2020-09-20T19:24:52.313Z] --- PASS: TestStopContainerWithTimeout/3 (2.85s) [2020-09-20T19:24:52.313Z] --- PASS: TestStopContainerWithTimeout/1 (1.86s) [2020-09-20T19:24:52.313Z] === RUN TestDeleteDevicemapper [2020-09-20T19:24:52.313Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-09-20T19:24:52.313Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-20T19:24:52.313Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-09-20T19:24:55.839Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.35s) [2020-09-20T19:24:55.839Z] === RUN TestUpdateMemory [2020-09-20T19:24:55.839Z] --- SKIP: TestUpdateMemory (0.00s) [2020-09-20T19:24:55.839Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-09-20T19:24:55.839Z] === RUN TestUpdateCPUQuota [2020-09-20T19:24:56.473Z] --- PASS: TestUpdateCPUQuota (1.18s) [2020-09-20T19:24:56.473Z] === RUN TestUpdatePidsLimit [2020-09-20T19:24:56.473Z] === RUN TestUpdatePidsLimit/update_from_none [2020-09-20T19:24:57.106Z] === RUN TestUpdatePidsLimit/no_change [2020-09-20T19:24:57.398Z] === RUN TestUpdatePidsLimit/update_lower [2020-09-20T19:24:58.030Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-09-20T19:24:58.321Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-09-20T19:24:58.613Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-09-20T19:24:59.245Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-09-20T19:25:00.753Z] --- PASS: TestUpdatePidsLimit (3.88s) [2020-09-20T19:25:00.753Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.38s) [2020-09-20T19:25:00.753Z] --- PASS: TestUpdatePidsLimit/no_change (0.40s) [2020-09-20T19:25:00.753Z] --- PASS: TestUpdatePidsLimit/update_lower (0.49s) [2020-09-20T19:25:00.753Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.44s) [2020-09-20T19:25:00.753Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.38s) [2020-09-20T19:25:00.753Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.43s) [2020-09-20T19:25:00.753Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.37s) [2020-09-20T19:25:00.753Z] === RUN TestUpdateRestartPolicy [2020-09-20T19:25:03.019Z] Removing intermediate container 6952fada0e07 [2020-09-20T19:25:03.019Z] ---> a3b6597ba07a [2020-09-20T19:25:03.019Z] 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 [2020-09-20T19:25:03.019Z] ---> Running in 71ed624bb57e [2020-09-20T19:25:03.019Z] INFO: Building gotestsum version v0.5.3 in C:\gopath [2020-09-20T19:25:03.019Z] go: finding gotest.tools v0.5.3 [2020-09-20T19:25:03.019Z] go: finding gotest.tools/gotestsum v0.5.3 [2020-09-20T19:25:03.019Z] go: downloading gotest.tools/gotestsum v0.5.3 [2020-09-20T19:25:03.019Z] go: extracting gotest.tools/gotestsum v0.5.3 [2020-09-20T19:25:03.019Z] go: downloading github.com/spf13/pflag v1.0.3 [2020-09-20T19:25:03.019Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-09-20T19:25:03.019Z] go: downloading github.com/fatih/color v1.9.0 [2020-09-20T19:25:03.019Z] go: extracting github.com/spf13/pflag v1.0.3 [2020-09-20T19:25:03.019Z] go: extracting github.com/fatih/color v1.9.0 [2020-09-20T19:25:03.019Z] go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-09-20T19:25:03.019Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2020-09-20T19:25:03.019Z] go: extracting github.com/mattn/go-isatty v0.0.12 [2020-09-20T19:25:03.019Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-20T19:25:03.019Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-09-20T19:25:03.019Z] go: downloading github.com/pkg/errors v0.9.1 [2020-09-20T19:25:03.019Z] go: extracting github.com/pkg/errors v0.9.1 [2020-09-20T19:25:03.019Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2020-09-20T19:25:03.019Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-09-20T19:25:03.019Z] go: extracting github.com/mattn/go-colorable v0.1.6 [2020-09-20T19:25:03.019Z] go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-09-20T19:25:03.019Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-20T19:25:03.019Z] go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-09-20T19:25:03.019Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-09-20T19:25:03.019Z] go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-09-20T19:25:03.019Z] go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-09-20T19:25:03.019Z] go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-09-20T19:25:03.019Z] go: finding github.com/fatih/color v1.9.0 [2020-09-20T19:25:03.019Z] go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-09-20T19:25:03.019Z] go: finding github.com/pkg/errors v0.9.1 [2020-09-20T19:25:03.019Z] go: finding github.com/spf13/pflag v1.0.3 [2020-09-20T19:25:03.019Z] go: finding github.com/mattn/go-colorable v0.1.6 [2020-09-20T19:25:03.019Z] go: finding github.com/mattn/go-isatty v0.0.12 [2020-09-20T19:25:03.019Z] go: finding github.com/jonboulle/clockwork v0.1.0 [2020-09-20T19:25:03.019Z] go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-09-20T19:25:03.019Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-20T19:25:03.019Z] go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-09-20T19:25:03.019Z] go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-09-20T19:25:03.991Z] INFO: Build done for gotestsum... [2020-09-20T19:25:04.437Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2020-09-20T19:25:04.904Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-09-20T19:25:04.904Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-09-20T19:25:04.904Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-09-20T19:25:06.293Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-09-20T19:25:06.556Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-09-20T19:25:08.480Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-09-20T19:25:11.792Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-09-20T19:25:13.573Z] --- PASS: TestUpdateRestartPolicy (12.71s) [2020-09-20T19:25:13.573Z] === RUN TestUpdateRestartWithAutoRemove [2020-09-20T19:25:13.710Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-09-20T19:25:14.212Z] --- PASS: TestUpdateRestartWithAutoRemove (0.84s) [2020-09-20T19:25:14.212Z] === RUN TestWaitNonBlocked [2020-09-20T19:25:14.212Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-20T19:25:14.212Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-20T19:25:14.212Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-20T19:25:14.212Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-20T19:25:14.212Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-20T19:25:14.212Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-20T19:25:14.834Z] ok github.com/docker/docker/cmd/dockerd 0.145s coverage: 30.8% of statements [2020-09-20T19:25:15.244Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-09-20T19:25:15.244Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.14s) [2020-09-20T19:25:15.244Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.22s) [2020-09-20T19:25:15.244Z] === RUN TestWaitBlocked [2020-09-20T19:25:15.244Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-20T19:25:15.244Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-20T19:25:15.244Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-09-20T19:25:15.244Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-09-20T19:25:15.244Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-20T19:25:15.244Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-09-20T19:25:15.630Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-09-20T19:25:15.893Z] ok github.com/docker/docker/container 0.163s coverage: 34.7% of statements [2020-09-20T19:25:15.893Z] ? github.com/docker/docker/container/stream [no test files] [2020-09-20T19:25:15.893Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-09-20T19:25:15.893Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-09-20T19:25:15.893Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-09-20T19:25:16.277Z] --- PASS: TestWaitBlocked (0.01s) [2020-09-20T19:25:16.277Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.03s) [2020-09-20T19:25:16.277Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.12s) [2020-09-20T19:25:16.277Z] === CONT TestContainerStartOnDaemonRestart [2020-09-20T19:25:16.277Z] === CONT TestIpcModeOlderClient [2020-09-20T19:25:16.568Z] --- PASS: TestIpcModeOlderClient (0.19s) [2020-09-20T19:25:16.568Z] === CONT TestDaemonHostGatewayIP [2020-09-20T19:25:16.574Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-09-20T19:25:18.492Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-09-20T19:25:18.681Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.021s coverage: 65.3% of statements [2020-09-20T19:25:18.922Z] Removing intermediate container 71ed624bb57e [2020-09-20T19:25:18.922Z] ---> cac47b612503 [2020-09-20T19:25:18.922Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2020-09-20T19:25:18.922Z] ---> Running in 99f7fd9d163d [2020-09-20T19:25:18.922Z] Removing intermediate container 99f7fd9d163d [2020-09-20T19:25:18.922Z] ---> 7065fe2eeabe [2020-09-20T19:25:18.922Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2020-09-20T19:25:18.922Z] ---> Running in 6b91346113e4 [2020-09-20T19:25:19.117Z] --- PASS: TestBuildWithHugeFile (51.83s) [2020-09-20T19:25:19.117Z] === RUN TestBuildWithEmptyDockerfile [2020-09-20T19:25:19.117Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-20T19:25:19.117Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-20T19:25:19.117Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-20T19:25:19.117Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-20T19:25:19.117Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-20T19:25:19.117Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-20T19:25:19.117Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-20T19:25:19.117Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-20T19:25:19.117Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-20T19:25:19.117Z] --- PASS: TestBuildWithEmptyDockerfile (0.12s) [2020-09-20T19:25:19.117Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s) [2020-09-20T19:25:19.117Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s) [2020-09-20T19:25:19.117Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2020-09-20T19:25:19.117Z] === RUN TestBuildPreserveOwnership [2020-09-20T19:25:19.117Z] === RUN TestBuildPreserveOwnership/copy_from [2020-09-20T19:25:19.298Z] --- PASS: TestContainerStartOnDaemonRestart (3.00s) [2020-09-20T19:25:19.298Z] === CONT TestContainerKillOnDaemonStart [2020-09-20T19:25:19.382Z] Removing intermediate container 6b91346113e4 [2020-09-20T19:25:19.382Z] ---> 0ad07146d3b4 [2020-09-20T19:25:19.382Z] Step 10/10 : COPY . . [2020-09-20T19:25:19.882Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-09-20T19:25:19.930Z] --- PASS: TestDaemonHostGatewayIP (3.39s) [2020-09-20T19:25:19.930Z] === CONT TestDaemonRestartIpcMode [2020-09-20T19:25:20.045Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-09-20T19:25:20.862Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-09-20T19:25:20.862Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-09-20T19:25:20.862Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-09-20T19:25:20.862Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-09-20T19:25:21.432Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-09-20T19:25:21.804Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-09-20T19:25:23.192Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-09-20T19:25:23.448Z] --- PASS: TestDaemonRestartIpcMode (3.50s) [2020-09-20T19:25:24.209Z] --- PASS: TestBuildPreserveOwnership (9.85s) [2020-09-20T19:25:24.209Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.84s) [2020-09-20T19:25:24.209Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2020-09-20T19:25:24.209Z] === RUN TestBuildPlatformInvalid [2020-09-20T19:25:24.209Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2020-09-20T19:25:24.209Z] PASS [2020-09-20T19:25:24.209Z] [2020-09-20T19:25:24.209Z] === Skipped [2020-09-20T19:25:24.209Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-09-20T19:25:24.209Z] build_session_test.go:25: TODO: BuildKit [2020-09-20T19:25:24.209Z] [2020-09-20T19:25:24.209Z] [2020-09-20T19:25:24.209Z] DONE 32 tests, 1 skipped in 126.202s [2020-09-20T19:25:24.209Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-09-20T19:25:24.464Z] INFO: Testing against a local daemon [2020-09-20T19:25:24.464Z] === RUN TestConfigInspect [2020-09-20T19:25:24.464Z] --- SKIP: TestConfigInspect (0.02s) [2020-09-20T19:25:24.464Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:25:24.464Z] === RUN TestConfigList [2020-09-20T19:25:24.464Z] --- SKIP: TestConfigList (0.01s) [2020-09-20T19:25:24.464Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:25:24.464Z] === RUN TestConfigsCreateAndDelete [2020-09-20T19:25:24.464Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2020-09-20T19:25:24.464Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:25:24.464Z] === RUN TestConfigsUpdate [2020-09-20T19:25:24.464Z] --- SKIP: TestConfigsUpdate (0.02s) [2020-09-20T19:25:24.464Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:25:24.464Z] === RUN TestTemplatedConfig [2020-09-20T19:25:24.464Z] --- SKIP: TestTemplatedConfig (0.00s) [2020-09-20T19:25:24.464Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:25:24.464Z] === RUN TestConfigCreateResolve [2020-09-20T19:25:24.464Z] --- SKIP: TestConfigCreateResolve (0.01s) [2020-09-20T19:25:24.464Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:25:24.464Z] === RUN TestConfigDaemonLibtrustID [2020-09-20T19:25:24.582Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-09-20T19:25:25.662Z] ok github.com/docker/docker/daemon/cluster/convert 0.047s coverage: 35.9% of statements [2020-09-20T19:25:25.966Z] ok github.com/docker/docker/daemon/cluster 0.149s coverage: 0.5% of statements [2020-09-20T19:25:25.971Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-09-20T19:25:25.971Z] Using test binary docker [2020-09-20T19:25:25.971Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-09-20T19:25:26.232Z] +++ /etc/init.d/apparmor start [2020-09-20T19:25:26.232Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-20T19:25:26.232Z] INFO: Waiting for daemon to start... [2020-09-20T19:25:26.232Z] Starting dockerd [2020-09-20T19:25:26.232Z] +++ 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 [2020-09-20T19:25:26.353Z] --- PASS: TestConfigDaemonLibtrustID (1.54s) [2020-09-20T19:25:26.353Z] PASS [2020-09-20T19:25:26.353Z] [2020-09-20T19:25:26.353Z] === Skipped [2020-09-20T19:25:26.353Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2020-09-20T19:25:26.353Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:25:26.353Z] [2020-09-20T19:25:26.353Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2020-09-20T19:25:26.353Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:25:26.353Z] [2020-09-20T19:25:26.353Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2020-09-20T19:25:26.353Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:25:26.353Z] [2020-09-20T19:25:26.353Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.02s) [2020-09-20T19:25:26.353Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:25:26.353Z] [2020-09-20T19:25:26.353Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2020-09-20T19:25:26.353Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:25:26.353Z] [2020-09-20T19:25:26.353Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2020-09-20T19:25:26.353Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:25:26.353Z] [2020-09-20T19:25:26.353Z] [2020-09-20T19:25:26.353Z] DONE 7 tests, 6 skipped in 1.738s [2020-09-20T19:25:26.353Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-09-20T19:25:26.353Z] INFO: Testing against a local daemon [2020-09-20T19:25:26.353Z] === RUN TestCheckpoint [2020-09-20T19:25:26.353Z] --- SKIP: TestCheckpoint (0.00s) [2020-09-20T19:25:26.353Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-20T19:25:26.353Z] === RUN TestContainerInvalidJSON [2020-09-20T19:25:26.353Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-09-20T19:25:26.353Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-09-20T19:25:26.353Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-09-20T19:25:26.353Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-09-20T19:25:26.353Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-09-20T19:25:26.353Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-09-20T19:25:26.353Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-09-20T19:25:26.353Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-09-20T19:25:26.353Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-09-20T19:25:26.353Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-09-20T19:25:26.353Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-09-20T19:25:26.353Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-09-20T19:25:26.353Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-09-20T19:25:26.353Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-09-20T19:25:26.353Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.04s) [2020-09-20T19:25:26.353Z] === RUN TestCopyFromContainerPathIsNotDir [2020-09-20T19:25:26.353Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2020-09-20T19:25:26.353Z] === RUN TestCopyToContainerPathDoesNotExist [2020-09-20T19:25:26.353Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2020-09-20T19:25:26.353Z] === RUN TestCopyToContainerPathIsNotDir [2020-09-20T19:25:26.353Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2020-09-20T19:25:26.353Z] === RUN TestCopyFromContainer [2020-09-20T19:25:26.728Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-09-20T19:25:29.527Z] ok github.com/docker/docker/daemon/discovery 0.024s coverage: 30.0% of statements [2020-09-20T19:25:30.519Z] === RUN TestCopyFromContainer// [2020-09-20T19:25:30.519Z] === RUN TestCopyFromContainer//bar/root [2020-09-20T19:25:30.519Z] === RUN TestCopyFromContainer//bar/root/ [2020-09-20T19:25:30.519Z] === RUN TestCopyFromContainer/bar/quux [2020-09-20T19:25:30.519Z] === RUN TestCopyFromContainer/bar/quux/ [2020-09-20T19:25:30.519Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-09-20T19:25:30.519Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-09-20T19:25:30.519Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-09-20T19:25:30.519Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-09-20T19:25:30.775Z] === RUN TestCopyFromContainer/bar/notarget [2020-09-20T19:25:30.775Z] --- PASS: TestCopyFromContainer (4.48s) [2020-09-20T19:25:30.775Z] --- PASS: TestCopyFromContainer// (0.07s) [2020-09-20T19:25:30.775Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2020-09-20T19:25:30.775Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2020-09-20T19:25:30.775Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2020-09-20T19:25:30.775Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2020-09-20T19:25:30.775Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2020-09-20T19:25:30.775Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2020-09-20T19:25:30.775Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2020-09-20T19:25:30.775Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2020-09-20T19:25:30.775Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2020-09-20T19:25:30.775Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-09-20T19:25:30.775Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-20T19:25:30.775Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-20T19:25:30.775Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-20T19:25:30.775Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-20T19:25:30.775Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-20T19:25:30.775Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-20T19:25:30.775Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-20T19:25:30.775Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-20T19:25:30.775Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-20T19:25:30.775Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-09-20T19:25:30.775Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-09-20T19:25:30.775Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-09-20T19:25:30.775Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-09-20T19:25:30.775Z] === RUN TestCreateLinkToNonExistingContainer [2020-09-20T19:25:30.775Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2020-09-20T19:25:30.775Z] === RUN TestCreateWithInvalidEnv [2020-09-20T19:25:30.775Z] === RUN TestCreateWithInvalidEnv/0 [2020-09-20T19:25:30.775Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-09-20T19:25:30.775Z] === RUN TestCreateWithInvalidEnv/1 [2020-09-20T19:25:30.775Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-09-20T19:25:30.775Z] === RUN TestCreateWithInvalidEnv/2 [2020-09-20T19:25:30.775Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-09-20T19:25:30.775Z] === CONT TestCreateWithInvalidEnv/0 [2020-09-20T19:25:30.775Z] === CONT TestCreateWithInvalidEnv/2 [2020-09-20T19:25:30.775Z] === CONT TestCreateWithInvalidEnv/1 [2020-09-20T19:25:30.775Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-09-20T19:25:30.775Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-09-20T19:25:30.775Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-09-20T19:25:30.775Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-09-20T19:25:30.775Z] === RUN TestCreateTmpfsMountsTarget [2020-09-20T19:25:30.775Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-09-20T19:25:30.775Z] === RUN TestCreateWithCustomMaskedPaths [2020-09-20T19:25:31.523Z] . [2020-09-20T19:25:31.523Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-09-20T19:25:31.523Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-09-20T19:25:31.523Z] Error: No such image: emptyfs [2020-09-20T19:25:31.523Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-09-20T19:25:31.523Z] ++++ docker load [2020-09-20T19:25:31.523Z] Running integration-test (iteration 1) [2020-09-20T19:25:31.523Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2020-09-20T19:25:31.523Z] ++ 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 [2020-09-20T19:25:31.523Z] ++ set -e [2020-09-20T19:25:31.523Z] ++ '[' -n 0 ']' [2020-09-20T19:25:31.523Z] ++ set -x [2020-09-20T19:25:31.523Z] ++ 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 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 [2020-09-20T19:25:31.924Z] --- PASS: TestContainerKillOnDaemonStart (12.13s) [2020-09-20T19:25:31.924Z] PASS [2020-09-20T19:25:31.924Z] [2020-09-20T19:25:31.924Z] === Skipped [2020-09-20T19:25:31.924Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2020-09-20T19:25:31.924Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-20T19:25:31.924Z] [2020-09-20T19:25:31.925Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) [2020-09-20T19:25:31.925Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-20T19:25:31.925Z] [2020-09-20T19:25:31.925Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2020-09-20T19:25:31.925Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-20T19:25:31.925Z] [2020-09-20T19:25:31.925Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-20T19:25:31.925Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-20T19:25:31.925Z] [2020-09-20T19:25:31.925Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2020-09-20T19:25:31.925Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-20T19:25:31.925Z] [2020-09-20T19:25:31.925Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2020-09-20T19:25:31.925Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-09-20T19:25:31.925Z] [2020-09-20T19:25:31.925Z] [2020-09-20T19:25:31.925Z] DONE 192 tests, 6 skipped in 151.343s [2020-09-20T19:25:31.925Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2020-09-20T19:25:31.925Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:25:31.925Z] ++ set -e [2020-09-20T19:25:31.925Z] ++ '[' -n 0 ']' [2020-09-20T19:25:31.925Z] ++ set -x [2020-09-20T19:25:31.925Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:25:31.925Z] INFO: Testing against a local daemon [2020-09-20T19:25:31.925Z] === RUN TestCommitInheritsEnv [2020-09-20T19:25:32.149Z] --- PASS: TestCreateWithCustomMaskedPaths (1.16s) [2020-09-20T19:25:32.149Z] === RUN TestCreateWithCustomReadonlyPaths [2020-09-20T19:25:32.304Z] ok github.com/docker/docker/daemon/events 0.119s coverage: 50.0% of statements [2020-09-20T19:25:32.556Z] --- PASS: TestCommitInheritsEnv (0.58s) [2020-09-20T19:25:32.556Z] === RUN TestImportExtremelyLargeImageWorks [2020-09-20T19:25:32.556Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-09-20T19:25:32.556Z] === RUN TestImagesFilterMultiReference [2020-09-20T19:25:32.556Z] --- PASS: TestImagesFilterMultiReference (0.04s) [2020-09-20T19:25:32.556Z] === RUN TestImagePullPlatformInvalid [2020-09-20T19:25:32.556Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2020-09-20T19:25:32.556Z] === RUN TestRemoveImageOrphaning [2020-09-20T19:25:32.847Z] --- PASS: TestRemoveImageOrphaning (0.51s) [2020-09-20T19:25:32.847Z] === RUN TestRemoveImageGarbageCollector [2020-09-20T19:25:32.847Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-09-20T19:25:32.847Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:25:32.847Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-09-20T19:25:32.847Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-09-20T19:25:32.847Z] === RUN TestTagInvalidReference [2020-09-20T19:25:32.847Z] --- PASS: TestTagInvalidReference (0.01s) [2020-09-20T19:25:32.847Z] === RUN TestTagValidPrefixedRepo [2020-09-20T19:25:32.954Z] ok github.com/docker/docker/daemon/config 0.112s coverage: 81.8% of statements [2020-09-20T19:25:33.145Z] --- PASS: TestTagValidPrefixedRepo (0.03s) [2020-09-20T19:25:33.145Z] === RUN TestTagExistedNameWithoutForce [2020-09-20T19:25:33.145Z] --- PASS: TestTagExistedNameWithoutForce (0.01s) [2020-09-20T19:25:33.145Z] === RUN TestTagOfficialNames [2020-09-20T19:25:33.145Z] --- PASS: TestTagOfficialNames (0.04s) [2020-09-20T19:25:33.145Z] === RUN TestTagMatchesDigest [2020-09-20T19:25:33.145Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-09-20T19:25:33.145Z] === CONT TestImportExtremelyLargeImageWorks [2020-09-20T19:25:33.519Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.20s) [2020-09-20T19:25:33.519Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-09-20T19:25:33.519Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-20T19:25:33.519Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-20T19:25:33.519Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-20T19:25:33.519Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-20T19:25:33.519Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-20T19:25:33.519Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-20T19:25:33.519Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-20T19:25:33.519Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-20T19:25:33.519Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-20T19:25:33.519Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-20T19:25:33.519Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-20T19:25:33.519Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-20T19:25:33.519Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-20T19:25:33.519Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-20T19:25:33.519Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-20T19:25:33.519Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-09-20T19:25:33.519Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2020-09-20T19:25:33.519Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2020-09-20T19:25:33.519Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-09-20T19:25:33.519Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-09-20T19:25:33.519Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-09-20T19:25:33.519Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-09-20T19:25:33.776Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.40s) [2020-09-20T19:25:33.776Z] === RUN TestCreateDifferentPlatform [2020-09-20T19:25:33.776Z] === RUN TestCreateDifferentPlatform/different_os [2020-09-20T19:25:33.776Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-09-20T19:25:33.776Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2020-09-20T19:25:33.776Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-09-20T19:25:33.776Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-09-20T19:25:33.776Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-09-20T19:25:33.776Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2020-09-20T19:25:33.776Z] === RUN TestContainerStartOnDaemonRestart [2020-09-20T19:25:33.776Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2020-09-20T19:25:33.776Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-09-20T19:25:33.776Z] === RUN TestDaemonRestartIpcMode [2020-09-20T19:25:33.776Z] === PAUSE TestDaemonRestartIpcMode [2020-09-20T19:25:33.776Z] === RUN TestDaemonHostGatewayIP [2020-09-20T19:25:33.776Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2020-09-20T19:25:33.776Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-20T19:25:33.776Z] === RUN TestContainerKillOnDaemonStart [2020-09-20T19:25:33.776Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2020-09-20T19:25:33.776Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2020-09-20T19:25:33.776Z] === RUN TestDiff [2020-09-20T19:25:34.342Z] --- PASS: TestDiff (0.48s) [2020-09-20T19:25:34.342Z] === RUN TestExecWithCloseStdin [2020-09-20T19:25:34.599Z] --- PASS: TestExecWithCloseStdin (0.51s) [2020-09-20T19:25:34.599Z] === RUN TestExec [2020-09-20T19:25:35.070Z] ok github.com/docker/docker/daemon/graphdriver 0.009s coverage: 2.2% of statements [2020-09-20T19:25:35.161Z] --- PASS: TestExec (0.47s) [2020-09-20T19:25:35.161Z] === RUN TestExecUser [2020-09-20T19:25:35.722Z] --- PASS: TestExecUser (0.46s) [2020-09-20T19:25:35.722Z] === RUN TestExportContainerAndImportImage [2020-09-20T19:25:36.284Z] --- PASS: TestExportContainerAndImportImage (0.58s) [2020-09-20T19:25:36.284Z] === RUN TestExportContainerAfterDaemonRestart [2020-09-20T19:25:36.728Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-09-20T19:25:37.825Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.006s coverage: 2.9% of statements [2020-09-20T19:25:38.479Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.502s coverage: 14.1% of statements [2020-09-20T19:25:39.530Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.699s coverage: 57.9% of statements [2020-09-20T19:25:39.549Z] --- PASS: TestExportContainerAfterDaemonRestart (3.34s) [2020-09-20T19:25:39.549Z] === RUN TestHealthCheckWorkdir [2020-09-20T19:25:40.110Z] --- PASS: TestHealthCheckWorkdir (0.53s) [2020-09-20T19:25:40.110Z] === RUN TestHealthKillContainer [2020-09-20T19:25:42.069Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-09-20T19:25:42.625Z] --- PASS: TestHealthKillContainer (2.49s) [2020-09-20T19:25:42.625Z] === RUN TestInspectCpusetInConfigPre120 [2020-09-20T19:25:42.881Z] --- PASS: TestInspectCpusetInConfigPre120 (0.40s) [2020-09-20T19:25:42.881Z] === RUN TestIpcModeNone [2020-09-20T19:25:43.090Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.010s coverage: 1.8% of statements [2020-09-20T19:25:43.444Z] --- PASS: TestIpcModeNone (0.44s) [2020-09-20T19:25:43.444Z] === RUN TestIpcModePrivate [2020-09-20T19:25:43.732Z] ok github.com/docker/docker/daemon 12.361s coverage: 17.4% of statements [2020-09-20T19:25:43.732Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-09-20T19:25:43.732Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-09-20T19:25:43.732Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-09-20T19:25:43.732Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-09-20T19:25:43.773Z] Loaded image: buildpack-deps:buster [2020-09-20T19:25:43.773Z] Loaded image: busybox:latest [2020-09-20T19:25:43.773Z] Loaded image: busybox:glibc [2020-09-20T19:25:43.773Z] Loaded image: debian:buster [2020-09-20T19:25:43.773Z] Loaded image: hello-world:latest [2020-09-20T19:25:43.773Z] INFO: Testing against a local daemon [2020-09-20T19:25:43.773Z] === RUN TestCgroupNamespacesBuild [2020-09-20T19:25:44.006Z] --- PASS: TestIpcModePrivate (0.45s) [2020-09-20T19:25:44.006Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:70, shared: false, mustBeShared: false [2020-09-20T19:25:44.006Z] === RUN TestIpcModeShareable [2020-09-20T19:25:44.006Z] --- SKIP: TestIpcModeShareable (0.00s) [2020-09-20T19:25:44.006Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-20T19:25:44.006Z] === RUN TestAPIIpcModeShareableAndContainer [2020-09-20T19:25:44.029Z] ok github.com/docker/docker/daemon/graphdriver/aufs 8.207s coverage: 69.2% of statements [2020-09-20T19:25:44.539Z] ---> 0b305ca5bb31 [2020-09-20T19:25:44.539Z] Successfully built 0b305ca5bb31 [2020-09-20T19:25:44.539Z] Successfully tagged docker:latest [2020-09-20T19:25:44.539Z] INFO: Image build ended at 09/20/2020 19:25:42. Duration:00:03:41.3753814 [2020-09-20T19:25:44.539Z] [2020-09-20T19:25:44.539Z] [2020-09-20T19:25:44.539Z] INFO: Building the test binaries at 09/20/2020 19:25:42... [2020-09-20T19:25:45.372Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.36s) [2020-09-20T19:25:45.372Z] === RUN TestAPIIpcModeHost [2020-09-20T19:25:45.372Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2020-09-20T19:25:45.372Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-20T19:25:45.372Z] === RUN TestDaemonIpcModeShareable [2020-09-20T19:25:45.372Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2020-09-20T19:25:45.372Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-20T19:25:45.372Z] === RUN TestDaemonIpcModePrivate [2020-09-20T19:25:45.559Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.718s coverage: 45.9% of statements [2020-09-20T19:25:45.559Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-09-20T19:25:46.267Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-09-20T19:25:46.725Z] INFO: make.ps1 starting at 09/20/2020 19:25:46 [2020-09-20T19:25:47.108Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.424s coverage: 49.5% of statements [2020-09-20T19:25:47.187Z] INFO: Git commit (fcdbcb7d77) assumed from DOCKER_GITCOMMIT environment variable [2020-09-20T19:25:47.187Z] INFO: Invoking autogen... [2020-09-20T19:25:47.263Z] --- PASS: TestDaemonIpcModePrivate (2.15s) [2020-09-20T19:25:47.263Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:73, shared: false, mustBeShared: false [2020-09-20T19:25:47.263Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-09-20T19:25:47.263Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2020-09-20T19:25:47.263Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-20T19:25:47.263Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-09-20T19:25:47.263Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2020-09-20T19:25:47.263Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-20T19:25:47.263Z] === RUN TestIpcModeOlderClient [2020-09-20T19:25:47.520Z] === PAUSE TestIpcModeOlderClient [2020-09-20T19:25:47.520Z] === RUN TestKillContainerInvalidSignal [2020-09-20T19:25:47.777Z] --- PASS: TestKillContainerInvalidSignal (0.46s) [2020-09-20T19:25:47.777Z] === RUN TestKillContainer [2020-09-20T19:25:47.777Z] === RUN TestKillContainer/no_signal [2020-09-20T19:25:48.158Z] INFO: Building daemon... [2020-09-20T19:25:48.162Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.590s coverage: 76.1% of statements [2020-09-20T19:25:48.177Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-09-20T19:25:48.338Z] === RUN TestKillContainer/non_killing_signal [2020-09-20T19:25:48.594Z] === RUN TestKillContainer/killing_signal [2020-09-20T19:25:48.811Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.014s coverage: 58.0% of statements [2020-09-20T19:25:49.156Z] --- PASS: TestKillContainer (1.26s) [2020-09-20T19:25:49.156Z] --- PASS: TestKillContainer/no_signal (0.39s) [2020-09-20T19:25:49.156Z] --- PASS: TestKillContainer/non_killing_signal (0.28s) [2020-09-20T19:25:49.156Z] --- PASS: TestKillContainer/killing_signal (0.42s) [2020-09-20T19:25:49.156Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-09-20T19:25:49.156Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-09-20T19:25:49.412Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-09-20T19:25:49.974Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.79s) [2020-09-20T19:25:49.974Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.38s) [2020-09-20T19:25:49.974Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.28s) [2020-09-20T19:25:49.974Z] === RUN TestKillStoppedContainer [2020-09-20T19:25:49.974Z] --- PASS: TestKillStoppedContainer (0.03s) [2020-09-20T19:25:49.974Z] === RUN TestKillStoppedContainerAPIPre120 [2020-09-20T19:25:49.974Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.03s) [2020-09-20T19:25:49.974Z] === RUN TestKillDifferentUserContainer [2020-09-20T19:25:50.350Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.010s coverage: 3.0% of statements [2020-09-20T19:25:50.350Z] ok github.com/docker/docker/daemon/links 0.020s coverage: 93.0% of statements [2020-09-20T19:25:50.362Z] --- PASS: TestCgroupNamespacesBuild (5.65s) [2020-09-20T19:25:50.362Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-09-20T19:25:50.536Z] --- PASS: TestKillDifferentUserContainer (0.43s) [2020-09-20T19:25:50.536Z] === RUN TestInspectOomKilledTrue [2020-09-20T19:25:50.536Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-09-20T19:25:50.536Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-20T19:25:50.536Z] === RUN TestInspectOomKilledFalse [2020-09-20T19:25:50.536Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-09-20T19:25:50.536Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-20T19:25:50.536Z] === RUN TestLinksEtcHostsContentMatch [2020-09-20T19:25:50.536Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2020-09-20T19:25:50.536Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-09-20T19:25:50.536Z] === RUN TestLinksContainerNames [2020-09-20T19:25:51.308Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.80s) [2020-09-20T19:25:51.308Z] === RUN TestBuildWithSession [2020-09-20T19:25:51.308Z] --- SKIP: TestBuildWithSession (0.00s) [2020-09-20T19:25:51.308Z] build_session_test.go:25: TODO: BuildKit [2020-09-20T19:25:51.308Z] === RUN TestBuildSquashParent [2020-09-20T19:25:51.464Z] --- PASS: TestLinksContainerNames (0.83s) [2020-09-20T19:25:51.464Z] === RUN TestLogsFollowTailEmpty [2020-09-20T19:25:51.719Z] --- PASS: TestLogsFollowTailEmpty (0.41s) [2020-09-20T19:25:51.719Z] === RUN TestContainerNetworkMountsNoChown [2020-09-20T19:25:51.977Z] --- PASS: TestContainerNetworkMountsNoChown (0.38s) [2020-09-20T19:25:51.977Z] === RUN TestMountDaemonRoot [2020-09-20T19:25:51.977Z] === RUN TestMountDaemonRoot/default [2020-09-20T19:25:51.977Z] === PAUSE TestMountDaemonRoot/default [2020-09-20T19:25:51.977Z] === RUN TestMountDaemonRoot/private [2020-09-20T19:25:51.977Z] === PAUSE TestMountDaemonRoot/private [2020-09-20T19:25:51.977Z] === RUN TestMountDaemonRoot/rprivate [2020-09-20T19:25:51.977Z] === PAUSE TestMountDaemonRoot/rprivate [2020-09-20T19:25:51.977Z] === RUN TestMountDaemonRoot/slave [2020-09-20T19:25:51.977Z] === PAUSE TestMountDaemonRoot/slave [2020-09-20T19:25:51.977Z] === RUN TestMountDaemonRoot/rslave [2020-09-20T19:25:51.977Z] === PAUSE TestMountDaemonRoot/rslave [2020-09-20T19:25:51.977Z] === RUN TestMountDaemonRoot/shared [2020-09-20T19:25:51.977Z] === PAUSE TestMountDaemonRoot/shared [2020-09-20T19:25:51.977Z] === RUN TestMountDaemonRoot/rshared [2020-09-20T19:25:51.977Z] === PAUSE TestMountDaemonRoot/rshared [2020-09-20T19:25:51.977Z] === CONT TestMountDaemonRoot/default [2020-09-20T19:25:51.977Z] === RUN TestMountDaemonRoot/default/bind_root [2020-09-20T19:25:51.977Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-09-20T19:25:51.977Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-09-20T19:25:51.977Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-09-20T19:25:51.977Z] === RUN TestMountDaemonRoot/default/mount_root [2020-09-20T19:25:51.977Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-09-20T19:25:51.977Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-09-20T19:25:51.977Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-09-20T19:25:51.977Z] === CONT TestMountDaemonRoot/rshared [2020-09-20T19:25:51.977Z] === CONT TestMountDaemonRoot/rslave [2020-09-20T19:25:51.977Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-09-20T19:25:51.977Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-09-20T19:25:51.977Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-09-20T19:25:51.977Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-09-20T19:25:51.977Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-09-20T19:25:51.977Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-09-20T19:25:51.977Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-09-20T19:25:51.977Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-09-20T19:25:51.977Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-09-20T19:25:51.977Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-09-20T19:25:51.977Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-09-20T19:25:51.977Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-09-20T19:25:51.977Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-09-20T19:25:51.977Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-09-20T19:25:51.977Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-09-20T19:25:51.977Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-09-20T19:25:51.977Z] === CONT TestMountDaemonRoot/shared [2020-09-20T19:25:51.977Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-09-20T19:25:51.977Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-09-20T19:25:51.977Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-09-20T19:25:51.977Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-09-20T19:25:51.977Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-09-20T19:25:51.977Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-09-20T19:25:51.977Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-09-20T19:25:51.977Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-09-20T19:25:51.977Z] === CONT TestMountDaemonRoot/rprivate [2020-09-20T19:25:51.977Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-09-20T19:25:51.977Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-09-20T19:25:51.977Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-09-20T19:25:51.977Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-09-20T19:25:51.977Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-09-20T19:25:51.977Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-09-20T19:25:51.977Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-09-20T19:25:51.977Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-09-20T19:25:51.977Z] === CONT TestMountDaemonRoot/slave [2020-09-20T19:25:51.977Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-09-20T19:25:51.977Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-09-20T19:25:51.977Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-09-20T19:25:51.977Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-09-20T19:25:51.977Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-09-20T19:25:51.977Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-09-20T19:25:51.978Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-09-20T19:25:51.978Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-09-20T19:25:51.978Z] === CONT TestMountDaemonRoot/private [2020-09-20T19:25:51.978Z] === RUN TestMountDaemonRoot/private/bind_root [2020-09-20T19:25:51.978Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-09-20T19:25:51.978Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-09-20T19:25:51.978Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-09-20T19:25:51.978Z] === RUN TestMountDaemonRoot/private/mount_root [2020-09-20T19:25:51.978Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-09-20T19:25:51.978Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-09-20T19:25:51.978Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-09-20T19:25:51.978Z] === CONT TestMountDaemonRoot/default/bind_root [2020-09-20T19:25:51.978Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-09-20T19:25:51.978Z] === CONT TestMountDaemonRoot/default/mount_root [2020-09-20T19:25:51.978Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-09-20T19:25:52.236Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-09-20T19:25:52.236Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-09-20T19:25:52.236Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-09-20T19:25:52.236Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-09-20T19:25:52.236Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-09-20T19:25:52.236Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-09-20T19:25:52.236Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-09-20T19:25:52.236Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-09-20T19:25:52.236Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-09-20T19:25:52.236Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-09-20T19:25:52.236Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-09-20T19:25:52.236Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-09-20T19:25:52.236Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-09-20T19:25:52.236Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-09-20T19:25:52.236Z] === CONT TestMountDaemonRoot/private/bind_root [2020-09-20T19:25:52.446Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.955s coverage: 52.1% of statements [2020-09-20T19:25:52.446Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-09-20T19:25:52.446Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-09-20T19:25:52.501Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-09-20T19:25:52.501Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-09-20T19:25:52.501Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-09-20T19:25:52.501Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-09-20T19:25:52.501Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-09-20T19:25:52.501Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-09-20T19:25:52.501Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-09-20T19:25:52.501Z] === CONT TestMountDaemonRoot/private/mount_root [2020-09-20T19:25:52.501Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-09-20T19:25:52.501Z] --- PASS: TestMountDaemonRoot (0.02s) [2020-09-20T19:25:52.501Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-09-20T19:25:52.501Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.03s) [2020-09-20T19:25:52.501Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2020-09-20T19:25:52.501Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.03s) [2020-09-20T19:25:52.501Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2020-09-20T19:25:52.501Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-09-20T19:25:52.501Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2020-09-20T19:25:52.501Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2020-09-20T19:25:52.501Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2020-09-20T19:25:52.501Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.03s) [2020-09-20T19:25:52.501Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-09-20T19:25:52.501Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2020-09-20T19:25:52.501Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.03s) [2020-09-20T19:25:52.501Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2020-09-20T19:25:52.501Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2020-09-20T19:25:52.501Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-09-20T19:25:52.501Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2020-09-20T19:25:52.501Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2020-09-20T19:25:52.501Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2020-09-20T19:25:52.501Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2020-09-20T19:25:52.501Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-09-20T19:25:52.502Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2020-09-20T19:25:52.502Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2020-09-20T19:25:52.502Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2020-09-20T19:25:52.502Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2020-09-20T19:25:52.502Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-09-20T19:25:52.502Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2020-09-20T19:25:52.502Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2020-09-20T19:25:52.502Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2020-09-20T19:25:52.502Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2020-09-20T19:25:52.502Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-09-20T19:25:52.502Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2020-09-20T19:25:52.502Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2020-09-20T19:25:52.502Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2020-09-20T19:25:52.502Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2020-09-20T19:25:52.502Z] === RUN TestContainerBindMountNonRecursive [2020-09-20T19:25:52.502Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2020-09-20T19:25:52.502Z] mounts_linux_test.go:217: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-09-20T19:25:52.502Z] === RUN TestNetworkNat [2020-09-20T19:25:53.072Z] --- PASS: TestNetworkNat (0.54s) [2020-09-20T19:25:53.072Z] === RUN TestNetworkLocalhostTCPNat [2020-09-20T19:25:53.338Z] --- PASS: TestNetworkLocalhostTCPNat (0.43s) [2020-09-20T19:25:53.338Z] === RUN TestNetworkLoopbackNat [2020-09-20T19:25:53.457Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-09-20T19:25:53.497Z] ok github.com/docker/docker/daemon/logger 0.291s coverage: 41.0% of statements [2020-09-20T19:25:54.550Z] ok github.com/docker/docker/daemon/logger/awslogs 0.556s coverage: 77.4% of statements [2020-09-20T19:25:54.849Z] ok github.com/docker/docker/daemon/logger/gelf 0.046s coverage: 67.0% of statements [2020-09-20T19:25:54.849Z] ok github.com/docker/docker/daemon/images 0.029s coverage: 4.8% of statements [2020-09-20T19:25:54.849Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-09-20T19:25:54.849Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-09-20T19:25:54.849Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-09-20T19:25:54.849Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-09-20T19:25:55.753Z] ..........................xx.................... [ 29%] [2020-09-20T19:25:56.388Z] ok github.com/docker/docker/daemon/logger/journald 0.054s coverage: 23.9% of statements [2020-09-20T19:25:56.388Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.059s coverage: 87.2% of statements [2020-09-20T19:25:56.604Z] --- PASS: TestNetworkLoopbackNat (2.54s) [2020-09-20T19:25:56.604Z] === RUN TestPause [2020-09-20T19:25:56.604Z] --- SKIP: TestPause (0.00s) [2020-09-20T19:25:56.604Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-20T19:25:56.604Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-09-20T19:25:56.604Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-20T19:25:56.604Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-20T19:25:56.604Z] === RUN TestPauseStopPausedContainer [2020-09-20T19:25:56.604Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2020-09-20T19:25:56.604Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-20T19:25:56.604Z] === RUN TestPsFilter [2020-09-20T19:25:56.604Z] --- PASS: TestPsFilter (0.09s) [2020-09-20T19:25:56.604Z] === RUN TestRemoveContainerWithRemovedVolume [2020-09-20T19:25:56.604Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.38s) [2020-09-20T19:25:56.604Z] === RUN TestRemoveContainerWithVolume [2020-09-20T19:25:56.753Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-09-20T19:25:56.860Z] --- PASS: TestRemoveContainerWithVolume (0.42s) [2020-09-20T19:25:56.860Z] === RUN TestRemoveContainerRunning [2020-09-20T19:25:57.423Z] --- PASS: TestRemoveContainerRunning (0.39s) [2020-09-20T19:25:57.423Z] === RUN TestRemoveContainerForceRemoveRunning [2020-09-20T19:25:57.460Z] time="2020-09-20T19:25:57Z" level=error msg="Failed to open log file: open /tmp/docker-logger-137328787/container.log.1: no such file or directory" [2020-09-20T19:25:57.460Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.026s coverage: 61.6% of statements [2020-09-20T19:25:57.680Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.40s) [2020-09-20T19:25:57.680Z] === RUN TestRemoveInvalidContainer [2020-09-20T19:25:57.680Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-09-20T19:25:57.680Z] === RUN TestRenameLinkedContainer [2020-09-20T19:25:57.901Z] --- PASS: TestBuildSquashParent (6.56s) [2020-09-20T19:25:57.901Z] === RUN TestBuildWithRemoveAndForceRemove [2020-09-20T19:25:57.901Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-20T19:25:57.901Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-20T19:25:57.901Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-20T19:25:57.901Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-20T19:25:57.901Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-20T19:25:57.901Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-20T19:25:57.901Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-20T19:25:57.901Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-20T19:25:57.901Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-20T19:25:57.901Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-20T19:25:57.901Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-20T19:25:57.901Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-20T19:25:57.901Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-20T19:25:57.901Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-20T19:25:57.901Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-20T19:25:57.901Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-20T19:25:58.103Z] ok github.com/docker/docker/daemon/logger/local 0.064s coverage: 75.2% of statements [2020-09-20T19:25:58.103Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-09-20T19:25:59.574Z] --- PASS: TestRenameLinkedContainer (1.56s) [2020-09-20T19:25:59.574Z] === RUN TestRenameStoppedContainer [2020-09-20T19:25:59.574Z] --- PASS: TestRenameStoppedContainer (0.41s) [2020-09-20T19:25:59.574Z] === RUN TestRenameRunningContainerAndReuse [2020-09-20T19:25:59.636Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.033s coverage: 33.3% of statements [2020-09-20T19:25:59.636Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.032s coverage: 38.3% of statements [2020-09-20T19:26:00.457Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-20T19:26:00.503Z] --- PASS: TestRenameRunningContainerAndReuse (0.81s) [2020-09-20T19:26:00.503Z] === RUN TestRenameInvalidName [2020-09-20T19:26:00.695Z] ok github.com/docker/docker/daemon/logger/templates 0.005s coverage: 8.3% of statements [2020-09-20T19:26:00.695Z] ok github.com/docker/docker/daemon/logger/syslog 0.008s coverage: 46.8% of statements [2020-09-20T19:26:00.718Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-20T19:26:00.759Z] --- PASS: TestRenameInvalidName (0.39s) [2020-09-20T19:26:00.760Z] === RUN TestRenameAnonymousContainer [2020-09-20T19:26:02.034Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-09-20T19:26:02.650Z] --- PASS: TestRenameAnonymousContainer (1.52s) [2020-09-20T19:26:02.650Z] === RUN TestRenameContainerWithSameName [2020-09-20T19:26:02.907Z] --- PASS: TestRenameContainerWithSameName (0.40s) [2020-09-20T19:26:02.907Z] === RUN TestRenameContainerWithLinkedContainer [2020-09-20T19:26:03.268Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-09-20T19:26:03.268Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.57s) [2020-09-20T19:26:03.268Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.73s) [2020-09-20T19:26:03.268Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.81s) [2020-09-20T19:26:03.268Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.16s) [2020-09-20T19:26:03.268Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.30s) [2020-09-20T19:26:03.268Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.21s) [2020-09-20T19:26:03.268Z] === RUN TestBuildMultiStageCopy [2020-09-20T19:26:03.268Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-09-20T19:26:03.469Z] ok github.com/docker/docker/daemon/network 0.008s coverage: 63.8% of statements [2020-09-20T19:26:03.470Z] --- PASS: TestRenameContainerWithLinkedContainer (0.79s) [2020-09-20T19:26:03.470Z] === RUN TestResize [2020-09-20T19:26:03.772Z] ok github.com/docker/docker/daemon/logger/splunk 2.521s coverage: 82.5% of statements [2020-09-20T19:26:03.772Z] ? github.com/docker/docker/daemon/names [no test files] [2020-09-20T19:26:03.772Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-09-20T19:26:04.032Z] --- PASS: TestResize (0.40s) [2020-09-20T19:26:04.032Z] === RUN TestResizeWithInvalidSize [2020-09-20T19:26:04.288Z] --- PASS: TestResizeWithInvalidSize (0.41s) [2020-09-20T19:26:04.288Z] === RUN TestResizeWhenContainerNotStarted [2020-09-20T19:26:04.422Z] ok github.com/docker/docker/distribution/metadata 0.189s coverage: 48.2% of statements [2020-09-20T19:26:04.593Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-09-20T19:26:04.850Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s) [2020-09-20T19:26:04.850Z] === RUN TestDaemonRestartKillContainers [2020-09-20T19:26:04.850Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2020-09-20T19:26:04.850Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-09-20T19:26:04.850Z] === RUN TestCgroupNamespacesRun [2020-09-20T19:26:05.188Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-09-20T19:26:05.449Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-09-20T19:26:06.022Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-09-20T19:26:06.523Z] ok github.com/docker/docker/errdefs 0.032s coverage: 49.4% of statements [2020-09-20T19:26:06.596Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-09-20T19:26:06.822Z] ok github.com/docker/docker/distribution 0.493s coverage: 21.9% of statements [2020-09-20T19:26:06.822Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-09-20T19:26:07.169Z] --- PASS: TestBuildMultiStageCopy (4.38s) [2020-09-20T19:26:07.169Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.22s) [2020-09-20T19:26:07.169Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.48s) [2020-09-20T19:26:07.169Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.53s) [2020-09-20T19:26:07.169Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.54s) [2020-09-20T19:26:07.169Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.61s) [2020-09-20T19:26:07.169Z] === RUN TestBuildMultiStageParentConfig [2020-09-20T19:26:07.367Z] --- PASS: TestCgroupNamespacesRun (2.12s) [2020-09-20T19:26:07.367Z] === RUN TestCgroupNamespacesRunPrivileged [2020-09-20T19:26:09.331Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.11s) [2020-09-20T19:26:09.331Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-09-20T19:26:09.334Z] --- PASS: TestBuildMultiStageParentConfig (1.42s) [2020-09-20T19:26:09.334Z] === RUN TestBuildLabelWithTargets [2020-09-20T19:26:09.335Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-09-20T19:26:09.383Z] ok github.com/docker/docker/image 0.044s coverage: 86.4% of statements [2020-09-20T19:26:09.383Z] ok github.com/docker/docker/image/cache 0.012s coverage: 19.2% of statements [2020-09-20T19:26:09.383Z] ok github.com/docker/docker/distribution/xfer 1.725s coverage: 85.1% of statements [2020-09-20T19:26:09.383Z] ? github.com/docker/docker/dockerversion [no test files] [2020-09-20T19:26:09.383Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-09-20T19:26:09.681Z] ok github.com/docker/docker/image/v1 0.037s coverage: 25.0% of statements [2020-09-20T19:26:09.681Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-09-20T19:26:10.585Z] tests/integration/api_exec_test.py ..................... [ 34%] [2020-09-20T19:26:10.722Z] --- PASS: TestBuildLabelWithTargets (2.18s) [2020-09-20T19:26:10.722Z] === RUN TestBuildWithEmptyLayers [2020-09-20T19:26:10.748Z] ok github.com/docker/docker/libcontainerd/queue 0.026s coverage: 100.0% of statements [2020-09-20T19:26:11.224Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.17s) [2020-09-20T19:26:11.224Z] === RUN TestCgroupNamespacesRunHostMode [2020-09-20T19:26:11.393Z] ok github.com/docker/docker/pkg/aaparser 0.004s coverage: 50.0% of statements [2020-09-20T19:26:12.109Z] --- PASS: TestBuildWithEmptyLayers (1.03s) [2020-09-20T19:26:12.109Z] === RUN TestBuildMultiStageOnBuild [2020-09-20T19:26:12.628Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-09-20T19:26:12.628Z] Using test binary docker [2020-09-20T19:26:12.628Z] +++ /etc/init.d/apparmor start [2020-09-20T19:26:12.628Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-20T19:26:12.628Z] Starting dockerd [2020-09-20T19:26:12.628Z] INFO: Waiting for daemon to start... [2020-09-20T19:26:12.628Z] +++ 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 [2020-09-20T19:26:13.498Z] ok github.com/docker/docker/opts 0.097s coverage: 67.1% of statements [2020-09-20T19:26:13.741Z] --- PASS: TestCgroupNamespacesRunHostMode (2.11s) [2020-09-20T19:26:13.741Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-09-20T19:26:14.539Z] . [2020-09-20T19:26:14.539Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-09-20T19:26:14.539Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-09-20T19:26:14.539Z] Error: No such image: emptyfs [2020-09-20T19:26:14.539Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-09-20T19:26:14.539Z] ++++ docker load [2020-09-20T19:26:14.552Z] ok github.com/docker/docker/pkg/authorization 0.486s coverage: 68.3% of statements [2020-09-20T19:26:14.552Z] ok github.com/docker/docker/pkg/broadcaster 0.003s coverage: 100.0% of statements [2020-09-20T19:26:14.657Z] --- PASS: TestBuildMultiStageOnBuild (2.74s) [2020-09-20T19:26:14.657Z] === RUN TestBuildUncleanTarFilenames [2020-09-20T19:26:14.800Z] Running integration-test (iteration 1) [2020-09-20T19:26:14.800Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-09-20T19:26:14.800Z] ++ 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 [2020-09-20T19:26:14.800Z] ++ set -e [2020-09-20T19:26:14.800Z] ++ '[' -n 0 ']' [2020-09-20T19:26:14.800Z] ++ set -x [2020-09-20T19:26:14.800Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 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 [2020-09-20T19:26:15.212Z] ok github.com/docker/docker/pkg/capabilities 0.007s coverage: 87.5% of statements [2020-09-20T19:26:15.631Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.14s) [2020-09-20T19:26:15.631Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-09-20T19:26:15.864Z] ok github.com/docker/docker/pkg/archive 1.128s coverage: 76.8% of statements [2020-09-20T19:26:16.045Z] --- PASS: TestBuildUncleanTarFilenames (1.39s) [2020-09-20T19:26:16.045Z] === RUN TestBuildMultiStageLayerLeak [2020-09-20T19:26:16.160Z] ok github.com/docker/docker/pkg/directory 0.017s coverage: 80.0% of statements [2020-09-20T19:26:16.805Z] ok github.com/docker/docker/pkg/discovery 0.006s coverage: 58.3% of statements [2020-09-20T19:26:17.101Z] ok github.com/docker/docker/pkg/discovery/file 0.007s coverage: 97.6% of statements [2020-09-20T19:26:17.520Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.09s) [2020-09-20T19:26:17.520Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-09-20T19:26:18.076Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2020-09-20T19:26:18.151Z] ok github.com/docker/docker/pkg/discovery/memory 0.004s coverage: 92.3% of statements [2020-09-20T19:26:18.603Z] --- PASS: TestBuildMultiStageLayerLeak (2.76s) [2020-09-20T19:26:18.603Z] === RUN TestBuildWithHugeFile [2020-09-20T19:26:18.792Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2020-09-20T19:26:19.412Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.70s) [2020-09-20T19:26:19.413Z] === RUN TestCgroupNamespacesRunOlderClient [2020-09-20T19:26:19.433Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2020-09-20T19:26:20.478Z] ok github.com/docker/docker/pkg/chrootarchive 3.817s coverage: 43.2% of statements [2020-09-20T19:26:20.478Z] ok github.com/docker/docker/pkg/filenotify 0.609s coverage: 67.0% of statements [2020-09-20T19:26:20.765Z] tests/integration/api_image_test.py ............s..... [ 40%] [2020-09-20T19:26:21.124Z] ok github.com/docker/docker/layer 7.901s coverage: 68.8% of statements [2020-09-20T19:26:21.124Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-09-20T19:26:21.124Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-09-20T19:26:21.124Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-09-20T19:26:21.124Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-09-20T19:26:21.124Z] ? github.com/docker/docker/oci [no test files] [2020-09-20T19:26:21.124Z] ? github.com/docker/docker/oci/caps [no test files] [2020-09-20T19:26:21.124Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-09-20T19:26:21.124Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-09-20T19:26:21.303Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.16s) [2020-09-20T19:26:21.303Z] === RUN TestKernelTCPMemory [2020-09-20T19:26:21.303Z] --- SKIP: TestKernelTCPMemory (0.03s) [2020-09-20T19:26:21.303Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-20T19:26:21.303Z] === RUN TestNISDomainname [2020-09-20T19:26:21.303Z] --- SKIP: TestNISDomainname (0.01s) [2020-09-20T19:26:21.303Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2020-09-20T19:26:21.303Z] === RUN TestHostnameDnsResolution [2020-09-20T19:26:21.425Z] ok github.com/docker/docker/pkg/fileutils 0.025s coverage: 89.5% of statements [2020-09-20T19:26:21.722Z] ok github.com/docker/docker/pkg/discovery/kv 3.106s coverage: 84.1% of statements [2020-09-20T19:26:21.722Z] ok github.com/docker/docker/pkg/fsutils 0.451s coverage: 85.1% of statements [2020-09-20T19:26:22.234Z] --- PASS: TestHostnameDnsResolution (0.65s) [2020-09-20T19:26:22.234Z] === RUN TestStats [2020-09-20T19:26:22.234Z] --- SKIP: TestStats (0.00s) [2020-09-20T19:26:22.234Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-20T19:26:22.234Z] === RUN TestStopContainerWithTimeout [2020-09-20T19:26:22.234Z] === RUN TestStopContainerWithTimeout/0 [2020-09-20T19:26:22.234Z] === PAUSE TestStopContainerWithTimeout/0 [2020-09-20T19:26:22.234Z] === RUN TestStopContainerWithTimeout/1 [2020-09-20T19:26:22.234Z] === PAUSE TestStopContainerWithTimeout/1 [2020-09-20T19:26:22.234Z] === RUN TestStopContainerWithTimeout/3 [2020-09-20T19:26:22.234Z] === PAUSE TestStopContainerWithTimeout/3 [2020-09-20T19:26:22.234Z] === RUN TestStopContainerWithTimeout/-1 [2020-09-20T19:26:22.234Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-09-20T19:26:22.234Z] === CONT TestStopContainerWithTimeout/0 [2020-09-20T19:26:22.234Z] === CONT TestStopContainerWithTimeout/3 [2020-09-20T19:26:22.368Z] ok github.com/docker/docker/pkg/homedir 0.023s coverage: 11.4% of statements [2020-09-20T19:26:22.796Z] === CONT TestStopContainerWithTimeout/1 [2020-09-20T19:26:23.424Z] ok github.com/docker/docker/pkg/jsonmessage 0.010s coverage: 91.7% of statements [2020-09-20T19:26:23.424Z] ok github.com/docker/docker/pkg/longpath 0.010s coverage: 100.0% of statements [2020-09-20T19:26:24.070Z] ok github.com/docker/docker/pkg/idtools 0.603s coverage: 70.1% of statements [2020-09-20T19:26:24.070Z] ok github.com/docker/docker/pkg/namesgenerator 0.013s coverage: 85.7% of statements [2020-09-20T19:26:24.161Z] === CONT TestStopContainerWithTimeout/-1 [2020-09-20T19:26:24.366Z] ok github.com/docker/docker/pkg/parsers 0.007s coverage: 97.0% of statements [2020-09-20T19:26:24.684Z] ok github.com/docker/docker/pkg/ioutils 1.286s coverage: 70.6% of statements [2020-09-20T19:26:24.684Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-09-20T19:26:24.684Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-09-20T19:26:24.684Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-09-20T19:26:24.684Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-09-20T19:26:25.348Z] ok github.com/docker/docker/pkg/parsers/kernel 0.086s coverage: 60.0% of statements [2020-09-20T19:26:25.348Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.009s coverage: 86.7% of statements [2020-09-20T19:26:25.652Z] ok github.com/docker/docker/pkg/pidfile 0.057s coverage: 82.4% of statements [2020-09-20T19:26:25.652Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-09-20T19:26:25.652Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-09-20T19:26:26.686Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-09-20T19:26:26.686Z] --- PASS: TestStopContainerWithTimeout/0 (0.65s) [2020-09-20T19:26:26.686Z] --- PASS: TestStopContainerWithTimeout/1 (1.43s) [2020-09-20T19:26:26.686Z] --- PASS: TestStopContainerWithTimeout/3 (2.59s) [2020-09-20T19:26:26.686Z] --- PASS: TestStopContainerWithTimeout/-1 (2.38s) [2020-09-20T19:26:26.686Z] === RUN TestDeleteDevicemapper [2020-09-20T19:26:26.686Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-09-20T19:26:26.686Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-20T19:26:26.686Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-09-20T19:26:26.704Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.058s coverage: 56.8% of statements [2020-09-20T19:26:27.000Z] ok github.com/docker/docker/pkg/pools 0.027s coverage: 88.2% of statements [2020-09-20T19:26:27.297Z] ok github.com/docker/docker/pkg/progress 0.004s coverage: 75.9% of statements [2020-09-20T19:26:27.297Z] ok github.com/docker/docker/pkg/plugins/transport 0.010s coverage: 85.7% of statements [2020-09-20T19:26:27.940Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2020-09-20T19:26:28.051Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.26s) [2020-09-20T19:26:28.051Z] === RUN TestUpdateMemory [2020-09-20T19:26:28.051Z] --- SKIP: TestUpdateMemory (0.00s) [2020-09-20T19:26:28.051Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-20T19:26:28.051Z] === RUN TestUpdateCPUQuota [2020-09-20T19:26:28.051Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2020-09-20T19:26:28.051Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-20T19:26:28.051Z] === RUN TestUpdatePidsLimit [2020-09-20T19:26:28.051Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2020-09-20T19:26:28.051Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-20T19:26:28.051Z] === RUN TestUpdateRestartPolicy [2020-09-20T19:26:28.991Z] ok github.com/docker/docker/pkg/pubsub 1.126s coverage: 73.9% of statements [2020-09-20T19:26:28.991Z] ok github.com/docker/docker/pkg/stdcopy 0.020s coverage: 100.0% of statements [2020-09-20T19:26:29.637Z] ok github.com/docker/docker/pkg/stringid 0.004s coverage: 70.6% of statements [2020-09-20T19:26:29.637Z] ok github.com/docker/docker/pkg/streamformatter 0.006s coverage: 66.2% of statements [2020-09-20T19:26:30.279Z] ok github.com/docker/docker/pkg/symlink 0.014s coverage: 87.7% of statements [2020-09-20T19:26:31.330Z] ok github.com/docker/docker/pkg/signal 2.953s coverage: 61.0% of statements [2020-09-20T19:26:31.330Z] ok github.com/docker/docker/pkg/system 0.019s coverage: 36.9% of statements [2020-09-20T19:26:31.330Z] ok github.com/docker/docker/pkg/sysinfo 0.030s coverage: 53.8% of statements [2020-09-20T19:26:32.392Z] ok github.com/docker/docker/pkg/tailfile 0.125s coverage: 88.6% of statements [2020-09-20T19:26:32.392Z] testing: warning: no tests to run [2020-09-20T19:26:32.392Z] coverage: [no statements] [2020-09-20T19:26:32.392Z] ok github.com/docker/docker/pkg/term/windows 0.023s coverage: [no statements] [no tests to run] [2020-09-20T19:26:32.691Z] ok github.com/docker/docker/pkg/tarsum 0.150s coverage: 89.3% of statements [2020-09-20T19:26:32.990Z] ok github.com/docker/docker/pkg/urlutil 0.004s coverage: 100.0% of statements [2020-09-20T19:26:32.990Z] ok github.com/docker/docker/pkg/truncindex 0.105s coverage: 91.5% of statements [2020-09-20T19:26:33.635Z] ok github.com/docker/docker/pkg/useragent 0.018s coverage: 88.9% of statements [2020-09-20T19:26:35.735Z] ok github.com/docker/docker/plugin/v2 0.020s coverage: 14.5% of statements [2020-09-20T19:26:35.816Z] tests/integration/api_network_test.py ............................ [ 47%] [2020-09-20T19:26:36.810Z] ok github.com/docker/docker/profiles/seccomp 0.029s coverage: 68.4% of statements [2020-09-20T19:26:36.810Z] ok github.com/docker/docker/reference 0.012s coverage: 84.4% of statements [2020-09-20T19:26:37.463Z] ok github.com/docker/docker/plugin 0.566s coverage: 23.1% of statements [2020-09-20T19:26:38.517Z] ok github.com/docker/docker/registry/resumable 0.024s coverage: 100.0% of statements [2020-09-20T19:26:38.816Z] ok github.com/docker/docker/restartmanager 0.040s coverage: 45.3% of statements [2020-09-20T19:26:39.867Z] ok github.com/docker/docker/testutil 0.005s coverage: 62.5% of statements [2020-09-20T19:26:40.215Z] --- PASS: TestUpdateRestartPolicy (10.94s) [2020-09-20T19:26:40.215Z] === RUN TestUpdateRestartWithAutoRemove [2020-09-20T19:26:40.215Z] --- PASS: TestUpdateRestartWithAutoRemove (0.59s) [2020-09-20T19:26:40.215Z] === RUN TestWaitNonBlocked [2020-09-20T19:26:40.215Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-20T19:26:40.215Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-20T19:26:40.215Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-20T19:26:40.215Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-20T19:26:40.215Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-20T19:26:40.215Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-20T19:26:40.215Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-09-20T19:26:40.215Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.66s) [2020-09-20T19:26:40.215Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.74s) [2020-09-20T19:26:40.215Z] === RUN TestWaitBlocked [2020-09-20T19:26:40.215Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-20T19:26:40.215Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-20T19:26:40.215Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-09-20T19:26:40.215Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-09-20T19:26:40.215Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-20T19:26:40.215Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-09-20T19:26:40.777Z] --- PASS: TestWaitBlocked (0.01s) [2020-09-20T19:26:40.777Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.63s) [2020-09-20T19:26:40.777Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.68s) [2020-09-20T19:26:40.777Z] === CONT TestDaemonRestartIpcMode [2020-09-20T19:26:40.777Z] === CONT TestIpcModeOlderClient [2020-09-20T19:26:40.777Z] --- PASS: TestIpcModeOlderClient (0.08s) [2020-09-20T19:26:40.925Z] ok github.com/docker/docker/registry 0.341s coverage: 56.3% of statements [2020-09-20T19:26:40.925Z] ok github.com/docker/docker/runconfig 0.040s coverage: 66.1% of statements [2020-09-20T19:26:43.474Z] tests/integration/api_plugin_test.py ........... [ 50%] [2020-09-20T19:26:43.714Z] ok github.com/docker/docker/volume/drivers 0.009s coverage: 36.1% of statements [2020-09-20T19:26:44.771Z] ok github.com/docker/docker/volume/local 0.054s coverage: 73.0% of statements [2020-09-20T19:26:44.771Z] ok github.com/docker/docker/volume/mounts 0.056s coverage: 67.0% of statements [2020-09-20T19:26:44.928Z] tests/integration/api_secret_test.py ..... [ 51%] [2020-09-20T19:26:44.942Z] --- PASS: TestDaemonRestartIpcMode (4.15s) [2020-09-20T19:26:44.943Z] PASS [2020-09-20T19:26:44.943Z] [2020-09-20T19:26:44.943Z] === Skipped [2020-09-20T19:26:44.943Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-09-20T19:26:44.943Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-20T19:26:44.943Z] [2020-09-20T19:26:44.943Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2020-09-20T19:26:44.943Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-09-20T19:26:44.943Z] [2020-09-20T19:26:44.943Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2020-09-20T19:26:44.943Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-20T19:26:44.943Z] [2020-09-20T19:26:44.943Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2020-09-20T19:26:44.943Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2020-09-20T19:26:44.943Z] [2020-09-20T19:26:44.943Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2020-09-20T19:26:44.943Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-20T19:26:44.943Z] [2020-09-20T19:26:44.943Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2020-09-20T19:26:44.943Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-20T19:26:44.943Z] [2020-09-20T19:26:44.943Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2020-09-20T19:26:44.943Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-20T19:26:44.943Z] [2020-09-20T19:26:44.943Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2020-09-20T19:26:44.943Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-20T19:26:44.943Z] [2020-09-20T19:26:44.943Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2020-09-20T19:26:44.943Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-20T19:26:44.943Z] [2020-09-20T19:26:44.943Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-09-20T19:26:44.943Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-20T19:26:44.943Z] [2020-09-20T19:26:44.943Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-09-20T19:26:44.943Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-20T19:26:44.943Z] [2020-09-20T19:26:44.943Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2020-09-20T19:26:44.943Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-09-20T19:26:44.943Z] [2020-09-20T19:26:44.943Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2020-09-20T19:26:44.943Z] mounts_linux_test.go:217: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-09-20T19:26:44.943Z] [2020-09-20T19:26:44.943Z] === SKIP: amd64.integration.container TestPause (0.00s) [2020-09-20T19:26:44.943Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-20T19:26:44.943Z] [2020-09-20T19:26:44.943Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-20T19:26:44.943Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-20T19:26:44.943Z] [2020-09-20T19:26:44.943Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2020-09-20T19:26:44.943Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-20T19:26:44.943Z] [2020-09-20T19:26:44.943Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2020-09-20T19:26:44.943Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-09-20T19:26:44.943Z] [2020-09-20T19:26:44.943Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.03s) [2020-09-20T19:26:44.943Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-20T19:26:44.943Z] [2020-09-20T19:26:44.943Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2020-09-20T19:26:44.943Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2020-09-20T19:26:44.943Z] [2020-09-20T19:26:44.943Z] === SKIP: amd64.integration.container TestStats (0.00s) [2020-09-20T19:26:44.943Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-20T19:26:44.943Z] [2020-09-20T19:26:44.943Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-09-20T19:26:44.943Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-20T19:26:44.943Z] [2020-09-20T19:26:44.943Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-09-20T19:26:44.943Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-20T19:26:44.943Z] [2020-09-20T19:26:44.943Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2020-09-20T19:26:44.943Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-20T19:26:44.943Z] [2020-09-20T19:26:44.943Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2020-09-20T19:26:44.943Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-20T19:26:44.943Z] [2020-09-20T19:26:44.943Z] [2020-09-20T19:26:44.943Z] DONE 173 tests, 24 skipped in 78.941s [2020-09-20T19:26:44.943Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-09-20T19:26:45.198Z] INFO: Testing against a local daemon [2020-09-20T19:26:45.198Z] === RUN TestCommitInheritsEnv [2020-09-20T19:26:46.290Z] ok github.com/docker/docker/volume/service 0.046s coverage: 73.1% of statements [2020-09-20T19:26:47.088Z] --- PASS: TestCommitInheritsEnv (1.99s) [2020-09-20T19:26:47.088Z] === RUN TestImportExtremelyLargeImageWorks [2020-09-20T19:26:47.088Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-09-20T19:26:47.088Z] === RUN TestImagesFilterMultiReference [2020-09-20T19:26:47.343Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2020-09-20T19:26:47.343Z] === RUN TestImagePullPlatformInvalid [2020-09-20T19:26:47.343Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2020-09-20T19:26:47.343Z] === RUN TestRemoveImageOrphaning [2020-09-20T19:26:49.233Z] --- PASS: TestRemoveImageOrphaning (1.92s) [2020-09-20T19:26:49.233Z] === RUN TestRemoveImageGarbageCollector [2020-09-20T19:26:49.233Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-09-20T19:26:49.233Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-09-20T19:26:49.233Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-09-20T19:26:49.233Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2020-09-20T19:26:49.233Z] === RUN TestTagInvalidReference [2020-09-20T19:26:49.233Z] --- PASS: TestTagInvalidReference (0.01s) [2020-09-20T19:26:49.233Z] === RUN TestTagValidPrefixedRepo [2020-09-20T19:26:49.233Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2020-09-20T19:26:49.233Z] === RUN TestTagExistedNameWithoutForce [2020-09-20T19:26:49.233Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-09-20T19:26:49.233Z] === RUN TestTagOfficialNames [2020-09-20T19:26:49.233Z] --- PASS: TestTagOfficialNames (0.05s) [2020-09-20T19:26:49.233Z] === RUN TestTagMatchesDigest [2020-09-20T19:26:49.233Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-09-20T19:26:49.233Z] === CONT TestImportExtremelyLargeImageWorks [2020-09-20T19:26:49.530Z] tests/integration/api_service_test.py .................................. [ 60%] [2020-09-20T19:27:00.477Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2020-09-20T19:27:00.477Z] [2020-09-20T19:27:00.477Z] ________ ____ __. [2020-09-20T19:27:00.477Z] \_____ \ | |/ _| [2020-09-20T19:27:00.477Z] / | \| < [2020-09-20T19:27:00.477Z] / | \ | \ [2020-09-20T19:27:00.477Z] \_______ /____|__ \ [2020-09-20T19:27:00.477Z] \/ \/ [2020-09-20T19:27:00.477Z] [2020-09-20T19:27:00.477Z] INFO: make.ps1 ended at 09/20/2020 19:26:54 [2020-09-20T19:27:00.477Z] INFO: Binaries build ended at 09/20/2020 19:26:57. Duration:00:01:14.8324786 [2020-09-20T19:27:00.477Z] INFO: Copying the built daemon binary to d:\CI\PR-38469\32\binary\dockerd-fcdbcb7d77.exe... [2020-09-20T19:27:00.477Z] INFO: Copying the built client binary to d:\CI\PR-38469\32\binary\docker-fcdbcb7d77.exe... [2020-09-20T19:27:00.477Z] INFO: Copying dockerversion from the container... [2020-09-20T19:27:00.477Z] INFO: Copying the golang package from the container to d:\CI\PR-38469\32\installer\go.zip... [2020-09-20T19:27:01.510Z] Loaded image: buildpack-deps:buster [2020-09-20T19:27:01.510Z] Loaded image: busybox:latest [2020-09-20T19:27:01.510Z] Loaded image: busybox:glibc [2020-09-20T19:27:01.510Z] Loaded image: debian:buster [2020-09-20T19:27:01.510Z] Loaded image: hello-world:latest [2020-09-20T19:27:01.510Z] INFO: Testing against a local daemon [2020-09-20T19:27:01.510Z] === RUN TestCgroupNamespacesBuild [2020-09-20T19:27:01.510Z] --- PASS: TestCgroupNamespacesBuild (3.33s) [2020-09-20T19:27:01.510Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-09-20T19:27:01.510Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.03s) [2020-09-20T19:27:01.510Z] === RUN TestBuildWithSession [2020-09-20T19:27:01.510Z] --- SKIP: TestBuildWithSession (0.00s) [2020-09-20T19:27:01.510Z] build_session_test.go:25: TODO: BuildKit [2020-09-20T19:27:01.510Z] === RUN TestBuildSquashParent [2020-09-20T19:27:01.662Z] ok github.com/docker/docker/pkg/plugins 33.637s coverage: 76.6% of statements [2020-09-20T19:27:01.662Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-09-20T19:27:01.662Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-09-20T19:27:01.662Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-09-20T19:27:01.662Z] ? github.com/docker/docker/pkg/term [no test files] [2020-09-20T19:27:01.662Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-09-20T19:27:01.662Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-09-20T19:27:01.662Z] ? github.com/docker/docker/rootless [no test files] [2020-09-20T19:27:01.662Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-09-20T19:27:01.662Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-09-20T19:27:01.662Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-09-20T19:27:01.662Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-09-20T19:27:01.662Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-09-20T19:27:01.662Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-09-20T19:27:01.662Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-09-20T19:27:01.662Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-09-20T19:27:01.662Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-09-20T19:27:01.662Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-09-20T19:27:01.662Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-09-20T19:27:01.662Z] ? github.com/docker/docker/testutil/request [no test files] [2020-09-20T19:27:01.662Z] ? github.com/docker/docker/volume [no test files] [2020-09-20T19:27:01.662Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-09-20T19:27:01.662Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-09-20T19:27:01.662Z] [2020-09-20T19:27:01.662Z] === Skipped [2020-09-20T19:27:01.662Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-09-20T19:27:01.662Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-09-20T19:27:01.662Z] [2020-09-20T19:27:01.662Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-09-20T19:27:01.662Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-09-20T19:27:01.662Z] [2020-09-20T19:27:01.662Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-09-20T19:27:01.662Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:27:01.662Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-20T19:27:01.662Z] [2020-09-20T19:27:01.662Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-09-20T19:27:01.662Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:27:01.662Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-20T19:27:01.662Z] [2020-09-20T19:27:01.662Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-09-20T19:27:01.662Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:27:01.662Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-20T19:27:01.662Z] [2020-09-20T19:27:01.662Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-09-20T19:27:01.662Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:27:01.662Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-20T19:27:01.662Z] [2020-09-20T19:27:01.662Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-09-20T19:27:01.662Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:27:01.662Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-20T19:27:01.662Z] [2020-09-20T19:27:01.662Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-09-20T19:27:01.662Z] graphtest_unix.go:73: No driver to put! [2020-09-20T19:27:01.662Z] [2020-09-20T19:27:01.662Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-09-20T19:27:01.662Z] time="2020-09-20T19:25:42Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-20T19:27:01.662Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-20T19:27:01.662Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-20T19:27:01.662Z] [2020-09-20T19:27:01.662Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-09-20T19:27:01.662Z] time="2020-09-20T19:25:42Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-20T19:27:01.662Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-20T19:27:01.662Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-20T19:27:01.662Z] [2020-09-20T19:27:01.662Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-09-20T19:27:01.662Z] time="2020-09-20T19:25:42Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-20T19:27:01.662Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-20T19:27:01.662Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-20T19:27:01.662Z] [2020-09-20T19:27:01.662Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-09-20T19:27:01.662Z] time="2020-09-20T19:25:42Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-20T19:27:01.662Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-20T19:27:01.662Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-20T19:27:01.662Z] [2020-09-20T19:27:01.662Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-09-20T19:27:01.662Z] time="2020-09-20T19:25:42Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-20T19:27:01.662Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-20T19:27:01.662Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-20T19:27:01.662Z] [2020-09-20T19:27:01.662Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-09-20T19:27:01.662Z] graphtest_unix.go:73: No driver to put! [2020-09-20T19:27:01.662Z] [2020-09-20T19:27:01.662Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-09-20T19:27:01.662Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-09-20T19:27:01.662Z] [2020-09-20T19:27:01.662Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-09-20T19:27:01.662Z] overlay_test.go:49: Fails to compute changes intermittently [2020-09-20T19:27:01.662Z] [2020-09-20T19:27:01.662Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-09-20T19:27:01.662Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-09-20T19:27:01.662Z] [2020-09-20T19:27:01.662Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-09-20T19:27:01.662Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-09-20T19:27:01.662Z] [2020-09-20T19:27:01.662Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-09-20T19:27:01.662Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:27:01.662Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-20T19:27:01.662Z] [2020-09-20T19:27:01.662Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-09-20T19:27:01.662Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:27:01.662Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-20T19:27:01.662Z] [2020-09-20T19:27:01.662Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-09-20T19:27:01.662Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:27:01.662Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-20T19:27:01.662Z] [2020-09-20T19:27:01.662Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-09-20T19:27:01.662Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:27:01.662Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-20T19:27:01.662Z] [2020-09-20T19:27:01.662Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-09-20T19:27:01.662Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:27:01.662Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-20T19:27:01.662Z] [2020-09-20T19:27:01.662Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-09-20T19:27:01.662Z] graphtest_unix.go:73: No driver to put! [2020-09-20T19:27:01.662Z] [2020-09-20T19:27:01.662Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-09-20T19:27:01.662Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-09-20T19:27:01.662Z] [2020-09-20T19:27:01.662Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-09-20T19:27:01.662Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-09-20T19:27:01.662Z] [2020-09-20T19:27:01.662Z] [2020-09-20T19:27:01.662Z] DONE 2138 tests, 26 skipped in 254.113s Post stage [Pipeline] junit [2020-09-20T19:27:01.709Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-20T19:27:02.496Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-38469/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr32 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=98f1115e882dad3fbc3cbaca9ebc0e201c1a527f -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:98f1115e882dad3fbc3cbaca9ebc0e201c1a527f hack/make.sh dynbinary test-integration [2020-09-20T19:27:02.794Z] [2020-09-20T19:27:02.794Z] Removing bundles/ [2020-09-20T19:27:02.794Z] [2020-09-20T19:27:02.794Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-09-20T19:27:02.794Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-09-20T19:27:02.794Z] GOOS="" GOARCH="" GOARM="" [2020-09-20T19:27:04.197Z] ......................... [ 67%] [2020-09-20T19:27:04.221Z] INFO: Extracting go.zip to d:\CI\PR-38469\32\go [2020-09-20T19:27:09.656Z] --- PASS: TestBuildSquashParent (8.58s) [2020-09-20T19:27:09.656Z] === RUN TestBuildWithRemoveAndForceRemove [2020-09-20T19:27:09.656Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-20T19:27:09.656Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-20T19:27:09.656Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-20T19:27:09.656Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-20T19:27:09.656Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-20T19:27:09.656Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-20T19:27:09.656Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-20T19:27:09.656Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-20T19:27:09.656Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-20T19:27:09.656Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-20T19:27:09.656Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-20T19:27:09.656Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-20T19:27:09.656Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-20T19:27:09.656Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-20T19:27:10.410Z] --- PASS: TestImportExtremelyLargeImageWorks (84.24s) [2020-09-20T19:27:10.410Z] PASS [2020-09-20T19:27:10.410Z] [2020-09-20T19:27:10.410Z] === Skipped [2020-09-20T19:27:10.410Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-09-20T19:27:10.410Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:27:10.410Z] [2020-09-20T19:27:10.410Z] [2020-09-20T19:27:10.410Z] DONE 12 tests, 1 skipped in 85.774s [2020-09-20T19:27:10.410Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2020-09-20T19:27:10.410Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:27:10.410Z] ++ set -e [2020-09-20T19:27:10.410Z] ++ '[' -n 0 ']' [2020-09-20T19:27:10.410Z] ++ set -x [2020-09-20T19:27:10.410Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:27:10.410Z] INFO: Testing against a local daemon [2020-09-20T19:27:10.410Z] === RUN TestNetworkCreateDelete [2020-09-20T19:27:10.410Z] --- PASS: TestNetworkCreateDelete (0.11s) [2020-09-20T19:27:10.410Z] === RUN TestDockerNetworkDeletePreferID [2020-09-20T19:27:10.410Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2020-09-20T19:27:10.410Z] === RUN TestDaemonDNSFallback [2020-09-20T19:27:10.410Z] --- PASS: TestDaemonDNSFallback (2.58s) [2020-09-20T19:27:10.410Z] === RUN TestInspectNetwork [2020-09-20T19:27:10.410Z] === RUN TestInspectNetwork/full_network_id [2020-09-20T19:27:10.410Z] === RUN TestInspectNetwork/partial_network_id [2020-09-20T19:27:10.410Z] === RUN TestInspectNetwork/network_name [2020-09-20T19:27:10.410Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-09-20T19:27:11.443Z] --- PASS: TestInspectNetwork (10.65s) [2020-09-20T19:27:11.443Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-09-20T19:27:11.443Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-09-20T19:27:11.443Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-09-20T19:27:11.443Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-09-20T19:27:11.443Z] === RUN TestRunContainerWithBridgeNone [2020-09-20T19:27:12.201Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-20T19:27:12.202Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-20T19:27:14.173Z] --- PASS: TestRunContainerWithBridgeNone (2.48s) [2020-09-20T19:27:14.173Z] === RUN TestNetworkInvalidJSON [2020-09-20T19:27:14.173Z] === RUN TestNetworkInvalidJSON//networks/create [2020-09-20T19:27:14.173Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-09-20T19:27:14.173Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-09-20T19:27:14.173Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-09-20T19:27:14.173Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-20T19:27:14.173Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-20T19:27:14.173Z] === CONT TestNetworkInvalidJSON//networks/create [2020-09-20T19:27:14.173Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-20T19:27:14.173Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-09-20T19:27:14.173Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2020-09-20T19:27:14.173Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-09-20T19:27:14.173Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-09-20T19:27:14.173Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-09-20T19:27:14.173Z] === RUN TestHostIPv4BridgeLabel [2020-09-20T19:27:14.173Z] --- PASS: TestHostIPv4BridgeLabel (0.55s) [2020-09-20T19:27:14.173Z] === RUN TestDaemonRestartWithLiveRestore [2020-09-20T19:27:15.206Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2020-09-20T19:27:15.206Z] === RUN TestDaemonDefaultNetworkPools [2020-09-20T19:27:15.503Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-20T19:27:15.503Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-20T19:27:16.239Z] --- PASS: TestDaemonDefaultNetworkPools (0.85s) [2020-09-20T19:27:16.239Z] === RUN TestDaemonRestartWithExistingNetwork [2020-09-20T19:27:17.272Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.19s) [2020-09-20T19:27:17.272Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-09-20T19:27:18.779Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s) [2020-09-20T19:27:18.779Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-09-20T19:27:18.806Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2020-09-20T19:27:18.806Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.13s) [2020-09-20T19:27:18.806Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.31s) [2020-09-20T19:27:18.806Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.96s) [2020-09-20T19:27:18.806Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.95s) [2020-09-20T19:27:18.806Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.08s) [2020-09-20T19:27:18.806Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.94s) [2020-09-20T19:27:18.806Z] === RUN TestBuildMultiStageCopy [2020-09-20T19:27:18.806Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-09-20T19:27:19.070Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.65s) [2020-09-20T19:27:19.071Z] === RUN TestServiceWithPredefinedNetwork [2020-09-20T19:27:20.720Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-09-20T19:27:21.291Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-09-20T19:27:21.863Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-09-20T19:27:22.435Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-09-20T19:27:22.585Z] --- PASS: TestServiceWithPredefinedNetwork (3.53s) [2020-09-20T19:27:22.585Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-09-20T19:27:22.585Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-20T19:27:22.585Z] service_test.go:236: FLAKY_TEST [2020-09-20T19:27:22.585Z] === RUN TestServiceWithDataPathPortInit [2020-09-20T19:27:23.009Z] --- PASS: TestBuildMultiStageCopy (4.68s) [2020-09-20T19:27:23.009Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.50s) [2020-09-20T19:27:23.009Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.62s) [2020-09-20T19:27:23.009Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.49s) [2020-09-20T19:27:23.009Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.51s) [2020-09-20T19:27:23.009Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.56s) [2020-09-20T19:27:23.009Z] === RUN TestBuildMultiStageParentConfig [2020-09-20T19:27:24.393Z] --- PASS: TestBuildMultiStageParentConfig (1.20s) [2020-09-20T19:27:24.393Z] === RUN TestBuildLabelWithTargets [2020-09-20T19:27:26.305Z] --- PASS: TestBuildLabelWithTargets (2.08s) [2020-09-20T19:27:26.305Z] === RUN TestBuildWithEmptyLayers [2020-09-20T19:27:26.362Z] --- PASS: TestBuildWithHugeFile (65.76s) [2020-09-20T19:27:26.362Z] === RUN TestBuildWithEmptyDockerfile [2020-09-20T19:27:26.362Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-20T19:27:26.362Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-20T19:27:26.362Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-20T19:27:26.362Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-20T19:27:26.362Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-20T19:27:26.362Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-20T19:27:26.362Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-20T19:27:26.363Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-20T19:27:26.363Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-20T19:27:26.363Z] --- PASS: TestBuildWithEmptyDockerfile (0.21s) [2020-09-20T19:27:26.363Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.23s) [2020-09-20T19:27:26.363Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.24s) [2020-09-20T19:27:26.363Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.25s) [2020-09-20T19:27:26.363Z] === RUN TestBuildPreserveOwnership [2020-09-20T19:27:26.363Z] === RUN TestBuildPreserveOwnership/copy_from [2020-09-20T19:27:27.690Z] --- PASS: TestBuildWithEmptyLayers (1.25s) [2020-09-20T19:27:27.690Z] === RUN TestBuildMultiStageOnBuild [2020-09-20T19:27:28.912Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-09-20T19:27:29.388Z] INFO: Extraction ended at 09/20/2020 19:27:26. Duration:00:00:22.6320724 [2020-09-20T19:27:29.388Z] INFO: Updating the golang and path environment variables [2020-09-20T19:27:29.388Z] INFO: GOPATH=d:\gopath [2020-09-20T19:27:29.388Z] INFO: go version go1.13.15 windows/amd64 [2020-09-20T19:27:29.388Z] INFO: Running the daemon under test in debug mode [2020-09-20T19:27:29.388Z] INFO: Starting a daemon under test... [2020-09-20T19:27:29.388Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-38469\32\daemon --pidfile d:\CI\PR-38469\32\docker.pid -D [2020-09-20T19:27:29.388Z] INFO: Process started successfully. [2020-09-20T19:27:29.388Z] INFO: Start tailing logs of the daemon under tests [2020-09-20T19:27:29.388Z] INFO: Waiting for the daemon under test to start... [2020-09-20T19:27:29.849Z] INFO: Daemon under test started and replied! [2020-09-20T19:27:29.849Z] INFO: Docker version of the daemon under test [2020-09-20T19:27:29.849Z] [2020-09-20T19:27:29.849Z] Client: [2020-09-20T19:27:29.849Z] Version: 17.06.2-ce [2020-09-20T19:27:29.849Z] API version: 1.30 [2020-09-20T19:27:29.849Z] Go version: go1.8.3 [2020-09-20T19:27:29.849Z] Git commit: cec0b72 [2020-09-20T19:27:29.849Z] Built: Tue Sep 5 19:57:19 2017 [2020-09-20T19:27:29.849Z] OS/Arch: windows/amd64 [2020-09-20T19:27:29.849Z] [2020-09-20T19:27:29.849Z] Server: [2020-09-20T19:27:29.849Z] Version: 0.0.0-dev [2020-09-20T19:27:29.849Z] API version: 1.41 (minimum version 1.24) [2020-09-20T19:27:29.849Z] Go version: go1.13.15 [2020-09-20T19:27:29.849Z] Git commit: fcdbcb7d77 [2020-09-20T19:27:29.849Z] Built: 09/20/2020 19:25:46 [2020-09-20T19:27:29.849Z] OS/Arch: windows/amd64 [2020-09-20T19:27:29.849Z] Experimental: false [2020-09-20T19:27:29.849Z] [2020-09-20T19:27:29.849Z] INFO: Docker info of the daemon under test [2020-09-20T19:27:29.849Z] [2020-09-20T19:27:29.849Z] Containers: 0 [2020-09-20T19:27:29.849Z] Running: 0 [2020-09-20T19:27:29.849Z] Paused: 0 [2020-09-20T19:27:29.849Z] Stopped: 0 [2020-09-20T19:27:29.849Z] Images: 0 [2020-09-20T19:27:29.849Z] Server Version: 0.0.0-dev [2020-09-20T19:27:29.849Z] Storage Driver: windowsfilter [2020-09-20T19:27:29.849Z] Windows: [2020-09-20T19:27:29.849Z] Logging Driver: json-file [2020-09-20T19:27:30.311Z] Plugins: [2020-09-20T19:27:30.311Z] Volume: local [2020-09-20T19:27:30.311Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-09-20T19:27:30.311Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-09-20T19:27:30.311Z] Swarm: inactive [2020-09-20T19:27:30.311Z] Default Isolation: process [2020-09-20T19:27:30.311Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-09-20T19:27:30.311Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1397) [2020-09-20T19:27:30.311Z] OSType: windows [2020-09-20T19:27:30.311Z] Architecture: x86_64 [2020-09-20T19:27:30.311Z] CPUs: 4 [2020-09-20T19:27:30.311Z] Total Memory: 32GiB [2020-09-20T19:27:30.311Z] Name: azwin-2-9b3a60 [2020-09-20T19:27:30.311Z] ID: 62EB:L5MM:3Y3R:I3HF:NVB5:CFPP:XF5T:BDMZ:ZLPB:U7TX:V4CV:IRCA [2020-09-20T19:27:30.311Z] Docker Root Dir: D:\CI\PR-38469\32\daemon [2020-09-20T19:27:30.311Z] Debug Mode (client): false [2020-09-20T19:27:30.311Z] Debug Mode (server): true [2020-09-20T19:27:30.311Z] File Descriptors: -1 [2020-09-20T19:27:30.311Z] Goroutines: 17 [2020-09-20T19:27:30.311Z] System Time: 2020-09-20T19:27:29.7741285Z [2020-09-20T19:27:30.311Z] EventsListeners: 0 [2020-09-20T19:27:30.311Z] Registry: https://index.docker.io/v1/ [2020-09-20T19:27:30.311Z] Labels: [2020-09-20T19:27:30.311Z] Experimental: false [2020-09-20T19:27:30.311Z] Insecure Registries: [2020-09-20T19:27:30.311Z] 127.0.0.0/8 [2020-09-20T19:27:30.311Z] Live Restore Enabled: false [2020-09-20T19:27:30.311Z] [2020-09-20T19:27:30.311Z] [2020-09-20T19:27:30.311Z] INFO: Docker images of the daemon under test [2020-09-20T19:27:30.311Z] [2020-09-20T19:27:30.311Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-09-20T19:27:30.311Z] [2020-09-20T19:27:30.311Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2020-09-20T19:27:30.311Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2020-09-20T19:27:30.311Z] ltsc2019: Pulling from windows/servercore [2020-09-20T19:27:30.311Z] 4612f6d0b889: Pulling fs layer [2020-09-20T19:27:30.311Z] c3aff4450246: Pulling fs layer [2020-09-20T19:27:30.374Z] --- PASS: TestBuildMultiStageOnBuild (3.00s) [2020-09-20T19:27:30.374Z] === RUN TestBuildUncleanTarFilenames [2020-09-20T19:27:30.828Z] --- PASS: TestBuildPreserveOwnership (5.87s) [2020-09-20T19:27:30.828Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.80s) [2020-09-20T19:27:30.828Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.05s) [2020-09-20T19:27:30.828Z] === RUN TestBuildPlatformInvalid [2020-09-20T19:27:31.090Z] --- PASS: TestBuildPlatformInvalid (0.18s) [2020-09-20T19:27:31.090Z] PASS [2020-09-20T19:27:31.090Z] [2020-09-20T19:27:31.090Z] === Skipped [2020-09-20T19:27:31.090Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2020-09-20T19:27:31.090Z] build_session_test.go:25: TODO: BuildKit [2020-09-20T19:27:31.090Z] [2020-09-20T19:27:31.090Z] [2020-09-20T19:27:31.090Z] DONE 32 tests, 1 skipped in 119.785s [2020-09-20T19:27:31.090Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2020-09-20T19:27:31.090Z] ++ 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 [2020-09-20T19:27:31.090Z] ++ set -e [2020-09-20T19:27:31.090Z] ++ '[' -n 0 ']' [2020-09-20T19:27:31.090Z] ++ set -x [2020-09-20T19:27:31.090Z] ++ 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 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 [2020-09-20T19:27:31.351Z] INFO: Testing against a local daemon [2020-09-20T19:27:31.351Z] === RUN TestConfigInspect [2020-09-20T19:27:32.292Z] --- PASS: TestBuildUncleanTarFilenames (1.91s) [2020-09-20T19:27:32.293Z] === RUN TestBuildMultiStageLayerLeak [2020-09-20T19:27:35.558Z] --- PASS: TestConfigInspect (3.75s) [2020-09-20T19:27:35.558Z] === RUN TestConfigList [2020-09-20T19:27:35.592Z] --- PASS: TestBuildMultiStageLayerLeak (3.28s) [2020-09-20T19:27:35.592Z] === RUN TestBuildWithHugeFile [2020-09-20T19:27:36.117Z] c3aff4450246: Verifying Checksum [2020-09-20T19:27:36.117Z] c3aff4450246: Download complete [2020-09-20T19:27:38.863Z] --- PASS: TestConfigList (3.26s) [2020-09-20T19:27:38.863Z] === RUN TestConfigsCreateAndDelete [2020-09-20T19:27:41.413Z] --- PASS: TestConfigsCreateAndDelete (3.26s) [2020-09-20T19:27:41.413Z] === RUN TestConfigsUpdate [2020-09-20T19:27:43.725Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-09-20T19:27:43.725Z] Using test binary docker [2020-09-20T19:27:43.725Z] +++ /etc/init.d/apparmor start [2020-09-20T19:27:43.725Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-20T19:27:43.725Z] INFO: Waiting for daemon to start... [2020-09-20T19:27:43.725Z] Starting dockerd [2020-09-20T19:27:43.725Z] +++ 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 [2020-09-20T19:27:43.725Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-09-20T19:27:43.725Z] Using test binary docker [2020-09-20T19:27:43.725Z] +++ /etc/init.d/apparmor start [2020-09-20T19:27:43.725Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-20T19:27:43.725Z] INFO: Waiting for daemon to start... [2020-09-20T19:27:43.725Z] Starting dockerd [2020-09-20T19:27:43.725Z] +++ 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 [2020-09-20T19:27:44.132Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2020-09-20T19:27:44.717Z] --- PASS: TestConfigsUpdate (3.21s) [2020-09-20T19:27:44.717Z] === RUN TestTemplatedConfig [2020-09-20T19:27:45.090Z] --- PASS: TestServiceWithDataPathPortInit (20.79s) [2020-09-20T19:27:45.090Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-09-20T19:27:45.108Z] . [2020-09-20T19:27:45.108Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-09-20T19:27:45.108Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-09-20T19:27:45.108Z] Error: No such image: emptyfs [2020-09-20T19:27:45.108Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-09-20T19:27:45.108Z] ++++ docker load [2020-09-20T19:27:45.679Z] [2020-09-20T19:27:45.679Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-09-20T19:27:45.679Z] Running integration-test (iteration 1) [2020-09-20T19:27:45.679Z] 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)/ [2020-09-20T19:27:45.679Z] ++ 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)/' [2020-09-20T19:27:45.679Z] ++ set -e [2020-09-20T19:27:45.679Z] ++ '[' -n 0 ']' [2020-09-20T19:27:45.679Z] ++ set -x [2020-09-20T19:27:45.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=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 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)/' [2020-09-20T19:27:45.679Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-09-20T19:27:45.679Z] Error: No such image: emptyfs [2020-09-20T19:27:45.679Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-09-20T19:27:45.679Z] ++++ docker load [2020-09-20T19:27:45.940Z] Running integration-test (iteration 1) [2020-09-20T19:27:45.940Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2020-09-20T19:27:45.940Z] ++ 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)/' [2020-09-20T19:27:45.940Z] ++ set -e [2020-09-20T19:27:45.940Z] ++ '[' -n 0 ']' [2020-09-20T19:27:45.940Z] ++ set -x [2020-09-20T19:27:45.940Z] ++ 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 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)/' [2020-09-20T19:27:48.928Z] --- PASS: TestTemplatedConfig (3.46s) [2020-09-20T19:27:48.928Z] === RUN TestConfigCreateResolve [2020-09-20T19:27:50.939Z] 4612f6d0b889: Verifying Checksum [2020-09-20T19:27:50.939Z] 4612f6d0b889: Download complete [2020-09-20T19:27:51.477Z] --- PASS: TestConfigCreateResolve (3.20s) [2020-09-20T19:27:51.477Z] === RUN TestConfigDaemonLibtrustID [2020-09-20T19:27:52.049Z] --- PASS: TestConfigDaemonLibtrustID (0.67s) [2020-09-20T19:27:52.049Z] PASS [2020-09-20T19:27:52.049Z] [2020-09-20T19:27:52.049Z] DONE 7 tests in 21.002s [2020-09-20T19:27:52.049Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2020-09-20T19:27:52.049Z] ++ 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 [2020-09-20T19:27:52.049Z] ++ set -e [2020-09-20T19:27:52.049Z] ++ '[' -n 0 ']' [2020-09-20T19:27:52.049Z] ++ set -x [2020-09-20T19:27:52.049Z] ++ 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 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 [2020-09-20T19:27:52.310Z] INFO: Testing against a local daemon [2020-09-20T19:27:52.310Z] === RUN TestCheckpoint [2020-09-20T19:27:52.310Z] --- SKIP: TestCheckpoint (0.00s) [2020-09-20T19:27:52.310Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-20T19:27:52.310Z] === RUN TestContainerInvalidJSON [2020-09-20T19:27:52.310Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-09-20T19:27:52.310Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-09-20T19:27:52.310Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-09-20T19:27:52.311Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-09-20T19:27:52.311Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-09-20T19:27:52.311Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-09-20T19:27:52.311Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-09-20T19:27:52.311Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-09-20T19:27:52.311Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-09-20T19:27:52.311Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-09-20T19:27:52.311Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-09-20T19:27:52.311Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-09-20T19:27:52.311Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-09-20T19:27:52.311Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-09-20T19:27:52.311Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s) [2020-09-20T19:27:52.311Z] === RUN TestCopyFromContainerPathIsNotDir [2020-09-20T19:27:52.572Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s) [2020-09-20T19:27:52.572Z] === RUN TestCopyToContainerPathDoesNotExist [2020-09-20T19:27:52.572Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s) [2020-09-20T19:27:52.572Z] === RUN TestCopyToContainerPathIsNotDir [2020-09-20T19:27:52.833Z] --- PASS: TestCopyToContainerPathIsNotDir (0.12s) [2020-09-20T19:27:52.833Z] === RUN TestCopyFromContainer [2020-09-20T19:27:53.576Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.92s) [2020-09-20T19:27:53.576Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:lo0wxrzwlxt18hjp5y40u2zxp Created:2020-09-20 19:27:44.966701488 +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[155959ef5676ef12bc984a1ec5e6a87d9b47009e6d3cd3e76ad1b84d571abde2:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.zk1j1j9ojgk9im4d6cc5vo7w1 EndpointID:5647026c4f2ae75b3ad7cfa2fde84dc852842c47fc64de5484619662bbe84be5 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:a7b3d8154a7e0d24ba9a751e8daaf9d195e9f26380b8c7dde9b6654001875bb3 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:a4625388a987 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.zk1j1j9ojgk9im4d6cc5vo7w1 EndpointID:5647026c4f2ae75b3ad7cfa2fde84dc852842c47fc64de5484619662bbe84be5 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-09-20T19:27:53.576Z] PASS [2020-09-20T19:27:53.576Z] [2020-09-20T19:27:53.576Z] === Skipped [2020-09-20T19:27:53.576Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-20T19:27:53.576Z] service_test.go:236: FLAKY_TEST [2020-09-20T19:27:53.576Z] [2020-09-20T19:27:53.576Z] [2020-09-20T19:27:53.576Z] DONE 23 tests, 1 skipped in 56.122s [2020-09-20T19:27:53.576Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-09-20T19:27:53.576Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:27:53.576Z] ++ set -e [2020-09-20T19:27:53.576Z] ++ '[' -n 0 ']' [2020-09-20T19:27:53.576Z] ++ set -x [2020-09-20T19:27:53.576Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:27:53.576Z] INFO: Testing against a local daemon [2020-09-20T19:27:53.576Z] === RUN TestDockerNetworkIpvlanPersistance [2020-09-20T19:27:53.576Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-20T19:27:53.576Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-20T19:27:53.576Z] === RUN TestDockerNetworkIpvlan [2020-09-20T19:27:53.576Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-09-20T19:27:53.576Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-20T19:27:53.576Z] PASS [2020-09-20T19:27:53.576Z] [2020-09-20T19:27:53.576Z] === Skipped [2020-09-20T19:27:53.576Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-20T19:27:53.576Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-20T19:27:53.576Z] [2020-09-20T19:27:53.576Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-09-20T19:27:53.576Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-20T19:27:53.576Z] [2020-09-20T19:27:53.576Z] [2020-09-20T19:27:53.576Z] DONE 2 tests, 2 skipped in 0.220s [2020-09-20T19:27:53.576Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-09-20T19:27:53.576Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:27:53.576Z] ++ set -e [2020-09-20T19:27:53.576Z] ++ '[' -n 0 ']' [2020-09-20T19:27:53.576Z] ++ set -x [2020-09-20T19:27:53.576Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:27:53.867Z] INFO: Testing against a local daemon [2020-09-20T19:27:53.867Z] === RUN TestDockerNetworkMacvlanPersistance [2020-09-20T19:27:54.749Z] === RUN TestCopyFromContainer// [2020-09-20T19:27:54.749Z] === RUN TestCopyFromContainer//bar/root [2020-09-20T19:27:55.010Z] === RUN TestCopyFromContainer//bar/root/ [2020-09-20T19:27:55.010Z] === RUN TestCopyFromContainer/bar/quux [2020-09-20T19:27:55.271Z] === RUN TestCopyFromContainer/bar/quux/ [2020-09-20T19:27:55.271Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-09-20T19:27:55.374Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.50s) [2020-09-20T19:27:55.374Z] === RUN TestDockerNetworkMacvlan [2020-09-20T19:27:55.534Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-09-20T19:27:55.534Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-09-20T19:27:55.534Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-09-20T19:27:55.795Z] === RUN TestCopyFromContainer/bar/notarget [2020-09-20T19:27:55.795Z] --- PASS: TestCopyFromContainer (3.11s) [2020-09-20T19:27:55.795Z] --- PASS: TestCopyFromContainer// (0.11s) [2020-09-20T19:27:55.795Z] --- PASS: TestCopyFromContainer//bar/root (0.13s) [2020-09-20T19:27:55.795Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2020-09-20T19:27:55.795Z] --- PASS: TestCopyFromContainer/bar/quux (0.13s) [2020-09-20T19:27:55.795Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.12s) [2020-09-20T19:27:55.795Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.12s) [2020-09-20T19:27:55.795Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2020-09-20T19:27:55.795Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2020-09-20T19:27:55.795Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2020-09-20T19:27:55.795Z] --- PASS: TestCopyFromContainer/bar/notarget (0.12s) [2020-09-20T19:27:55.795Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-09-20T19:27:55.795Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-20T19:27:55.795Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-20T19:27:55.795Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-20T19:27:55.795Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-20T19:27:55.795Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-20T19:27:55.795Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-20T19:27:55.795Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-20T19:27:55.795Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-20T19:27:55.795Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-20T19:27:55.795Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-09-20T19:27:55.795Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-09-20T19:27:55.795Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-09-20T19:27:55.795Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-09-20T19:27:55.795Z] === RUN TestCreateLinkToNonExistingContainer [2020-09-20T19:27:56.006Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-09-20T19:27:56.056Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2020-09-20T19:27:56.056Z] === RUN TestCreateWithInvalidEnv [2020-09-20T19:27:56.056Z] === RUN TestCreateWithInvalidEnv/0 [2020-09-20T19:27:56.056Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-09-20T19:27:56.056Z] === RUN TestCreateWithInvalidEnv/1 [2020-09-20T19:27:56.056Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-09-20T19:27:56.056Z] === RUN TestCreateWithInvalidEnv/2 [2020-09-20T19:27:56.056Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-09-20T19:27:56.056Z] === CONT TestCreateWithInvalidEnv/0 [2020-09-20T19:27:56.056Z] === CONT TestCreateWithInvalidEnv/2 [2020-09-20T19:27:56.056Z] === CONT TestCreateWithInvalidEnv/1 [2020-09-20T19:27:56.056Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-09-20T19:27:56.056Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-09-20T19:27:56.056Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-09-20T19:27:56.056Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-09-20T19:27:56.056Z] === RUN TestCreateTmpfsMountsTarget [2020-09-20T19:27:56.056Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2020-09-20T19:27:56.056Z] === RUN TestCreateWithCustomMaskedPaths [2020-09-20T19:27:57.040Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-09-20T19:27:58.074Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-09-20T19:27:58.604Z] --- PASS: TestCreateWithCustomMaskedPaths (2.14s) [2020-09-20T19:27:58.604Z] === RUN TestCreateWithCustomReadonlyPaths [2020-09-20T19:28:00.521Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.21s) [2020-09-20T19:28:00.521Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-09-20T19:28:00.521Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-20T19:28:00.521Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-20T19:28:00.521Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-20T19:28:00.521Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-20T19:28:00.521Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-20T19:28:00.521Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-20T19:28:00.521Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-20T19:28:00.521Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-20T19:28:00.521Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-20T19:28:00.521Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-20T19:28:00.521Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-20T19:28:00.521Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-20T19:28:00.521Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-20T19:28:00.521Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-20T19:28:00.521Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-20T19:28:00.521Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-09-20T19:28:00.521Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2020-09-20T19:28:00.521Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.05s) [2020-09-20T19:28:00.521Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.05s) [2020-09-20T19:28:00.521Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.05s) [2020-09-20T19:28:00.521Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2020-09-20T19:28:00.521Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-09-20T19:28:01.093Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.72s) [2020-09-20T19:28:01.093Z] === RUN TestCreateDifferentPlatform [2020-09-20T19:28:01.093Z] === RUN TestCreateDifferentPlatform/different_os [2020-09-20T19:28:01.093Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-09-20T19:28:01.355Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2020-09-20T19:28:01.355Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-09-20T19:28:01.355Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-09-20T19:28:01.355Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-09-20T19:28:01.355Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2020-09-20T19:28:01.355Z] === RUN TestContainerStartOnDaemonRestart [2020-09-20T19:28:01.355Z] === PAUSE TestContainerStartOnDaemonRestart [2020-09-20T19:28:01.355Z] === RUN TestDaemonRestartIpcMode [2020-09-20T19:28:01.355Z] === PAUSE TestDaemonRestartIpcMode [2020-09-20T19:28:01.355Z] === RUN TestDaemonHostGatewayIP [2020-09-20T19:28:01.355Z] === PAUSE TestDaemonHostGatewayIP [2020-09-20T19:28:01.355Z] === RUN TestContainerKillOnDaemonStart [2020-09-20T19:28:01.355Z] === PAUSE TestContainerKillOnDaemonStart [2020-09-20T19:28:01.355Z] === RUN TestDiff [2020-09-20T19:28:01.588Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-09-20T19:28:01.928Z] --- PASS: TestDiff (0.76s) [2020-09-20T19:28:01.928Z] === RUN TestExecWithCloseStdin [2020-09-20T19:28:02.211Z] tests/integration/api_volume_test.py ......... [ 74%] [2020-09-20T19:28:02.211Z] tests/integration/client_test.py ..... [ 75%] [2020-09-20T19:28:02.211Z] tests/integration/context_api_test.py ... [ 76%] [2020-09-20T19:28:02.211Z] tests/integration/errors_test.py . [ 76%] [2020-09-20T19:28:02.871Z] --- PASS: TestExecWithCloseStdin (0.88s) [2020-09-20T19:28:02.871Z] === RUN TestExec [2020-09-20T19:28:03.815Z] --- PASS: TestExec (0.84s) [2020-09-20T19:28:03.816Z] === RUN TestExecUser [2020-09-20T19:28:04.759Z] --- PASS: TestExecUser (0.85s) [2020-09-20T19:28:04.759Z] === RUN TestExportContainerAndImportImage [2020-09-20T19:28:05.704Z] --- PASS: TestExportContainerAndImportImage (1.07s) [2020-09-20T19:28:05.704Z] === RUN TestExportContainerAfterDaemonRestart [2020-09-20T19:28:06.040Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-09-20T19:28:07.621Z] --- PASS: TestExportContainerAfterDaemonRestart (2.01s) [2020-09-20T19:28:07.621Z] === RUN TestHealthCheckWorkdir [2020-09-20T19:28:09.008Z] --- PASS: TestHealthCheckWorkdir (1.05s) [2020-09-20T19:28:09.008Z] === RUN TestHealthKillContainer [2020-09-20T19:28:11.565Z] --- PASS: TestHealthKillContainer (2.86s) [2020-09-20T19:28:11.565Z] === RUN TestInspectCpusetInConfigPre120 [2020-09-20T19:28:12.517Z] --- PASS: TestInspectCpusetInConfigPre120 (0.73s) [2020-09-20T19:28:12.517Z] === RUN TestIpcModeNone [2020-09-20T19:28:12.983Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-09-20T19:28:13.093Z] --- PASS: TestIpcModeNone (0.84s) [2020-09-20T19:28:13.093Z] === RUN TestIpcModePrivate [2020-09-20T19:28:14.038Z] --- PASS: TestIpcModePrivate (0.86s) [2020-09-20T19:28:14.038Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:102, shared: false, mustBeShared: false [2020-09-20T19:28:14.038Z] === RUN TestIpcModeShareable [2020-09-20T19:28:14.490Z] --- PASS: TestDockerNetworkMacvlan (18.91s) [2020-09-20T19:28:14.490Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s) [2020-09-20T19:28:14.490Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s) [2020-09-20T19:28:14.490Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.32s) [2020-09-20T19:28:14.490Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.48s) [2020-09-20T19:28:14.490Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.19s) [2020-09-20T19:28:14.490Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.39s) [2020-09-20T19:28:14.490Z] PASS [2020-09-20T19:28:14.490Z] [2020-09-20T19:28:14.490Z] DONE 8 tests in 20.583s [2020-09-20T19:28:14.490Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2020-09-20T19:28:14.490Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:28:14.490Z] ++ set -e [2020-09-20T19:28:14.490Z] ++ '[' -n 0 ']' [2020-09-20T19:28:14.490Z] ++ set -x [2020-09-20T19:28:14.490Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:28:14.490Z] testing: warning: no tests to run [2020-09-20T19:28:14.490Z] PASS [2020-09-20T19:28:14.490Z] [2020-09-20T19:28:14.490Z] DONE 0 tests in 0.068s [2020-09-20T19:28:14.490Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-09-20T19:28:14.490Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:28:14.490Z] ++ set -e [2020-09-20T19:28:14.490Z] ++ '[' -n 0 ']' [2020-09-20T19:28:14.490Z] ++ set -x [2020-09-20T19:28:14.490Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:28:14.490Z] INFO: Testing against a local daemon [2020-09-20T19:28:14.490Z] === RUN TestAuthZPluginAllowRequest [2020-09-20T19:28:14.989Z] --- PASS: TestIpcModeShareable (0.90s) [2020-09-20T19:28:14.989Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:96, shared: true, mustBeShared: true [2020-09-20T19:28:14.989Z] === RUN TestAPIIpcModeShareableAndContainer [2020-09-20T19:28:16.557Z] --- PASS: TestAuthZPluginAllowRequest (1.71s) [2020-09-20T19:28:16.557Z] === RUN TestAuthZPluginTLS [2020-09-20T19:28:16.848Z] --- PASS: TestAuthZPluginTLS (0.54s) [2020-09-20T19:28:16.848Z] === RUN TestAuthZPluginDenyRequest [2020-09-20T19:28:17.140Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2020-09-20T19:28:17.140Z] === RUN TestAuthZPluginAPIDenyResponse [2020-09-20T19:28:17.537Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.62s) [2020-09-20T19:28:17.537Z] === RUN TestAPIIpcModeHost [2020-09-20T19:28:17.773Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.52s) [2020-09-20T19:28:17.773Z] === RUN TestAuthZPluginDenyResponse [2020-09-20T19:28:18.110Z] --- PASS: TestAPIIpcModeHost (0.65s) [2020-09-20T19:28:18.110Z] === RUN TestDaemonIpcModeShareable [2020-09-20T19:28:18.405Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2020-09-20T19:28:18.405Z] === RUN TestAuthZPluginAllowEventStream [2020-09-20T19:28:19.912Z] --- PASS: TestAuthZPluginAllowEventStream (1.70s) [2020-09-20T19:28:19.912Z] === RUN TestAuthZPluginErrorResponse [2020-09-20T19:28:20.026Z] --- PASS: TestDaemonIpcModeShareable (1.83s) [2020-09-20T19:28:20.026Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2020-09-20T19:28:20.026Z] === RUN TestDaemonIpcModePrivate [2020-09-20T19:28:20.546Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2020-09-20T19:28:20.546Z] === RUN TestAuthZPluginErrorRequest [2020-09-20T19:28:21.178Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2020-09-20T19:28:21.178Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-09-20T19:28:21.811Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2020-09-20T19:28:21.811Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-09-20T19:28:21.945Z] --- PASS: TestDaemonIpcModePrivate (1.82s) [2020-09-20T19:28:21.945Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2020-09-20T19:28:21.945Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-09-20T19:28:23.863Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.79s) [2020-09-20T19:28:23.863Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2020-09-20T19:28:23.863Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-09-20T19:28:23.878Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.05s) [2020-09-20T19:28:23.878Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-09-20T19:28:24.685Z] Loaded image: buildpack-deps:buster [2020-09-20T19:28:24.685Z] Loaded image: busybox:latest [2020-09-20T19:28:24.945Z] Loaded image: buildpack-deps:buster [2020-09-20T19:28:24.945Z] Loaded image: busybox:glibc [2020-09-20T19:28:24.945Z] Loaded image: debian:buster [2020-09-20T19:28:25.206Z] Loaded image: busybox:latest [2020-09-20T19:28:25.206Z] Loaded image: hello-world:latest [2020-09-20T19:28:25.206Z] INFO: Testing against a local daemon [2020-09-20T19:28:25.206Z] === RUN TestDockerDaemonSuite [2020-09-20T19:28:25.206Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2020-09-20T19:28:25.466Z] Loaded image: busybox:glibc [2020-09-20T19:28:25.466Z] Loaded image: debian:buster [2020-09-20T19:28:25.466Z] Loaded image: hello-world:latest [2020-09-20T19:28:25.726Z] INFO: Testing against a local daemon [2020-09-20T19:28:25.726Z] === RUN TestDockerSuite [2020-09-20T19:28:25.726Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2020-09-20T19:28:25.726Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2020-09-20T19:28:25.726Z] === RUN TestDockerSuite/TestAPIErrorJSON [2020-09-20T19:28:25.726Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2020-09-20T19:28:25.726Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2020-09-20T19:28:25.726Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2020-09-20T19:28:25.726Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2020-09-20T19:28:25.726Z] === RUN TestDockerSuite/TestAPIImagesDelete [2020-09-20T19:28:25.780Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.95s) [2020-09-20T19:28:25.780Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2020-09-20T19:28:25.780Z] === RUN TestIpcModeOlderClient [2020-09-20T19:28:25.780Z] === PAUSE TestIpcModeOlderClient [2020-09-20T19:28:25.780Z] === RUN TestKillContainerInvalidSignal [2020-09-20T19:28:25.946Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.22s) [2020-09-20T19:28:25.946Z] === RUN TestAuthZPluginHeader [2020-09-20T19:28:26.352Z] --- PASS: TestKillContainerInvalidSignal (0.75s) [2020-09-20T19:28:26.352Z] === RUN TestKillContainer [2020-09-20T19:28:26.352Z] === RUN TestKillContainer/no_signal [2020-09-20T19:28:26.579Z] --- PASS: TestAuthZPluginHeader (0.80s) [2020-09-20T19:28:26.579Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-09-20T19:28:26.579Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-09-20T19:28:26.579Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:28:26.579Z] === RUN TestAuthZPluginV2Disable [2020-09-20T19:28:26.579Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-09-20T19:28:26.579Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:28:26.579Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-09-20T19:28:26.579Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-09-20T19:28:26.579Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:28:26.579Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-09-20T19:28:26.579Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-09-20T19:28:26.579Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:28:26.579Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-09-20T19:28:26.667Z] === RUN TestDockerSuite/TestAPIImagesFilter [2020-09-20T19:28:26.927Z] === RUN TestDockerSuite/TestAPIImagesHistory [2020-09-20T19:28:27.296Z] === RUN TestKillContainer/non_killing_signal [2020-09-20T19:28:27.498Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2020-09-20T19:28:27.499Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2020-09-20T19:28:27.557Z] === RUN TestKillContainer/killing_signal [2020-09-20T19:28:28.069Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2020-09-20T19:28:28.329Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2020-09-20T19:28:28.329Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2020-09-20T19:28:28.943Z] --- PASS: TestKillContainer (2.28s) [2020-09-20T19:28:28.943Z] --- PASS: TestKillContainer/no_signal (0.73s) [2020-09-20T19:28:28.943Z] --- PASS: TestKillContainer/non_killing_signal (0.53s) [2020-09-20T19:28:28.943Z] --- PASS: TestKillContainer/killing_signal (0.72s) [2020-09-20T19:28:28.943Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-09-20T19:28:28.943Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-09-20T19:28:29.517Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-09-20T19:28:29.715Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2020-09-20T19:28:29.976Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2020-09-20T19:28:29.976Z] === RUN TestDockerSuite/TestAPINetworkFilter [2020-09-20T19:28:29.976Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2020-09-20T19:28:29.976Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2020-09-20T19:28:30.090Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.53s) [2020-09-20T19:28:30.090Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.73s) [2020-09-20T19:28:30.090Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.56s) [2020-09-20T19:28:30.090Z] === RUN TestKillStoppedContainer [2020-09-20T19:28:30.352Z] --- PASS: TestKillStoppedContainer (0.09s) [2020-09-20T19:28:30.352Z] === RUN TestKillStoppedContainerAPIPre120 [2020-09-20T19:28:30.352Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2020-09-20T19:28:30.352Z] === RUN TestKillDifferentUserContainer [2020-09-20T19:28:31.295Z] --- PASS: TestKillDifferentUserContainer (0.79s) [2020-09-20T19:28:31.295Z] === RUN TestInspectOomKilledTrue [2020-09-20T19:28:31.295Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-09-20T19:28:31.295Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-20T19:28:31.295Z] === RUN TestInspectOomKilledFalse [2020-09-20T19:28:31.295Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-09-20T19:28:31.295Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-20T19:28:31.295Z] === RUN TestLinksEtcHostsContentMatch [2020-09-20T19:28:31.359Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2020-09-20T19:28:31.619Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2020-09-20T19:28:31.869Z] --- PASS: TestLinksEtcHostsContentMatch (0.59s) [2020-09-20T19:28:31.869Z] === RUN TestLinksContainerNames [2020-09-20T19:28:32.191Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2020-09-20T19:28:32.191Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2020-09-20T19:28:32.191Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2020-09-20T19:28:32.191Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2020-09-20T19:28:32.191Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2020-09-20T19:28:33.256Z] --- PASS: TestLinksContainerNames (1.55s) [2020-09-20T19:28:33.256Z] === RUN TestLogsFollowTailEmpty [2020-09-20T19:28:34.200Z] --- PASS: TestLogsFollowTailEmpty (0.78s) [2020-09-20T19:28:34.200Z] === RUN TestContainerNetworkMountsNoChown [2020-09-20T19:28:34.734Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2020-09-20T19:28:34.772Z] --- PASS: TestContainerNetworkMountsNoChown (0.74s) [2020-09-20T19:28:34.772Z] === RUN TestMountDaemonRoot [2020-09-20T19:28:34.772Z] === RUN TestMountDaemonRoot/default [2020-09-20T19:28:34.772Z] === PAUSE TestMountDaemonRoot/default [2020-09-20T19:28:34.772Z] === RUN TestMountDaemonRoot/private [2020-09-20T19:28:34.772Z] === PAUSE TestMountDaemonRoot/private [2020-09-20T19:28:34.772Z] === RUN TestMountDaemonRoot/rprivate [2020-09-20T19:28:34.772Z] === PAUSE TestMountDaemonRoot/rprivate [2020-09-20T19:28:34.772Z] === RUN TestMountDaemonRoot/slave [2020-09-20T19:28:34.772Z] === PAUSE TestMountDaemonRoot/slave [2020-09-20T19:28:34.772Z] === RUN TestMountDaemonRoot/rslave [2020-09-20T19:28:34.772Z] === PAUSE TestMountDaemonRoot/rslave [2020-09-20T19:28:34.772Z] === RUN TestMountDaemonRoot/shared [2020-09-20T19:28:34.772Z] === PAUSE TestMountDaemonRoot/shared [2020-09-20T19:28:34.772Z] === RUN TestMountDaemonRoot/rshared [2020-09-20T19:28:34.772Z] === PAUSE TestMountDaemonRoot/rshared [2020-09-20T19:28:34.772Z] === CONT TestMountDaemonRoot/default [2020-09-20T19:28:34.772Z] === RUN TestMountDaemonRoot/default/bind_root [2020-09-20T19:28:34.772Z] === CONT TestMountDaemonRoot/rslave [2020-09-20T19:28:34.772Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-09-20T19:28:34.772Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-09-20T19:28:34.772Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-09-20T19:28:34.772Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-09-20T19:28:34.772Z] === CONT TestMountDaemonRoot/rshared [2020-09-20T19:28:34.772Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-09-20T19:28:34.772Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-09-20T19:28:34.772Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-09-20T19:28:34.772Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-09-20T19:28:34.772Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-09-20T19:28:34.772Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-09-20T19:28:34.772Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-09-20T19:28:34.772Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-09-20T19:28:34.772Z] === CONT TestMountDaemonRoot/rprivate [2020-09-20T19:28:34.772Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-09-20T19:28:34.772Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-09-20T19:28:34.772Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-09-20T19:28:34.772Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-09-20T19:28:34.772Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-09-20T19:28:34.772Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-09-20T19:28:34.772Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-09-20T19:28:34.772Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-09-20T19:28:34.772Z] === CONT TestMountDaemonRoot/slave [2020-09-20T19:28:34.772Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-09-20T19:28:34.772Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-09-20T19:28:34.772Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-09-20T19:28:34.772Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-09-20T19:28:34.772Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-09-20T19:28:34.772Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-09-20T19:28:34.772Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-09-20T19:28:34.772Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-09-20T19:28:34.772Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-09-20T19:28:34.772Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-09-20T19:28:34.772Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-09-20T19:28:34.772Z] === RUN TestMountDaemonRoot/default/mount_root [2020-09-20T19:28:34.772Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-09-20T19:28:34.772Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-09-20T19:28:34.772Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-09-20T19:28:34.772Z] === CONT TestMountDaemonRoot/private [2020-09-20T19:28:34.772Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-09-20T19:28:34.772Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-09-20T19:28:34.772Z] === RUN TestMountDaemonRoot/private/bind_root [2020-09-20T19:28:34.772Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-09-20T19:28:34.772Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-09-20T19:28:34.772Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-09-20T19:28:34.772Z] === RUN TestMountDaemonRoot/private/mount_root [2020-09-20T19:28:34.772Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-09-20T19:28:34.772Z] === CONT TestMountDaemonRoot/shared [2020-09-20T19:28:34.772Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-09-20T19:28:34.772Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-09-20T19:28:34.772Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-09-20T19:28:34.772Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-09-20T19:28:34.772Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-09-20T19:28:34.772Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-09-20T19:28:34.772Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-09-20T19:28:34.772Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-09-20T19:28:34.772Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-09-20T19:28:34.772Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-09-20T19:28:34.772Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-09-20T19:28:34.772Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-09-20T19:28:34.772Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-09-20T19:28:34.772Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-09-20T19:28:34.772Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-09-20T19:28:34.772Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-09-20T19:28:35.033Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-09-20T19:28:35.033Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-09-20T19:28:35.033Z] === CONT TestMountDaemonRoot/default/bind_root [2020-09-20T19:28:35.033Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-09-20T19:28:35.033Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-09-20T19:28:35.033Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-09-20T19:28:35.033Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-09-20T19:28:35.033Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-09-20T19:28:35.033Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-09-20T19:28:35.033Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-09-20T19:28:35.033Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-09-20T19:28:35.033Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-09-20T19:28:35.033Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-09-20T19:28:35.033Z] === CONT TestMountDaemonRoot/default/mount_root [2020-09-20T19:28:35.033Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-09-20T19:28:35.294Z] === CONT TestMountDaemonRoot/private/mount_root [2020-09-20T19:28:35.294Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-09-20T19:28:35.294Z] === CONT TestMountDaemonRoot/private/bind_root [2020-09-20T19:28:35.294Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-09-20T19:28:35.294Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-09-20T19:28:35.294Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-09-20T19:28:35.294Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-09-20T19:28:35.294Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-09-20T19:28:35.294Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-09-20T19:28:35.294Z] --- PASS: TestMountDaemonRoot (0.04s) [2020-09-20T19:28:35.294Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-09-20T19:28:35.294Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.11s) [2020-09-20T19:28:35.294Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.11s) [2020-09-20T19:28:35.294Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2020-09-20T19:28:35.294Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2020-09-20T19:28:35.294Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-09-20T19:28:35.294Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.07s) [2020-09-20T19:28:35.294Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2020-09-20T19:28:35.294Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2020-09-20T19:28:35.294Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2020-09-20T19:28:35.294Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-09-20T19:28:35.294Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.07s) [2020-09-20T19:28:35.294Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2020-09-20T19:28:35.294Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2020-09-20T19:28:35.294Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2020-09-20T19:28:35.294Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-09-20T19:28:35.294Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2020-09-20T19:28:35.294Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2020-09-20T19:28:35.294Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2020-09-20T19:28:35.294Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.10s) [2020-09-20T19:28:35.294Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-09-20T19:28:35.294Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2020-09-20T19:28:35.294Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2020-09-20T19:28:35.294Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2020-09-20T19:28:35.294Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.06s) [2020-09-20T19:28:35.294Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-09-20T19:28:35.294Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.06s) [2020-09-20T19:28:35.294Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2020-09-20T19:28:35.294Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2020-09-20T19:28:35.294Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2020-09-20T19:28:35.294Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-09-20T19:28:35.294Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2020-09-20T19:28:35.294Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2020-09-20T19:28:35.294Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2020-09-20T19:28:35.294Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2020-09-20T19:28:35.294Z] === RUN TestContainerBindMountNonRecursive [2020-09-20T19:28:35.551Z] tests/integration/models_containers_test.py ............................ [ 83%] [2020-09-20T19:28:36.116Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2020-09-20T19:28:37.058Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2020-09-20T19:28:37.845Z] --- PASS: TestContainerBindMountNonRecursive (2.11s) [2020-09-20T19:28:37.845Z] === RUN TestNetworkNat [2020-09-20T19:28:38.417Z] --- PASS: TestNetworkNat (0.89s) [2020-09-20T19:28:38.417Z] === RUN TestNetworkLocalhostTCPNat [2020-09-20T19:28:38.442Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2020-09-20T19:28:39.013Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2020-09-20T19:28:39.361Z] --- PASS: TestNetworkLocalhostTCPNat (0.85s) [2020-09-20T19:28:39.361Z] === RUN TestNetworkLoopbackNat [2020-09-20T19:28:40.209Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-09-20T19:28:40.209Z] [2020-09-20T19:28:40.209Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-09-20T19:28:40.209Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-09-20T19:28:40.209Z] HOSTNAME=1813faa53e2f [2020-09-20T19:28:40.209Z] TESTDEBUG=0 [2020-09-20T19:28:40.209Z] DEST=bundles/test-integration [2020-09-20T19:28:40.209Z] PWD=/go/src/github.com/docker/docker [2020-09-20T19:28:40.209Z] DOCKER_GITCOMMIT=98f1115e882dad3fbc3cbaca9ebc0e201c1a527f [2020-09-20T19:28:40.209Z] container=docker [2020-09-20T19:28:40.209Z] HOME=/root [2020-09-20T19:28:40.209Z] GOLANG_VERSION=1.13.15 [2020-09-20T19:28:40.209Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-09-20T19:28:40.209Z] VALIDATE_BRANCH=master [2020-09-20T19:28:40.209Z] TERM=xterm [2020-09-20T19:28:40.209Z] DOCKER_PKG=github.com/docker/docker [2020-09-20T19:28:40.209Z] SHLVL=1 [2020-09-20T19:28:40.209Z] TIMEOUT=120m [2020-09-20T19:28:40.209Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-09-20T19:28:40.209Z] DOCKER_GRAPHDRIVER=overlay2 [2020-09-20T19:28:40.209Z] GO111MODULE=off [2020-09-20T19:28:40.209Z] DOCKER_EXPERIMENTAL=1 [2020-09-20T19:28:40.209Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-09-20T19:28:40.209Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-09-20T19:28:40.209Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-09-20T19:28:40.209Z] GOPATH=/go [2020-09-20T19:28:40.209Z] PKG_CONFIG=pkg-config [2020-09-20T19:28:40.209Z] _=/usr/bin/env [2020-09-20T19:28:40.209Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-09-20T19:28:40.399Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2020-09-20T19:28:40.399Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2020-09-20T19:28:40.621Z] --- PASS: TestImportExtremelyLargeImageWorks (102.12s) [2020-09-20T19:28:40.621Z] PASS [2020-09-20T19:28:40.621Z] [2020-09-20T19:28:40.621Z] === Skipped [2020-09-20T19:28:40.621Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-09-20T19:28:40.621Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-09-20T19:28:40.621Z] [2020-09-20T19:28:40.621Z] [2020-09-20T19:28:40.621Z] DONE 12 tests, 1 skipped in 106.500s [2020-09-20T19:28:40.621Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-09-20T19:28:40.621Z] INFO: Testing against a local daemon [2020-09-20T19:28:40.621Z] === RUN TestNetworkCreateDelete [2020-09-20T19:28:40.621Z] --- PASS: TestNetworkCreateDelete (0.12s) [2020-09-20T19:28:40.621Z] === RUN TestDockerNetworkDeletePreferID [2020-09-20T19:28:40.621Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2020-09-20T19:28:40.621Z] === RUN TestDaemonDNSFallback [2020-09-20T19:28:40.621Z] --- PASS: TestDaemonDNSFallback (7.31s) [2020-09-20T19:28:40.621Z] === RUN TestInspectNetwork [2020-09-20T19:28:40.621Z] --- SKIP: TestInspectNetwork (0.00s) [2020-09-20T19:28:40.621Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:28:40.621Z] === RUN TestRunContainerWithBridgeNone [2020-09-20T19:28:40.621Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2020-09-20T19:28:40.621Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-20T19:28:40.621Z] === RUN TestNetworkInvalidJSON [2020-09-20T19:28:40.621Z] === RUN TestNetworkInvalidJSON//networks/create [2020-09-20T19:28:40.621Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-09-20T19:28:40.621Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-09-20T19:28:40.621Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-09-20T19:28:40.621Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-20T19:28:40.621Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-20T19:28:40.621Z] === CONT TestNetworkInvalidJSON//networks/create [2020-09-20T19:28:40.621Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-20T19:28:40.621Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-09-20T19:28:40.621Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2020-09-20T19:28:40.621Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-09-20T19:28:40.621Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-09-20T19:28:40.621Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-09-20T19:28:40.621Z] === RUN TestHostIPv4BridgeLabel [2020-09-20T19:28:40.621Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2020-09-20T19:28:40.621Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-20T19:28:40.621Z] === RUN TestDaemonRestartWithLiveRestore [2020-09-20T19:28:40.621Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.06s) [2020-09-20T19:28:40.621Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-20T19:28:40.621Z] === RUN TestDaemonDefaultNetworkPools [2020-09-20T19:28:40.621Z] --- SKIP: TestDaemonDefaultNetworkPools (0.02s) [2020-09-20T19:28:40.621Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-20T19:28:40.621Z] === RUN TestDaemonRestartWithExistingNetwork [2020-09-20T19:28:40.621Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.02s) [2020-09-20T19:28:40.621Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-20T19:28:40.621Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-09-20T19:28:40.621Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2020-09-20T19:28:40.621Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-20T19:28:40.621Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-09-20T19:28:40.621Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.03s) [2020-09-20T19:28:40.621Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-20T19:28:40.621Z] === RUN TestServiceWithPredefinedNetwork [2020-09-20T19:28:40.621Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2020-09-20T19:28:40.621Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:28:40.621Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-09-20T19:28:40.621Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-20T19:28:40.621Z] service_test.go:236: FLAKY_TEST [2020-09-20T19:28:40.621Z] === RUN TestServiceWithDataPathPortInit [2020-09-20T19:28:40.621Z] --- SKIP: TestServiceWithDataPathPortInit (0.02s) [2020-09-20T19:28:40.621Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:28:40.621Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-09-20T19:28:40.621Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2020-09-20T19:28:40.621Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:28:40.621Z] PASS [2020-09-20T19:28:40.621Z] [2020-09-20T19:28:40.621Z] === Skipped [2020-09-20T19:28:40.621Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2020-09-20T19:28:40.621Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:28:40.621Z] [2020-09-20T19:28:40.621Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2020-09-20T19:28:40.621Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-20T19:28:40.621Z] [2020-09-20T19:28:40.621Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2020-09-20T19:28:40.621Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.06s) [2020-09-20T19:28:40.622Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.02s) [2020-09-20T19:28:40.622Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.02s) [2020-09-20T19:28:40.622Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2020-09-20T19:28:40.622Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.03s) [2020-09-20T19:28:40.622Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2020-09-20T19:28:40.622Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-20T19:28:40.622Z] service_test.go:236: FLAKY_TEST [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.02s) [2020-09-20T19:28:40.622Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-09-20T19:28:40.622Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] DONE 19 tests, 12 skipped in 8.126s [2020-09-20T19:28:40.622Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-09-20T19:28:40.622Z] INFO: Testing against a local daemon [2020-09-20T19:28:40.622Z] === RUN TestDockerNetworkIpvlanPersistance [2020-09-20T19:28:40.622Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-20T19:28:40.622Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-20T19:28:40.622Z] === RUN TestDockerNetworkIpvlan [2020-09-20T19:28:40.622Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-09-20T19:28:40.622Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-20T19:28:40.622Z] PASS [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] === Skipped [2020-09-20T19:28:40.622Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-20T19:28:40.622Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-09-20T19:28:40.622Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] DONE 2 tests, 2 skipped in 0.136s [2020-09-20T19:28:40.622Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-09-20T19:28:40.622Z] INFO: Testing against a local daemon [2020-09-20T19:28:40.622Z] === RUN TestDockerNetworkMacvlanPersistance [2020-09-20T19:28:40.622Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2020-09-20T19:28:40.622Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-20T19:28:40.622Z] === RUN TestDockerNetworkMacvlan [2020-09-20T19:28:40.622Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2020-09-20T19:28:40.622Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-20T19:28:40.622Z] PASS [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] === Skipped [2020-09-20T19:28:40.622Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2020-09-20T19:28:40.622Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2020-09-20T19:28:40.622Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] DONE 2 tests, 2 skipped in 0.112s [2020-09-20T19:28:40.622Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-09-20T19:28:40.622Z] testing: warning: no tests to run [2020-09-20T19:28:40.622Z] PASS [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] DONE 0 tests in 0.026s [2020-09-20T19:28:40.622Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-09-20T19:28:40.622Z] INFO: Testing against a local daemon [2020-09-20T19:28:40.622Z] === RUN TestAuthZPluginAllowRequest [2020-09-20T19:28:40.622Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2020-09-20T19:28:40.622Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-20T19:28:40.622Z] === RUN TestAuthZPluginTLS [2020-09-20T19:28:40.622Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2020-09-20T19:28:40.622Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-20T19:28:40.622Z] === RUN TestAuthZPluginDenyRequest [2020-09-20T19:28:40.622Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2020-09-20T19:28:40.622Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-20T19:28:40.622Z] === RUN TestAuthZPluginAPIDenyResponse [2020-09-20T19:28:40.622Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2020-09-20T19:28:40.622Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-20T19:28:40.622Z] === RUN TestAuthZPluginDenyResponse [2020-09-20T19:28:40.622Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2020-09-20T19:28:40.622Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-20T19:28:40.622Z] === RUN TestAuthZPluginAllowEventStream [2020-09-20T19:28:40.622Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2020-09-20T19:28:40.622Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-20T19:28:40.622Z] === RUN TestAuthZPluginErrorResponse [2020-09-20T19:28:40.622Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2020-09-20T19:28:40.622Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-20T19:28:40.622Z] === RUN TestAuthZPluginErrorRequest [2020-09-20T19:28:40.622Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2020-09-20T19:28:40.622Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-20T19:28:40.622Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-09-20T19:28:40.622Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-09-20T19:28:40.622Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-20T19:28:40.622Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-09-20T19:28:40.622Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-09-20T19:28:40.622Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-20T19:28:40.622Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-09-20T19:28:40.622Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-09-20T19:28:40.622Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-20T19:28:40.622Z] === RUN TestAuthZPluginHeader [2020-09-20T19:28:40.622Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2020-09-20T19:28:40.622Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-20T19:28:40.622Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-09-20T19:28:40.622Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.15s) [2020-09-20T19:28:40.622Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-20T19:28:40.622Z] === RUN TestAuthZPluginV2Disable [2020-09-20T19:28:40.622Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2020-09-20T19:28:40.622Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-20T19:28:40.622Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-09-20T19:28:40.622Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.03s) [2020-09-20T19:28:40.622Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-20T19:28:40.622Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-09-20T19:28:40.622Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2020-09-20T19:28:40.622Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-20T19:28:40.622Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-09-20T19:28:40.622Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2020-09-20T19:28:40.622Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-20T19:28:40.622Z] PASS [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] === Skipped [2020-09-20T19:28:40.622Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2020-09-20T19:28:40.622Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2020-09-20T19:28:40.622Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2020-09-20T19:28:40.622Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2020-09-20T19:28:40.622Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2020-09-20T19:28:40.622Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2020-09-20T19:28:40.622Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2020-09-20T19:28:40.622Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2020-09-20T19:28:40.622Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-09-20T19:28:40.622Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-09-20T19:28:40.622Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-09-20T19:28:40.622Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2020-09-20T19:28:40.622Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.15s) [2020-09-20T19:28:40.622Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2020-09-20T19:28:40.622Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.03s) [2020-09-20T19:28:40.622Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2020-09-20T19:28:40.622Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2020-09-20T19:28:40.622Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] DONE 17 tests, 17 skipped in 0.366s [2020-09-20T19:28:40.622Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-09-20T19:28:40.622Z] INFO: Testing against a local daemon [2020-09-20T19:28:40.622Z] === RUN TestPluginInvalidJSON [2020-09-20T19:28:40.622Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-09-20T19:28:40.622Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-09-20T19:28:40.622Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-09-20T19:28:40.622Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-09-20T19:28:40.622Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-09-20T19:28:40.622Z] === RUN TestPluginInstall [2020-09-20T19:28:40.622Z] --- SKIP: TestPluginInstall (0.00s) [2020-09-20T19:28:40.622Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-20T19:28:40.622Z] PASS [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] === Skipped [2020-09-20T19:28:40.622Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2020-09-20T19:28:40.622Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] [2020-09-20T19:28:40.622Z] DONE 3 tests, 1 skipped in 0.150s [2020-09-20T19:28:40.622Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-09-20T19:28:40.622Z] INFO: Testing against a local daemon [2020-09-20T19:28:40.622Z] === RUN TestExternalGraphDriver [2020-09-20T19:28:40.622Z] --- SKIP: TestExternalGraphDriver (0.14s) [2020-09-20T19:28:40.622Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-09-20T19:28:40.622Z] === RUN TestGraphdriverPluginV2 [2020-09-20T19:28:42.664Z] --- PASS: TestNetworkLoopbackNat (3.12s) [2020-09-20T19:28:42.664Z] === RUN TestPause [2020-09-20T19:28:42.943Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2020-09-20T19:28:43.203Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2020-09-20T19:28:43.203Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2020-09-20T19:28:43.238Z] --- PASS: TestPause (0.82s) [2020-09-20T19:28:43.238Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-09-20T19:28:43.238Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-20T19:28:43.238Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-20T19:28:43.238Z] === RUN TestPauseStopPausedContainer [2020-09-20T19:28:44.145Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2020-09-20T19:28:44.239Z] --- PASS: TestPauseStopPausedContainer (0.84s) [2020-09-20T19:28:44.239Z] === RUN TestPsFilter [2020-09-20T19:28:44.239Z] --- PASS: TestPsFilter (0.26s) [2020-09-20T19:28:44.239Z] === RUN TestRemoveContainerWithRemovedVolume [2020-09-20T19:28:45.161Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.84s) [2020-09-20T19:28:45.161Z] PASS [2020-09-20T19:28:45.161Z] [2020-09-20T19:28:45.161Z] === Skipped [2020-09-20T19:28:45.161Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-09-20T19:28:45.161Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:28:45.161Z] [2020-09-20T19:28:45.161Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-09-20T19:28:45.161Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:28:45.161Z] [2020-09-20T19:28:45.161Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-09-20T19:28:45.161Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:28:45.161Z] [2020-09-20T19:28:45.161Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-09-20T19:28:45.161Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:28:45.161Z] [2020-09-20T19:28:45.161Z] [2020-09-20T19:28:45.161Z] DONE 17 tests, 4 skipped in 29.210s [2020-09-20T19:28:45.161Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-09-20T19:28:45.161Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:28:45.161Z] ++ set -e [2020-09-20T19:28:45.161Z] ++ '[' -n 0 ']' [2020-09-20T19:28:45.161Z] ++ set -x [2020-09-20T19:28:45.161Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:28:45.161Z] INFO: Testing against a local daemon [2020-09-20T19:28:45.161Z] === RUN TestPluginInvalidJSON [2020-09-20T19:28:45.161Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-09-20T19:28:45.161Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-09-20T19:28:45.161Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-09-20T19:28:45.161Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-09-20T19:28:45.161Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-09-20T19:28:45.161Z] === RUN TestPluginInstall [2020-09-20T19:28:45.161Z] === RUN TestPluginInstall/no_auth [2020-09-20T19:28:45.186Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.77s) [2020-09-20T19:28:45.186Z] === RUN TestRemoveContainerWithVolume [2020-09-20T19:28:45.529Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2020-09-20T19:28:45.759Z] --- PASS: TestRemoveContainerWithVolume (0.72s) [2020-09-20T19:28:45.759Z] === RUN TestRemoveContainerRunning [2020-09-20T19:28:46.099Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2020-09-20T19:28:46.099Z] === RUN TestDockerSuite/TestAttachAfterDetach [2020-09-20T19:28:46.703Z] --- PASS: TestRemoveContainerRunning (0.74s) [2020-09-20T19:28:46.703Z] === RUN TestRemoveContainerForceRemoveRunning [2020-09-20T19:28:47.160Z] --- PASS: TestGraphdriverPluginV2 (5.68s) [2020-09-20T19:28:47.160Z] PASS [2020-09-20T19:28:47.160Z] [2020-09-20T19:28:47.160Z] === Skipped [2020-09-20T19:28:47.160Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.14s) [2020-09-20T19:28:47.160Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-09-20T19:28:47.160Z] [2020-09-20T19:28:47.160Z] [2020-09-20T19:28:47.160Z] DONE 2 tests, 1 skipped in 5.943s [2020-09-20T19:28:47.160Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-09-20T19:28:47.160Z] INFO: Testing against a local daemon [2020-09-20T19:28:47.160Z] === RUN TestContinueAfterPluginCrash [2020-09-20T19:28:47.160Z] === PAUSE TestContinueAfterPluginCrash [2020-09-20T19:28:47.160Z] === RUN TestReadPluginNoRead [2020-09-20T19:28:47.160Z] === PAUSE TestReadPluginNoRead [2020-09-20T19:28:47.160Z] === RUN TestDaemonStartWithLogOpt [2020-09-20T19:28:47.160Z] === PAUSE TestDaemonStartWithLogOpt [2020-09-20T19:28:47.160Z] === CONT TestContinueAfterPluginCrash [2020-09-20T19:28:47.160Z] === CONT TestDaemonStartWithLogOpt [2020-09-20T19:28:47.275Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.77s) [2020-09-20T19:28:47.275Z] === RUN TestRemoveInvalidContainer [2020-09-20T19:28:47.275Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-09-20T19:28:47.275Z] === RUN TestRenameLinkedContainer [2020-09-20T19:28:48.642Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2020-09-20T19:28:48.676Z] time="2020-09-20T19:28:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-20T19:28:48.677Z] time="2020-09-20T19:28:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c752059dea5d876a21b93c0e7844ea3f7e59eb910008c6de9f9e42c549db2f7b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-20T19:28:48.677Z] time="2020-09-20T19:28:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-20T19:28:48.677Z] time="2020-09-20T19:28:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c752059dea5d876a21b93c0e7844ea3f7e59eb910008c6de9f9e42c549db2f7b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-20T19:28:48.677Z] === RUN TestPluginInstall/with_htpasswd [2020-09-20T19:28:49.040Z] time="2020-09-20T19:28:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-20T19:28:49.040Z] time="2020-09-20T19:28:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6610dcda2928d2ae4fbb80777ba479001ac0910be2ccd0ca06e041cc5a18832e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-20T19:28:49.040Z] time="2020-09-20T19:28:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-20T19:28:49.040Z] time="2020-09-20T19:28:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6610dcda2928d2ae4fbb80777ba479001ac0910be2ccd0ca06e041cc5a18832e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-20T19:28:49.214Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2020-09-20T19:28:49.331Z] === RUN TestPluginInstall/with_insecure [2020-09-20T19:28:50.156Z] === RUN TestDockerSuite/TestAttachDetach [2020-09-20T19:28:50.366Z] time="2020-09-20T19:28:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-20T19:28:50.366Z] time="2020-09-20T19:28:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:91fcd48d5195328667629efe8d9f31efe4c4e281f961f32274c162aacb5fa178" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-20T19:28:50.366Z] time="2020-09-20T19:28:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-20T19:28:50.366Z] time="2020-09-20T19:28:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:91fcd48d5195328667629efe8d9f31efe4c4e281f961f32274c162aacb5fa178" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-20T19:28:50.580Z] --- PASS: TestRenameLinkedContainer (3.02s) [2020-09-20T19:28:50.580Z] === RUN TestRenameStoppedContainer [2020-09-20T19:28:50.657Z] --- PASS: TestPluginInstall (6.89s) [2020-09-20T19:28:50.657Z] --- PASS: TestPluginInstall/no_auth (4.73s) [2020-09-20T19:28:50.657Z] --- PASS: TestPluginInstall/with_htpasswd (0.91s) [2020-09-20T19:28:50.657Z] --- PASS: TestPluginInstall/with_insecure (1.25s) [2020-09-20T19:28:50.657Z] plugin_test.go:157: [df4da5d31d37c] daemon is not started [2020-09-20T19:28:50.657Z] PASS [2020-09-20T19:28:50.657Z] [2020-09-20T19:28:50.657Z] DONE 6 tests in 7.110s [2020-09-20T19:28:50.657Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-09-20T19:28:50.657Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:28:50.657Z] ++ set -e [2020-09-20T19:28:50.657Z] ++ '[' -n 0 ']' [2020-09-20T19:28:50.657Z] ++ set -x [2020-09-20T19:28:50.657Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:28:51.097Z] === RUN TestDockerSuite/TestAttachDisconnect [2020-09-20T19:28:51.153Z] --- PASS: TestRenameStoppedContainer (0.75s) [2020-09-20T19:28:51.153Z] === RUN TestRenameRunningContainerAndReuse [2020-09-20T19:28:51.290Z] INFO: Testing against a local daemon [2020-09-20T19:28:51.290Z] === RUN TestExternalGraphDriver [2020-09-20T19:28:51.290Z] === RUN TestExternalGraphDriver/json [2020-09-20T19:28:51.552Z] ......... [ 86%] [2020-09-20T19:28:52.040Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2020-09-20T19:28:52.541Z] --- PASS: TestRenameRunningContainerAndReuse (1.52s) [2020-09-20T19:28:52.541Z] === RUN TestRenameInvalidName [2020-09-20T19:28:52.982Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2020-09-20T19:28:53.355Z] === RUN TestExternalGraphDriver/spec [2020-09-20T19:28:53.484Z] --- PASS: TestRenameInvalidName (0.76s) [2020-09-20T19:28:53.484Z] === RUN TestRenameAnonymousContainer [2020-09-20T19:28:53.927Z] === RUN TestDockerSuite/TestAttachPausedContainer [2020-09-20T19:28:54.867Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2020-09-20T19:28:55.380Z] tests/integration/models_images_test.py ............... [ 89%] [2020-09-20T19:28:55.423Z] === RUN TestExternalGraphDriver/pull [2020-09-20T19:28:55.437Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2020-09-20T19:28:55.697Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2020-09-20T19:28:56.576Z] tests/integration/models_networks_test.py .... [ 90%] [2020-09-20T19:28:57.079Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2020-09-20T19:28:57.079Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2020-09-20T19:28:57.488Z] --- PASS: TestExternalGraphDriver (6.38s) [2020-09-20T19:28:57.489Z] --- PASS: TestExternalGraphDriver/json (2.08s) [2020-09-20T19:28:57.489Z] --- PASS: TestExternalGraphDriver/spec (2.00s) [2020-09-20T19:28:57.489Z] --- PASS: TestExternalGraphDriver/pull (2.12s) [2020-09-20T19:28:57.489Z] === RUN TestGraphdriverPluginV2 [2020-09-20T19:28:57.489Z] --- SKIP: TestGraphdriverPluginV2 (0.08s) [2020-09-20T19:28:57.489Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:28:57.489Z] PASS [2020-09-20T19:28:57.489Z] [2020-09-20T19:28:57.489Z] === Skipped [2020-09-20T19:28:57.489Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.08s) [2020-09-20T19:28:57.489Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:28:57.489Z] [2020-09-20T19:28:57.489Z] [2020-09-20T19:28:57.489Z] DONE 5 tests, 1 skipped in 6.936s [2020-09-20T19:28:57.489Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-09-20T19:28:57.489Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:28:57.489Z] ++ set -e [2020-09-20T19:28:57.489Z] ++ '[' -n 0 ']' [2020-09-20T19:28:57.489Z] ++ set -x [2020-09-20T19:28:57.489Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:28:57.692Z] --- PASS: TestRenameAnonymousContainer (3.97s) [2020-09-20T19:28:57.692Z] === RUN TestRenameContainerWithSameName [2020-09-20T19:28:57.780Z] INFO: Testing against a local daemon [2020-09-20T19:28:57.780Z] === RUN TestContinueAfterPluginCrash [2020-09-20T19:28:57.780Z] === PAUSE TestContinueAfterPluginCrash [2020-09-20T19:28:57.780Z] === RUN TestReadPluginNoRead [2020-09-20T19:28:57.780Z] === PAUSE TestReadPluginNoRead [2020-09-20T19:28:57.780Z] === RUN TestDaemonStartWithLogOpt [2020-09-20T19:28:57.780Z] === PAUSE TestDaemonStartWithLogOpt [2020-09-20T19:28:57.780Z] === CONT TestContinueAfterPluginCrash [2020-09-20T19:28:57.780Z] === CONT TestDaemonStartWithLogOpt [2020-09-20T19:28:57.953Z] --- PASS: TestRenameContainerWithSameName (0.74s) [2020-09-20T19:28:57.953Z] === RUN TestRenameContainerWithLinkedContainer [2020-09-20T19:28:58.996Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2020-09-20T19:28:59.566Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2020-09-20T19:28:59.867Z] --- PASS: TestRenameContainerWithLinkedContainer (1.52s) [2020-09-20T19:28:59.867Z] === RUN TestResize [2020-09-20T19:29:00.137Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2020-09-20T19:29:00.137Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2020-09-20T19:29:00.435Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2020-09-20T19:29:00.439Z] --- PASS: TestResize (0.77s) [2020-09-20T19:29:00.439Z] === RUN TestResizeWithInvalidSize [2020-09-20T19:29:01.012Z] --- PASS: TestResizeWithInvalidSize (0.73s) [2020-09-20T19:29:01.012Z] === RUN TestResizeWhenContainerNotStarted [2020-09-20T19:29:01.420Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2020-09-20T19:29:01.420Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2020-09-20T19:29:01.956Z] --- PASS: TestResizeWhenContainerNotStarted (0.73s) [2020-09-20T19:29:01.957Z] === RUN TestDaemonRestartKillContainers [2020-09-20T19:29:01.957Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-20T19:29:01.957Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-20T19:29:01.957Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-20T19:29:01.957Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-20T19:29:01.957Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-20T19:29:01.957Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-20T19:29:01.957Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-20T19:29:01.957Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-20T19:29:01.957Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-20T19:29:01.957Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-20T19:29:01.957Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-20T19:29:01.957Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-20T19:29:01.957Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-20T19:29:01.957Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-20T19:29:01.957Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-20T19:29:01.957Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-20T19:29:01.957Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-20T19:29:01.957Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-20T19:29:01.957Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-20T19:29:01.957Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-20T19:29:01.957Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-20T19:29:01.957Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-20T19:29:01.957Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-20T19:29:01.957Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-20T19:29:01.957Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-20T19:29:01.957Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-20T19:29:01.957Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-20T19:29:01.957Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-20T19:29:02.036Z] --- PASS: TestDaemonStartWithLogOpt (13.37s) [2020-09-20T19:29:02.036Z] === CONT TestReadPluginNoRead [2020-09-20T19:29:02.232Z] --- PASS: TestDaemonStartWithLogOpt (3.70s) [2020-09-20T19:29:02.232Z] === CONT TestReadPluginNoRead [2020-09-20T19:29:02.367Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2020-09-20T19:29:02.626Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2020-09-20T19:29:02.886Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2020-09-20T19:29:03.136Z] tests/integration/models_nodes_test.py . [ 91%] [2020-09-20T19:29:03.137Z] tests/integration/models_resources_test.py . [ 91%] [2020-09-20T19:29:03.401Z] === RUN TestReadPluginNoRead/disabled_caching [2020-09-20T19:29:03.657Z] --- PASS: TestContinueAfterPluginCrash (17.03s) [2020-09-20T19:29:03.826Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2020-09-20T19:29:03.876Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-20T19:29:03.877Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-20T19:29:04.297Z] === RUN TestReadPluginNoRead/default [2020-09-20T19:29:04.451Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-20T19:29:04.451Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-20T19:29:05.397Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-20T19:29:05.740Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2020-09-20T19:29:06.172Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-09-20T19:29:06.344Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-20T19:29:06.363Z] === RUN TestReadPluginNoRead/disabled_caching [2020-09-20T19:29:06.654Z] --- PASS: TestContinueAfterPluginCrash (8.99s) [2020-09-20T19:29:07.122Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2020-09-20T19:29:07.414Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-09-20T19:29:07.737Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-20T19:29:07.999Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-20T19:29:08.062Z] === RUN TestReadPluginNoRead/default [2020-09-20T19:29:08.163Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-09-20T19:29:08.459Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-09-20T19:29:09.227Z] tests/integration/models_services_test.py ..............X. [ 95%] [2020-09-20T19:29:10.228Z] --- PASS: TestReadPluginNoRead (8.46s) [2020-09-20T19:29:10.228Z] --- PASS: TestReadPluginNoRead/default (1.88s) [2020-09-20T19:29:10.228Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.95s) [2020-09-20T19:29:10.228Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.94s) [2020-09-20T19:29:10.228Z] read_test.go:92: [d9238a24745ec] daemon is not started [2020-09-20T19:29:10.228Z] PASS [2020-09-20T19:29:10.228Z] [2020-09-20T19:29:10.228Z] DONE 6 tests in 12.331s [2020-09-20T19:29:10.228Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (s390x.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-09-20T19:29:10.228Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:29:10.228Z] ++ set -e [2020-09-20T19:29:10.228Z] ++ '[' -n 0 ']' [2020-09-20T19:29:10.228Z] ++ set -x [2020-09-20T19:29:10.228Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:29:10.228Z] testing: warning: no tests to run [2020-09-20T19:29:10.228Z] PASS [2020-09-20T19:29:10.228Z] [2020-09-20T19:29:10.228Z] DONE 0 tests in 0.094s [2020-09-20T19:29:10.228Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-09-20T19:29:10.228Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:29:10.228Z] ++ set -e [2020-09-20T19:29:10.228Z] ++ '[' -n 0 ']' [2020-09-20T19:29:10.228Z] ++ set -x [2020-09-20T19:29:10.228Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:29:10.228Z] INFO: Testing against a local daemon [2020-09-20T19:29:10.228Z] === RUN TestPluginWithDevMounts [2020-09-20T19:29:10.228Z] === PAUSE TestPluginWithDevMounts [2020-09-20T19:29:10.228Z] === CONT TestPluginWithDevMounts [2020-09-20T19:29:10.430Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2020-09-20T19:29:10.548Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-09-20T19:29:10.548Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.68s) [2020-09-20T19:29:10.548Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.81s) [2020-09-20T19:29:10.548Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.61s) [2020-09-20T19:29:10.548Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.62s) [2020-09-20T19:29:10.548Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.65s) [2020-09-20T19:29:10.548Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.61s) [2020-09-20T19:29:10.548Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.69s) [2020-09-20T19:29:10.548Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.54s) [2020-09-20T19:29:10.548Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.55s) [2020-09-20T19:29:10.548Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.56s) [2020-09-20T19:29:10.548Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.54s) [2020-09-20T19:29:10.548Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.33s) [2020-09-20T19:29:10.548Z] === RUN TestCgroupNamespacesRun [2020-09-20T19:29:10.577Z] --- PASS: TestReadPluginNoRead (10.30s) [2020-09-20T19:29:10.577Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.25s) [2020-09-20T19:29:10.577Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.25s) [2020-09-20T19:29:10.577Z] --- PASS: TestReadPluginNoRead/default (2.24s) [2020-09-20T19:29:10.577Z] read_test.go:92: [da994f3198ff6] daemon is not started [2020-09-20T19:29:10.577Z] PASS [2020-09-20T19:29:10.577Z] [2020-09-20T19:29:10.577Z] DONE 6 tests in 23.821s [2020-09-20T19:29:10.577Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-09-20T19:29:10.577Z] testing: warning: no tests to run [2020-09-20T19:29:10.577Z] PASS [2020-09-20T19:29:10.577Z] [2020-09-20T19:29:10.577Z] DONE 0 tests in 0.045s [2020-09-20T19:29:10.577Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-09-20T19:29:10.577Z] INFO: Testing against a local daemon [2020-09-20T19:29:10.577Z] === RUN TestPluginWithDevMounts [2020-09-20T19:29:10.577Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-09-20T19:29:10.577Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-09-20T19:29:10.577Z] PASS [2020-09-20T19:29:10.577Z] [2020-09-20T19:29:10.577Z] === Skipped [2020-09-20T19:29:10.577Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2020-09-20T19:29:10.577Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-09-20T19:29:10.577Z] [2020-09-20T19:29:10.577Z] [2020-09-20T19:29:10.577Z] DONE 1 tests, 1 skipped in 0.140s [2020-09-20T19:29:10.577Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-09-20T19:29:10.577Z] INFO: Testing against a local daemon [2020-09-20T19:29:10.577Z] === RUN TestSecretInspect [2020-09-20T19:29:10.577Z] --- SKIP: TestSecretInspect (0.02s) [2020-09-20T19:29:10.577Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:10.577Z] === RUN TestSecretList [2020-09-20T19:29:10.577Z] --- SKIP: TestSecretList (0.02s) [2020-09-20T19:29:10.577Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:10.577Z] === RUN TestSecretsCreateAndDelete [2020-09-20T19:29:10.577Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2020-09-20T19:29:10.577Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:10.577Z] === RUN TestSecretsUpdate [2020-09-20T19:29:10.577Z] --- SKIP: TestSecretsUpdate (0.01s) [2020-09-20T19:29:10.577Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:10.577Z] === RUN TestTemplatedSecret [2020-09-20T19:29:10.577Z] --- SKIP: TestTemplatedSecret (0.00s) [2020-09-20T19:29:10.577Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:10.577Z] === RUN TestSecretCreateResolve [2020-09-20T19:29:10.577Z] --- SKIP: TestSecretCreateResolve (0.01s) [2020-09-20T19:29:10.577Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:10.577Z] PASS [2020-09-20T19:29:10.577Z] [2020-09-20T19:29:10.577Z] === Skipped [2020-09-20T19:29:10.577Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s) [2020-09-20T19:29:10.577Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:10.577Z] [2020-09-20T19:29:10.577Z] === SKIP: amd64.integration.secret TestSecretList (0.02s) [2020-09-20T19:29:10.577Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:10.577Z] [2020-09-20T19:29:10.577Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2020-09-20T19:29:10.577Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:10.577Z] [2020-09-20T19:29:10.577Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2020-09-20T19:29:10.577Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:10.577Z] [2020-09-20T19:29:10.577Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2020-09-20T19:29:10.577Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:10.577Z] [2020-09-20T19:29:10.577Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2020-09-20T19:29:10.577Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:10.577Z] [2020-09-20T19:29:10.577Z] [2020-09-20T19:29:10.577Z] DONE 6 tests, 6 skipped in 0.181s [2020-09-20T19:29:10.577Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-09-20T19:29:10.833Z] INFO: Testing against a local daemon [2020-09-20T19:29:10.833Z] === RUN TestServiceCreateInit [2020-09-20T19:29:10.833Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-09-20T19:29:10.833Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-09-20T19:29:10.833Z] --- PASS: TestServiceCreateInit (0.02s) [2020-09-20T19:29:10.833Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-09-20T19:29:10.833Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:10.833Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-09-20T19:29:10.833Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:10.833Z] === RUN TestCreateServiceMultipleTimes [2020-09-20T19:29:10.833Z] --- SKIP: TestCreateServiceMultipleTimes (0.02s) [2020-09-20T19:29:10.833Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:10.833Z] === RUN TestCreateServiceConflict [2020-09-20T19:29:10.833Z] --- SKIP: TestCreateServiceConflict (0.01s) [2020-09-20T19:29:10.833Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:10.833Z] === RUN TestCreateServiceMaxReplicas [2020-09-20T19:29:10.833Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2020-09-20T19:29:10.833Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:10.833Z] === RUN TestCreateWithDuplicateNetworkNames [2020-09-20T19:29:10.833Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2020-09-20T19:29:10.833Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:10.833Z] === RUN TestCreateServiceSecretFileMode [2020-09-20T19:29:10.833Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2020-09-20T19:29:10.833Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:10.833Z] === RUN TestCreateServiceConfigFileMode [2020-09-20T19:29:10.833Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2020-09-20T19:29:10.833Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:10.833Z] === RUN TestCreateServiceSysctls [2020-09-20T19:29:10.833Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2020-09-20T19:29:10.833Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:10.833Z] === RUN TestCreateServiceCapabilities [2020-09-20T19:29:10.833Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2020-09-20T19:29:10.833Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:10.833Z] === RUN TestInspect [2020-09-20T19:29:10.833Z] --- SKIP: TestInspect (0.01s) [2020-09-20T19:29:10.833Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:10.833Z] === RUN TestCreateJob [2020-09-20T19:29:10.833Z] --- SKIP: TestCreateJob (0.01s) [2020-09-20T19:29:10.833Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:10.833Z] === RUN TestReplicatedJob [2020-09-20T19:29:10.833Z] --- SKIP: TestReplicatedJob (0.01s) [2020-09-20T19:29:10.833Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:10.833Z] === RUN TestUpdateReplicatedJob [2020-09-20T19:29:10.833Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2020-09-20T19:29:10.833Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:10.833Z] === RUN TestServiceListWithStatuses [2020-09-20T19:29:10.833Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-09-20T19:29:10.833Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-20T19:29:10.833Z] === RUN TestDockerNetworkConnectAlias [2020-09-20T19:29:11.089Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2020-09-20T19:29:11.089Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:11.089Z] === RUN TestDockerNetworkReConnect [2020-09-20T19:29:11.089Z] --- SKIP: TestDockerNetworkReConnect (0.02s) [2020-09-20T19:29:11.089Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:11.089Z] === RUN TestServicePlugin [2020-09-20T19:29:11.221Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-09-20T19:29:11.371Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2020-09-20T19:29:11.542Z] tests/integration/models_swarm_test.py .. [ 96%] [2020-09-20T19:29:11.542Z] tests/integration/models_volumes_test.py .. [ 96%] [2020-09-20T19:29:11.941Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2020-09-20T19:29:12.293Z] --- PASS: TestPluginWithDevMounts (1.84s) [2020-09-20T19:29:12.293Z] PASS [2020-09-20T19:29:12.293Z] [2020-09-20T19:29:12.293Z] DONE 1 tests in 1.949s [2020-09-20T19:29:12.293Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2020-09-20T19:29:12.293Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:29:12.293Z] ++ set -e [2020-09-20T19:29:12.293Z] ++ '[' -n 0 ']' [2020-09-20T19:29:12.293Z] ++ set -x [2020-09-20T19:29:12.293Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:29:12.293Z] INFO: Testing against a local daemon [2020-09-20T19:29:12.293Z] === RUN TestSecretInspect [2020-09-20T19:29:12.463Z] --- PASS: TestCgroupNamespacesRun (1.79s) [2020-09-20T19:29:12.463Z] === RUN TestCgroupNamespacesRunPrivileged [2020-09-20T19:29:13.850Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.74s) [2020-09-20T19:29:13.850Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-09-20T19:29:14.357Z] --- SKIP: TestServicePlugin (3.44s) [2020-09-20T19:29:14.357Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:14.357Z] === RUN TestServiceUpdateLabel [2020-09-20T19:29:14.357Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2020-09-20T19:29:14.357Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:14.357Z] === RUN TestServiceUpdateSecrets [2020-09-20T19:29:14.357Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2020-09-20T19:29:14.357Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:14.357Z] === RUN TestServiceUpdateConfigs [2020-09-20T19:29:14.357Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2020-09-20T19:29:14.357Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:14.357Z] === RUN TestServiceUpdateNetwork [2020-09-20T19:29:14.357Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2020-09-20T19:29:14.357Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:14.357Z] === RUN TestServiceUpdatePidsLimit [2020-09-20T19:29:14.613Z] --- SKIP: TestServiceUpdatePidsLimit (0.04s) [2020-09-20T19:29:14.613Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:14.613Z] PASS [2020-09-20T19:29:14.613Z] [2020-09-20T19:29:14.613Z] === Skipped [2020-09-20T19:29:14.613Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-09-20T19:29:14.613Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-09-20T19:29:14.613Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:14.613Z] [2020-09-20T19:29:14.613Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-09-20T19:29:14.613Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-09-20T19:29:14.613Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:14.613Z] [2020-09-20T19:29:14.613Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.02s) [2020-09-20T19:29:14.613Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:14.613Z] [2020-09-20T19:29:14.613Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2020-09-20T19:29:14.613Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:14.613Z] [2020-09-20T19:29:14.613Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2020-09-20T19:29:14.613Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:14.613Z] [2020-09-20T19:29:14.613Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2020-09-20T19:29:14.613Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:14.613Z] [2020-09-20T19:29:14.613Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2020-09-20T19:29:14.613Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:14.613Z] [2020-09-20T19:29:14.613Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2020-09-20T19:29:14.613Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:14.613Z] [2020-09-20T19:29:14.613Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.03s) [2020-09-20T19:29:14.613Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:14.613Z] [2020-09-20T19:29:14.613Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2020-09-20T19:29:14.613Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:14.613Z] [2020-09-20T19:29:14.613Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2020-09-20T19:29:14.613Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:14.613Z] [2020-09-20T19:29:14.613Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2020-09-20T19:29:14.613Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:14.613Z] [2020-09-20T19:29:14.613Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2020-09-20T19:29:14.613Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:14.613Z] [2020-09-20T19:29:14.613Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2020-09-20T19:29:14.613Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:14.613Z] [2020-09-20T19:29:14.613Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-09-20T19:29:14.613Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-20T19:29:14.613Z] [2020-09-20T19:29:14.613Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2020-09-20T19:29:14.613Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:14.613Z] [2020-09-20T19:29:14.613Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.02s) [2020-09-20T19:29:14.613Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:14.613Z] [2020-09-20T19:29:14.613Z] === SKIP: amd64.integration.service TestServicePlugin (3.44s) [2020-09-20T19:29:14.613Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:14.613Z] [2020-09-20T19:29:14.613Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2020-09-20T19:29:14.613Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:14.613Z] [2020-09-20T19:29:14.613Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2020-09-20T19:29:14.613Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:14.613Z] [2020-09-20T19:29:14.613Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2020-09-20T19:29:14.613Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:14.613Z] [2020-09-20T19:29:14.613Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2020-09-20T19:29:14.613Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:14.613Z] [2020-09-20T19:29:14.613Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.04s) [2020-09-20T19:29:14.613Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-20T19:29:14.613Z] [2020-09-20T19:29:14.613Z] [2020-09-20T19:29:14.613Z] DONE 24 tests, 23 skipped in 3.863s [2020-09-20T19:29:14.613Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-09-20T19:29:14.613Z] INFO: Testing against a local daemon [2020-09-20T19:29:14.613Z] === RUN TestSessionCreate [2020-09-20T19:29:14.613Z] --- PASS: TestSessionCreate (0.02s) [2020-09-20T19:29:14.613Z] === RUN TestSessionCreateWithBadUpgrade [2020-09-20T19:29:14.613Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-09-20T19:29:14.613Z] PASS [2020-09-20T19:29:14.613Z] [2020-09-20T19:29:14.613Z] DONE 2 tests in 0.158s [2020-09-20T19:29:14.613Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-09-20T19:29:14.869Z] INFO: Testing against a local daemon [2020-09-20T19:29:14.869Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-09-20T19:29:14.869Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-20T19:29:14.869Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-20T19:29:14.869Z] === RUN TestEventsExecDie [2020-09-20T19:29:15.417Z] tests/integration/regression_test.py ...... [ 98%] [2020-09-20T19:29:15.431Z] --- PASS: TestEventsExecDie (0.48s) [2020-09-20T19:29:15.431Z] === RUN TestEventsBackwardsCompatible [2020-09-20T19:29:15.431Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2020-09-20T19:29:15.431Z] === RUN TestInfoBinaryCommits [2020-09-20T19:29:15.431Z] --- PASS: TestInfoBinaryCommits (0.02s) [2020-09-20T19:29:15.431Z] === RUN TestInfoAPIVersioned [2020-09-20T19:29:15.431Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-09-20T19:29:15.431Z] === RUN TestInfoDiscoveryBackend [2020-09-20T19:29:15.677Z] tests/integration/credentials/store_test.py ...... [ 99%] [2020-09-20T19:29:15.677Z] tests/integration/credentials/utils_test.py . [100%] [2020-09-20T19:29:15.677Z] [2020-09-20T19:29:15.677Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2020-09-20T19:29:15.677Z] =========================== short test summary info ============================ [2020-09-20T19:29:15.767Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.81s) [2020-09-20T19:29:15.767Z] === RUN TestCgroupNamespacesRunHostMode [2020-09-20T19:29:15.842Z] --- PASS: TestSecretInspect (3.70s) [2020-09-20T19:29:15.842Z] === RUN TestSecretList [2020-09-20T19:29:15.936Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2020-09-20T19:29:15.936Z] CONFIG_RT_GROUP_SCHED isn't enabled [2020-09-20T19:29:15.936Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2020-09-20T19:29:15.936Z] Not supported on most drivers [2020-09-20T19:29:15.936Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2020-09-20T19:29:15.936Z] Output of docker top depends on host distro, and is not formalized. [2020-09-20T19:29:15.936Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2020-09-20T19:29:15.936Z] Output of docker top depends on host distro, and is not formalized. [2020-09-20T19:29:15.936Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2020-09-20T19:29:15.936Z] Can fail if eth0 has multiple IP addresses [2020-09-20T19:29:15.936Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2020-09-20T19:29:15.936Z] This doesn't seem to be taken into account by the engine [2020-09-20T19:29:15.936Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2020-09-20T19:29:15.936Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2020-09-20T19:29:15.936Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 298.21 seconds == [2020-09-20T19:29:15.936Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2020-09-20T19:29:16.140Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2020-09-20T19:29:16.795Z] --- PASS: TestInfoDiscoveryBackend (1.53s) [2020-09-20T19:29:16.795Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-09-20T19:29:17.684Z] --- PASS: TestCgroupNamespacesRunHostMode (1.72s) [2020-09-20T19:29:17.684Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-09-20T19:29:19.435Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2020-09-20T19:29:19.600Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.85s) [2020-09-20T19:29:19.601Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-09-20T19:29:19.700Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2020-09-20T19:29:20.270Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2020-09-20T19:29:20.383Z] --- PASS: TestSecretList (3.75s) [2020-09-20T19:29:20.383Z] === RUN TestSecretsCreateAndDelete [2020-09-20T19:29:20.843Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2020-09-20T19:29:20.958Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.36s) [2020-09-20T19:29:20.958Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-09-20T19:29:20.958Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-09-20T19:29:20.958Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-20T19:29:20.958Z] === RUN TestInfoAPI [2020-09-20T19:29:20.958Z] --- PASS: TestInfoAPI (0.04s) [2020-09-20T19:29:20.958Z] === RUN TestInfoAPIWarnings [2020-09-20T19:29:20.988Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.74s) [2020-09-20T19:29:20.988Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-09-20T19:29:21.414Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2020-09-20T19:29:21.886Z] --- PASS: TestInfoAPIWarnings (1.53s) [2020-09-20T19:29:21.886Z] === RUN TestInfoDebug [2020-09-20T19:29:21.932Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.97s) [2020-09-20T19:29:21.932Z] === RUN TestCgroupNamespacesRunOlderClient [2020-09-20T19:29:21.985Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2020-09-20T19:29:22.926Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2020-09-20T19:29:23.172Z] --- PASS: TestSecretsCreateAndDelete (3.55s) [2020-09-20T19:29:23.172Z] === RUN TestSecretsUpdate [2020-09-20T19:29:23.251Z] --- PASS: TestInfoDebug (1.53s) [2020-09-20T19:29:23.251Z] === RUN TestInfoInsecureRegistries [2020-09-20T19:29:23.849Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.86s) [2020-09-20T19:29:23.849Z] === RUN TestKernelTCPMemory [2020-09-20T19:29:24.310Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2020-09-20T19:29:24.572Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2020-09-20T19:29:24.572Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2020-09-20T19:29:24.793Z] --- PASS: TestKernelTCPMemory (0.86s) [2020-09-20T19:29:24.793Z] === RUN TestNISDomainname [2020-09-20T19:29:25.138Z] --- PASS: TestInfoInsecureRegistries (1.53s) [2020-09-20T19:29:25.138Z] === RUN TestInfoRegistryMirrors [2020-09-20T19:29:25.142Z] --- PASS: TestBuildWithHugeFile (109.60s) [2020-09-20T19:29:25.142Z] === RUN TestBuildWithEmptyDockerfile [2020-09-20T19:29:25.142Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-20T19:29:25.142Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-20T19:29:25.142Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-20T19:29:25.142Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-20T19:29:25.142Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-20T19:29:25.142Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-20T19:29:25.142Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-20T19:29:25.142Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-20T19:29:25.403Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-20T19:29:25.663Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2020-09-20T19:29:25.663Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.21s) [2020-09-20T19:29:25.663Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.30s) [2020-09-20T19:29:25.663Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.19s) [2020-09-20T19:29:25.663Z] === RUN TestBuildPreserveOwnership [2020-09-20T19:29:25.663Z] === RUN TestBuildPreserveOwnership/copy_from [2020-09-20T19:29:25.663Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2020-09-20T19:29:25.739Z] --- PASS: TestNISDomainname (0.99s) [2020-09-20T19:29:25.739Z] === RUN TestHostnameDnsResolution [2020-09-20T19:29:26.502Z] --- PASS: TestInfoRegistryMirrors (1.53s) [2020-09-20T19:29:26.502Z] === RUN TestLoginFailsWithBadCredentials [2020-09-20T19:29:26.758Z] --- PASS: TestLoginFailsWithBadCredentials (0.22s) [2020-09-20T19:29:26.758Z] === RUN TestPingCacheHeaders [2020-09-20T19:29:26.758Z] --- PASS: TestPingCacheHeaders (0.04s) [2020-09-20T19:29:26.758Z] === RUN TestPingGet [2020-09-20T19:29:26.758Z] --- PASS: TestPingGet (0.01s) [2020-09-20T19:29:26.758Z] === RUN TestPingHead [2020-09-20T19:29:26.758Z] --- PASS: TestPingHead (0.02s) [2020-09-20T19:29:26.758Z] === RUN TestVersion [2020-09-20T19:29:26.758Z] --- PASS: TestVersion (0.03s) [2020-09-20T19:29:26.758Z] PASS [2020-09-20T19:29:26.758Z] [2020-09-20T19:29:26.758Z] === Skipped [2020-09-20T19:29:26.758Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-20T19:29:26.758Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-20T19:29:26.758Z] [2020-09-20T19:29:26.758Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-09-20T19:29:26.758Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-20T19:29:26.758Z] [2020-09-20T19:29:26.758Z] [2020-09-20T19:29:26.758Z] DONE 18 tests, 2 skipped in 12.039s [2020-09-20T19:29:26.758Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-09-20T19:29:26.758Z] INFO: Testing against a local daemon [2020-09-20T19:29:26.758Z] === RUN TestVolumesCreateAndList [2020-09-20T19:29:26.781Z] --- PASS: TestSecretsUpdate (3.65s) [2020-09-20T19:29:26.781Z] === RUN TestTemplatedSecret [2020-09-20T19:29:27.014Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-09-20T19:29:27.014Z] === RUN TestVolumesRemove [2020-09-20T19:29:27.014Z] --- PASS: TestVolumesRemove (0.05s) [2020-09-20T19:29:27.014Z] === RUN TestVolumesInspect [2020-09-20T19:29:27.014Z] --- PASS: TestVolumesInspect (0.02s) [2020-09-20T19:29:27.014Z] === RUN TestVolumesInvalidJSON [2020-09-20T19:29:27.014Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-09-20T19:29:27.014Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-09-20T19:29:27.014Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-09-20T19:29:27.014Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-09-20T19:29:27.014Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-09-20T19:29:27.014Z] PASS [2020-09-20T19:29:27.014Z] [2020-09-20T19:29:27.014Z] DONE 5 tests in 0.215s [2020-09-20T19:29:27.014Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-09-20T19:29:27.014Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 11926 is not a child of this shell [2020-09-20T19:29:27.014Z] warning: PID 11926 from bundles/test-integration/docker.pid had a nonzero exit code [2020-09-20T19:29:27.014Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-20T19:29:27.014Z] [2020-09-20T19:29:27.014Z] Unloading profiles will leave already running processes permanently [2020-09-20T19:29:27.014Z] unconfined, which can lead to unexpected situations. [2020-09-20T19:29:27.014Z] [2020-09-20T19:29:27.014Z] To set a process to complain mode, use the command line tool [2020-09-20T19:29:27.014Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-20T19:29:27.014Z] Removing test suite binaries [2020-09-20T19:29:27.014Z] exiting test-integration [2020-09-20T19:29:27.014Z] ++ exit 0 [2020-09-20T19:29:27.655Z] --- PASS: TestHostnameDnsResolution (1.67s) [2020-09-20T19:29:27.655Z] === RUN TestStats [2020-09-20T19:29:27.942Z] [2020-09-20T19:29:28.137Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-20T19:29:28.137Z] [2020-09-20T19:29:28.137Z] Unloading profiles will leave already running processes permanently [2020-09-20T19:29:28.137Z] unconfined, which can lead to unexpected situations. [2020-09-20T19:29:28.137Z] [2020-09-20T19:29:28.137Z] To set a process to complain mode, use the command line tool [2020-09-20T19:29:28.137Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-20T19:29:28.137Z] [2020-09-20T19:29:28.205Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache Post stage [Pipeline] junit [2020-09-20T19:29:28.718Z] Recording test results [2020-09-20T19:29:28.776Z] === RUN TestBuildPreserveOwnership/copy_from_chowned Post stage [Pipeline] junit [2020-09-20T19:29:29.318Z] Recording test results [2020-09-20T19:29:29.718Z] === RUN TestDockerDaemonSuite/TestDaemonIP [Pipeline] sh [2020-09-20T19:29:30.200Z] --- PASS: TestStats (2.79s) [2020-09-20T19:29:30.200Z] === RUN TestStopContainerWithTimeout [2020-09-20T19:29:30.200Z] === RUN TestStopContainerWithTimeout/0 [2020-09-20T19:29:30.200Z] === PAUSE TestStopContainerWithTimeout/0 [2020-09-20T19:29:30.200Z] === RUN TestStopContainerWithTimeout/1 [2020-09-20T19:29:30.200Z] === PAUSE TestStopContainerWithTimeout/1 [2020-09-20T19:29:30.200Z] === RUN TestStopContainerWithTimeout/3 [2020-09-20T19:29:30.200Z] === PAUSE TestStopContainerWithTimeout/3 [2020-09-20T19:29:30.200Z] === RUN TestStopContainerWithTimeout/-1 [2020-09-20T19:29:30.200Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-09-20T19:29:30.200Z] === CONT TestStopContainerWithTimeout/0 [2020-09-20T19:29:30.200Z] === CONT TestStopContainerWithTimeout/1 [2020-09-20T19:29:30.200Z] === CONT TestStopContainerWithTimeout/3 [2020-09-20T19:29:30.200Z] === CONT TestStopContainerWithTimeout/-1 [2020-09-20T19:29:30.287Z] --- PASS: TestBuildPreserveOwnership (4.49s) [2020-09-20T19:29:30.288Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.09s) [2020-09-20T19:29:30.288Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.39s) [2020-09-20T19:29:30.288Z] === RUN TestBuildPlatformInvalid [2020-09-20T19:29:30.288Z] --- PASS: TestBuildPlatformInvalid (0.10s) [2020-09-20T19:29:30.288Z] PASS [2020-09-20T19:29:30.288Z] [2020-09-20T19:29:30.288Z] === Skipped [2020-09-20T19:29:30.288Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-09-20T19:29:30.288Z] build_session_test.go:25: TODO: BuildKit [2020-09-20T19:29:30.288Z] [2020-09-20T19:29:30.288Z] [2020-09-20T19:29:30.288Z] DONE 32 tests, 1 skipped in 195.389s [2020-09-20T19:29:30.288Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-09-20T19:29:30.288Z] ++ 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 [2020-09-20T19:29:30.288Z] ++ set -e [2020-09-20T19:29:30.288Z] ++ '[' -n 0 ']' [2020-09-20T19:29:30.288Z] ++ set -x [2020-09-20T19:29:30.288Z] ++ 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 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 [2020-09-20T19:29:30.451Z] --- PASS: TestTemplatedSecret (3.64s) [2020-09-20T19:29:30.451Z] === RUN TestSecretCreateResolve [2020-09-20T19:29:30.482Z] + echo Ensuring container killed. [2020-09-20T19:29:30.482Z] Ensuring container killed. [2020-09-20T19:29:30.482Z] + docker rm -vf docker-pr32 [2020-09-20T19:29:30.482Z] Error: No such container: docker-pr32 [2020-09-20T19:29:30.482Z] + true [Pipeline] sh [2020-09-20T19:29:30.549Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2020-09-20T19:29:30.549Z] INFO: Testing against a local daemon [2020-09-20T19:29:30.549Z] === RUN TestConfigInspect [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-09-20T19:29:30.787Z] + echo Chowning /workspace to jenkins user [2020-09-20T19:29:30.787Z] Chowning /workspace to jenkins user [2020-09-20T19:29:30.787Z] + id -u [2020-09-20T19:29:30.787Z] + id -g [2020-09-20T19:29:30.787Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-38469:/workspace busybox chown -R 1000:1000 /workspace [2020-09-20T19:29:30.787Z] Unable to find image 'busybox:latest' locally [2020-09-20T19:29:30.787Z] latest: Pulling from library/busybox [2020-09-20T19:29:30.787Z] df8698476c65: Pulling fs layer [2020-09-20T19:29:30.969Z] + echo Ensuring container killed. [2020-09-20T19:29:30.969Z] Ensuring container killed. [2020-09-20T19:29:30.969Z] + docker rm -vf docker-pr32 [2020-09-20T19:29:30.969Z] Error: No such container: docker-pr32 [2020-09-20T19:29:30.969Z] + true [Pipeline] sh [2020-09-20T19:29:31.051Z] df8698476c65: Verifying Checksum [2020-09-20T19:29:31.051Z] df8698476c65: Download complete [2020-09-20T19:29:31.051Z] df8698476c65: Pull complete [2020-09-20T19:29:31.051Z] Digest: sha256:d366a4665ab44f0648d7a00ae3fae139d55e32f9712c67accd604bb55df9d05a [2020-09-20T19:29:31.051Z] Status: Downloaded newer image for busybox:latest [2020-09-20T19:29:31.292Z] + echo Chowning /workspace to jenkins user [2020-09-20T19:29:31.292Z] Chowning /workspace to jenkins user [2020-09-20T19:29:31.292Z] + id -u [2020-09-20T19:29:31.292Z] + id -g [2020-09-20T19:29:31.292Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-38469:/workspace busybox chown -R 1000:1000 /workspace [2020-09-20T19:29:31.292Z] Unable to find image 'busybox:latest' locally [2020-09-20T19:29:31.292Z] latest: Pulling from library/busybox [2020-09-20T19:29:31.489Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2020-09-20T19:29:31.548Z] df8698476c65: Pulling fs layer [2020-09-20T19:29:31.548Z] df8698476c65: Verifying Checksum [2020-09-20T19:29:31.548Z] df8698476c65: Download complete [2020-09-20T19:29:31.548Z] df8698476c65: Pull complete [2020-09-20T19:29:31.548Z] Digest: sha256:d366a4665ab44f0648d7a00ae3fae139d55e32f9712c67accd604bb55df9d05a [2020-09-20T19:29:31.548Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-09-20T19:29:32.060Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2020-09-20T19:29:32.060Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2020-09-20T19:29:32.282Z] + bundleName=docker-py [2020-09-20T19:29:32.282Z] + echo Creating docker-py-bundles.tar.gz [2020-09-20T19:29:32.282Z] Creating docker-py-bundles.tar.gz [2020-09-20T19:29:32.282Z] + 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 [2020-09-20T19:29:32.293Z] Archiving artifacts [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-09-20T19:29:33.252Z] + bundleName=amd64-rootless [2020-09-20T19:29:33.252Z] + echo Creating amd64-rootless-bundles.tar.gz [2020-09-20T19:29:33.252Z] Creating amd64-rootless-bundles.tar.gz [2020-09-20T19:29:33.252Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-09-20T19:29:33.252Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2020-09-20T19:29:33.262Z] Archiving artifacts [2020-09-20T19:29:33.502Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-09-20T19:29:33.502Z] --- PASS: TestStopContainerWithTimeout/0 (1.14s) [2020-09-20T19:29:33.502Z] --- PASS: TestStopContainerWithTimeout/1 (2.05s) [2020-09-20T19:29:33.502Z] --- PASS: TestStopContainerWithTimeout/-1 (3.24s) [2020-09-20T19:29:33.502Z] --- PASS: TestStopContainerWithTimeout/3 (3.29s) [2020-09-20T19:29:33.502Z] === RUN TestDeleteDevicemapper [2020-09-20T19:29:33.502Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-09-20T19:29:33.502Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-20T19:29:33.502Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-09-20T19:29:33.966Z] --- PASS: TestSecretCreateResolve (3.55s) [2020-09-20T19:29:33.966Z] PASS [2020-09-20T19:29:33.966Z] [2020-09-20T19:29:33.966Z] DONE 6 tests in 21.971s [2020-09-20T19:29:33.966Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2020-09-20T19:29:33.966Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:29:33.966Z] ++ set -e [2020-09-20T19:29:33.966Z] ++ '[' -n 0 ']' [2020-09-20T19:29:33.966Z] ++ set -x [2020-09-20T19:29:33.966Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:29:33.971Z] --- PASS: TestConfigInspect (3.14s) [2020-09-20T19:29:33.971Z] === RUN TestConfigList [2020-09-20T19:29:33.971Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2020-09-20T19:29:34.257Z] INFO: Testing against a local daemon [2020-09-20T19:29:34.257Z] === RUN TestServiceCreateInit [2020-09-20T19:29:34.257Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-09-20T19:29:34.285Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-38469/32/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2020-09-20T19:29:34.650Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-38469/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr32 -e DOCKER_GITCOMMIT=98f1115e882dad3fbc3cbaca9ebc0e201c1a527f -e DOCKER_GRAPHDRIVER docker:98f1115e882dad3fbc3cbaca9ebc0e201c1a527f hack/make.sh binary-daemon [2020-09-20T19:29:34.903Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-38469/32/artifacts/ [Pipeline] } [2020-09-20T19:29:34.909Z] [Pipeline] // catchError [Pipeline] sh [2020-09-20T19:29:35.168Z] Removing bundles/ [2020-09-20T19:29:35.168Z] [2020-09-20T19:29:35.168Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2020-09-20T19:29:35.168Z] Building: bundles/binary-daemon/dockerd-dev [2020-09-20T19:29:35.168Z] GOOS="" GOARCH="" GOARM="" [2020-09-20T19:29:35.264Z] + make clean [2020-09-20T19:29:35.520Z] docker volume rm -f docker-dev-cache [2020-09-20T19:29:35.520Z] docker-dev-cache [Pipeline] deleteDir [2020-09-20T19:29:36.051Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.13s) [2020-09-20T19:29:36.051Z] === RUN TestUpdateMemory [2020-09-20T19:29:36.051Z] --- SKIP: TestUpdateMemory (0.00s) [2020-09-20T19:29:36.051Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-09-20T19:29:36.051Z] === RUN TestUpdateCPUQuota [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-20T19:29:36.514Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2020-09-20T19:29:36.774Z] --- PASS: TestConfigList (3.12s) [2020-09-20T19:29:36.774Z] === RUN TestConfigsCreateAndDelete [2020-09-20T19:29:36.994Z] --- PASS: TestUpdateCPUQuota (1.27s) [2020-09-20T19:29:36.994Z] === RUN TestUpdatePidsLimit [2020-09-20T19:29:36.994Z] === RUN TestUpdatePidsLimit/update_from_none [2020-09-20T19:29:37.256Z] === RUN TestUpdatePidsLimit/no_change [2020-09-20T19:29:37.517Z] === RUN TestUpdatePidsLimit/update_lower [2020-09-20T19:29:37.717Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2020-09-20T19:29:38.089Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-09-20T19:29:38.287Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2020-09-20T19:29:38.352Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-09-20T19:29:38.433Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-09-20T19:29:38.433Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-09-20T19:29:38.433Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-09-20T19:29:38.613Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-09-20T19:29:39.185Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-09-20T19:29:39.479Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-09-20T19:29:39.672Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2020-09-20T19:29:39.779Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-09-20T19:29:39.939Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-09-20T19:29:40.242Z] --- PASS: TestConfigsCreateAndDelete (3.28s) [2020-09-20T19:29:40.242Z] === RUN TestConfigsUpdate [2020-09-20T19:29:40.571Z] --- PASS: TestUpdatePidsLimit (3.57s) [2020-09-20T19:29:40.571Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.37s) [2020-09-20T19:29:40.571Z] --- PASS: TestUpdatePidsLimit/no_change (0.38s) [2020-09-20T19:29:40.571Z] --- PASS: TestUpdatePidsLimit/update_lower (0.38s) [2020-09-20T19:29:40.571Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.37s) [2020-09-20T19:29:40.571Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.38s) [2020-09-20T19:29:40.571Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.36s) [2020-09-20T19:29:40.571Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.40s) [2020-09-20T19:29:40.571Z] === RUN TestUpdateRestartPolicy [2020-09-20T19:29:41.626Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2020-09-20T19:29:41.626Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2020-09-20T19:29:41.870Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-09-20T19:29:42.197Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2020-09-20T19:29:42.769Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2020-09-20T19:29:43.029Z] --- PASS: TestConfigsUpdate (2.93s) [2020-09-20T19:29:43.029Z] === RUN TestTemplatedConfig [2020-09-20T19:29:43.289Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2020-09-20T19:29:45.426Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-09-20T19:29:45.688Z] --- PASS: TestServiceCreateInit (11.08s) [2020-09-20T19:29:45.688Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.41s) [2020-09-20T19:29:45.688Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.63s) [2020-09-20T19:29:45.688Z] === RUN TestCreateServiceMultipleTimes [2020-09-20T19:29:46.590Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2020-09-20T19:29:46.590Z] --- PASS: TestTemplatedConfig (3.16s) [2020-09-20T19:29:46.590Z] === RUN TestConfigCreateResolve [2020-09-20T19:29:46.590Z] === RUN TestDockerSuite/TestBuildAddNonTar [2020-09-20T19:29:47.507Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-09-20T19:29:47.973Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2020-09-20T19:29:48.544Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2020-09-20T19:29:49.032Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-09-20T19:29:49.114Z] --- PASS: TestConfigCreateResolve (2.91s) [2020-09-20T19:29:49.114Z] === RUN TestConfigDaemonLibtrustID [2020-09-20T19:29:49.687Z] --- PASS: TestConfigDaemonLibtrustID (0.59s) [2020-09-20T19:29:49.687Z] PASS [2020-09-20T19:29:49.687Z] [2020-09-20T19:29:49.687Z] DONE 7 tests in 19.325s [2020-09-20T19:29:49.687Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-09-20T19:29:49.687Z] ++ 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 [2020-09-20T19:29:49.687Z] ++ set -e [2020-09-20T19:29:49.687Z] ++ '[' -n 0 ']' [2020-09-20T19:29:49.687Z] ++ set -x [2020-09-20T19:29:49.687Z] ++ 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 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 [2020-09-20T19:29:49.949Z] INFO: Testing against a local daemon [2020-09-20T19:29:49.949Z] === RUN TestCheckpoint [2020-09-20T19:29:49.949Z] --- SKIP: TestCheckpoint (0.00s) [2020-09-20T19:29:49.949Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-20T19:29:49.949Z] === RUN TestContainerInvalidJSON [2020-09-20T19:29:49.949Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-09-20T19:29:49.949Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-09-20T19:29:49.949Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-09-20T19:29:49.949Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-09-20T19:29:49.949Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-09-20T19:29:49.949Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-09-20T19:29:49.949Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-09-20T19:29:49.949Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-09-20T19:29:49.949Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-09-20T19:29:49.949Z] --- PASS: TestContainerInvalidJSON (0.04s) [2020-09-20T19:29:49.949Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-09-20T19:29:49.949Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-09-20T19:29:49.949Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-09-20T19:29:49.949Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-09-20T19:29:49.949Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2020-09-20T19:29:49.949Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s) [2020-09-20T19:29:49.949Z] === RUN TestCopyFromContainerPathIsNotDir [2020-09-20T19:29:49.949Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2020-09-20T19:29:49.949Z] === RUN TestCopyToContainerPathDoesNotExist [2020-09-20T19:29:50.081Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-09-20T19:29:50.209Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.09s) [2020-09-20T19:29:50.209Z] === RUN TestCopyToContainerPathIsNotDir [2020-09-20T19:29:50.209Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s) [2020-09-20T19:29:50.209Z] === RUN TestCopyFromContainer [2020-09-20T19:29:51.593Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2020-09-20T19:29:51.601Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-09-20T19:29:51.853Z] === RUN TestCopyFromContainer// [2020-09-20T19:29:52.114Z] === RUN TestCopyFromContainer//bar/root [2020-09-20T19:29:52.374Z] === RUN TestCopyFromContainer//bar/root/ [2020-09-20T19:29:52.374Z] === RUN TestCopyFromContainer/bar/quux [2020-09-20T19:29:52.374Z] === RUN TestCopyFromContainer/bar/quux/ [2020-09-20T19:29:52.374Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-09-20T19:29:52.634Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-09-20T19:29:52.634Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-09-20T19:29:52.806Z] --- PASS: TestUpdateRestartPolicy (12.35s) [2020-09-20T19:29:52.806Z] === RUN TestUpdateRestartWithAutoRemove [2020-09-20T19:29:52.895Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-09-20T19:29:52.895Z] === RUN TestCopyFromContainer/bar/notarget [2020-09-20T19:29:52.895Z] --- PASS: TestCopyFromContainer (2.78s) [2020-09-20T19:29:52.895Z] --- PASS: TestCopyFromContainer// (0.15s) [2020-09-20T19:29:52.895Z] --- PASS: TestCopyFromContainer//bar/root (0.18s) [2020-09-20T19:29:52.895Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2020-09-20T19:29:52.895Z] --- PASS: TestCopyFromContainer/bar/quux (0.09s) [2020-09-20T19:29:52.895Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2020-09-20T19:29:52.895Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2020-09-20T19:29:52.895Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2020-09-20T19:29:52.895Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s) [2020-09-20T19:29:52.895Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2020-09-20T19:29:52.895Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2020-09-20T19:29:52.895Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-09-20T19:29:52.895Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-20T19:29:52.895Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-20T19:29:52.895Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-20T19:29:52.895Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-20T19:29:52.895Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-20T19:29:52.895Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-20T19:29:52.895Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-20T19:29:52.895Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-20T19:29:53.128Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-09-20T19:29:53.155Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-20T19:29:53.155Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-09-20T19:29:53.155Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-09-20T19:29:53.155Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-09-20T19:29:53.155Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-09-20T19:29:53.155Z] === RUN TestCreateLinkToNonExistingContainer [2020-09-20T19:29:53.155Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2020-09-20T19:29:53.155Z] === RUN TestCreateWithInvalidEnv [2020-09-20T19:29:53.155Z] === RUN TestCreateWithInvalidEnv/0 [2020-09-20T19:29:53.155Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-09-20T19:29:53.155Z] === RUN TestCreateWithInvalidEnv/1 [2020-09-20T19:29:53.155Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-09-20T19:29:53.155Z] === RUN TestCreateWithInvalidEnv/2 [2020-09-20T19:29:53.155Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-09-20T19:29:53.155Z] === CONT TestCreateWithInvalidEnv/0 [2020-09-20T19:29:53.155Z] === CONT TestCreateWithInvalidEnv/2 [2020-09-20T19:29:53.155Z] === CONT TestCreateWithInvalidEnv/1 [2020-09-20T19:29:53.155Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-09-20T19:29:53.155Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-09-20T19:29:53.155Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-09-20T19:29:53.155Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-09-20T19:29:53.155Z] === RUN TestCreateTmpfsMountsTarget [2020-09-20T19:29:53.155Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2020-09-20T19:29:53.155Z] === RUN TestCreateWithCustomMaskedPaths [2020-09-20T19:29:53.415Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2020-09-20T19:29:53.751Z] --- PASS: TestUpdateRestartWithAutoRemove (0.78s) [2020-09-20T19:29:53.751Z] === RUN TestWaitNonBlocked [2020-09-20T19:29:53.751Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-20T19:29:53.751Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-20T19:29:53.751Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-20T19:29:53.751Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-20T19:29:53.751Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-20T19:29:53.751Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-20T19:29:53.984Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2020-09-20T19:29:54.556Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2020-09-20T19:29:54.556Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2020-09-20T19:29:54.556Z] --- PASS: TestCreateWithCustomMaskedPaths (1.41s) [2020-09-20T19:29:54.556Z] === RUN TestCreateWithCustomReadonlyPaths [2020-09-20T19:29:54.694Z] --- PASS: TestWaitNonBlocked (0.03s) [2020-09-20T19:29:54.694Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.02s) [2020-09-20T19:29:54.694Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.08s) [2020-09-20T19:29:54.694Z] === RUN TestWaitBlocked [2020-09-20T19:29:54.694Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-20T19:29:54.694Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-20T19:29:54.694Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-09-20T19:29:54.694Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-09-20T19:29:54.694Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-20T19:29:54.694Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-09-20T19:29:54.817Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2020-09-20T19:29:55.214Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-09-20T19:29:55.642Z] --- PASS: TestWaitBlocked (0.02s) [2020-09-20T19:29:55.642Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.97s) [2020-09-20T19:29:55.642Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.03s) [2020-09-20T19:29:55.642Z] === CONT TestContainerStartOnDaemonRestart [2020-09-20T19:29:55.642Z] === CONT TestIpcModeOlderClient [2020-09-20T19:29:55.642Z] === CONT TestDaemonHostGatewayIP [2020-09-20T19:29:55.642Z] === CONT TestDaemonRestartIpcMode [2020-09-20T19:29:55.757Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2020-09-20T19:29:55.904Z] --- PASS: TestIpcModeOlderClient (0.20s) [2020-09-20T19:29:55.904Z] === CONT TestContainerKillOnDaemonStart [2020-09-20T19:29:56.259Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-09-20T19:29:56.427Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.93s) [2020-09-20T19:29:56.427Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-09-20T19:29:56.427Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-20T19:29:56.427Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-20T19:29:56.427Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-20T19:29:56.427Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-20T19:29:56.427Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-20T19:29:56.427Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-20T19:29:56.427Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-20T19:29:56.427Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-20T19:29:56.427Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-20T19:29:56.427Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-20T19:29:56.427Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-20T19:29:56.427Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-20T19:29:56.427Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-20T19:29:56.427Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-20T19:29:56.427Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-20T19:29:56.427Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2020-09-20T19:29:56.427Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-09-20T19:29:56.427Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2020-09-20T19:29:56.427Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.05s) [2020-09-20T19:29:56.427Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-09-20T19:29:56.427Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-09-20T19:29:56.427Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-09-20T19:29:57.011Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2020-09-20T19:29:57.011Z] === RUN TestDockerSuite/TestBuildAddScript [2020-09-20T19:29:57.275Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.78s) [2020-09-20T19:29:57.275Z] === RUN TestCreateDifferentPlatform [2020-09-20T19:29:57.275Z] === RUN TestCreateDifferentPlatform/different_os [2020-09-20T19:29:57.275Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-09-20T19:29:57.275Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2020-09-20T19:29:57.275Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-09-20T19:29:57.275Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-09-20T19:29:57.275Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-09-20T19:29:57.275Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2020-09-20T19:29:57.275Z] === RUN TestContainerStartOnDaemonRestart [2020-09-20T19:29:57.275Z] === PAUSE TestContainerStartOnDaemonRestart [2020-09-20T19:29:57.275Z] === RUN TestDaemonRestartIpcMode [2020-09-20T19:29:57.275Z] === PAUSE TestDaemonRestartIpcMode [2020-09-20T19:29:57.275Z] === RUN TestDaemonHostGatewayIP [2020-09-20T19:29:57.275Z] === PAUSE TestDaemonHostGatewayIP [2020-09-20T19:29:57.275Z] === RUN TestContainerKillOnDaemonStart [2020-09-20T19:29:57.275Z] === PAUSE TestContainerKillOnDaemonStart [2020-09-20T19:29:57.275Z] === RUN TestDiff [2020-09-20T19:29:57.785Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-09-20T19:29:58.220Z] --- PASS: TestDiff (0.87s) [2020-09-20T19:29:58.220Z] === RUN TestExecWithCloseStdin [2020-09-20T19:29:58.790Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2020-09-20T19:29:59.051Z] --- PASS: TestExecWithCloseStdin (0.82s) [2020-09-20T19:29:59.051Z] === RUN TestExec [2020-09-20T19:29:59.215Z] --- PASS: TestContainerStartOnDaemonRestart (3.29s) [2020-09-20T19:29:59.312Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-09-20T19:29:59.312Z] Using test binary docker [2020-09-20T19:29:59.312Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-09-20T19:29:59.312Z] +++ /etc/init.d/apparmor start [2020-09-20T19:29:59.312Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-20T19:29:59.312Z] INFO: Waiting for daemon to start... [2020-09-20T19:29:59.312Z] Starting dockerd [2020-09-20T19:29:59.312Z] +++ 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 [2020-09-20T19:29:59.990Z] --- PASS: TestExec (0.87s) [2020-09-20T19:29:59.990Z] === RUN TestExecUser [2020-09-20T19:29:59.990Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2020-09-20T19:30:00.159Z] --- PASS: TestDaemonRestartIpcMode (4.40s) [2020-09-20T19:30:00.250Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2020-09-20T19:30:00.731Z] --- PASS: TestDaemonHostGatewayIP (4.88s) [2020-09-20T19:30:00.821Z] --- PASS: TestExecUser (0.87s) [2020-09-20T19:30:00.821Z] === RUN TestExportContainerAndImportImage [2020-09-20T19:30:01.398Z] . [2020-09-20T19:30:01.398Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-09-20T19:30:01.398Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-09-20T19:30:01.398Z] Error: No such image: emptyfs [2020-09-20T19:30:01.398Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-09-20T19:30:01.398Z] ++++ docker load [2020-09-20T19:30:01.398Z] Running integration-test (iteration 1) [2020-09-20T19:30:01.398Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2020-09-20T19:30:01.398Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:30:01.398Z] ++ set -e [2020-09-20T19:30:01.398Z] ++ '[' -n 0 ']' [2020-09-20T19:30:01.398Z] ++ set -x [2020-09-20T19:30:01.398Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:30:02.203Z] --- PASS: TestExportContainerAndImportImage (1.17s) [2020-09-20T19:30:02.203Z] === RUN TestExportContainerAfterDaemonRestart [2020-09-20T19:30:02.203Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2020-09-20T19:30:03.586Z] --- PASS: TestExportContainerAfterDaemonRestart (1.58s) [2020-09-20T19:30:03.586Z] === RUN TestHealthCheckWorkdir [2020-09-20T19:30:03.846Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2020-09-20T19:30:04.416Z] --- PASS: TestHealthCheckWorkdir (0.86s) [2020-09-20T19:30:04.416Z] === RUN TestHealthKillContainer [2020-09-20T19:30:05.358Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2020-09-20T19:30:06.741Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2020-09-20T19:30:07.312Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2020-09-20T19:30:07.312Z] --- PASS: TestHealthKillContainer (2.93s) [2020-09-20T19:30:07.312Z] === RUN TestInspectCpusetInConfigPre120 [2020-09-20T19:30:07.573Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2020-09-20T19:30:08.144Z] --- PASS: TestCreateServiceMultipleTimes (20.52s) [2020-09-20T19:30:08.144Z] === RUN TestCreateServiceConflict [2020-09-20T19:30:08.144Z] --- PASS: TestInspectCpusetInConfigPre120 (0.69s) [2020-09-20T19:30:08.144Z] === RUN TestIpcModeNone [2020-09-20T19:30:08.715Z] --- PASS: TestIpcModeNone (0.69s) [2020-09-20T19:30:08.715Z] === RUN TestIpcModePrivate [2020-09-20T19:30:08.871Z] --- PASS: TestContainerKillOnDaemonStart (13.02s) [2020-09-20T19:30:08.871Z] PASS [2020-09-20T19:30:08.871Z] [2020-09-20T19:30:08.871Z] === Skipped [2020-09-20T19:30:08.871Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2020-09-20T19:30:08.871Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-20T19:30:08.871Z] [2020-09-20T19:30:08.871Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2020-09-20T19:30:08.871Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-20T19:30:08.871Z] [2020-09-20T19:30:08.871Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2020-09-20T19:30:08.871Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-20T19:30:08.871Z] [2020-09-20T19:30:08.871Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-20T19:30:08.871Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-20T19:30:08.871Z] [2020-09-20T19:30:08.871Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2020-09-20T19:30:08.871Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-20T19:30:08.871Z] [2020-09-20T19:30:08.871Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2020-09-20T19:30:08.871Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-09-20T19:30:08.871Z] [2020-09-20T19:30:08.871Z] [2020-09-20T19:30:08.871Z] DONE 192 tests, 6 skipped in 136.812s [2020-09-20T19:30:08.871Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2020-09-20T19:30:08.871Z] ++ 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 [2020-09-20T19:30:08.871Z] ++ set -e [2020-09-20T19:30:08.871Z] ++ '[' -n 0 ']' [2020-09-20T19:30:08.871Z] ++ set -x [2020-09-20T19:30:08.871Z] ++ 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 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 [2020-09-20T19:30:09.132Z] INFO: Testing against a local daemon [2020-09-20T19:30:09.132Z] === RUN TestCommitInheritsEnv [2020-09-20T19:30:09.650Z] --- PASS: TestCreateServiceConflict (3.56s) [2020-09-20T19:30:09.650Z] === RUN TestCreateServiceMaxReplicas [2020-09-20T19:30:09.655Z] --- PASS: TestIpcModePrivate (0.70s) [2020-09-20T19:30:09.655Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:93, shared: false, mustBeShared: false [2020-09-20T19:30:09.655Z] === RUN TestIpcModeShareable [2020-09-20T19:30:09.706Z] --- PASS: TestCommitInheritsEnv (0.56s) [2020-09-20T19:30:09.706Z] === RUN TestImportExtremelyLargeImageWorks [2020-09-20T19:30:09.706Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2020-09-20T19:30:09.706Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2020-09-20T19:30:09.706Z] === RUN TestImagesFilterMultiReference [2020-09-20T19:30:09.706Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2020-09-20T19:30:09.706Z] === RUN TestImagePullPlatformInvalid [2020-09-20T19:30:09.967Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2020-09-20T19:30:09.967Z] === RUN TestRemoveImageOrphaning [2020-09-20T19:30:10.226Z] --- PASS: TestIpcModeShareable (0.62s) [2020-09-20T19:30:10.226Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:87, shared: true, mustBeShared: true [2020-09-20T19:30:10.226Z] === RUN TestAPIIpcModeShareableAndContainer [2020-09-20T19:30:10.539Z] --- PASS: TestRemoveImageOrphaning (0.56s) [2020-09-20T19:30:10.539Z] === RUN TestRemoveImageGarbageCollector [2020-09-20T19:30:10.539Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-09-20T19:30:10.539Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:30:10.539Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-09-20T19:30:10.539Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2020-09-20T19:30:10.539Z] === RUN TestTagInvalidReference [2020-09-20T19:30:10.539Z] --- PASS: TestTagInvalidReference (0.03s) [2020-09-20T19:30:10.539Z] === RUN TestTagValidPrefixedRepo [2020-09-20T19:30:10.539Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2020-09-20T19:30:10.539Z] === RUN TestTagExistedNameWithoutForce [2020-09-20T19:30:10.539Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2020-09-20T19:30:10.539Z] === RUN TestTagOfficialNames [2020-09-20T19:30:10.539Z] --- PASS: TestTagOfficialNames (0.06s) [2020-09-20T19:30:10.539Z] === RUN TestTagMatchesDigest [2020-09-20T19:30:10.798Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2020-09-20T19:30:10.800Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-09-20T19:30:10.800Z] PASS [2020-09-20T19:30:10.800Z] [2020-09-20T19:30:10.800Z] === Skipped [2020-09-20T19:30:10.800Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2020-09-20T19:30:10.800Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2020-09-20T19:30:10.800Z] [2020-09-20T19:30:10.800Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-09-20T19:30:10.800Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:30:10.800Z] [2020-09-20T19:30:10.800Z] [2020-09-20T19:30:10.800Z] DONE 12 tests, 2 skipped in 1.773s [2020-09-20T19:30:10.800Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2020-09-20T19:30:10.800Z] ++ 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 [2020-09-20T19:30:10.800Z] ++ set -e [2020-09-20T19:30:10.800Z] ++ '[' -n 0 ']' [2020-09-20T19:30:10.800Z] ++ set -x [2020-09-20T19:30:10.800Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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 [2020-09-20T19:30:10.800Z] INFO: Testing against a local daemon [2020-09-20T19:30:10.800Z] === RUN TestNetworkCreateDelete [2020-09-20T19:30:11.370Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2020-09-20T19:30:11.373Z] --- PASS: TestNetworkCreateDelete (0.42s) [2020-09-20T19:30:11.373Z] === RUN TestDockerNetworkDeletePreferID [2020-09-20T19:30:12.315Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.10s) [2020-09-20T19:30:12.315Z] === RUN TestAPIIpcModeHost [2020-09-20T19:30:12.760Z] --- PASS: TestDockerNetworkDeletePreferID (1.24s) [2020-09-20T19:30:12.760Z] === RUN TestDaemonDNSFallback [2020-09-20T19:30:12.885Z] --- PASS: TestAPIIpcModeHost (0.57s) [2020-09-20T19:30:12.886Z] === RUN TestDaemonIpcModeShareable [2020-09-20T19:30:13.146Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2020-09-20T19:30:13.406Z] === RUN TestDockerSuite/TestBuildAddTar [2020-09-20T19:30:14.102Z] --- PASS: TestCreateServiceMaxReplicas (3.95s) [2020-09-20T19:30:14.102Z] === RUN TestCreateWithDuplicateNetworkNames [2020-09-20T19:30:14.252Z] Loaded image: buildpack-deps:buster [2020-09-20T19:30:14.252Z] Loaded image: busybox:latest [2020-09-20T19:30:14.252Z] Loaded image: busybox:glibc [2020-09-20T19:30:14.252Z] Loaded image: debian:buster [2020-09-20T19:30:14.346Z] --- PASS: TestDaemonIpcModeShareable (1.47s) [2020-09-20T19:30:14.346Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:86, shared: true, mustBeShared: true [2020-09-20T19:30:14.346Z] === RUN TestDaemonIpcModePrivate [2020-09-20T19:30:14.546Z] Loaded image: hello-world:latest [2020-09-20T19:30:14.546Z] INFO: Testing against a local daemon [2020-09-20T19:30:14.546Z] === RUN TestCgroupNamespacesBuild [2020-09-20T19:30:15.728Z] --- PASS: TestDaemonIpcModePrivate (1.40s) [2020-09-20T19:30:15.728Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:95, shared: false, mustBeShared: false [2020-09-20T19:30:15.728Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-09-20T19:30:16.062Z] --- PASS: TestCgroupNamespacesBuild (1.33s) [2020-09-20T19:30:16.062Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-09-20T19:30:17.111Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.44s) [2020-09-20T19:30:17.111Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:94, shared: false, mustBeShared: false [2020-09-20T19:30:17.111Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-09-20T19:30:17.118Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.34s) [2020-09-20T19:30:17.118Z] === RUN TestBuildWithSession [2020-09-20T19:30:17.118Z] --- SKIP: TestBuildWithSession (0.00s) [2020-09-20T19:30:17.118Z] build_session_test.go:25: TODO: BuildKit [2020-09-20T19:30:17.118Z] === RUN TestBuildSquashParent [2020-09-20T19:30:17.681Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2020-09-20T19:30:17.849Z] 4612f6d0b889: Pull complete [2020-09-20T19:30:19.066Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.75s) [2020-09-20T19:30:19.066Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:91, shared: true, mustBeShared: true [2020-09-20T19:30:19.066Z] === RUN TestIpcModeOlderClient [2020-09-20T19:30:19.066Z] === PAUSE TestIpcModeOlderClient [2020-09-20T19:30:19.066Z] === RUN TestKillContainerInvalidSignal [2020-09-20T19:30:19.327Z] === RUN TestDockerSuite/TestBuildAddTarXz [2020-09-20T19:30:19.587Z] --- PASS: TestKillContainerInvalidSignal (0.92s) [2020-09-20T19:30:19.587Z] === RUN TestKillContainer [2020-09-20T19:30:19.848Z] === RUN TestKillContainer/no_signal [2020-09-20T19:30:20.419Z] === RUN TestKillContainer/non_killing_signal [2020-09-20T19:30:20.680Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2020-09-20T19:30:20.901Z] --- PASS: TestDaemonDNSFallback (7.33s) [2020-09-20T19:30:20.901Z] === RUN TestInspectNetwork [2020-09-20T19:30:21.254Z] === RUN TestKillContainer/killing_signal [2020-09-20T19:30:21.594Z] --- PASS: TestBuildSquashParent (4.27s) [2020-09-20T19:30:21.594Z] === RUN TestBuildWithRemoveAndForceRemove [2020-09-20T19:30:21.594Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-20T19:30:21.594Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-20T19:30:21.594Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-20T19:30:21.594Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-20T19:30:21.594Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-20T19:30:21.594Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-20T19:30:21.594Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-20T19:30:21.594Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-20T19:30:21.594Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-20T19:30:21.594Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-20T19:30:21.594Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-20T19:30:21.594Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-20T19:30:21.594Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-20T19:30:21.594Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-20T19:30:21.594Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-20T19:30:21.594Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-20T19:30:22.196Z] --- PASS: TestKillContainer (2.36s) [2020-09-20T19:30:22.196Z] --- PASS: TestKillContainer/no_signal (0.69s) [2020-09-20T19:30:22.196Z] --- PASS: TestKillContainer/non_killing_signal (0.72s) [2020-09-20T19:30:22.196Z] --- PASS: TestKillContainer/killing_signal (0.74s) [2020-09-20T19:30:22.196Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-09-20T19:30:22.196Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-09-20T19:30:22.196Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2020-09-20T19:30:22.770Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-09-20T19:30:23.686Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-20T19:30:23.711Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.56s) [2020-09-20T19:30:23.711Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.74s) [2020-09-20T19:30:23.711Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.63s) [2020-09-20T19:30:23.711Z] === RUN TestKillStoppedContainer [2020-09-20T19:30:23.711Z] --- PASS: TestKillStoppedContainer (0.06s) [2020-09-20T19:30:23.711Z] === RUN TestKillStoppedContainerAPIPre120 [2020-09-20T19:30:23.711Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2020-09-20T19:30:23.711Z] === RUN TestKillDifferentUserContainer [2020-09-20T19:30:23.985Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-20T19:30:24.650Z] --- PASS: TestKillDifferentUserContainer (0.90s) [2020-09-20T19:30:24.650Z] === RUN TestInspectOomKilledTrue [2020-09-20T19:30:24.650Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-09-20T19:30:24.650Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-20T19:30:24.650Z] === RUN TestInspectOomKilledFalse [2020-09-20T19:30:24.650Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-09-20T19:30:24.650Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-20T19:30:24.650Z] === RUN TestLinksEtcHostsContentMatch [2020-09-20T19:30:24.910Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2020-09-20T19:30:25.114Z] === RUN TestInspectNetwork/full_network_id [2020-09-20T19:30:25.114Z] === RUN TestInspectNetwork/partial_network_id [2020-09-20T19:30:25.114Z] === RUN TestInspectNetwork/network_name [2020-09-20T19:30:25.114Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-09-20T19:30:25.170Z] --- PASS: TestLinksEtcHostsContentMatch (0.55s) [2020-09-20T19:30:25.170Z] === RUN TestLinksContainerNames [2020-09-20T19:30:25.504Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-09-20T19:30:25.504Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.30s) [2020-09-20T19:30:25.504Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.47s) [2020-09-20T19:30:25.504Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.50s) [2020-09-20T19:30:25.504Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.73s) [2020-09-20T19:30:25.504Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.58s) [2020-09-20T19:30:25.504Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.71s) [2020-09-20T19:30:25.504Z] === RUN TestBuildMultiStageCopy [2020-09-20T19:30:25.504Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-09-20T19:30:26.111Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2020-09-20T19:30:26.681Z] --- PASS: TestLinksContainerNames (1.58s) [2020-09-20T19:30:26.681Z] === RUN TestLogsFollowTailEmpty [2020-09-20T19:30:27.021Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-09-20T19:30:27.251Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2020-09-20T19:30:27.317Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-09-20T19:30:27.512Z] --- PASS: TestLogsFollowTailEmpty (0.78s) [2020-09-20T19:30:27.512Z] === RUN TestContainerNetworkMountsNoChown [2020-09-20T19:30:27.613Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-09-20T19:30:27.907Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-09-20T19:30:28.205Z] --- PASS: TestBuildMultiStageCopy (2.71s) [2020-09-20T19:30:28.205Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.45s) [2020-09-20T19:30:28.205Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.29s) [2020-09-20T19:30:28.205Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.30s) [2020-09-20T19:30:28.205Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.34s) [2020-09-20T19:30:28.205Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.32s) [2020-09-20T19:30:28.205Z] === RUN TestBuildMultiStageParentConfig [2020-09-20T19:30:28.454Z] --- PASS: TestContainerNetworkMountsNoChown (0.75s) [2020-09-20T19:30:28.454Z] === RUN TestMountDaemonRoot [2020-09-20T19:30:28.454Z] === RUN TestMountDaemonRoot/default [2020-09-20T19:30:28.454Z] === PAUSE TestMountDaemonRoot/default [2020-09-20T19:30:28.454Z] === RUN TestMountDaemonRoot/private [2020-09-20T19:30:28.454Z] === PAUSE TestMountDaemonRoot/private [2020-09-20T19:30:28.454Z] === RUN TestMountDaemonRoot/rprivate [2020-09-20T19:30:28.454Z] === PAUSE TestMountDaemonRoot/rprivate [2020-09-20T19:30:28.454Z] === RUN TestMountDaemonRoot/slave [2020-09-20T19:30:28.454Z] === PAUSE TestMountDaemonRoot/slave [2020-09-20T19:30:28.454Z] === RUN TestMountDaemonRoot/rslave [2020-09-20T19:30:28.454Z] === PAUSE TestMountDaemonRoot/rslave [2020-09-20T19:30:28.454Z] === RUN TestMountDaemonRoot/shared [2020-09-20T19:30:28.454Z] === PAUSE TestMountDaemonRoot/shared [2020-09-20T19:30:28.454Z] === RUN TestMountDaemonRoot/rshared [2020-09-20T19:30:28.454Z] === PAUSE TestMountDaemonRoot/rshared [2020-09-20T19:30:28.454Z] === CONT TestMountDaemonRoot/default [2020-09-20T19:30:28.454Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-09-20T19:30:28.454Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-09-20T19:30:28.454Z] === RUN TestMountDaemonRoot/default/bind_root [2020-09-20T19:30:28.454Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-09-20T19:30:28.454Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-09-20T19:30:28.454Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-09-20T19:30:28.454Z] === RUN TestMountDaemonRoot/default/mount_root [2020-09-20T19:30:28.454Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-09-20T19:30:28.454Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-09-20T19:30:28.454Z] === CONT TestMountDaemonRoot/rshared [2020-09-20T19:30:28.454Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-09-20T19:30:28.454Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-09-20T19:30:28.454Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-09-20T19:30:28.454Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-09-20T19:30:28.454Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-09-20T19:30:28.454Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-09-20T19:30:28.454Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-09-20T19:30:28.454Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-09-20T19:30:28.454Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-09-20T19:30:28.454Z] === CONT TestMountDaemonRoot/shared [2020-09-20T19:30:28.454Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-09-20T19:30:28.454Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-09-20T19:30:28.454Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-09-20T19:30:28.454Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-09-20T19:30:28.454Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-09-20T19:30:28.454Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-09-20T19:30:28.454Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-09-20T19:30:28.454Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-09-20T19:30:28.454Z] === CONT TestMountDaemonRoot/rslave [2020-09-20T19:30:28.454Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-09-20T19:30:28.454Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-09-20T19:30:28.454Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-09-20T19:30:28.454Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-09-20T19:30:28.454Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-09-20T19:30:28.454Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-09-20T19:30:28.454Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-09-20T19:30:28.454Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-09-20T19:30:28.454Z] === CONT TestMountDaemonRoot/slave [2020-09-20T19:30:28.454Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-09-20T19:30:28.454Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-09-20T19:30:28.454Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-09-20T19:30:28.454Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-09-20T19:30:28.454Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-09-20T19:30:28.454Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-09-20T19:30:28.454Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-09-20T19:30:28.454Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-09-20T19:30:28.454Z] === CONT TestMountDaemonRoot/rprivate [2020-09-20T19:30:28.454Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-09-20T19:30:28.454Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-09-20T19:30:28.454Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-09-20T19:30:28.454Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-09-20T19:30:28.454Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-09-20T19:30:28.454Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-09-20T19:30:28.454Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-09-20T19:30:28.454Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-09-20T19:30:28.454Z] === CONT TestMountDaemonRoot/private [2020-09-20T19:30:28.454Z] === RUN TestMountDaemonRoot/private/bind_root [2020-09-20T19:30:28.454Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-09-20T19:30:28.454Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-09-20T19:30:28.454Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-09-20T19:30:28.454Z] === RUN TestMountDaemonRoot/private/mount_root [2020-09-20T19:30:28.454Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-09-20T19:30:28.454Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-09-20T19:30:28.454Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-09-20T19:30:28.454Z] === CONT TestMountDaemonRoot/default/mount_root [2020-09-20T19:30:28.454Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-09-20T19:30:28.454Z] === CONT TestMountDaemonRoot/default/bind_root [2020-09-20T19:30:28.454Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-09-20T19:30:28.454Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-09-20T19:30:28.454Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-09-20T19:30:28.716Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-09-20T19:30:28.716Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-09-20T19:30:28.716Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-09-20T19:30:28.716Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-09-20T19:30:28.716Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-09-20T19:30:28.716Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-09-20T19:30:28.716Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-09-20T19:30:28.716Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-09-20T19:30:28.977Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-09-20T19:30:28.977Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-09-20T19:30:28.977Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-09-20T19:30:28.977Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-09-20T19:30:28.977Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-09-20T19:30:28.977Z] === CONT TestMountDaemonRoot/private/bind_root [2020-09-20T19:30:28.977Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-09-20T19:30:28.977Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-09-20T19:30:29.238Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-09-20T19:30:29.238Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-09-20T19:30:29.238Z] === CONT TestMountDaemonRoot/private/mount_root [2020-09-20T19:30:29.238Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-09-20T19:30:29.238Z] --- PASS: TestMountDaemonRoot (0.06s) [2020-09-20T19:30:29.238Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-09-20T19:30:29.238Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2020-09-20T19:30:29.238Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2020-09-20T19:30:29.238Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2020-09-20T19:30:29.238Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2020-09-20T19:30:29.238Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-09-20T19:30:29.238Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2020-09-20T19:30:29.238Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2020-09-20T19:30:29.238Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2020-09-20T19:30:29.238Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.10s) [2020-09-20T19:30:29.238Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-09-20T19:30:29.238Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2020-09-20T19:30:29.238Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2020-09-20T19:30:29.238Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2020-09-20T19:30:29.238Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.06s) [2020-09-20T19:30:29.238Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-09-20T19:30:29.238Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2020-09-20T19:30:29.238Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2020-09-20T19:30:29.238Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.11s) [2020-09-20T19:30:29.238Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.16s) [2020-09-20T19:30:29.238Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-09-20T19:30:29.238Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2020-09-20T19:30:29.238Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2020-09-20T19:30:29.238Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2020-09-20T19:30:29.238Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2020-09-20T19:30:29.238Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-09-20T19:30:29.238Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.08s) [2020-09-20T19:30:29.238Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2020-09-20T19:30:29.238Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2020-09-20T19:30:29.238Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.06s) [2020-09-20T19:30:29.238Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-09-20T19:30:29.238Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2020-09-20T19:30:29.238Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2020-09-20T19:30:29.238Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.06s) [2020-09-20T19:30:29.238Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.07s) [2020-09-20T19:30:29.238Z] === RUN TestContainerBindMountNonRecursive [2020-09-20T19:30:29.259Z] --- PASS: TestBuildMultiStageParentConfig (0.87s) [2020-09-20T19:30:29.259Z] === RUN TestBuildLabelWithTargets [2020-09-20T19:30:29.321Z] --- PASS: TestInspectNetwork (9.53s) [2020-09-20T19:30:29.321Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-09-20T19:30:29.321Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-09-20T19:30:29.321Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-09-20T19:30:29.321Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-09-20T19:30:29.321Z] === RUN TestRunContainerWithBridgeNone [2020-09-20T19:30:29.440Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.63s) [2020-09-20T19:30:29.440Z] === RUN TestCreateServiceSecretFileMode [2020-09-20T19:30:30.326Z] --- PASS: TestBuildLabelWithTargets (1.27s) [2020-09-20T19:30:30.326Z] === RUN TestBuildWithEmptyLayers [2020-09-20T19:30:30.972Z] --- PASS: TestBuildWithEmptyLayers (0.65s) [2020-09-20T19:30:30.972Z] === RUN TestBuildMultiStageOnBuild [2020-09-20T19:30:31.783Z] --- PASS: TestContainerBindMountNonRecursive (2.64s) [2020-09-20T19:30:31.783Z] === RUN TestNetworkNat [2020-09-20T19:30:31.873Z] --- PASS: TestRunContainerWithBridgeNone (2.51s) [2020-09-20T19:30:31.873Z] === RUN TestNetworkInvalidJSON [2020-09-20T19:30:31.873Z] === RUN TestNetworkInvalidJSON//networks/create [2020-09-20T19:30:31.873Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-09-20T19:30:31.873Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-09-20T19:30:31.873Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-09-20T19:30:31.873Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-20T19:30:31.873Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-20T19:30:31.873Z] === CONT TestNetworkInvalidJSON//networks/create [2020-09-20T19:30:31.873Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-09-20T19:30:31.873Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-20T19:30:31.873Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-09-20T19:30:31.873Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-09-20T19:30:31.873Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-09-20T19:30:31.873Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-09-20T19:30:31.873Z] === RUN TestHostIPv4BridgeLabel [2020-09-20T19:30:32.724Z] --- PASS: TestNetworkNat (0.87s) [2020-09-20T19:30:32.724Z] === RUN TestNetworkLocalhostTCPNat [2020-09-20T19:30:32.817Z] --- PASS: TestHostIPv4BridgeLabel (0.81s) [2020-09-20T19:30:32.817Z] === RUN TestDaemonRestartWithLiveRestore [2020-09-20T19:30:32.954Z] --- PASS: TestCreateServiceSecretFileMode (3.63s) [2020-09-20T19:30:32.954Z] === RUN TestCreateServiceConfigFileMode [2020-09-20T19:30:33.058Z] --- PASS: TestBuildMultiStageOnBuild (1.74s) [2020-09-20T19:30:33.058Z] === RUN TestBuildUncleanTarFilenames [2020-09-20T19:30:33.668Z] --- PASS: TestNetworkLocalhostTCPNat (0.79s) [2020-09-20T19:30:33.668Z] === RUN TestNetworkLoopbackNat [2020-09-20T19:30:33.668Z] === RUN TestDockerSuite/TestBuildBlankName [2020-09-20T19:30:33.698Z] --- PASS: TestBuildUncleanTarFilenames (0.87s) [2020-09-20T19:30:33.698Z] === RUN TestBuildMultiStageLayerLeak [2020-09-20T19:30:34.205Z] --- PASS: TestDaemonRestartWithLiveRestore (1.40s) [2020-09-20T19:30:34.205Z] === RUN TestDaemonDefaultNetworkPools [2020-09-20T19:30:34.239Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2020-09-20T19:30:35.615Z] --- PASS: TestDaemonDefaultNetworkPools (1.37s) [2020-09-20T19:30:35.615Z] === RUN TestDaemonRestartWithExistingNetwork [2020-09-20T19:30:35.795Z] --- PASS: TestBuildMultiStageLayerLeak (1.79s) [2020-09-20T19:30:35.795Z] === RUN TestBuildWithHugeFile [2020-09-20T19:30:36.150Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2020-09-20T19:30:36.522Z] --- PASS: TestCreateServiceConfigFileMode (3.48s) [2020-09-20T19:30:36.522Z] === RUN TestCreateServiceSysctls [2020-09-20T19:30:37.165Z] --- PASS: TestNetworkLoopbackNat (3.50s) [2020-09-20T19:30:37.165Z] === RUN TestPause [2020-09-20T19:30:37.554Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.89s) [2020-09-20T19:30:37.554Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-09-20T19:30:38.107Z] --- PASS: TestPause (0.94s) [2020-09-20T19:30:38.107Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-09-20T19:30:38.107Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-20T19:30:38.107Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-20T19:30:38.107Z] === RUN TestPauseStopPausedContainer [2020-09-20T19:30:38.678Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2020-09-20T19:30:38.938Z] --- PASS: TestPauseStopPausedContainer (0.87s) [2020-09-20T19:30:38.938Z] === RUN TestPsFilter [2020-09-20T19:30:38.938Z] --- PASS: TestPsFilter (0.19s) [2020-09-20T19:30:38.938Z] === RUN TestRemoveContainerWithRemovedVolume [2020-09-20T19:30:39.878Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.85s) [2020-09-20T19:30:39.878Z] === RUN TestRemoveContainerWithVolume [2020-09-20T19:30:40.116Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.37s) [2020-09-20T19:30:40.116Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-09-20T19:30:40.138Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2020-09-20T19:30:40.689Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.82s) [2020-09-20T19:30:40.689Z] === RUN TestServiceWithPredefinedNetwork [2020-09-20T19:30:41.013Z] --- PASS: TestCreateServiceSysctls (4.56s) [2020-09-20T19:30:41.013Z] === RUN TestCreateServiceCapabilities [2020-09-20T19:30:41.077Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2020-09-20T19:30:41.077Z] --- PASS: TestRemoveContainerWithVolume (1.03s) [2020-09-20T19:30:41.077Z] === RUN TestRemoveContainerRunning [2020-09-20T19:30:41.648Z] --- PASS: TestRemoveContainerRunning (0.73s) [2020-09-20T19:30:41.648Z] === RUN TestRemoveContainerForceRemoveRunning [2020-09-20T19:30:42.221Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2020-09-20T19:30:42.481Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.80s) [2020-09-20T19:30:42.481Z] === RUN TestRemoveInvalidContainer [2020-09-20T19:30:42.481Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2020-09-20T19:30:42.481Z] === RUN TestRenameLinkedContainer [2020-09-20T19:30:43.054Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2020-09-20T19:30:43.995Z] --- PASS: TestServiceWithPredefinedNetwork (3.28s) [2020-09-20T19:30:43.995Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-09-20T19:30:43.995Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-20T19:30:43.995Z] service_test.go:236: FLAKY_TEST [2020-09-20T19:30:43.995Z] === RUN TestServiceWithDataPathPortInit [2020-09-20T19:30:44.439Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2020-09-20T19:30:44.439Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2020-09-20T19:30:44.527Z] --- PASS: TestCreateServiceCapabilities (3.64s) [2020-09-20T19:30:44.527Z] === RUN TestInspect [2020-09-20T19:30:45.431Z] --- PASS: TestRenameLinkedContainer (2.91s) [2020-09-20T19:30:45.431Z] === RUN TestRenameStoppedContainer [2020-09-20T19:30:46.393Z] --- PASS: TestRenameStoppedContainer (1.02s) [2020-09-20T19:30:46.393Z] === RUN TestRenameRunningContainerAndReuse [2020-09-20T19:30:47.333Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2020-09-20T19:30:47.904Z] --- PASS: TestRenameRunningContainerAndReuse (1.56s) [2020-09-20T19:30:47.904Z] === RUN TestRenameInvalidName [2020-09-20T19:30:48.045Z] --- PASS: TestInspect (3.76s) [2020-09-20T19:30:48.045Z] === RUN TestCreateJob [2020-09-20T19:30:48.476Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2020-09-20T19:30:48.737Z] --- PASS: TestRenameInvalidName (0.75s) [2020-09-20T19:30:48.737Z] === RUN TestRenameAnonymousContainer [2020-09-20T19:30:49.678Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2020-09-20T19:30:51.589Z] --- PASS: TestRenameAnonymousContainer (2.77s) [2020-09-20T19:30:51.589Z] === RUN TestRenameContainerWithSameName [2020-09-20T19:30:51.851Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2020-09-20T19:30:52.113Z] --- PASS: TestRenameContainerWithSameName (0.71s) [2020-09-20T19:30:52.113Z] === RUN TestRenameContainerWithLinkedContainer [2020-09-20T19:30:52.374Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2020-09-20T19:30:52.497Z] --- PASS: TestCreateJob (4.36s) [2020-09-20T19:30:52.497Z] === RUN TestReplicatedJob [2020-09-20T19:30:53.758Z] --- PASS: TestRenameContainerWithLinkedContainer (1.41s) [2020-09-20T19:30:53.758Z] === RUN TestResize [2020-09-20T19:30:54.328Z] --- PASS: TestResize (0.60s) [2020-09-20T19:30:54.328Z] === RUN TestResizeWithInvalidSize [2020-09-20T19:30:54.899Z] --- PASS: TestResizeWithInvalidSize (0.69s) [2020-09-20T19:30:54.899Z] === RUN TestResizeWhenContainerNotStarted [2020-09-20T19:30:55.840Z] --- PASS: TestResizeWhenContainerNotStarted (0.74s) [2020-09-20T19:30:55.840Z] === RUN TestDaemonRestartKillContainers [2020-09-20T19:30:55.840Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-20T19:30:55.840Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-20T19:30:55.840Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-20T19:30:55.840Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-20T19:30:55.840Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-20T19:30:55.840Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-20T19:30:55.840Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-20T19:30:55.840Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-20T19:30:55.840Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-20T19:30:55.840Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-20T19:30:55.840Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-20T19:30:55.840Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-20T19:30:55.840Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-20T19:30:55.840Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-20T19:30:55.840Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-20T19:30:55.840Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-20T19:30:55.840Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-20T19:30:55.840Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-20T19:30:55.840Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-20T19:30:55.840Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-20T19:30:55.840Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-20T19:30:55.840Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-20T19:30:55.840Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-20T19:30:55.840Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-20T19:30:55.840Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-20T19:30:55.840Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-20T19:30:56.680Z] Created binary: bundles/binary-daemon/dockerd-dev [2020-09-20T19:30:56.680Z] Copying nested executables into bundles/binary-daemon [2020-09-20T19:30:56.680Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2020-09-20T19:30:57.023Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-38469/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr32 -e DOCKER_GITCOMMIT=98f1115e882dad3fbc3cbaca9ebc0e201c1a527f -e DOCKER_GRAPHDRIVER docker:98f1115e882dad3fbc3cbaca9ebc0e201c1a527f hack/make.sh cross [2020-09-20T19:30:57.224Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2020-09-20T19:30:57.282Z] [2020-09-20T19:30:57.282Z] Removing bundles/ [2020-09-20T19:30:57.541Z] [2020-09-20T19:30:57.541Z] ---> Making bundle: cross (in bundles/cross) [2020-09-20T19:30:57.541Z] Cross building: bundles/cross/linux/amd64 [2020-09-20T19:30:57.541Z] Building: bundles/cross/linux/amd64/dockerd-dev [2020-09-20T19:30:57.541Z] GOOS="linux" GOARCH="amd64" GOARM="" [2020-09-20T19:30:58.607Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-20T19:30:58.607Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-20T19:30:59.179Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2020-09-20T19:31:00.979Z] --- PASS: TestReplicatedJob (7.30s) [2020-09-20T19:31:00.979Z] === RUN TestUpdateReplicatedJob [2020-09-20T19:31:01.719Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2020-09-20T19:31:02.120Z] --- PASS: TestServiceWithDataPathPortInit (17.49s) [2020-09-20T19:31:02.120Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-09-20T19:31:02.292Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-20T19:31:03.231Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-20T19:31:03.231Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2020-09-20T19:31:04.499Z] --- PASS: TestUpdateReplicatedJob (4.51s) [2020-09-20T19:31:04.499Z] === RUN TestServiceListWithStatuses [2020-09-20T19:31:04.499Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-09-20T19:31:04.499Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-20T19:31:04.499Z] === RUN TestDockerNetworkConnectAlias [2020-09-20T19:31:05.141Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-20T19:31:06.082Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-20T19:31:07.027Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2020-09-20T19:31:07.971Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-20T19:31:07.971Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-20T19:31:09.885Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-20T19:31:09.885Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-20T19:31:10.145Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2020-09-20T19:31:10.264Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.88s) [2020-09-20T19:31:10.264Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:qpr8j8num0eyo8x32ts1igycn Created:2020-09-20 19:31:02.998876908 +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[8ae3c8d89e1ce8fc30c77a07607e62149ef9bdf53aa6aaecdb90a8e01d81b5d2:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.m3dh0z8c838jb9fr5wurg99qw EndpointID:01195272f237267260d22632e9360cb6b8c8e96cda5c457f3a785aa7610366da MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:d1c71d7167c51890849181e0f86e474538e5789b1f132491c35fd43359b736d3 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:32907483c62d IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.m3dh0z8c838jb9fr5wurg99qw EndpointID:01195272f237267260d22632e9360cb6b8c8e96cda5c457f3a785aa7610366da EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-09-20T19:31:10.264Z] PASS [2020-09-20T19:31:10.264Z] [2020-09-20T19:31:10.264Z] === Skipped [2020-09-20T19:31:10.264Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-20T19:31:10.264Z] service_test.go:236: FLAKY_TEST [2020-09-20T19:31:10.264Z] [2020-09-20T19:31:10.264Z] [2020-09-20T19:31:10.264Z] DONE 23 tests, 1 skipped in 59.547s [2020-09-20T19:31:10.264Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-09-20T19:31:10.264Z] ++ 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 [2020-09-20T19:31:10.264Z] ++ set -e [2020-09-20T19:31:10.264Z] ++ '[' -n 0 ']' [2020-09-20T19:31:10.264Z] ++ set -x [2020-09-20T19:31:10.264Z] ++ 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 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 [2020-09-20T19:31:10.526Z] INFO: Testing against a local daemon [2020-09-20T19:31:10.526Z] === RUN TestDockerNetworkIpvlanPersistance [2020-09-20T19:31:10.526Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-20T19:31:10.526Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-20T19:31:10.526Z] === RUN TestDockerNetworkIpvlan [2020-09-20T19:31:10.526Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-09-20T19:31:10.526Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-20T19:31:10.526Z] PASS [2020-09-20T19:31:10.526Z] [2020-09-20T19:31:10.526Z] === Skipped [2020-09-20T19:31:10.526Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-20T19:31:10.526Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-20T19:31:10.526Z] [2020-09-20T19:31:10.526Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-09-20T19:31:10.526Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-20T19:31:10.526Z] [2020-09-20T19:31:10.526Z] [2020-09-20T19:31:10.526Z] DONE 2 tests, 2 skipped in 0.174s [2020-09-20T19:31:10.526Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-09-20T19:31:10.526Z] ++ 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 [2020-09-20T19:31:10.526Z] ++ set -e [2020-09-20T19:31:10.526Z] ++ '[' -n 0 ']' [2020-09-20T19:31:10.526Z] ++ set -x [2020-09-20T19:31:10.526Z] ++ 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 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 [2020-09-20T19:31:10.526Z] INFO: Testing against a local daemon [2020-09-20T19:31:10.526Z] === RUN TestDockerNetworkMacvlanPersistance [2020-09-20T19:31:10.719Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2020-09-20T19:31:11.661Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2020-09-20T19:31:12.604Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-09-20T19:31:12.604Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.85s) [2020-09-20T19:31:12.604Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.04s) [2020-09-20T19:31:12.604Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.68s) [2020-09-20T19:31:12.604Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.50s) [2020-09-20T19:31:12.604Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.70s) [2020-09-20T19:31:12.604Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.83s) [2020-09-20T19:31:12.604Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.93s) [2020-09-20T19:31:12.604Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.91s) [2020-09-20T19:31:12.604Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.75s) [2020-09-20T19:31:12.604Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.88s) [2020-09-20T19:31:12.604Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.95s) [2020-09-20T19:31:12.604Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.68s) [2020-09-20T19:31:12.604Z] === RUN TestCgroupNamespacesRun [2020-09-20T19:31:12.604Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2020-09-20T19:31:13.026Z] --- PASS: TestDockerNetworkConnectAlias (7.94s) [2020-09-20T19:31:13.026Z] === RUN TestDockerNetworkReConnect [2020-09-20T19:31:13.075Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.13s) [2020-09-20T19:31:13.075Z] === RUN TestDockerNetworkMacvlan [2020-09-20T19:31:14.019Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-09-20T19:31:14.515Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2020-09-20T19:31:14.516Z] --- PASS: TestCgroupNamespacesRun (1.78s) [2020-09-20T19:31:14.516Z] === RUN TestCgroupNamespacesRunPrivileged [2020-09-20T19:31:14.963Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-09-20T19:31:15.087Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2020-09-20T19:31:16.029Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2020-09-20T19:31:16.029Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.72s) [2020-09-20T19:31:16.029Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-09-20T19:31:16.351Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-09-20T19:31:17.940Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.67s) [2020-09-20T19:31:17.940Z] === RUN TestCgroupNamespacesRunHostMode [2020-09-20T19:31:18.200Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2020-09-20T19:31:18.589Z] --- PASS: TestDockerNetworkReConnect (6.22s) [2020-09-20T19:31:18.589Z] === RUN TestServicePlugin [2020-09-20T19:31:18.589Z] --- SKIP: TestServicePlugin (0.00s) [2020-09-20T19:31:18.589Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:31:18.589Z] === RUN TestServiceUpdateLabel [2020-09-20T19:31:19.584Z] --- PASS: TestCgroupNamespacesRunHostMode (1.73s) [2020-09-20T19:31:19.584Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-09-20T19:31:19.654Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-09-20T19:31:20.154Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2020-09-20T19:31:21.095Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2020-09-20T19:31:21.095Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2020-09-20T19:31:21.095Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2020-09-20T19:31:21.095Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.73s) [2020-09-20T19:31:21.095Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-09-20T19:31:21.355Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2020-09-20T19:31:22.103Z] --- PASS: TestServiceUpdateLabel (3.65s) [2020-09-20T19:31:22.103Z] === RUN TestServiceUpdateSecrets [2020-09-20T19:31:22.740Z] === RUN TestDockerSuite/TestBuildCacheAdd [2020-09-20T19:31:22.740Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.61s) [2020-09-20T19:31:22.740Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-09-20T19:31:22.960Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-09-20T19:31:23.312Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2020-09-20T19:31:23.573Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.84s) [2020-09-20T19:31:23.573Z] === RUN TestCgroupNamespacesRunOlderClient [2020-09-20T19:31:24.143Z] === RUN TestDockerSuite/TestBuildCacheFrom [2020-09-20T19:31:24.714Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2020-09-20T19:31:25.286Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.70s) [2020-09-20T19:31:25.286Z] === RUN TestKernelTCPMemory [2020-09-20T19:31:26.228Z] --- PASS: TestKernelTCPMemory (0.88s) [2020-09-20T19:31:26.228Z] === RUN TestNISDomainname [2020-09-20T19:31:27.171Z] --- PASS: TestNISDomainname (0.89s) [2020-09-20T19:31:27.171Z] === RUN TestHostnameDnsResolution [2020-09-20T19:31:28.555Z] --- PASS: TestHostnameDnsResolution (1.28s) [2020-09-20T19:31:28.555Z] === RUN TestStats [2020-09-20T19:31:29.496Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2020-09-20T19:31:29.550Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-09-20T19:31:29.758Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2020-09-20T19:31:30.700Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2020-09-20T19:31:30.937Z] --- PASS: TestDockerNetworkMacvlan (17.96s) [2020-09-20T19:31:30.937Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.13s) [2020-09-20T19:31:30.937Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s) [2020-09-20T19:31:30.937Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.94s) [2020-09-20T19:31:30.937Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.06s) [2020-09-20T19:31:30.937Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.70s) [2020-09-20T19:31:30.937Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.28s) [2020-09-20T19:31:30.937Z] PASS [2020-09-20T19:31:30.937Z] [2020-09-20T19:31:30.937Z] DONE 8 tests in 20.255s [2020-09-20T19:31:30.937Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2020-09-20T19:31:30.938Z] ++ 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 [2020-09-20T19:31:30.938Z] ++ set -e [2020-09-20T19:31:30.938Z] ++ '[' -n 0 ']' [2020-09-20T19:31:30.938Z] ++ set -x [2020-09-20T19:31:30.938Z] ++ 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 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 [2020-09-20T19:31:30.938Z] testing: warning: no tests to run [2020-09-20T19:31:30.938Z] PASS [2020-09-20T19:31:30.938Z] [2020-09-20T19:31:30.938Z] DONE 0 tests in 0.032s [2020-09-20T19:31:30.938Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-09-20T19:31:30.938Z] ++ 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 [2020-09-20T19:31:30.938Z] ++ set -e [2020-09-20T19:31:30.938Z] ++ '[' -n 0 ']' [2020-09-20T19:31:30.938Z] ++ set -x [2020-09-20T19:31:30.938Z] ++ 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 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 [2020-09-20T19:31:30.938Z] INFO: Testing against a local daemon [2020-09-20T19:31:30.938Z] === RUN TestAuthZPluginAllowRequest [2020-09-20T19:31:31.271Z] --- PASS: TestStats (2.81s) [2020-09-20T19:31:31.271Z] === RUN TestStopContainerWithTimeout [2020-09-20T19:31:31.271Z] === RUN TestStopContainerWithTimeout/0 [2020-09-20T19:31:31.271Z] === PAUSE TestStopContainerWithTimeout/0 [2020-09-20T19:31:31.271Z] === RUN TestStopContainerWithTimeout/1 [2020-09-20T19:31:31.271Z] === PAUSE TestStopContainerWithTimeout/1 [2020-09-20T19:31:31.271Z] === RUN TestStopContainerWithTimeout/3 [2020-09-20T19:31:31.271Z] === PAUSE TestStopContainerWithTimeout/3 [2020-09-20T19:31:31.271Z] === RUN TestStopContainerWithTimeout/-1 [2020-09-20T19:31:31.271Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-09-20T19:31:31.271Z] === CONT TestStopContainerWithTimeout/0 [2020-09-20T19:31:31.271Z] === CONT TestStopContainerWithTimeout/3 [2020-09-20T19:31:31.840Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2020-09-20T19:31:32.101Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2020-09-20T19:31:32.362Z] === CONT TestStopContainerWithTimeout/-1 [2020-09-20T19:31:32.623Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2020-09-20T19:31:32.815Z] --- PASS: TestBuildWithHugeFile (54.24s) [2020-09-20T19:31:32.815Z] === RUN TestBuildWithEmptyDockerfile [2020-09-20T19:31:32.815Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-20T19:31:32.815Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-20T19:31:32.815Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-20T19:31:32.815Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-20T19:31:32.815Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-20T19:31:32.815Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-20T19:31:32.815Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-20T19:31:32.815Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-20T19:31:32.815Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-20T19:31:32.815Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2020-09-20T19:31:32.815Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.34s) [2020-09-20T19:31:32.815Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.34s) [2020-09-20T19:31:32.815Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.35s) [2020-09-20T19:31:32.815Z] === RUN TestBuildPreserveOwnership [2020-09-20T19:31:32.815Z] === RUN TestBuildPreserveOwnership/copy_from [2020-09-20T19:31:32.815Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-09-20T19:31:32.854Z] --- PASS: TestAuthZPluginAllowRequest (1.81s) [2020-09-20T19:31:32.854Z] === RUN TestAuthZPluginTLS [2020-09-20T19:31:33.427Z] --- PASS: TestAuthZPluginTLS (0.69s) [2020-09-20T19:31:33.427Z] === RUN TestAuthZPluginDenyRequest [2020-09-20T19:31:33.858Z] --- PASS: TestBuildPreserveOwnership (3.75s) [2020-09-20T19:31:33.858Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.47s) [2020-09-20T19:31:33.858Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.27s) [2020-09-20T19:31:33.858Z] === RUN TestBuildPlatformInvalid [2020-09-20T19:31:33.858Z] --- PASS: TestBuildPlatformInvalid (0.11s) [2020-09-20T19:31:33.858Z] PASS [2020-09-20T19:31:33.858Z] [2020-09-20T19:31:33.858Z] === Skipped [2020-09-20T19:31:33.858Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2020-09-20T19:31:33.858Z] build_session_test.go:25: TODO: BuildKit [2020-09-20T19:31:33.858Z] [2020-09-20T19:31:33.858Z] [2020-09-20T19:31:33.858Z] DONE 32 tests, 1 skipped in 92.524s [2020-09-20T19:31:34.189Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2020-09-20T19:31:34.189Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:31:34.189Z] ++ set -e [2020-09-20T19:31:34.189Z] ++ '[' -n 0 ']' [2020-09-20T19:31:34.189Z] ++ set -x [2020-09-20T19:31:34.189Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:31:34.189Z] INFO: Testing against a local daemon [2020-09-20T19:31:34.189Z] === RUN TestConfigInspect [2020-09-20T19:31:34.372Z] --- PASS: TestAuthZPluginDenyRequest (0.67s) [2020-09-20T19:31:34.372Z] === RUN TestAuthZPluginAPIDenyResponse [2020-09-20T19:31:34.536Z] === CONT TestStopContainerWithTimeout/1 [2020-09-20T19:31:34.796Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2020-09-20T19:31:34.944Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.67s) [2020-09-20T19:31:34.944Z] === RUN TestAuthZPluginDenyResponse [2020-09-20T19:31:35.518Z] --- PASS: TestAuthZPluginDenyResponse (0.67s) [2020-09-20T19:31:35.518Z] === RUN TestAuthZPluginAllowEventStream [2020-09-20T19:31:36.182Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-09-20T19:31:36.182Z] --- PASS: TestStopContainerWithTimeout/0 (1.18s) [2020-09-20T19:31:36.182Z] --- PASS: TestStopContainerWithTimeout/3 (3.04s) [2020-09-20T19:31:36.182Z] --- PASS: TestStopContainerWithTimeout/-1 (2.68s) [2020-09-20T19:31:36.182Z] --- PASS: TestStopContainerWithTimeout/1 (1.72s) [2020-09-20T19:31:36.182Z] === RUN TestDeleteDevicemapper [2020-09-20T19:31:36.182Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-09-20T19:31:36.182Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-20T19:31:36.182Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-09-20T19:31:36.296Z] --- PASS: TestConfigInspect (1.90s) [2020-09-20T19:31:36.296Z] === RUN TestConfigList [2020-09-20T19:31:37.123Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2020-09-20T19:31:37.123Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2020-09-20T19:31:37.434Z] --- PASS: TestAuthZPluginAllowEventStream (1.74s) [2020-09-20T19:31:37.434Z] === RUN TestAuthZPluginErrorResponse [2020-09-20T19:31:37.830Z] --- PASS: TestConfigList (1.93s) [2020-09-20T19:31:37.830Z] === RUN TestConfigsCreateAndDelete [2020-09-20T19:31:38.006Z] --- PASS: TestAuthZPluginErrorResponse (0.64s) [2020-09-20T19:31:38.006Z] === RUN TestAuthZPluginErrorRequest [2020-09-20T19:31:38.579Z] --- PASS: TestAuthZPluginErrorRequest (0.63s) [2020-09-20T19:31:38.579Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-09-20T19:31:38.596Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.59s) [2020-09-20T19:31:38.596Z] === RUN TestUpdateMemory [2020-09-20T19:31:38.596Z] --- SKIP: TestUpdateMemory (0.00s) [2020-09-20T19:31:38.596Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-09-20T19:31:38.596Z] === RUN TestUpdateCPUQuota [2020-09-20T19:31:39.153Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.64s) [2020-09-20T19:31:39.153Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-09-20T19:31:39.553Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2020-09-20T19:31:39.814Z] --- PASS: TestUpdateCPUQuota (1.31s) [2020-09-20T19:31:39.814Z] === RUN TestUpdatePidsLimit [2020-09-20T19:31:39.814Z] === RUN TestUpdatePidsLimit/update_from_none [2020-09-20T19:31:39.905Z] --- PASS: TestConfigsCreateAndDelete (1.86s) [2020-09-20T19:31:39.905Z] === RUN TestConfigsUpdate [2020-09-20T19:31:40.384Z] === RUN TestUpdatePidsLimit/no_change [2020-09-20T19:31:40.384Z] === RUN TestDockerSuite/TestBuildClearCmd [2020-09-20T19:31:40.384Z] === RUN TestUpdatePidsLimit/update_lower [2020-09-20T19:31:40.678Z] --- PASS: TestServiceUpdateSecrets (15.85s) [2020-09-20T19:31:40.678Z] === RUN TestServiceUpdateConfigs [2020-09-20T19:31:40.953Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-09-20T19:31:40.953Z] === RUN TestDockerSuite/TestBuildCmd [2020-09-20T19:31:40.953Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2020-09-20T19:31:41.214Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-09-20T19:31:41.474Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2020-09-20T19:31:41.474Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-09-20T19:31:41.700Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.14s) [2020-09-20T19:31:41.700Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-09-20T19:31:41.734Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2020-09-20T19:31:41.979Z] --- PASS: TestConfigsUpdate (1.93s) [2020-09-20T19:31:41.979Z] === RUN TestTemplatedConfig [2020-09-20T19:31:41.994Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-09-20T19:31:42.255Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2020-09-20T19:31:42.255Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2020-09-20T19:31:43.198Z] --- PASS: TestUpdatePidsLimit (3.26s) [2020-09-20T19:31:43.198Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.34s) [2020-09-20T19:31:43.198Z] --- PASS: TestUpdatePidsLimit/no_change (0.27s) [2020-09-20T19:31:43.198Z] --- PASS: TestUpdatePidsLimit/update_lower (0.34s) [2020-09-20T19:31:43.198Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.36s) [2020-09-20T19:31:43.198Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.34s) [2020-09-20T19:31:43.198Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.38s) [2020-09-20T19:31:43.198Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.38s) [2020-09-20T19:31:43.198Z] === RUN TestUpdateRestartPolicy [2020-09-20T19:31:43.616Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.22s) [2020-09-20T19:31:43.616Z] === RUN TestAuthZPluginHeader [2020-09-20T19:31:43.771Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2020-09-20T19:31:44.086Z] --- PASS: TestTemplatedConfig (2.48s) [2020-09-20T19:31:44.086Z] === RUN TestConfigCreateResolve [2020-09-20T19:31:44.560Z] --- PASS: TestAuthZPluginHeader (0.99s) [2020-09-20T19:31:44.560Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-09-20T19:31:44.560Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-09-20T19:31:44.560Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:31:44.560Z] === RUN TestAuthZPluginV2Disable [2020-09-20T19:31:44.560Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-09-20T19:31:44.560Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:31:44.560Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-09-20T19:31:44.560Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-09-20T19:31:44.560Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:31:44.560Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-09-20T19:31:44.560Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-09-20T19:31:44.560Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:31:44.560Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-09-20T19:31:44.716Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2020-09-20T19:31:46.168Z] --- PASS: TestConfigCreateResolve (1.88s) [2020-09-20T19:31:46.168Z] === RUN TestConfigDaemonLibtrustID [2020-09-20T19:31:46.809Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2020-09-20T19:31:46.809Z] PASS [2020-09-20T19:31:46.809Z] [2020-09-20T19:31:46.809Z] DONE 7 tests in 12.600s [2020-09-20T19:31:46.809Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2020-09-20T19:31:46.809Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:31:46.809Z] ++ set -e [2020-09-20T19:31:46.809Z] ++ '[' -n 0 ']' [2020-09-20T19:31:46.809Z] ++ set -x [2020-09-20T19:31:46.809Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:31:46.809Z] INFO: Testing against a local daemon [2020-09-20T19:31:46.809Z] === RUN TestCheckpoint [2020-09-20T19:31:46.809Z] --- SKIP: TestCheckpoint (0.00s) [2020-09-20T19:31:46.809Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-20T19:31:46.809Z] === RUN TestContainerInvalidJSON [2020-09-20T19:31:46.809Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-09-20T19:31:46.809Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-09-20T19:31:46.809Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-09-20T19:31:46.809Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-09-20T19:31:46.809Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-09-20T19:31:46.809Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-09-20T19:31:46.809Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-09-20T19:31:46.809Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-09-20T19:31:46.809Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-09-20T19:31:46.809Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-09-20T19:31:46.809Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-09-20T19:31:46.809Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-09-20T19:31:46.809Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-09-20T19:31:46.809Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-09-20T19:31:46.809Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2020-09-20T19:31:46.809Z] === RUN TestCopyFromContainerPathIsNotDir [2020-09-20T19:31:46.809Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2020-09-20T19:31:46.809Z] === RUN TestCopyToContainerPathDoesNotExist [2020-09-20T19:31:46.809Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2020-09-20T19:31:46.809Z] === RUN TestCopyToContainerPathIsNotDir [2020-09-20T19:31:47.102Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2020-09-20T19:31:47.102Z] === RUN TestCopyFromContainer [2020-09-20T19:31:48.144Z] === RUN TestCopyFromContainer// [2020-09-20T19:31:48.441Z] === RUN TestCopyFromContainer//bar/root [2020-09-20T19:31:48.441Z] === RUN TestCopyFromContainer//bar/root/ [2020-09-20T19:31:48.441Z] === RUN TestCopyFromContainer/bar/quux [2020-09-20T19:31:48.441Z] === RUN TestCopyFromContainer/bar/quux/ [2020-09-20T19:31:48.736Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-09-20T19:31:48.736Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-09-20T19:31:48.736Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-09-20T19:31:48.736Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-09-20T19:31:48.919Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2020-09-20T19:31:48.919Z] === RUN TestDockerSuite/TestBuildConditionalCache [2020-09-20T19:31:49.042Z] === RUN TestCopyFromContainer/bar/notarget [2020-09-20T19:31:49.042Z] --- PASS: TestCopyFromContainer (1.99s) [2020-09-20T19:31:49.042Z] --- PASS: TestCopyFromContainer// (0.07s) [2020-09-20T19:31:49.042Z] --- PASS: TestCopyFromContainer//bar/root (0.09s) [2020-09-20T19:31:49.042Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2020-09-20T19:31:49.042Z] --- PASS: TestCopyFromContainer/bar/quux (0.08s) [2020-09-20T19:31:49.042Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2020-09-20T19:31:49.042Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2020-09-20T19:31:49.042Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2020-09-20T19:31:49.042Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2020-09-20T19:31:49.042Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2020-09-20T19:31:49.042Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2020-09-20T19:31:49.042Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-09-20T19:31:49.042Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-20T19:31:49.042Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-20T19:31:49.042Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-20T19:31:49.042Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-20T19:31:49.042Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-20T19:31:49.042Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-20T19:31:49.042Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-20T19:31:49.042Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-20T19:31:49.042Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-20T19:31:49.042Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-09-20T19:31:49.042Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-09-20T19:31:49.042Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-09-20T19:31:49.042Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-09-20T19:31:49.042Z] === RUN TestCreateLinkToNonExistingContainer [2020-09-20T19:31:49.043Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2020-09-20T19:31:49.043Z] === RUN TestCreateWithInvalidEnv [2020-09-20T19:31:49.043Z] === RUN TestCreateWithInvalidEnv/0 [2020-09-20T19:31:49.043Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-09-20T19:31:49.043Z] === RUN TestCreateWithInvalidEnv/1 [2020-09-20T19:31:49.043Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-09-20T19:31:49.043Z] === RUN TestCreateWithInvalidEnv/2 [2020-09-20T19:31:49.043Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-09-20T19:31:49.043Z] === CONT TestCreateWithInvalidEnv/0 [2020-09-20T19:31:49.043Z] === CONT TestCreateWithInvalidEnv/2 [2020-09-20T19:31:49.043Z] === CONT TestCreateWithInvalidEnv/1 [2020-09-20T19:31:49.043Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-09-20T19:31:49.043Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-09-20T19:31:49.043Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-09-20T19:31:49.043Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-09-20T19:31:49.043Z] === RUN TestCreateTmpfsMountsTarget [2020-09-20T19:31:49.043Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-09-20T19:31:49.043Z] === RUN TestCreateWithCustomMaskedPaths [2020-09-20T19:31:49.489Z] === RUN TestDockerSuite/TestBuildContChar [2020-09-20T19:31:50.430Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2020-09-20T19:31:50.561Z] --- PASS: TestCreateWithCustomMaskedPaths (1.50s) [2020-09-20T19:31:50.561Z] === RUN TestCreateWithCustomReadonlyPaths [2020-09-20T19:31:51.812Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2020-09-20T19:31:52.081Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.58s) [2020-09-20T19:31:52.081Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-09-20T19:31:52.081Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-20T19:31:52.081Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-20T19:31:52.081Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-20T19:31:52.081Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-20T19:31:52.081Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-20T19:31:52.081Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-20T19:31:52.081Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-20T19:31:52.081Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-20T19:31:52.081Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-20T19:31:52.081Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-20T19:31:52.081Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-20T19:31:52.081Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-20T19:31:52.081Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-20T19:31:52.081Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-20T19:31:52.081Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-20T19:31:52.374Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-09-20T19:31:52.374Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2020-09-20T19:31:52.374Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2020-09-20T19:31:52.374Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2020-09-20T19:31:52.374Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2020-09-20T19:31:52.374Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2020-09-20T19:31:52.374Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-09-20T19:31:52.673Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.48s) [2020-09-20T19:31:52.673Z] === RUN TestCreateDifferentPlatform [2020-09-20T19:31:52.673Z] === RUN TestCreateDifferentPlatform/different_os [2020-09-20T19:31:52.673Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-09-20T19:31:52.673Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2020-09-20T19:31:52.673Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-09-20T19:31:52.673Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-09-20T19:31:52.673Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-09-20T19:31:52.673Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2020-09-20T19:31:52.673Z] === RUN TestContainerStartOnDaemonRestart [2020-09-20T19:31:52.673Z] === PAUSE TestContainerStartOnDaemonRestart [2020-09-20T19:31:52.673Z] === RUN TestDaemonRestartIpcMode [2020-09-20T19:31:52.673Z] === PAUSE TestDaemonRestartIpcMode [2020-09-20T19:31:52.673Z] === RUN TestDaemonHostGatewayIP [2020-09-20T19:31:52.673Z] === PAUSE TestDaemonHostGatewayIP [2020-09-20T19:31:52.673Z] === RUN TestContainerKillOnDaemonStart [2020-09-20T19:31:52.673Z] === PAUSE TestContainerKillOnDaemonStart [2020-09-20T19:31:52.673Z] === RUN TestDiff [2020-09-20T19:31:52.752Z] === RUN TestDockerSuite/TestBuildContextCleanup [2020-09-20T19:31:53.012Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2020-09-20T19:31:53.013Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2020-09-20T19:31:53.273Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2020-09-20T19:31:53.314Z] --- PASS: TestDiff (0.51s) [2020-09-20T19:31:53.314Z] === RUN TestExecWithCloseStdin [2020-09-20T19:31:53.533Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2020-09-20T19:31:53.794Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2020-09-20T19:31:53.960Z] --- PASS: TestExecWithCloseStdin (0.59s) [2020-09-20T19:31:53.960Z] === RUN TestExec [2020-09-20T19:31:54.596Z] --- PASS: TestExec (0.60s) [2020-09-20T19:31:54.596Z] === RUN TestExecUser [2020-09-20T19:31:55.231Z] --- PASS: TestExecUser (0.58s) [2020-09-20T19:31:55.231Z] === RUN TestExportContainerAndImportImage [2020-09-20T19:31:55.705Z] --- PASS: TestUpdateRestartPolicy (12.24s) [2020-09-20T19:31:55.705Z] === RUN TestUpdateRestartWithAutoRemove [2020-09-20T19:31:55.893Z] --- PASS: TestExportContainerAndImportImage (0.79s) [2020-09-20T19:31:55.893Z] === RUN TestExportContainerAfterDaemonRestart [2020-09-20T19:31:55.966Z] --- PASS: TestUpdateRestartWithAutoRemove (0.62s) [2020-09-20T19:31:55.966Z] === RUN TestWaitNonBlocked [2020-09-20T19:31:55.966Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-20T19:31:55.966Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-20T19:31:55.966Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-20T19:31:55.966Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-20T19:31:55.966Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-20T19:31:55.966Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-20T19:31:56.017Z] --- PASS: TestServiceUpdateConfigs (15.82s) [2020-09-20T19:31:56.017Z] === RUN TestServiceUpdateNetwork [2020-09-20T19:31:56.226Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2020-09-20T19:31:57.183Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-09-20T19:31:57.183Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.05s) [2020-09-20T19:31:57.183Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.17s) [2020-09-20T19:31:57.183Z] === RUN TestWaitBlocked [2020-09-20T19:31:57.183Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-20T19:31:57.183Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-20T19:31:57.183Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-09-20T19:31:57.183Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-09-20T19:31:57.183Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-20T19:31:57.183Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-09-20T19:31:57.413Z] --- PASS: TestExportContainerAfterDaemonRestart (1.45s) [2020-09-20T19:31:57.413Z] === RUN TestHealthCheckWorkdir [2020-09-20T19:31:58.055Z] --- PASS: TestHealthCheckWorkdir (0.73s) [2020-09-20T19:31:58.055Z] === RUN TestHealthKillContainer [2020-09-20T19:31:58.123Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2020-09-20T19:31:58.383Z] --- PASS: TestWaitBlocked (0.02s) [2020-09-20T19:31:58.383Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.23s) [2020-09-20T19:31:58.383Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.32s) [2020-09-20T19:31:58.383Z] === CONT TestContainerStartOnDaemonRestart [2020-09-20T19:31:58.383Z] === CONT TestIpcModeOlderClient [2020-09-20T19:31:58.643Z] --- PASS: TestIpcModeOlderClient (0.12s) [2020-09-20T19:31:58.643Z] === CONT TestDaemonHostGatewayIP [2020-09-20T19:32:00.789Z] --- PASS: TestHealthKillContainer (2.59s) [2020-09-20T19:32:00.789Z] === RUN TestInspectCpusetInConfigPre120 [2020-09-20T19:32:01.083Z] --- PASS: TestInspectCpusetInConfigPre120 (0.52s) [2020-09-20T19:32:01.083Z] === RUN TestIpcModeNone [2020-09-20T19:32:01.186Z] --- PASS: TestContainerStartOnDaemonRestart (2.83s) [2020-09-20T19:32:01.186Z] === CONT TestContainerKillOnDaemonStart [2020-09-20T19:32:01.721Z] --- PASS: TestIpcModeNone (0.62s) [2020-09-20T19:32:01.721Z] === RUN TestIpcModePrivate [2020-09-20T19:32:01.757Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2020-09-20T19:32:02.327Z] --- PASS: TestDaemonHostGatewayIP (3.72s) [2020-09-20T19:32:02.327Z] === CONT TestDaemonRestartIpcMode [2020-09-20T19:32:02.359Z] --- PASS: TestIpcModePrivate (0.64s) [2020-09-20T19:32:02.359Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2020-09-20T19:32:02.359Z] === RUN TestIpcModeShareable [2020-09-20T19:32:02.679Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.09s) [2020-09-20T19:32:02.679Z] PASS [2020-09-20T19:32:02.679Z] [2020-09-20T19:32:02.679Z] === Skipped [2020-09-20T19:32:02.679Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-09-20T19:32:02.679Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:32:02.679Z] [2020-09-20T19:32:02.679Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-09-20T19:32:02.679Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:32:02.679Z] [2020-09-20T19:32:02.679Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-09-20T19:32:02.679Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:32:02.679Z] [2020-09-20T19:32:02.679Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-09-20T19:32:02.679Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:32:02.679Z] [2020-09-20T19:32:02.679Z] [2020-09-20T19:32:02.679Z] DONE 17 tests, 4 skipped in 31.787s [2020-09-20T19:32:02.679Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-09-20T19:32:02.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 [2020-09-20T19:32:02.679Z] ++ set -e [2020-09-20T19:32:02.679Z] ++ '[' -n 0 ']' [2020-09-20T19:32:02.679Z] ++ set -x [2020-09-20T19:32:02.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 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 [2020-09-20T19:32:02.679Z] INFO: Testing against a local daemon [2020-09-20T19:32:02.679Z] === RUN TestPluginInvalidJSON [2020-09-20T19:32:02.940Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-09-20T19:32:02.940Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-09-20T19:32:02.940Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-09-20T19:32:02.940Z] --- PASS: TestPluginInvalidJSON (0.03s) [2020-09-20T19:32:02.940Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-09-20T19:32:02.940Z] === RUN TestPluginInstall [2020-09-20T19:32:02.940Z] === RUN TestPluginInstall/no_auth [2020-09-20T19:32:02.998Z] --- PASS: TestIpcModeShareable (0.61s) [2020-09-20T19:32:02.999Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2020-09-20T19:32:02.999Z] === RUN TestAPIIpcModeShareableAndContainer [2020-09-20T19:32:04.241Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2020-09-20T19:32:05.084Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.79s) [2020-09-20T19:32:05.084Z] === RUN TestAPIIpcModeHost [2020-09-20T19:32:05.182Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2020-09-20T19:32:05.379Z] --- PASS: TestAPIIpcModeHost (0.46s) [2020-09-20T19:32:05.379Z] === RUN TestDaemonIpcModeShareable [2020-09-20T19:32:05.442Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2020-09-20T19:32:05.442Z] --- PASS: TestDaemonRestartIpcMode (3.20s) [2020-09-20T19:32:06.823Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2020-09-20T19:32:06.898Z] --- PASS: TestDaemonIpcModeShareable (1.38s) [2020-09-20T19:32:06.898Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-09-20T19:32:06.898Z] === RUN TestDaemonIpcModePrivate [2020-09-20T19:32:07.765Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2020-09-20T19:32:07.765Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2020-09-20T19:32:07.939Z] --- PASS: TestDaemonIpcModePrivate (1.36s) [2020-09-20T19:32:07.939Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-09-20T19:32:07.939Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-09-20T19:32:08.239Z] time="2020-09-20T19:32:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-20T19:32:08.240Z] time="2020-09-20T19:32:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:45fddb3cdbf2bf7fb812eeefe22d7fbe70452762ff0557e884709feed7aa5e3c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-20T19:32:08.240Z] time="2020-09-20T19:32:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-20T19:32:08.240Z] time="2020-09-20T19:32:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:45fddb3cdbf2bf7fb812eeefe22d7fbe70452762ff0557e884709feed7aa5e3c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-20T19:32:08.336Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2020-09-20T19:32:08.813Z] === RUN TestPluginInstall/with_htpasswd [2020-09-20T19:32:08.905Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2020-09-20T19:32:09.387Z] time="2020-09-20T19:32:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-20T19:32:09.387Z] time="2020-09-20T19:32:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7d271b86fda28bba5d8dd68b38a80e039c2fa62d91b292fd035e4da1e1dae7cd" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-20T19:32:09.387Z] time="2020-09-20T19:32:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-20T19:32:09.387Z] time="2020-09-20T19:32:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7d271b86fda28bba5d8dd68b38a80e039c2fa62d91b292fd035e4da1e1dae7cd" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-20T19:32:09.457Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.37s) [2020-09-20T19:32:09.457Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-09-20T19:32:09.457Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-09-20T19:32:09.960Z] === RUN TestPluginInstall/with_insecure [2020-09-20T19:32:10.287Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2020-09-20T19:32:10.856Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2020-09-20T19:32:10.856Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2020-09-20T19:32:10.856Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2020-09-20T19:32:10.856Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2020-09-20T19:32:10.856Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2020-09-20T19:32:10.979Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.44s) [2020-09-20T19:32:10.979Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-09-20T19:32:10.979Z] === RUN TestIpcModeOlderClient [2020-09-20T19:32:10.979Z] === PAUSE TestIpcModeOlderClient [2020-09-20T19:32:10.979Z] === RUN TestKillContainerInvalidSignal [2020-09-20T19:32:11.273Z] --- PASS: TestKillContainerInvalidSignal (0.56s) [2020-09-20T19:32:11.273Z] === RUN TestKillContainer [2020-09-20T19:32:11.273Z] === RUN TestKillContainer/no_signal [2020-09-20T19:32:11.346Z] time="2020-09-20T19:32:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-20T19:32:11.346Z] time="2020-09-20T19:32:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9d52459eb70465840f84ee13c4b3fb9b6e4f2f1109927e1914ff4440a02b2f0b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-20T19:32:11.346Z] time="2020-09-20T19:32:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-20T19:32:11.346Z] time="2020-09-20T19:32:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9d52459eb70465840f84ee13c4b3fb9b6e4f2f1109927e1914ff4440a02b2f0b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-20T19:32:11.393Z] --- PASS: TestServiceUpdateNetwork (16.07s) [2020-09-20T19:32:11.393Z] === RUN TestServiceUpdatePidsLimit [2020-09-20T19:32:11.393Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-09-20T19:32:11.607Z] --- PASS: TestPluginInstall (8.88s) [2020-09-20T19:32:11.607Z] --- PASS: TestPluginInstall/no_auth (5.88s) [2020-09-20T19:32:11.607Z] --- PASS: TestPluginInstall/with_htpasswd (1.20s) [2020-09-20T19:32:11.607Z] --- PASS: TestPluginInstall/with_insecure (1.80s) [2020-09-20T19:32:11.607Z] plugin_test.go:157: [d97dd9152abeb] daemon is not started [2020-09-20T19:32:11.607Z] PASS [2020-09-20T19:32:11.607Z] [2020-09-20T19:32:11.607Z] DONE 6 tests in 9.114s [2020-09-20T19:32:11.607Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-09-20T19:32:11.607Z] ++ 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 [2020-09-20T19:32:11.607Z] ++ set -e [2020-09-20T19:32:11.607Z] ++ '[' -n 0 ']' [2020-09-20T19:32:11.607Z] ++ set -x [2020-09-20T19:32:11.607Z] ++ 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 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 [2020-09-20T19:32:11.868Z] INFO: Testing against a local daemon [2020-09-20T19:32:11.868Z] === RUN TestExternalGraphDriver [2020-09-20T19:32:11.910Z] === RUN TestKillContainer/non_killing_signal [2020-09-20T19:32:12.025Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-09-20T19:32:12.130Z] === RUN TestExternalGraphDriver/json [2020-09-20T19:32:12.205Z] === RUN TestKillContainer/killing_signal [2020-09-20T19:32:12.869Z] --- PASS: TestKillContainer (1.56s) [2020-09-20T19:32:12.869Z] --- PASS: TestKillContainer/no_signal (0.50s) [2020-09-20T19:32:12.869Z] --- PASS: TestKillContainer/non_killing_signal (0.35s) [2020-09-20T19:32:12.869Z] --- PASS: TestKillContainer/killing_signal (0.47s) [2020-09-20T19:32:12.869Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-09-20T19:32:12.869Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-09-20T19:32:13.399Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2020-09-20T19:32:13.523Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-09-20T19:32:13.659Z] --- PASS: TestContainerKillOnDaemonStart (12.44s) [2020-09-20T19:32:13.659Z] PASS [2020-09-20T19:32:13.659Z] [2020-09-20T19:32:13.659Z] === Skipped [2020-09-20T19:32:13.659Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-09-20T19:32:13.659Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-20T19:32:13.659Z] [2020-09-20T19:32:13.659Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-09-20T19:32:13.659Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-20T19:32:13.659Z] [2020-09-20T19:32:13.659Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-09-20T19:32:13.659Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-20T19:32:13.659Z] [2020-09-20T19:32:13.659Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-20T19:32:13.659Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-20T19:32:13.659Z] [2020-09-20T19:32:13.659Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-09-20T19:32:13.659Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-20T19:32:13.659Z] [2020-09-20T19:32:13.659Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-09-20T19:32:13.659Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-09-20T19:32:13.659Z] [2020-09-20T19:32:13.659Z] [2020-09-20T19:32:13.659Z] DONE 192 tests, 6 skipped in 144.040s [2020-09-20T19:32:13.659Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-09-20T19:32:13.659Z] ++ 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 [2020-09-20T19:32:13.659Z] ++ set -e [2020-09-20T19:32:13.659Z] ++ '[' -n 0 ']' [2020-09-20T19:32:13.659Z] ++ set -x [2020-09-20T19:32:13.660Z] ++ 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 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 [2020-09-20T19:32:13.921Z] INFO: Testing against a local daemon [2020-09-20T19:32:13.921Z] === RUN TestCommitInheritsEnv [2020-09-20T19:32:14.160Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.07s) [2020-09-20T19:32:14.160Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.51s) [2020-09-20T19:32:14.160Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.38s) [2020-09-20T19:32:14.160Z] === RUN TestKillStoppedContainer [2020-09-20T19:32:14.160Z] --- PASS: TestKillStoppedContainer (0.06s) [2020-09-20T19:32:14.160Z] === RUN TestKillStoppedContainerAPIPre120 [2020-09-20T19:32:14.160Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2020-09-20T19:32:14.160Z] === RUN TestKillDifferentUserContainer [2020-09-20T19:32:14.181Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2020-09-20T19:32:14.335Z] c3aff4450246: Pull complete [2020-09-20T19:32:14.336Z] Digest: sha256:0197a95621a4dc47eb5635f664459a86ec7110d04a99438a54af77bd982487ec [2020-09-20T19:32:14.336Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-20T19:32:14.336Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2020-09-20T19:32:14.336Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2020-09-20T19:32:14.336Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1457' [2020-09-20T19:32:14.336Z] WARN: Skipping validation tests [2020-09-20T19:32:14.336Z] INFO: Running unit tests at 09/20/2020 19:32:04... [2020-09-20T19:32:14.336Z] INFO: make.ps1 starting at 09/20/2020 19:32:07 [2020-09-20T19:32:14.336Z] INFO: Git commit (fcdbcb7d77) assumed from DOCKER_GITCOMMIT environment variable [2020-09-20T19:32:14.336Z] INFO: Invoking autogen... [2020-09-20T19:32:14.336Z] INFO: Running unit tests... [2020-09-20T19:32:14.441Z] --- PASS: TestCommitInheritsEnv (0.48s) [2020-09-20T19:32:14.441Z] === RUN TestImportExtremelyLargeImageWorks [2020-09-20T19:32:14.441Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-09-20T19:32:14.441Z] === RUN TestImagesFilterMultiReference [2020-09-20T19:32:14.441Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2020-09-20T19:32:14.441Z] === RUN TestImagePullPlatformInvalid [2020-09-20T19:32:14.680Z] === RUN TestExternalGraphDriver/spec [2020-09-20T19:32:14.701Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2020-09-20T19:32:14.701Z] === RUN TestRemoveImageOrphaning [2020-09-20T19:32:14.796Z] --- PASS: TestKillDifferentUserContainer (0.54s) [2020-09-20T19:32:14.796Z] === RUN TestInspectOomKilledTrue [2020-09-20T19:32:14.961Z] --- PASS: TestRemoveImageOrphaning (0.46s) [2020-09-20T19:32:14.961Z] === RUN TestRemoveImageGarbageCollector [2020-09-20T19:32:15.222Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2020-09-20T19:32:15.793Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2020-09-20T19:32:15.838Z] --- PASS: TestInspectOomKilledTrue (1.02s) [2020-09-20T19:32:15.838Z] === RUN TestInspectOomKilledFalse [2020-09-20T19:32:16.134Z] --- PASS: TestInspectOomKilledFalse (0.50s) [2020-09-20T19:32:16.134Z] === RUN TestLinksEtcHostsContentMatch [2020-09-20T19:32:16.363Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2020-09-20T19:32:16.428Z] --- PASS: TestLinksEtcHostsContentMatch (0.36s) [2020-09-20T19:32:16.428Z] === RUN TestLinksContainerNames [2020-09-20T19:32:17.238Z] === RUN TestExternalGraphDriver/pull [2020-09-20T19:32:17.244Z] 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/quota 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/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 [2020-09-20T19:32:17.304Z] --- PASS: TestRemoveImageGarbageCollector (2.12s) [2020-09-20T19:32:17.304Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-09-20T19:32:17.304Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2020-09-20T19:32:17.304Z] === RUN TestTagInvalidReference [2020-09-20T19:32:17.304Z] --- PASS: TestTagInvalidReference (0.02s) [2020-09-20T19:32:17.304Z] === RUN TestTagValidPrefixedRepo [2020-09-20T19:32:17.304Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2020-09-20T19:32:17.304Z] === RUN TestTagExistedNameWithoutForce [2020-09-20T19:32:17.304Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2020-09-20T19:32:17.304Z] === RUN TestTagOfficialNames [2020-09-20T19:32:17.304Z] --- PASS: TestTagOfficialNames (0.07s) [2020-09-20T19:32:17.304Z] === RUN TestTagMatchesDigest [2020-09-20T19:32:17.469Z] --- PASS: TestLinksContainerNames (0.97s) [2020-09-20T19:32:17.469Z] === RUN TestLogsFollowTailEmpty [2020-09-20T19:32:17.564Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-09-20T19:32:17.564Z] === CONT TestImportExtremelyLargeImageWorks [2020-09-20T19:32:17.564Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2020-09-20T19:32:18.106Z] --- PASS: TestLogsFollowTailEmpty (0.52s) [2020-09-20T19:32:18.106Z] === RUN TestContainerNetworkMountsNoChown [2020-09-20T19:32:18.400Z] --- PASS: TestContainerNetworkMountsNoChown (0.49s) [2020-09-20T19:32:18.400Z] === RUN TestMountDaemonRoot [2020-09-20T19:32:18.695Z] === RUN TestMountDaemonRoot/default [2020-09-20T19:32:18.695Z] === PAUSE TestMountDaemonRoot/default [2020-09-20T19:32:18.695Z] === RUN TestMountDaemonRoot/private [2020-09-20T19:32:18.695Z] === PAUSE TestMountDaemonRoot/private [2020-09-20T19:32:18.695Z] === RUN TestMountDaemonRoot/rprivate [2020-09-20T19:32:18.695Z] === PAUSE TestMountDaemonRoot/rprivate [2020-09-20T19:32:18.695Z] === RUN TestMountDaemonRoot/slave [2020-09-20T19:32:18.695Z] === PAUSE TestMountDaemonRoot/slave [2020-09-20T19:32:18.695Z] === RUN TestMountDaemonRoot/rslave [2020-09-20T19:32:18.695Z] === PAUSE TestMountDaemonRoot/rslave [2020-09-20T19:32:18.695Z] === RUN TestMountDaemonRoot/shared [2020-09-20T19:32:18.695Z] === PAUSE TestMountDaemonRoot/shared [2020-09-20T19:32:18.695Z] === RUN TestMountDaemonRoot/rshared [2020-09-20T19:32:18.695Z] === PAUSE TestMountDaemonRoot/rshared [2020-09-20T19:32:18.695Z] === CONT TestMountDaemonRoot/default [2020-09-20T19:32:18.695Z] === CONT TestMountDaemonRoot/shared [2020-09-20T19:32:18.695Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-09-20T19:32:18.695Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-09-20T19:32:18.695Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-09-20T19:32:18.695Z] === CONT TestMountDaemonRoot/rslave [2020-09-20T19:32:18.695Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-09-20T19:32:18.695Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-09-20T19:32:18.695Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-09-20T19:32:18.695Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-09-20T19:32:18.695Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-09-20T19:32:18.695Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-09-20T19:32:18.695Z] === CONT TestMountDaemonRoot/rshared [2020-09-20T19:32:18.695Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-09-20T19:32:18.695Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-09-20T19:32:18.695Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-09-20T19:32:18.695Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-09-20T19:32:18.695Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-09-20T19:32:18.695Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-09-20T19:32:18.695Z] === RUN TestMountDaemonRoot/default/bind_root [2020-09-20T19:32:18.695Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-09-20T19:32:18.695Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-09-20T19:32:18.695Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-09-20T19:32:18.695Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-09-20T19:32:18.695Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-09-20T19:32:18.695Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-09-20T19:32:18.695Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-09-20T19:32:18.695Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-09-20T19:32:18.695Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-09-20T19:32:18.695Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-09-20T19:32:18.695Z] === CONT TestMountDaemonRoot/slave [2020-09-20T19:32:18.695Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-09-20T19:32:18.695Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-09-20T19:32:18.695Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-09-20T19:32:18.695Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-09-20T19:32:18.695Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-09-20T19:32:18.695Z] === RUN TestMountDaemonRoot/default/mount_root [2020-09-20T19:32:18.695Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-09-20T19:32:18.695Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-09-20T19:32:18.695Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-09-20T19:32:18.695Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-09-20T19:32:18.695Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-09-20T19:32:18.695Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-09-20T19:32:18.695Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-09-20T19:32:18.695Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-09-20T19:32:18.695Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-09-20T19:32:18.695Z] === CONT TestMountDaemonRoot/private [2020-09-20T19:32:18.695Z] === RUN TestMountDaemonRoot/private/bind_root [2020-09-20T19:32:18.695Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-09-20T19:32:18.695Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-09-20T19:32:18.695Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-09-20T19:32:18.695Z] === RUN TestMountDaemonRoot/private/mount_root [2020-09-20T19:32:18.695Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-09-20T19:32:18.695Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-09-20T19:32:18.695Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-09-20T19:32:18.695Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-09-20T19:32:18.695Z] === CONT TestMountDaemonRoot/rprivate [2020-09-20T19:32:18.695Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-09-20T19:32:18.695Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-09-20T19:32:18.695Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-09-20T19:32:18.695Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-09-20T19:32:18.695Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-09-20T19:32:18.695Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-09-20T19:32:18.695Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-09-20T19:32:18.695Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-09-20T19:32:18.695Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-09-20T19:32:18.695Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-09-20T19:32:18.695Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-09-20T19:32:18.695Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-09-20T19:32:18.695Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-09-20T19:32:18.695Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-09-20T19:32:18.695Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-09-20T19:32:18.695Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-09-20T19:32:18.695Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-09-20T19:32:18.695Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-09-20T19:32:18.695Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-09-20T19:32:18.695Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-09-20T19:32:18.695Z] === CONT TestMountDaemonRoot/default/mount_root [2020-09-20T19:32:18.695Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-09-20T19:32:18.695Z] === CONT TestMountDaemonRoot/default/bind_root [2020-09-20T19:32:18.695Z] === CONT TestMountDaemonRoot/private/bind_root [2020-09-20T19:32:18.695Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-09-20T19:32:18.695Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-09-20T19:32:18.695Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-09-20T19:32:18.695Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-09-20T19:32:18.695Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-09-20T19:32:18.695Z] === CONT TestMountDaemonRoot/private/mount_root [2020-09-20T19:32:18.695Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-09-20T19:32:18.695Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-09-20T19:32:18.695Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-09-20T19:32:18.987Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2020-09-20T19:32:18.987Z] Copying nested executables into bundles/cross/linux/amd64 [2020-09-20T19:32:18.987Z] Cross building: bundles/cross/windows/amd64 [2020-09-20T19:32:18.987Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2020-09-20T19:32:18.987Z] GOOS="windows" GOARCH="amd64" GOARM="" [2020-09-20T19:32:18.988Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-09-20T19:32:18.988Z] --- PASS: TestMountDaemonRoot (0.03s) [2020-09-20T19:32:18.988Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-09-20T19:32:18.988Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2020-09-20T19:32:18.988Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2020-09-20T19:32:18.988Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2020-09-20T19:32:18.988Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2020-09-20T19:32:18.988Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-09-20T19:32:18.988Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2020-09-20T19:32:18.988Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2020-09-20T19:32:18.988Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2020-09-20T19:32:18.988Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2020-09-20T19:32:18.988Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-09-20T19:32:18.988Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2020-09-20T19:32:18.988Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2020-09-20T19:32:18.988Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2020-09-20T19:32:18.988Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2020-09-20T19:32:18.988Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-09-20T19:32:18.988Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2020-09-20T19:32:18.988Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2020-09-20T19:32:18.988Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2020-09-20T19:32:18.988Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2020-09-20T19:32:18.988Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-09-20T19:32:18.988Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2020-09-20T19:32:18.988Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2020-09-20T19:32:18.988Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2020-09-20T19:32:18.988Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2020-09-20T19:32:18.988Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-09-20T19:32:18.988Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2020-09-20T19:32:18.988Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-09-20T19:32:18.988Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2020-09-20T19:32:18.988Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2020-09-20T19:32:18.988Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-09-20T19:32:18.988Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2020-09-20T19:32:18.988Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2020-09-20T19:32:18.988Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2020-09-20T19:32:18.988Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2020-09-20T19:32:18.988Z] === RUN TestContainerBindMountNonRecursive [2020-09-20T19:32:19.475Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2020-09-20T19:32:19.735Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2020-09-20T19:32:19.789Z] --- PASS: TestExternalGraphDriver (7.62s) [2020-09-20T19:32:19.789Z] --- PASS: TestExternalGraphDriver/json (2.47s) [2020-09-20T19:32:19.789Z] --- PASS: TestExternalGraphDriver/spec (2.72s) [2020-09-20T19:32:19.789Z] --- PASS: TestExternalGraphDriver/pull (2.29s) [2020-09-20T19:32:19.789Z] === RUN TestGraphdriverPluginV2 [2020-09-20T19:32:19.789Z] --- SKIP: TestGraphdriverPluginV2 (0.09s) [2020-09-20T19:32:19.789Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:32:19.789Z] PASS [2020-09-20T19:32:19.789Z] [2020-09-20T19:32:19.789Z] === Skipped [2020-09-20T19:32:19.789Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.09s) [2020-09-20T19:32:19.789Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:32:19.789Z] [2020-09-20T19:32:19.789Z] [2020-09-20T19:32:19.789Z] DONE 5 tests, 1 skipped in 7.907s [2020-09-20T19:32:19.789Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-09-20T19:32:19.789Z] ++ 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 [2020-09-20T19:32:19.789Z] ++ set -e [2020-09-20T19:32:19.789Z] ++ '[' -n 0 ']' [2020-09-20T19:32:19.789Z] ++ set -x [2020-09-20T19:32:19.789Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 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 [2020-09-20T19:32:19.789Z] INFO: Testing against a local daemon [2020-09-20T19:32:19.789Z] === RUN TestContinueAfterPluginCrash [2020-09-20T19:32:19.789Z] === PAUSE TestContinueAfterPluginCrash [2020-09-20T19:32:19.789Z] === RUN TestReadPluginNoRead [2020-09-20T19:32:19.789Z] === PAUSE TestReadPluginNoRead [2020-09-20T19:32:19.789Z] === RUN TestDaemonStartWithLogOpt [2020-09-20T19:32:19.789Z] === PAUSE TestDaemonStartWithLogOpt [2020-09-20T19:32:19.789Z] === CONT TestContinueAfterPluginCrash [2020-09-20T19:32:19.789Z] === CONT TestDaemonStartWithLogOpt [2020-09-20T19:32:19.789Z] === CONT TestReadPluginNoRead [2020-09-20T19:32:20.306Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2020-09-20T19:32:20.499Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-09-20T19:32:20.511Z] --- PASS: TestContainerBindMountNonRecursive (1.50s) [2020-09-20T19:32:20.511Z] === RUN TestNetworkNat [2020-09-20T19:32:20.806Z] --- PASS: TestNetworkNat (0.57s) [2020-09-20T19:32:20.806Z] === RUN TestNetworkLocalhostTCPNat [2020-09-20T19:32:21.248Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2020-09-20T19:32:21.445Z] --- PASS: TestNetworkLocalhostTCPNat (0.57s) [2020-09-20T19:32:21.445Z] === RUN TestNetworkLoopbackNat [2020-09-20T19:32:22.632Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2020-09-20T19:32:24.005Z] === RUN TestReadPluginNoRead/default [2020-09-20T19:32:24.185Z] --- PASS: TestNetworkLoopbackNat (2.75s) [2020-09-20T19:32:24.185Z] === RUN TestPause [2020-09-20T19:32:24.579Z] --- PASS: TestDaemonStartWithLogOpt (4.84s) [2020-09-20T19:32:24.589Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2020-09-20T19:32:24.826Z] --- PASS: TestPause (0.57s) [2020-09-20T19:32:24.826Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-09-20T19:32:24.826Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-20T19:32:24.826Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-20T19:32:24.826Z] === RUN TestPauseStopPausedContainer [2020-09-20T19:32:25.465Z] --- PASS: TestPauseStopPausedContainer (0.57s) [2020-09-20T19:32:25.465Z] === RUN TestPsFilter [2020-09-20T19:32:25.465Z] --- PASS: TestPsFilter (0.16s) [2020-09-20T19:32:25.465Z] === RUN TestRemoveContainerWithRemovedVolume [2020-09-20T19:32:25.828Z] ? github.com/docker/docker/api [no test files] [2020-09-20T19:32:25.966Z] === RUN TestReadPluginNoRead/disabled_caching [2020-09-20T19:32:26.103Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.47s) [2020-09-20T19:32:26.103Z] === RUN TestRemoveContainerWithVolume [2020-09-20T19:32:26.743Z] --- PASS: TestRemoveContainerWithVolume (0.52s) [2020-09-20T19:32:26.743Z] === RUN TestRemoveContainerRunning [2020-09-20T19:32:27.040Z] --- PASS: TestRemoveContainerRunning (0.55s) [2020-09-20T19:32:27.040Z] === RUN TestRemoveContainerForceRemoveRunning [2020-09-20T19:32:27.131Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2020-09-20T19:32:27.395Z] --- PASS: TestServiceUpdatePidsLimit (17.74s) [2020-09-20T19:32:27.395Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.92s) [2020-09-20T19:32:27.395Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.15s) [2020-09-20T19:32:27.395Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.14s) [2020-09-20T19:32:27.395Z] PASS [2020-09-20T19:32:27.679Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.53s) [2020-09-20T19:32:27.679Z] === RUN TestRemoveInvalidContainer [2020-09-20T19:32:27.679Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-09-20T19:32:27.679Z] === RUN TestRenameLinkedContainer [2020-09-20T19:32:27.687Z] [2020-09-20T19:32:27.687Z] === Skipped [2020-09-20T19:32:27.687Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.00s) [2020-09-20T19:32:27.687Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-20T19:32:27.687Z] [2020-09-20T19:32:27.687Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2020-09-20T19:32:27.687Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:32:27.687Z] [2020-09-20T19:32:27.687Z] [2020-09-20T19:32:27.687Z] DONE 27 tests, 2 skipped in 173.534s [2020-09-20T19:32:27.687Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2020-09-20T19:32:27.687Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:32:27.687Z] ++ set -e [2020-09-20T19:32:27.687Z] ++ '[' -n 0 ']' [2020-09-20T19:32:27.687Z] ++ set -x [2020-09-20T19:32:27.687Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:32:27.687Z] INFO: Testing against a local daemon [2020-09-20T19:32:27.687Z] === RUN TestSessionCreate [2020-09-20T19:32:27.687Z] --- PASS: TestSessionCreate (0.02s) [2020-09-20T19:32:27.687Z] === RUN TestSessionCreateWithBadUpgrade [2020-09-20T19:32:27.687Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-09-20T19:32:27.687Z] PASS [2020-09-20T19:32:27.687Z] [2020-09-20T19:32:27.687Z] DONE 2 tests in 0.223s [2020-09-20T19:32:27.687Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2020-09-20T19:32:27.687Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:32:27.687Z] ++ set -e [2020-09-20T19:32:27.687Z] ++ '[' -n 0 ']' [2020-09-20T19:32:27.687Z] ++ set -x [2020-09-20T19:32:27.687Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:32:27.880Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-09-20T19:32:27.978Z] INFO: Testing against a local daemon [2020-09-20T19:32:27.978Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-09-20T19:32:27.978Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-20T19:32:27.978Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-20T19:32:27.978Z] === RUN TestEventsExecDie [2020-09-20T19:32:28.513Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2020-09-20T19:32:29.012Z] --- PASS: TestEventsExecDie (0.96s) [2020-09-20T19:32:29.012Z] === RUN TestEventsBackwardsCompatible [2020-09-20T19:32:29.012Z] --- PASS: TestEventsBackwardsCompatible (0.09s) [2020-09-20T19:32:29.012Z] === RUN TestInfoBinaryCommits [2020-09-20T19:32:29.012Z] --- PASS: TestInfoBinaryCommits (0.01s) [2020-09-20T19:32:29.012Z] === RUN TestInfoAPIVersioned [2020-09-20T19:32:29.012Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-09-20T19:32:29.012Z] === RUN TestInfoDiscoveryBackend [2020-09-20T19:32:29.643Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2020-09-20T19:32:29.643Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-09-20T19:32:29.762Z] --- PASS: TestRenameLinkedContainer (2.03s) [2020-09-20T19:32:29.762Z] === RUN TestRenameStoppedContainer [2020-09-20T19:32:29.795Z] --- PASS: TestReadPluginNoRead (9.69s) [2020-09-20T19:32:29.795Z] --- PASS: TestReadPluginNoRead/default (1.84s) [2020-09-20T19:32:29.795Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.85s) [2020-09-20T19:32:29.795Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.78s) [2020-09-20T19:32:29.795Z] read_test.go:92: [d2e9c8b395123] daemon is not started [2020-09-20T19:32:29.795Z] --- PASS: TestContinueAfterPluginCrash (10.07s) [2020-09-20T19:32:29.795Z] PASS [2020-09-20T19:32:29.795Z] [2020-09-20T19:32:29.795Z] DONE 6 tests in 10.249s [2020-09-20T19:32:29.895Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2020-09-20T19:32:30.056Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-09-20T19:32:30.056Z] ++ 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 [2020-09-20T19:32:30.056Z] ++ set -e [2020-09-20T19:32:30.056Z] ++ '[' -n 0 ']' [2020-09-20T19:32:30.056Z] ++ set -x [2020-09-20T19:32:30.056Z] ++ 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 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 [2020-09-20T19:32:30.056Z] testing: warning: no tests to run [2020-09-20T19:32:30.056Z] PASS [2020-09-20T19:32:30.056Z] [2020-09-20T19:32:30.057Z] DONE 0 tests in 0.055s [2020-09-20T19:32:30.057Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-09-20T19:32:30.057Z] --- PASS: TestRenameStoppedContainer (0.51s) [2020-09-20T19:32:30.057Z] ++ 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 [2020-09-20T19:32:30.057Z] === RUN TestRenameRunningContainerAndReuse [2020-09-20T19:32:30.057Z] ++ set -e [2020-09-20T19:32:30.057Z] ++ '[' -n 0 ']' [2020-09-20T19:32:30.057Z] ++ set -x [2020-09-20T19:32:30.057Z] ++ 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 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 [2020-09-20T19:32:30.318Z] INFO: Testing against a local daemon [2020-09-20T19:32:30.318Z] === RUN TestPluginWithDevMounts [2020-09-20T19:32:30.318Z] === PAUSE TestPluginWithDevMounts [2020-09-20T19:32:30.318Z] === CONT TestPluginWithDevMounts [2020-09-20T19:32:30.678Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-09-20T19:32:30.678Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-09-20T19:32:30.969Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2020-09-20T19:32:30.969Z] === RUN TestInfoAPI [2020-09-20T19:32:30.969Z] --- PASS: TestInfoAPI (0.02s) [2020-09-20T19:32:30.969Z] === RUN TestInfoAPIWarnings [2020-09-20T19:32:31.573Z] --- PASS: TestRenameRunningContainerAndReuse (1.05s) [2020-09-20T19:32:31.573Z] === RUN TestRenameInvalidName [2020-09-20T19:32:31.601Z] --- PASS: TestInfoAPIWarnings (0.52s) [2020-09-20T19:32:31.601Z] === RUN TestInfoDebug [2020-09-20T19:32:31.867Z] --- PASS: TestRenameInvalidName (0.53s) [2020-09-20T19:32:31.867Z] === RUN TestRenameAnonymousContainer [2020-09-20T19:32:32.233Z] --- PASS: TestInfoDebug (0.53s) [2020-09-20T19:32:32.233Z] === RUN TestInfoInsecureRegistries [2020-09-20T19:32:32.865Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2020-09-20T19:32:32.865Z] === RUN TestInfoRegistryMirrors [2020-09-20T19:32:32.867Z] --- PASS: TestPluginWithDevMounts (2.18s) [2020-09-20T19:32:32.867Z] PASS [2020-09-20T19:32:32.867Z] [2020-09-20T19:32:32.867Z] DONE 1 tests in 2.372s [2020-09-20T19:32:32.867Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2020-09-20T19:32:32.867Z] ++ 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 [2020-09-20T19:32:32.867Z] ++ set -e [2020-09-20T19:32:32.867Z] ++ '[' -n 0 ']' [2020-09-20T19:32:32.867Z] ++ set -x [2020-09-20T19:32:32.867Z] ++ 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 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 [2020-09-20T19:32:32.867Z] INFO: Testing against a local daemon [2020-09-20T19:32:32.867Z] === RUN TestSecretInspect [2020-09-20T19:32:33.156Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2020-09-20T19:32:33.156Z] === RUN TestLoginFailsWithBadCredentials [2020-09-20T19:32:33.231Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2020-09-20T19:32:33.447Z] --- PASS: TestLoginFailsWithBadCredentials (0.30s) [2020-09-20T19:32:33.447Z] === RUN TestPingCacheHeaders [2020-09-20T19:32:33.447Z] --- PASS: TestPingCacheHeaders (0.01s) [2020-09-20T19:32:33.447Z] === RUN TestPingGet [2020-09-20T19:32:33.447Z] --- PASS: TestPingGet (0.01s) [2020-09-20T19:32:33.447Z] === RUN TestPingHead [2020-09-20T19:32:33.447Z] --- PASS: TestPingHead (0.01s) [2020-09-20T19:32:33.447Z] === RUN TestVersion [2020-09-20T19:32:33.447Z] --- PASS: TestVersion (0.01s) [2020-09-20T19:32:33.447Z] PASS [2020-09-20T19:32:33.447Z] [2020-09-20T19:32:33.447Z] === Skipped [2020-09-20T19:32:33.447Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-20T19:32:33.447Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-20T19:32:33.447Z] [2020-09-20T19:32:33.447Z] [2020-09-20T19:32:33.447Z] DONE 18 tests, 1 skipped in 5.757s [2020-09-20T19:32:33.447Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2020-09-20T19:32:33.447Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:32:33.447Z] ++ set -e [2020-09-20T19:32:33.447Z] ++ '[' -n 0 ']' [2020-09-20T19:32:33.447Z] ++ set -x [2020-09-20T19:32:33.447Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:32:33.738Z] INFO: Testing against a local daemon [2020-09-20T19:32:33.738Z] === RUN TestVolumesCreateAndList [2020-09-20T19:32:33.738Z] --- PASS: TestVolumesCreateAndList (0.03s) [2020-09-20T19:32:33.738Z] === RUN TestVolumesRemove [2020-09-20T19:32:33.738Z] --- PASS: TestVolumesRemove (0.10s) [2020-09-20T19:32:33.738Z] === RUN TestVolumesInspect [2020-09-20T19:32:33.738Z] --- PASS: TestVolumesInspect (0.01s) [2020-09-20T19:32:33.738Z] === RUN TestVolumesInvalidJSON [2020-09-20T19:32:33.738Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-09-20T19:32:33.738Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-09-20T19:32:33.738Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-09-20T19:32:33.738Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-09-20T19:32:33.738Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-09-20T19:32:33.738Z] PASS [2020-09-20T19:32:33.738Z] [2020-09-20T19:32:33.738Z] DONE 5 tests in 0.321s [2020-09-20T19:32:33.810Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2020-09-20T19:32:33.953Z] --- PASS: TestRenameAnonymousContainer (1.92s) [2020-09-20T19:32:33.953Z] === RUN TestRenameContainerWithSameName [2020-09-20T19:32:34.029Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-09-20T19:32:34.029Z] ++++ cat bundles/test-integration/docker.pid [2020-09-20T19:32:34.029Z] +++ kill 11974 [2020-09-20T19:32:34.248Z] --- PASS: TestRenameContainerWithSameName (0.49s) [2020-09-20T19:32:34.248Z] === RUN TestRenameContainerWithLinkedContainer [2020-09-20T19:32:34.385Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2020-09-20T19:32:35.297Z] --- PASS: TestRenameContainerWithLinkedContainer (1.04s) [2020-09-20T19:32:35.297Z] === RUN TestResize [2020-09-20T19:32:35.324Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2020-09-20T19:32:35.534Z] +++ /etc/init.d/apparmor stop [2020-09-20T19:32:35.534Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-20T19:32:35.534Z] [2020-09-20T19:32:35.534Z] Unloading profiles will leave already running processes permanently [2020-09-20T19:32:35.534Z] unconfined, which can lead to unexpected situations. [2020-09-20T19:32:35.534Z] [2020-09-20T19:32:35.534Z] To set a process to complain mode, use the command line tool [2020-09-20T19:32:35.534Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-20T19:32:35.534Z] +++ true [2020-09-20T19:32:35.534Z] exiting test-integration [2020-09-20T19:32:35.534Z] ++ exit 0 [2020-09-20T19:32:35.534Z] [2020-09-20T19:32:35.590Z] --- PASS: TestResize (0.50s) [2020-09-20T19:32:35.590Z] === RUN TestResizeWithInvalidSize [2020-09-20T19:32:36.169Z] --- PASS: TestSecretInspect (3.24s) [2020-09-20T19:32:36.169Z] === RUN TestSecretList [2020-09-20T19:32:36.226Z] --- PASS: TestResizeWithInvalidSize (0.53s) [2020-09-20T19:32:36.226Z] === RUN TestResizeWhenContainerNotStarted [2020-09-20T19:32:36.869Z] --- PASS: TestResizeWhenContainerNotStarted (0.54s) [2020-09-20T19:32:36.869Z] === RUN TestDaemonRestartKillContainers [2020-09-20T19:32:36.869Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-20T19:32:36.869Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-20T19:32:36.869Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-20T19:32:36.869Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-20T19:32:36.869Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-20T19:32:36.869Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-20T19:32:36.869Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-20T19:32:36.869Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-20T19:32:36.869Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-20T19:32:36.869Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-20T19:32:36.869Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-20T19:32:36.869Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-20T19:32:36.869Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-20T19:32:36.869Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-20T19:32:36.869Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-20T19:32:36.869Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-20T19:32:36.869Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-20T19:32:36.869Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-20T19:32:36.869Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-20T19:32:36.869Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-20T19:32:36.869Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-20T19:32:36.869Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-20T19:32:36.869Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-20T19:32:36.869Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-20T19:32:36.869Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-20T19:32:36.869Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-20T19:32:36.869Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-20T19:32:36.869Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon Post stage [Pipeline] junit [2020-09-20T19:32:37.092Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-09-20T19:32:37.865Z] + echo Ensuring container killed. [2020-09-20T19:32:37.865Z] Ensuring container killed. [2020-09-20T19:32:37.865Z] + docker rm -vf docker-pr32 [2020-09-20T19:32:37.865Z] Error: No such container: docker-pr32 [2020-09-20T19:32:37.865Z] + true [2020-09-20T19:32:37.866Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [Pipeline] sh [2020-09-20T19:32:38.224Z] === RUN TestMiddlewares [2020-09-20T19:32:38.224Z] --- PASS: TestMiddlewares (0.00s) [2020-09-20T19:32:38.224Z] PASS [2020-09-20T19:32:38.224Z] coverage: 9.0% of statements [2020-09-20T19:32:38.224Z] ok github.com/docker/docker/api/server 0.153s coverage: 9.0% of statements [2020-09-20T19:32:38.242Z] + echo Chowning /workspace to jenkins user [2020-09-20T19:32:38.242Z] Chowning /workspace to jenkins user [2020-09-20T19:32:38.242Z] + id -u [2020-09-20T19:32:38.242Z] + id -g [2020-09-20T19:32:38.242Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-38469:/workspace busybox chown -R 1001:1001 /workspace [2020-09-20T19:32:38.242Z] Unable to find image 'busybox:latest' locally [2020-09-20T19:32:38.535Z] latest: Pulling from library/busybox [2020-09-20T19:32:38.535Z] d2a291f672b2: Pulling fs layer [2020-09-20T19:32:38.535Z] d2a291f672b2: Verifying Checksum [2020-09-20T19:32:38.535Z] d2a291f672b2: Download complete [2020-09-20T19:32:39.168Z] d2a291f672b2: Pull complete [2020-09-20T19:32:39.168Z] Digest: sha256:d366a4665ab44f0648d7a00ae3fae139d55e32f9712c67accd604bb55df9d05a [2020-09-20T19:32:39.168Z] Status: Downloaded newer image for busybox:latest [2020-09-20T19:32:39.249Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2020-09-20T19:32:39.472Z] --- PASS: TestSecretList (3.14s) [2020-09-20T19:32:39.472Z] === RUN TestSecretsCreateAndDelete [2020-09-20T19:32:39.669Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-20T19:32:39.669Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-20T19:32:39.669Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-20T19:32:39.669Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-20T19:32:39.820Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2020-09-20T19:32:39.820Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2020-09-20T19:32:40.761Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2020-09-20T19:32:41.021Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-09-20T19:32:41.628Z] + bundleName=s390x-integration [2020-09-20T19:32:41.628Z] + echo Creating s390x-integration-bundles.tar.gz [2020-09-20T19:32:41.628Z] Creating s390x-integration-bundles.tar.gz [2020-09-20T19:32:41.628Z] + xargs tar -czf s390x-integration-bundles.tar.gz [2020-09-20T19:32:41.628Z] + 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 [2020-09-20T19:32:41.672Z] Archiving artifacts [2020-09-20T19:32:41.765Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-20T19:32:42.094Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-38469/32/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-09-20T19:32:42.406Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2020-09-20T19:32:42.413Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-20T19:32:42.413Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-20T19:32:42.481Z] + make clean [2020-09-20T19:32:42.772Z] docker volume rm -f docker-dev-cache [2020-09-20T19:32:42.772Z] docker-dev-cache [2020-09-20T19:32:42.775Z] --- PASS: TestSecretsCreateAndDelete (3.29s) [2020-09-20T19:32:42.775Z] === RUN TestSecretsUpdate [Pipeline] deleteDir [2020-09-20T19:32:42.977Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2020-09-20T19:32:43.070Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-20T19:32:43.238Z] === RUN TestDockerSuite/TestBuildDockerignore [2020-09-20T19:32:43.499Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [Pipeline] } [2020-09-20T19:32:44.071Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-20T19:32:44.646Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2020-09-20T19:32:45.166Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-09-20T19:32:45.166Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.52s) [2020-09-20T19:32:45.166Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.68s) [2020-09-20T19:32:45.166Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.74s) [2020-09-20T19:32:45.166Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.88s) [2020-09-20T19:32:45.166Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.77s) [2020-09-20T19:32:45.166Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.71s) [2020-09-20T19:32:45.166Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.14s) [2020-09-20T19:32:45.166Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.51s) [2020-09-20T19:32:45.166Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.64s) [2020-09-20T19:32:45.166Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.49s) [2020-09-20T19:32:45.166Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.58s) [2020-09-20T19:32:45.166Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.91s) [2020-09-20T19:32:45.166Z] === RUN TestCgroupNamespacesRun [2020-09-20T19:32:45.325Z] --- PASS: TestSecretsUpdate (3.21s) [2020-09-20T19:32:45.325Z] === RUN TestTemplatedSecret [2020-09-20T19:32:46.225Z] --- PASS: TestCgroupNamespacesRun (1.34s) [2020-09-20T19:32:46.226Z] === RUN TestCgroupNamespacesRunPrivileged [2020-09-20T19:32:46.558Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2020-09-20T19:32:46.558Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2020-09-20T19:32:47.771Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.38s) [2020-09-20T19:32:47.771Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-09-20T19:32:48.839Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.37s) [2020-09-20T19:32:48.839Z] === RUN TestCgroupNamespacesRunHostMode [2020-09-20T19:32:49.101Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2020-09-20T19:32:49.535Z] --- PASS: TestTemplatedSecret (3.38s) [2020-09-20T19:32:49.535Z] === RUN TestSecretCreateResolve [2020-09-20T19:32:50.370Z] --- PASS: TestCgroupNamespacesRunHostMode (1.34s) [2020-09-20T19:32:50.370Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-09-20T19:32:50.484Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2020-09-20T19:32:51.908Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.39s) [2020-09-20T19:32:51.908Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-09-20T19:32:52.085Z] --- PASS: TestSecretCreateResolve (2.76s) [2020-09-20T19:32:52.085Z] PASS [2020-09-20T19:32:52.085Z] [2020-09-20T19:32:52.085Z] DONE 6 tests in 19.183s [2020-09-20T19:32:52.085Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2020-09-20T19:32:52.085Z] ++ 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 [2020-09-20T19:32:52.085Z] ++ set -e [2020-09-20T19:32:52.085Z] ++ '[' -n 0 ']' [2020-09-20T19:32:52.085Z] ++ set -x [2020-09-20T19:32:52.085Z] ++ 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 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 [2020-09-20T19:32:52.085Z] INFO: Testing against a local daemon [2020-09-20T19:32:52.085Z] === RUN TestServiceCreateInit [2020-09-20T19:32:52.085Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-09-20T19:32:52.967Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.32s) [2020-09-20T19:32:52.967Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-09-20T19:32:53.027Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2020-09-20T19:32:53.968Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2020-09-20T19:32:54.008Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.80s) [2020-09-20T19:32:54.008Z] === RUN TestCgroupNamespacesRunOlderClient [2020-09-20T19:32:54.229Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2020-09-20T19:32:55.057Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.38s) [2020-09-20T19:32:55.057Z] === RUN TestKernelTCPMemory [2020-09-20T19:32:55.611Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2020-09-20T19:32:55.695Z] --- PASS: TestKernelTCPMemory (0.61s) [2020-09-20T19:32:55.695Z] === RUN TestNISDomainname [2020-09-20T19:32:56.334Z] --- PASS: TestNISDomainname (0.65s) [2020-09-20T19:32:56.334Z] === RUN TestHostnameDnsResolution [2020-09-20T19:32:57.374Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-09-20T19:32:57.377Z] --- PASS: TestHostnameDnsResolution (0.83s) [2020-09-20T19:32:57.377Z] === RUN TestStats [2020-09-20T19:32:57.521Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2020-09-20T19:32:57.521Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2020-09-20T19:33:00.130Z] --- PASS: TestStats (2.51s) [2020-09-20T19:33:00.130Z] === RUN TestStopContainerWithTimeout [2020-09-20T19:33:00.130Z] === RUN TestStopContainerWithTimeout/0 [2020-09-20T19:33:00.130Z] === PAUSE TestStopContainerWithTimeout/0 [2020-09-20T19:33:00.130Z] === RUN TestStopContainerWithTimeout/1 [2020-09-20T19:33:00.130Z] === PAUSE TestStopContainerWithTimeout/1 [2020-09-20T19:33:00.130Z] === RUN TestStopContainerWithTimeout/3 [2020-09-20T19:33:00.130Z] === PAUSE TestStopContainerWithTimeout/3 [2020-09-20T19:33:00.130Z] === RUN TestStopContainerWithTimeout/-1 [2020-09-20T19:33:00.130Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-09-20T19:33:00.130Z] === CONT TestStopContainerWithTimeout/0 [2020-09-20T19:33:00.130Z] === CONT TestStopContainerWithTimeout/3 [2020-09-20T19:33:00.130Z] === CONT TestStopContainerWithTimeout/1 [2020-09-20T19:33:00.130Z] === CONT TestStopContainerWithTimeout/-1 [2020-09-20T19:33:00.818Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2020-09-20T19:33:02.667Z] --- PASS: TestServiceCreateInit (9.95s) [2020-09-20T19:33:02.667Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.25s) [2020-09-20T19:33:02.667Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.66s) [2020-09-20T19:33:02.667Z] === RUN TestCreateServiceMultipleTimes [2020-09-20T19:33:02.895Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-09-20T19:33:02.895Z] --- PASS: TestStopContainerWithTimeout/0 (1.06s) [2020-09-20T19:33:02.895Z] --- PASS: TestStopContainerWithTimeout/1 (1.93s) [2020-09-20T19:33:02.895Z] --- PASS: TestStopContainerWithTimeout/-1 (2.70s) [2020-09-20T19:33:02.895Z] --- PASS: TestStopContainerWithTimeout/3 (2.98s) [2020-09-20T19:33:02.895Z] === RUN TestDeleteDevicemapper [2020-09-20T19:33:02.895Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-09-20T19:33:02.895Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-20T19:33:02.895Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-09-20T19:33:04.114Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2020-09-20T19:33:04.986Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.24s) [2020-09-20T19:33:04.986Z] === RUN TestUpdateMemory [2020-09-20T19:33:05.662Z] --- PASS: TestUpdateMemory (0.67s) [2020-09-20T19:33:05.662Z] === RUN TestUpdateCPUQuota [2020-09-20T19:33:06.705Z] --- PASS: TestUpdateCPUQuota (0.82s) [2020-09-20T19:33:06.705Z] === RUN TestUpdatePidsLimit [2020-09-20T19:33:06.705Z] === RUN TestUpdatePidsLimit/update_from_none [2020-09-20T19:33:06.705Z] === RUN TestUpdatePidsLimit/no_change [2020-09-20T19:33:06.999Z] === RUN TestUpdatePidsLimit/update_lower [2020-09-20T19:33:07.321Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-09-20T19:33:07.617Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-09-20T19:33:07.916Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-09-20T19:33:07.916Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-09-20T19:33:08.316Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2020-09-20T19:33:08.576Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2020-09-20T19:33:08.961Z] --- PASS: TestUpdatePidsLimit (2.43s) [2020-09-20T19:33:08.961Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.25s) [2020-09-20T19:33:08.961Z] --- PASS: TestUpdatePidsLimit/no_change (0.24s) [2020-09-20T19:33:08.961Z] --- PASS: TestUpdatePidsLimit/update_lower (0.26s) [2020-09-20T19:33:08.961Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.25s) [2020-09-20T19:33:08.961Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.27s) [2020-09-20T19:33:08.961Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.25s) [2020-09-20T19:33:08.961Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.25s) [2020-09-20T19:33:08.961Z] === RUN TestUpdateRestartPolicy [2020-09-20T19:33:09.960Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2020-09-20T19:33:09.960Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2020-09-20T19:33:10.221Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2020-09-20T19:33:11.604Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2020-09-20T19:33:12.545Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2020-09-20T19:33:14.458Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2020-09-20T19:33:15.398Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2020-09-20T19:33:16.784Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2020-09-20T19:33:19.327Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2020-09-20T19:33:21.639Z] --- PASS: TestUpdateRestartPolicy (11.18s) [2020-09-20T19:33:21.639Z] === RUN TestUpdateRestartWithAutoRemove [2020-09-20T19:33:21.639Z] --- PASS: TestUpdateRestartWithAutoRemove (0.52s) [2020-09-20T19:33:21.639Z] === RUN TestWaitNonBlocked [2020-09-20T19:33:21.639Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-20T19:33:21.639Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-20T19:33:21.639Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-20T19:33:21.639Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-20T19:33:21.639Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-20T19:33:21.639Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-20T19:33:21.639Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-09-20T19:33:21.639Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.68s) [2020-09-20T19:33:21.639Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.71s) [2020-09-20T19:33:21.639Z] === RUN TestWaitBlocked [2020-09-20T19:33:21.639Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-20T19:33:21.639Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-20T19:33:21.639Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-09-20T19:33:21.639Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-09-20T19:33:21.639Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-20T19:33:21.639Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-09-20T19:33:22.316Z] --- PASS: TestWaitBlocked (0.04s) [2020-09-20T19:33:22.316Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.74s) [2020-09-20T19:33:22.316Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.79s) [2020-09-20T19:33:22.316Z] === CONT TestContainerStartOnDaemonRestart [2020-09-20T19:33:22.316Z] === CONT TestIpcModeOlderClient [2020-09-20T19:33:22.316Z] === CONT TestContainerKillOnDaemonStart [2020-09-20T19:33:22.316Z] === CONT TestDaemonHostGatewayIP [2020-09-20T19:33:22.316Z] --- PASS: TestIpcModeOlderClient (0.14s) [2020-09-20T19:33:22.316Z] === CONT TestDaemonRestartIpcMode [2020-09-20T19:33:23.528Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2020-09-20T19:33:24.644Z] --- PASS: TestCreateServiceMultipleTimes (19.30s) [2020-09-20T19:33:24.644Z] === RUN TestCreateServiceConflict [2020-09-20T19:33:24.644Z] --- PASS: TestCreateServiceConflict (3.33s) [2020-09-20T19:33:24.644Z] === RUN TestCreateServiceMaxReplicas [2020-09-20T19:33:25.441Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2020-09-20T19:33:25.910Z] --- PASS: TestContainerStartOnDaemonRestart (3.62s) [2020-09-20T19:33:25.911Z] --- PASS: TestDaemonHostGatewayIP (3.77s) [2020-09-20T19:33:26.214Z] --- PASS: TestDaemonRestartIpcMode (3.95s) [2020-09-20T19:33:27.353Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2020-09-20T19:33:27.950Z] --- PASS: TestCreateServiceMaxReplicas (2.98s) [2020-09-20T19:33:27.950Z] === RUN TestCreateWithDuplicateNetworkNames [2020-09-20T19:33:28.935Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-09-20T19:33:28.935Z] === RUN TestBoolValue [2020-09-20T19:33:28.935Z] --- PASS: TestBoolValue (0.00s) [2020-09-20T19:33:28.935Z] === RUN TestBoolValueOrDefault [2020-09-20T19:33:28.935Z] --- PASS: TestBoolValueOrDefault (0.00s) [2020-09-20T19:33:28.935Z] === RUN TestInt64ValueOrZero [2020-09-20T19:33:28.935Z] --- PASS: TestInt64ValueOrZero (0.00s) [2020-09-20T19:33:28.935Z] === RUN TestInt64ValueOrDefault [2020-09-20T19:33:28.935Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2020-09-20T19:33:28.935Z] === RUN TestInt64ValueOrDefaultWithError [2020-09-20T19:33:28.935Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2020-09-20T19:33:28.935Z] === RUN TestJsonContentType [2020-09-20T19:33:28.935Z] --- PASS: TestJsonContentType (0.00s) [2020-09-20T19:33:28.935Z] PASS [2020-09-20T19:33:28.935Z] coverage: 14.7% of statements [2020-09-20T19:33:28.935Z] ok github.com/docker/docker/api/server/httputils 0.122s coverage: 14.7% of statements [2020-09-20T19:33:28.935Z] === RUN TestMaskSecretKeys [2020-09-20T19:33:28.935Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2020-09-20T19:33:28.935Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2020-09-20T19:33:28.935Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2020-09-20T19:33:28.935Z] --- PASS: TestMaskSecretKeys (0.00s) [2020-09-20T19:33:28.935Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2020-09-20T19:33:28.935Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2020-09-20T19:33:28.935Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2020-09-20T19:33:28.935Z] === RUN TestVersionMiddlewareVersion [2020-09-20T19:33:28.935Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2020-09-20T19:33:28.935Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2020-09-20T19:33:28.935Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2020-09-20T19:33:28.935Z] PASS [2020-09-20T19:33:28.935Z] coverage: 37.7% of statements [2020-09-20T19:33:28.935Z] ok github.com/docker/docker/api/server/middleware 0.178s coverage: 37.7% of statements [2020-09-20T19:33:28.935Z] ? github.com/docker/docker/api/server/router [no test files] [2020-09-20T19:33:28.935Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-09-20T19:33:28.935Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-09-20T19:33:28.935Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-09-20T19:33:28.935Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-09-20T19:33:28.935Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-09-20T19:33:28.935Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-09-20T19:33:28.935Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-09-20T19:33:28.935Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-09-20T19:33:28.935Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-09-20T19:33:28.935Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-09-20T19:33:28.935Z] === RUN TestStrSliceMarshalJSON [2020-09-20T19:33:28.935Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2020-09-20T19:33:28.935Z] === RUN TestStrSliceUnmarshalJSON [2020-09-20T19:33:28.935Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2020-09-20T19:33:28.935Z] === RUN TestStrSliceUnmarshalString [2020-09-20T19:33:28.935Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2020-09-20T19:33:28.935Z] === RUN TestStrSliceUnmarshalSlice [2020-09-20T19:33:28.935Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2020-09-20T19:33:28.935Z] PASS [2020-09-20T19:33:28.935Z] coverage: 90.0% of statements [2020-09-20T19:33:29.269Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2020-09-20T19:33:29.396Z] ok github.com/docker/docker/api/types/strslice 0.049s coverage: 90.0% of statements [2020-09-20T19:33:29.396Z] === RUN TestToJSON [2020-09-20T19:33:29.396Z] --- PASS: TestToJSON (0.00s) [2020-09-20T19:33:29.396Z] === RUN TestToParamWithVersion [2020-09-20T19:33:29.396Z] --- PASS: TestToParamWithVersion (0.00s) [2020-09-20T19:33:29.396Z] === RUN TestFromJSON [2020-09-20T19:33:29.396Z] --- PASS: TestFromJSON (0.00s) [2020-09-20T19:33:29.396Z] === RUN TestEmpty [2020-09-20T19:33:29.396Z] --- PASS: TestEmpty (0.00s) [2020-09-20T19:33:29.396Z] === RUN TestArgsMatchKVListEmptySources [2020-09-20T19:33:29.396Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2020-09-20T19:33:29.396Z] === RUN TestArgsMatchKVList [2020-09-20T19:33:29.396Z] --- PASS: TestArgsMatchKVList (0.00s) [2020-09-20T19:33:29.396Z] === RUN TestArgsMatch [2020-09-20T19:33:29.396Z] --- PASS: TestArgsMatch (0.00s) [2020-09-20T19:33:29.396Z] === RUN TestAdd [2020-09-20T19:33:29.396Z] --- PASS: TestAdd (0.00s) [2020-09-20T19:33:29.396Z] === RUN TestDel [2020-09-20T19:33:29.396Z] --- PASS: TestDel (0.00s) [2020-09-20T19:33:29.396Z] === RUN TestLen [2020-09-20T19:33:29.396Z] --- PASS: TestLen (0.00s) [2020-09-20T19:33:29.396Z] === RUN TestExactMatch [2020-09-20T19:33:29.396Z] --- PASS: TestExactMatch (0.00s) [2020-09-20T19:33:29.396Z] === RUN TestOnlyOneExactMatch [2020-09-20T19:33:29.396Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2020-09-20T19:33:29.396Z] === RUN TestContains [2020-09-20T19:33:29.396Z] --- PASS: TestContains (0.00s) [2020-09-20T19:33:29.396Z] === RUN TestValidate [2020-09-20T19:33:29.396Z] --- PASS: TestValidate (0.00s) [2020-09-20T19:33:29.396Z] === RUN TestWalkValues [2020-09-20T19:33:29.396Z] --- PASS: TestWalkValues (0.00s) [2020-09-20T19:33:29.396Z] === RUN TestFuzzyMatch [2020-09-20T19:33:29.396Z] --- PASS: TestFuzzyMatch (0.00s) [2020-09-20T19:33:29.396Z] === RUN TestClone [2020-09-20T19:33:29.396Z] --- PASS: TestClone (0.00s) [2020-09-20T19:33:29.396Z] PASS [2020-09-20T19:33:29.396Z] coverage: 92.2% of statements [2020-09-20T19:33:29.396Z] ok github.com/docker/docker/api/types/filters 0.077s coverage: 92.2% of statements [2020-09-20T19:33:29.396Z] === RUN TestAdjustForAPIVersion [2020-09-20T19:33:29.396Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2020-09-20T19:33:29.396Z] PASS [2020-09-20T19:33:29.396Z] coverage: 5.7% of statements [2020-09-20T19:33:29.396Z] ok github.com/docker/docker/api/server/router/swarm 0.108s coverage: 5.7% of statements [2020-09-20T19:33:29.396Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-09-20T19:33:29.396Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-09-20T19:33:29.396Z] ? github.com/docker/docker/api/types [no test files] [2020-09-20T19:33:29.396Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-09-20T19:33:29.396Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-09-20T19:33:29.396Z] ? github.com/docker/docker/api/types/container [no test files] [2020-09-20T19:33:29.396Z] ? github.com/docker/docker/api/types/events [no test files] [2020-09-20T19:33:29.396Z] ? github.com/docker/docker/api/types/image [no test files] [2020-09-20T19:33:29.396Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-09-20T19:33:29.396Z] ? github.com/docker/docker/api/types/network [no test files] [2020-09-20T19:33:29.396Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-09-20T19:33:29.396Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-09-20T19:33:29.396Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-09-20T19:33:29.396Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-09-20T19:33:29.856Z] === RUN TestDurationToSecondsString [2020-09-20T19:33:29.856Z] --- PASS: TestDurationToSecondsString (0.00s) [2020-09-20T19:33:29.856Z] === RUN TestGetTimestamp [2020-09-20T19:33:29.856Z] --- PASS: TestGetTimestamp (0.11s) [2020-09-20T19:33:29.856Z] === RUN TestParseTimestamps [2020-09-20T19:33:29.856Z] --- PASS: TestParseTimestamps (0.00s) [2020-09-20T19:33:29.856Z] PASS [2020-09-20T19:33:29.856Z] coverage: 100.0% of statements [2020-09-20T19:33:29.856Z] ok github.com/docker/docker/api/types/time 0.171s coverage: 100.0% of statements [2020-09-20T19:33:29.856Z] === RUN TestCompareVersion [2020-09-20T19:33:29.856Z] --- PASS: TestCompareVersion (0.00s) [2020-09-20T19:33:29.856Z] PASS [2020-09-20T19:33:29.856Z] coverage: 75.0% of statements [2020-09-20T19:33:29.856Z] ok github.com/docker/docker/api/types/versions 0.035s coverage: 75.0% of statements [2020-09-20T19:33:29.856Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-09-20T19:33:29.856Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-09-20T19:33:29.856Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-09-20T19:33:29.856Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2020-09-20T19:33:29.856Z] ? github.com/docker/docker/builder [no test files] [2020-09-20T19:33:29.856Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-09-20T19:33:29.856Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-09-20T19:33:29.856Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-09-20T19:33:29.856Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-09-20T19:33:29.856Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-09-20T19:33:29.856Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-09-20T19:33:29.856Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-09-20T19:33:30.830Z] === RUN TestReadAll [2020-09-20T19:33:30.830Z] --- PASS: TestReadAll (0.02s) [2020-09-20T19:33:30.830Z] PASS [2020-09-20T19:33:30.830Z] coverage: 96.8% of statements [2020-09-20T19:33:30.830Z] ok github.com/docker/docker/builder/dockerignore 0.258s coverage: 96.8% of statements [2020-09-20T19:33:31.801Z] === RUN TestParseRemoteURL [2020-09-20T19:33:31.801Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2020-09-20T19:33:31.801Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2020-09-20T19:33:31.801Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2020-09-20T19:33:31.801Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2020-09-20T19:33:31.801Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2020-09-20T19:33:31.801Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2020-09-20T19:33:31.801Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2020-09-20T19:33:31.801Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2020-09-20T19:33:31.801Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2020-09-20T19:33:31.801Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2020-09-20T19:33:31.801Z] --- PASS: TestParseRemoteURL (0.00s) [2020-09-20T19:33:31.801Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2020-09-20T19:33:31.801Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2020-09-20T19:33:31.801Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2020-09-20T19:33:31.801Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2020-09-20T19:33:31.801Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2020-09-20T19:33:31.801Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2020-09-20T19:33:31.801Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2020-09-20T19:33:31.801Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2020-09-20T19:33:31.801Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2020-09-20T19:33:31.801Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2020-09-20T19:33:31.801Z] === RUN TestCloneArgsSmartHttp [2020-09-20T19:33:31.801Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2020-09-20T19:33:31.801Z] === RUN TestCloneArgsDumbHttp [2020-09-20T19:33:31.801Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2020-09-20T19:33:31.801Z] === RUN TestCloneArgsGit [2020-09-20T19:33:31.801Z] --- PASS: TestCloneArgsGit (0.00s) [2020-09-20T19:33:31.801Z] === RUN TestCheckoutGit [2020-09-20T19:33:31.811Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2020-09-20T19:33:34.352Z] === RUN TestDockerDaemonSuite/TestShmSize [2020-09-20T19:33:34.711Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2020-09-20T19:33:34.711Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.05s) [2020-09-20T19:33:34.711Z] === RUN TestProcessNoDockerignore [2020-09-20T19:33:34.711Z] --- PASS: TestProcessNoDockerignore (0.00s) [2020-09-20T19:33:34.711Z] === RUN TestProcessShouldLeaveAllFiles [2020-09-20T19:33:34.711Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2020-09-20T19:33:34.711Z] === RUN TestDetectContentType [2020-09-20T19:33:34.711Z] --- PASS: TestDetectContentType (0.00s) [2020-09-20T19:33:34.711Z] === RUN TestSelectAcceptableMIME [2020-09-20T19:33:34.711Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2020-09-20T19:33:34.711Z] === RUN TestInspectEmptyResponse [2020-09-20T19:33:34.711Z] --- PASS: TestInspectEmptyResponse (0.00s) [2020-09-20T19:33:34.711Z] === RUN TestInspectResponseBinary [2020-09-20T19:33:34.711Z] --- PASS: TestInspectResponseBinary (0.00s) [2020-09-20T19:33:34.711Z] === RUN TestResponseUnsupportedContentType [2020-09-20T19:33:34.711Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2020-09-20T19:33:34.711Z] === RUN TestInspectResponseTextSimple [2020-09-20T19:33:34.711Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2020-09-20T19:33:34.711Z] === RUN TestInspectResponseEmptyContentType [2020-09-20T19:33:34.711Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2020-09-20T19:33:34.711Z] === RUN TestUnknownContentLength [2020-09-20T19:33:34.711Z] --- PASS: TestUnknownContentLength (0.00s) [2020-09-20T19:33:34.711Z] === RUN TestDownloadRemote [2020-09-20T19:33:34.711Z] --- PASS: TestDownloadRemote (0.04s) [2020-09-20T19:33:34.711Z] === RUN TestGetWithStatusError [2020-09-20T19:33:34.711Z] --- PASS: TestGetWithStatusError (0.00s) [2020-09-20T19:33:34.711Z] === RUN TestCloseRootDirectory [2020-09-20T19:33:35.176Z] --- SKIP: TestCloseRootDirectory (0.00s) [2020-09-20T19:33:35.176Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-09-20T19:33:35.176Z] === RUN TestHashFile [2020-09-20T19:33:35.176Z] --- SKIP: TestHashFile (0.00s) [2020-09-20T19:33:35.176Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-09-20T19:33:35.176Z] === RUN TestHashSubdir [2020-09-20T19:33:35.176Z] --- SKIP: TestHashSubdir (0.00s) [2020-09-20T19:33:35.176Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-09-20T19:33:35.176Z] === RUN TestRemoveDirectory [2020-09-20T19:33:35.176Z] --- SKIP: TestRemoveDirectory (0.00s) [2020-09-20T19:33:35.176Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-09-20T19:33:35.176Z] PASS [2020-09-20T19:33:35.176Z] coverage: 9.2% of statements [2020-09-20T19:33:35.176Z] ok github.com/docker/docker/builder/remotecontext 0.974s coverage: 9.2% of statements [2020-09-20T19:33:35.176Z] === RUN TestEnable [2020-09-20T19:33:35.176Z] --- PASS: TestEnable (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestDisable [2020-09-20T19:33:35.176Z] --- PASS: TestDisable (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestEnabled [2020-09-20T19:33:35.176Z] --- PASS: TestEnabled (0.00s) [2020-09-20T19:33:35.176Z] PASS [2020-09-20T19:33:35.176Z] coverage: 100.0% of statements [2020-09-20T19:33:35.176Z] ok github.com/docker/docker/cli/debug 0.570s coverage: 100.0% of statements [2020-09-20T19:33:35.176Z] === RUN TestGetAllAllowed [2020-09-20T19:33:35.176Z] --- PASS: TestGetAllAllowed (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestGetAllMeta [2020-09-20T19:33:35.176Z] --- PASS: TestGetAllMeta (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestWarnOnUnusedBuildArgs [2020-09-20T19:33:35.176Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestIsUnreferencedBuiltin [2020-09-20T19:33:35.176Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestIsExistingDirectory [2020-09-20T19:33:35.176Z] --- PASS: TestIsExistingDirectory (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestGetFilenameForDownload [2020-09-20T19:33:35.176Z] --- PASS: TestGetFilenameForDownload (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestEnv2Variables [2020-09-20T19:33:35.176Z] --- PASS: TestEnv2Variables (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestEnvValueWithExistingRunConfigEnv [2020-09-20T19:33:35.176Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestMaintainer [2020-09-20T19:33:35.176Z] --- PASS: TestMaintainer (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestLabel [2020-09-20T19:33:35.176Z] --- PASS: TestLabel (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestFromScratch [2020-09-20T19:33:35.176Z] --- PASS: TestFromScratch (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestFromWithArg [2020-09-20T19:33:35.176Z] --- PASS: TestFromWithArg (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestFromWithArgButBuildArgsNotGiven [2020-09-20T19:33:35.176Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestFromWithUndefinedArg [2020-09-20T19:33:35.176Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestFromMultiStageWithNamedStage [2020-09-20T19:33:35.176Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestOnbuild [2020-09-20T19:33:35.176Z] --- PASS: TestOnbuild (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestWorkdir [2020-09-20T19:33:35.176Z] --- PASS: TestWorkdir (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestCmd [2020-09-20T19:33:35.176Z] --- PASS: TestCmd (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestHealthcheckNone [2020-09-20T19:33:35.176Z] --- PASS: TestHealthcheckNone (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestHealthcheckCmd [2020-09-20T19:33:35.176Z] --- PASS: TestHealthcheckCmd (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestEntrypoint [2020-09-20T19:33:35.176Z] --- PASS: TestEntrypoint (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestExpose [2020-09-20T19:33:35.176Z] --- PASS: TestExpose (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestUser [2020-09-20T19:33:35.176Z] --- PASS: TestUser (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestVolume [2020-09-20T19:33:35.176Z] --- PASS: TestVolume (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestStopSignal [2020-09-20T19:33:35.176Z] --- SKIP: TestStopSignal (0.00s) [2020-09-20T19:33:35.176Z] dispatchers_test.go:376: Windows does not support stopsignal [2020-09-20T19:33:35.176Z] === RUN TestArg [2020-09-20T19:33:35.176Z] --- PASS: TestArg (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestShell [2020-09-20T19:33:35.176Z] --- PASS: TestShell (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestPrependEnvOnCmd [2020-09-20T19:33:35.176Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestRunWithBuildArgs [2020-09-20T19:33:35.176Z] --- PASS: TestRunWithBuildArgs (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestRunIgnoresHealthcheck [2020-09-20T19:33:35.176Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestNormalizeWorkdir [2020-09-20T19:33:35.176Z] --- PASS: TestNormalizeWorkdir (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestDispatch [2020-09-20T19:33:35.176Z] === RUN TestDispatch/ADD_multiple_files_to_file [2020-09-20T19:33:35.176Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2020-09-20T19:33:35.176Z] === RUN TestDispatch/COPY_multiple_files_to_file [2020-09-20T19:33:35.176Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2020-09-20T19:33:35.176Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2020-09-20T19:33:35.176Z] === RUN TestDispatch/COPY_wildcard_no_files [2020-09-20T19:33:35.176Z] === RUN TestDispatch/COPY_url [2020-09-20T19:33:35.176Z] --- PASS: TestDispatch (0.05s) [2020-09-20T19:33:35.176Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2020-09-20T19:33:35.176Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.02s) [2020-09-20T19:33:35.176Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2020-09-20T19:33:35.176Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2020-09-20T19:33:35.176Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.00s) [2020-09-20T19:33:35.176Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2020-09-20T19:33:35.176Z] --- PASS: TestDispatch/COPY_url (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestAddScratchImageAddsToMounts [2020-09-20T19:33:35.176Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestAddFromScratchPopulatesPlatform [2020-09-20T19:33:35.176Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2020-09-20T19:33:35.176Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2020-09-20T19:33:35.176Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestImageSourceGetAddsToMounts [2020-09-20T19:33:35.176Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestEmptyDockerfile [2020-09-20T19:33:35.176Z] --- PASS: TestEmptyDockerfile (0.01s) [2020-09-20T19:33:35.176Z] === RUN TestSymlinkDockerfile [2020-09-20T19:33:35.176Z] --- PASS: TestSymlinkDockerfile (0.01s) [2020-09-20T19:33:35.176Z] === RUN TestDockerfileOutsideTheBuildContext [2020-09-20T19:33:35.176Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestNonExistingDockerfile [2020-09-20T19:33:35.176Z] --- PASS: TestNonExistingDockerfile (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestCopyRunConfig [2020-09-20T19:33:35.176Z] --- PASS: TestCopyRunConfig (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestDeepCopyRunConfig [2020-09-20T19:33:35.176Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestExportImage [2020-09-20T19:33:35.176Z] --- PASS: TestExportImage (0.00s) [2020-09-20T19:33:35.176Z] === RUN TestNormalizeDest [2020-09-20T19:33:35.176Z] --- PASS: TestNormalizeDest (0.00s) [2020-09-20T19:33:35.176Z] PASS [2020-09-20T19:33:35.176Z] coverage: 46.3% of statements [2020-09-20T19:33:35.176Z] ok github.com/docker/docker/builder/dockerfile 0.895s coverage: 46.3% of statements [2020-09-20T19:33:36.266Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2020-09-20T19:33:36.622Z] --- PASS: TestContainerKillOnDaemonStart (12.82s) [2020-09-20T19:33:36.622Z] PASS [2020-09-20T19:33:36.622Z] [2020-09-20T19:33:36.622Z] === Skipped [2020-09-20T19:33:36.622Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2020-09-20T19:33:36.622Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-20T19:33:36.622Z] [2020-09-20T19:33:36.622Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-20T19:33:36.622Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-20T19:33:36.622Z] [2020-09-20T19:33:36.622Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2020-09-20T19:33:36.622Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-20T19:33:36.622Z] [2020-09-20T19:33:36.622Z] [2020-09-20T19:33:36.622Z] DONE 192 tests, 3 skipped in 108.410s [2020-09-20T19:33:36.622Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2020-09-20T19:33:36.622Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:33:36.622Z] ++ set -e [2020-09-20T19:33:36.622Z] ++ '[' -n 0 ']' [2020-09-20T19:33:36.622Z] ++ set -x [2020-09-20T19:33:36.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=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:33:36.622Z] INFO: Testing against a local daemon [2020-09-20T19:33:36.622Z] === RUN TestCommitInheritsEnv [2020-09-20T19:33:36.622Z] --- PASS: TestCommitInheritsEnv (0.45s) [2020-09-20T19:33:36.622Z] === RUN TestImportExtremelyLargeImageWorks [2020-09-20T19:33:36.622Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-09-20T19:33:36.622Z] === RUN TestImagesFilterMultiReference [2020-09-20T19:33:36.622Z] --- PASS: TestImagesFilterMultiReference (0.13s) [2020-09-20T19:33:36.622Z] === RUN TestImagePullPlatformInvalid [2020-09-20T19:33:36.622Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2020-09-20T19:33:36.622Z] === RUN TestRemoveImageOrphaning [2020-09-20T19:33:36.622Z] --- PASS: TestRemoveImageOrphaning (0.32s) [2020-09-20T19:33:36.622Z] === RUN TestRemoveImageGarbageCollector [2020-09-20T19:33:36.622Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-09-20T19:33:36.622Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:33:36.622Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-09-20T19:33:36.622Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2020-09-20T19:33:36.622Z] === RUN TestTagInvalidReference [2020-09-20T19:33:36.622Z] --- PASS: TestTagInvalidReference (0.02s) [2020-09-20T19:33:36.622Z] === RUN TestTagValidPrefixedRepo [2020-09-20T19:33:36.622Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2020-09-20T19:33:36.622Z] === RUN TestTagExistedNameWithoutForce [2020-09-20T19:33:36.622Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-09-20T19:33:36.622Z] === RUN TestTagOfficialNames [2020-09-20T19:33:36.622Z] --- PASS: TestTagOfficialNames (0.03s) [2020-09-20T19:33:36.622Z] === RUN TestTagMatchesDigest [2020-09-20T19:33:36.622Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-09-20T19:33:36.622Z] === CONT TestImportExtremelyLargeImageWorks [2020-09-20T19:33:38.847Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2020-09-20T19:33:39.110Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2020-09-20T19:33:40.435Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2020-09-20T19:33:40.436Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2020-09-20T19:33:40.436Z] remote: Enumerating objects: 2, done. [2020-09-20T19:33:40.436Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2020-09-20T19:33:40.436Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2020-09-20T19:33:40.436Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2020-09-20T19:33:40.436Z] 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. [2020-09-20T19:33:40.436Z] Building: bundles/cross/windows/amd64/containerutility.exe [2020-09-20T19:33:40.436Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-09-20T19:33:40.780Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-38469/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr32 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=98f1115e882dad3fbc3cbaca9ebc0e201c1a527f -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:98f1115e882dad3fbc3cbaca9ebc0e201c1a527f hack/test/unit [2020-09-20T19:33:42.863Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.76s) [2020-09-20T19:33:42.863Z] === RUN TestCreateServiceSecretFileMode [2020-09-20T19:33:43.321Z] ? github.com/docker/docker/api [no test files] [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite (319.04s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (4.66s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.74s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.58s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.52s) [2020-09-20T19:33:44.394Z] docker_cli_daemon_test.go:1449: [dcc55c4d4d0a1] daemon is not started [2020-09-20T19:33:44.394Z] check_test.go:309: [def5e676ef351] daemon is not started [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.40s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.84s) [2020-09-20T19:33:44.394Z] check_test.go:309: [dc2f8d7ded1da] daemon is not started [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (1.45s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.93s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.72s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.18s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.52s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.67s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.54s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.55s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2020-09-20T19:33:44.394Z] check_test.go:309: [d09894df4513f] daemon is not started [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.52s) [2020-09-20T19:33:44.394Z] check_test.go:309: [d361f58b76e34] daemon is not started [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.79s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.57s) [2020-09-20T19:33:44.394Z] check_test.go:309: [dc0db3811b8b0] daemon is not started [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.55s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.76s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.89s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.16s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.66s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.60s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.71s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2020-09-20T19:33:44.394Z] check_test.go:309: [d4e2699c9f02d] daemon is not started [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.58s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.26s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (5.07s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.36s) [2020-09-20T19:33:44.394Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-09-20T19:33:44.394Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-09-20T19:33:44.394Z] check_test.go:309: [d72a3bd9a1b82] daemon is not started [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.95s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.03s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.61s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.69s) [2020-09-20T19:33:44.394Z] check_test.go:309: [d80439f52bd5f] daemon is not started [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.72s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.54s) [2020-09-20T19:33:44.394Z] check_test.go:309: [d873e01980f33] daemon is not started [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.51s) [2020-09-20T19:33:44.394Z] docker_cli_daemon_plugins_test.go:79: [d12462673a401] daemon is not started [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.85s) [2020-09-20T19:33:44.394Z] docker_cli_daemon_plugins_test.go:169: [d874b29f8bb29] daemon is not started [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.37s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.52s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.54s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2020-09-20T19:33:44.394Z] check_test.go:309: [d680fb0860d80] daemon is not started [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.96s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.74s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.72s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.82s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.66s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.64s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.69s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.53s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.55s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (7.14s) [2020-09-20T19:33:44.394Z] check_test.go:309: [d1481b52da8b3] daemon is not started [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.34s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (13.65s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.27s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.14s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (5.17s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.97s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.89s) [2020-09-20T19:33:44.394Z] check_test.go:309: [d3999d3d27cc5] daemon is not started [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.67s) [2020-09-20T19:33:44.394Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.62s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (9.84s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.80s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.59s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.28s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.95s) [2020-09-20T19:33:44.395Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-09-20T19:33:44.395Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-09-20T19:33:44.395Z] check_test.go:309: [d673deca1b003] daemon is not started [2020-09-20T19:33:44.395Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-09-20T19:33:44.395Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-09-20T19:33:44.395Z] check_test.go:309: [d9ed538d43b1e] daemon is not started [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.65s) [2020-09-20T19:33:44.395Z] check_test.go:309: [da3438a2893e7] daemon is not started [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.57s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.82s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.70s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.33s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.84s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.64s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (3.59s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.19s) [2020-09-20T19:33:44.395Z] check_test.go:309: [db6109530af22] daemon is not started [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.65s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.18s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.89s) [2020-09-20T19:33:44.395Z] check_test.go:309: [d30e53d4404a3] daemon is not started [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.56s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.09s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.08s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.62s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.13s) [2020-09-20T19:33:44.395Z] docker_cli_daemon_test.go:2881: Checking IpcMode private set from config [2020-09-20T19:33:44.395Z] docker_cli_daemon_test.go:2881: Checking IpcMode shareable set from config [2020-09-20T19:33:44.395Z] docker_cli_daemon_test.go:2881: Checking IpcMode host set from config [2020-09-20T19:33:44.395Z] docker_cli_daemon_test.go:2881: Checking IpcMode container:123 set from config [2020-09-20T19:33:44.395Z] docker_cli_daemon_test.go:2881: Checking IpcMode nosuchmode set from config [2020-09-20T19:33:44.395Z] docker_cli_daemon_test.go:2881: Checking IpcMode private set from cli [2020-09-20T19:33:44.395Z] docker_cli_daemon_test.go:2881: Checking IpcMode shareable set from cli [2020-09-20T19:33:44.395Z] docker_cli_daemon_test.go:2881: Checking IpcMode host set from cli [2020-09-20T19:33:44.395Z] docker_cli_daemon_test.go:2881: Checking IpcMode container:123 set from cli [2020-09-20T19:33:44.395Z] docker_cli_daemon_test.go:2881: Checking IpcMode nosuchmode set from cli [2020-09-20T19:33:44.395Z] check_test.go:309: [d767c086e8065] daemon is not started [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.07s) [2020-09-20T19:33:44.395Z] check_test.go:309: [d782b6458b067] daemon is not started [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.55s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (0.54s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (2.89s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.55s) [2020-09-20T19:33:44.395Z] check_test.go:309: [d740933fb8ae6] daemon is not started [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.99s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.83s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.00s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.08s) [2020-09-20T19:33:44.395Z] check_test.go:309: [d8b61463635fa] daemon is not started [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.70s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.47s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.80s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.33s) [2020-09-20T19:33:44.395Z] check_test.go:309: [dc7d988c526b1] daemon is not started [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.64s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.56s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.58s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.77s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.02s) [2020-09-20T19:33:44.395Z] check_test.go:309: [d3957ace056b0] daemon is not started [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.10s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.80s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.60s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.51s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.89s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.24s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.28s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.38s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.85s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.11s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.13s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (2.99s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.65s) [2020-09-20T19:33:44.395Z] docker_cli_daemon_test.go:2544: [d561625899ca9] daemon is not started [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.49s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.64s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.89s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.84s) [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.21s) [2020-09-20T19:33:44.395Z] check_test.go:309: [d483276b6420f] daemon is not started [2020-09-20T19:33:44.395Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.07s) [2020-09-20T19:33:44.395Z] === RUN TestDockerSwarmSuite [2020-09-20T19:33:44.395Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2020-09-20T19:33:44.395Z] === RUN TestDockerSuite/TestBuildDotDotFile [2020-09-20T19:33:44.655Z] === RUN TestDockerSuite/TestBuildEOLInLine [2020-09-20T19:33:45.412Z] --- PASS: TestCreateServiceSecretFileMode (2.95s) [2020-09-20T19:33:45.413Z] === RUN TestCreateServiceConfigFileMode [2020-09-20T19:33:47.569Z] === RUN TestCheckpointCreateError [2020-09-20T19:33:47.569Z] --- PASS: TestCheckpointCreateError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestCheckpointCreate [2020-09-20T19:33:47.569Z] --- PASS: TestCheckpointCreate (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestCheckpointDeleteError [2020-09-20T19:33:47.569Z] --- PASS: TestCheckpointDeleteError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestCheckpointDelete [2020-09-20T19:33:47.569Z] --- PASS: TestCheckpointDelete (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestCheckpointListError [2020-09-20T19:33:47.569Z] --- PASS: TestCheckpointListError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestCheckpointList [2020-09-20T19:33:47.569Z] --- PASS: TestCheckpointList (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestCheckpointListContainerNotFound [2020-09-20T19:33:47.569Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestNewClientWithOpsFromEnv [2020-09-20T19:33:47.569Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2020-09-20T19:33:47.569Z] client_test.go:23: runtime.GOOS == "windows" [2020-09-20T19:33:47.569Z] === RUN TestGetAPIPath [2020-09-20T19:33:47.569Z] --- PASS: TestGetAPIPath (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestParseHostURL [2020-09-20T19:33:47.569Z] --- PASS: TestParseHostURL (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2020-09-20T19:33:47.569Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestNegotiateAPIVersionEmpty [2020-09-20T19:33:47.569Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestNegotiateAPIVersion [2020-09-20T19:33:47.569Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestNegotiateAPVersionOverride [2020-09-20T19:33:47.569Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestNegotiateAPIVersionAutomatic [2020-09-20T19:33:47.569Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2020-09-20T19:33:47.569Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2020-09-20T19:33:47.569Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestClientRedirect [2020-09-20T19:33:47.569Z] --- PASS: TestClientRedirect (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestConfigCreateUnsupported [2020-09-20T19:33:47.569Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestConfigCreateError [2020-09-20T19:33:47.569Z] --- PASS: TestConfigCreateError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestConfigCreate [2020-09-20T19:33:47.569Z] --- PASS: TestConfigCreate (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestConfigInspectNotFound [2020-09-20T19:33:47.569Z] --- PASS: TestConfigInspectNotFound (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestConfigInspectWithEmptyID [2020-09-20T19:33:47.569Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestConfigInspectUnsupported [2020-09-20T19:33:47.569Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestConfigInspectError [2020-09-20T19:33:47.569Z] --- PASS: TestConfigInspectError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestConfigInspectConfigNotFound [2020-09-20T19:33:47.569Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestConfigInspect [2020-09-20T19:33:47.569Z] --- PASS: TestConfigInspect (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestConfigListUnsupported [2020-09-20T19:33:47.569Z] --- PASS: TestConfigListUnsupported (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestConfigListError [2020-09-20T19:33:47.569Z] --- PASS: TestConfigListError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestConfigList [2020-09-20T19:33:47.569Z] --- PASS: TestConfigList (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestConfigRemoveUnsupported [2020-09-20T19:33:47.569Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestConfigRemoveError [2020-09-20T19:33:47.569Z] --- PASS: TestConfigRemoveError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestConfigRemove [2020-09-20T19:33:47.569Z] --- PASS: TestConfigRemove (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestConfigUpdateUnsupported [2020-09-20T19:33:47.569Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestConfigUpdateError [2020-09-20T19:33:47.569Z] --- PASS: TestConfigUpdateError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestConfigUpdate [2020-09-20T19:33:47.569Z] --- PASS: TestConfigUpdate (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerCommitError [2020-09-20T19:33:47.569Z] --- PASS: TestContainerCommitError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerCommit [2020-09-20T19:33:47.569Z] --- PASS: TestContainerCommit (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerStatPathError [2020-09-20T19:33:47.569Z] --- PASS: TestContainerStatPathError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerStatPathNotFoundError [2020-09-20T19:33:47.569Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerStatPathNoHeaderError [2020-09-20T19:33:47.569Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerStatPath [2020-09-20T19:33:47.569Z] --- PASS: TestContainerStatPath (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestCopyToContainerError [2020-09-20T19:33:47.569Z] --- PASS: TestCopyToContainerError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestCopyToContainerNotFoundError [2020-09-20T19:33:47.569Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestCopyToContainerNotStatusOKError [2020-09-20T19:33:47.569Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestCopyToContainer [2020-09-20T19:33:47.569Z] --- PASS: TestCopyToContainer (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestCopyFromContainerError [2020-09-20T19:33:47.569Z] --- PASS: TestCopyFromContainerError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestCopyFromContainerNotFoundError [2020-09-20T19:33:47.569Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestCopyFromContainerNotStatusOKError [2020-09-20T19:33:47.569Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestCopyFromContainerNoHeaderError [2020-09-20T19:33:47.569Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestCopyFromContainer [2020-09-20T19:33:47.569Z] --- PASS: TestCopyFromContainer (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerCreateError [2020-09-20T19:33:47.569Z] --- PASS: TestContainerCreateError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerCreateImageNotFound [2020-09-20T19:33:47.569Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerCreateWithName [2020-09-20T19:33:47.569Z] --- PASS: TestContainerCreateWithName (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerCreateAutoRemove [2020-09-20T19:33:47.569Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerDiffError [2020-09-20T19:33:47.569Z] --- PASS: TestContainerDiffError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerDiff [2020-09-20T19:33:47.569Z] --- PASS: TestContainerDiff (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerExecCreateError [2020-09-20T19:33:47.569Z] --- PASS: TestContainerExecCreateError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerExecCreate [2020-09-20T19:33:47.569Z] --- PASS: TestContainerExecCreate (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerExecStartError [2020-09-20T19:33:47.569Z] --- PASS: TestContainerExecStartError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerExecStart [2020-09-20T19:33:47.569Z] --- PASS: TestContainerExecStart (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerExecInspectError [2020-09-20T19:33:47.569Z] --- PASS: TestContainerExecInspectError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerExecInspect [2020-09-20T19:33:47.569Z] --- PASS: TestContainerExecInspect (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerExportError [2020-09-20T19:33:47.569Z] --- PASS: TestContainerExportError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerExport [2020-09-20T19:33:47.569Z] --- PASS: TestContainerExport (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerInspectError [2020-09-20T19:33:47.569Z] --- PASS: TestContainerInspectError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerInspectContainerNotFound [2020-09-20T19:33:47.569Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerInspectWithEmptyID [2020-09-20T19:33:47.569Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerInspect [2020-09-20T19:33:47.569Z] --- PASS: TestContainerInspect (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerInspectNode [2020-09-20T19:33:47.569Z] --- PASS: TestContainerInspectNode (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerKillError [2020-09-20T19:33:47.569Z] --- PASS: TestContainerKillError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerKill [2020-09-20T19:33:47.569Z] --- PASS: TestContainerKill (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerListError [2020-09-20T19:33:47.569Z] --- PASS: TestContainerListError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerList [2020-09-20T19:33:47.569Z] --- PASS: TestContainerList (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerLogsNotFoundError [2020-09-20T19:33:47.569Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerLogsError [2020-09-20T19:33:47.569Z] --- PASS: TestContainerLogsError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerLogs [2020-09-20T19:33:47.569Z] --- PASS: TestContainerLogs (0.15s) [2020-09-20T19:33:47.569Z] === RUN TestContainerPauseError [2020-09-20T19:33:47.569Z] --- PASS: TestContainerPauseError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerPause [2020-09-20T19:33:47.569Z] --- PASS: TestContainerPause (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainersPruneError [2020-09-20T19:33:47.569Z] --- PASS: TestContainersPruneError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainersPrune [2020-09-20T19:33:47.569Z] --- PASS: TestContainersPrune (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerRemoveError [2020-09-20T19:33:47.569Z] --- PASS: TestContainerRemoveError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerRemoveNotFoundError [2020-09-20T19:33:47.569Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerRemove [2020-09-20T19:33:47.569Z] --- PASS: TestContainerRemove (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerRenameError [2020-09-20T19:33:47.569Z] --- PASS: TestContainerRenameError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerRename [2020-09-20T19:33:47.569Z] --- PASS: TestContainerRename (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerResizeError [2020-09-20T19:33:47.569Z] --- PASS: TestContainerResizeError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerExecResizeError [2020-09-20T19:33:47.569Z] --- PASS: TestContainerExecResizeError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerResize [2020-09-20T19:33:47.569Z] --- PASS: TestContainerResize (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerExecResize [2020-09-20T19:33:47.569Z] --- PASS: TestContainerExecResize (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerRestartError [2020-09-20T19:33:47.569Z] --- PASS: TestContainerRestartError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerRestart [2020-09-20T19:33:47.569Z] --- PASS: TestContainerRestart (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerStartError [2020-09-20T19:33:47.569Z] --- PASS: TestContainerStartError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerStart [2020-09-20T19:33:47.569Z] --- PASS: TestContainerStart (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerStatsError [2020-09-20T19:33:47.569Z] --- PASS: TestContainerStatsError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerStats [2020-09-20T19:33:47.569Z] --- PASS: TestContainerStats (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerStopError [2020-09-20T19:33:47.569Z] --- PASS: TestContainerStopError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerStop [2020-09-20T19:33:47.569Z] --- PASS: TestContainerStop (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerTopError [2020-09-20T19:33:47.569Z] --- PASS: TestContainerTopError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerTop [2020-09-20T19:33:47.569Z] --- PASS: TestContainerTop (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerUnpauseError [2020-09-20T19:33:47.569Z] --- PASS: TestContainerUnpauseError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerUnpause [2020-09-20T19:33:47.569Z] --- PASS: TestContainerUnpause (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerUpdateError [2020-09-20T19:33:47.569Z] --- PASS: TestContainerUpdateError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerUpdate [2020-09-20T19:33:47.569Z] --- PASS: TestContainerUpdate (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerWaitError [2020-09-20T19:33:47.569Z] --- PASS: TestContainerWaitError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestContainerWait [2020-09-20T19:33:47.569Z] --- PASS: TestContainerWait (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestDiskUsageError [2020-09-20T19:33:47.569Z] --- PASS: TestDiskUsageError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestDiskUsage [2020-09-20T19:33:47.569Z] --- PASS: TestDiskUsage (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestDistributionInspectUnsupported [2020-09-20T19:33:47.569Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestDistributionInspectWithEmptyID [2020-09-20T19:33:47.569Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestEventsErrorInOptions [2020-09-20T19:33:47.569Z] --- PASS: TestEventsErrorInOptions (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestEventsErrorFromServer [2020-09-20T19:33:47.569Z] --- PASS: TestEventsErrorFromServer (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestEvents [2020-09-20T19:33:47.569Z] --- PASS: TestEvents (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestTLSCloseWriter [2020-09-20T19:33:47.569Z] === PAUSE TestTLSCloseWriter [2020-09-20T19:33:47.569Z] === RUN TestImageBuildError [2020-09-20T19:33:47.569Z] --- PASS: TestImageBuildError (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestImageBuild [2020-09-20T19:33:47.569Z] --- PASS: TestImageBuild (0.00s) [2020-09-20T19:33:47.569Z] === RUN TestGetDockerOS [2020-09-20T19:33:47.570Z] --- PASS: TestGetDockerOS (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImageCreateError [2020-09-20T19:33:47.570Z] --- PASS: TestImageCreateError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImageCreate [2020-09-20T19:33:47.570Z] --- PASS: TestImageCreate (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImageHistoryError [2020-09-20T19:33:47.570Z] --- PASS: TestImageHistoryError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImageHistory [2020-09-20T19:33:47.570Z] --- PASS: TestImageHistory (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImageImportError [2020-09-20T19:33:47.570Z] --- PASS: TestImageImportError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImageImport [2020-09-20T19:33:47.570Z] --- PASS: TestImageImport (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImageInspectError [2020-09-20T19:33:47.570Z] --- PASS: TestImageInspectError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImageInspectImageNotFound [2020-09-20T19:33:47.570Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImageInspectWithEmptyID [2020-09-20T19:33:47.570Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImageInspect [2020-09-20T19:33:47.570Z] --- PASS: TestImageInspect (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImageListError [2020-09-20T19:33:47.570Z] --- PASS: TestImageListError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImageList [2020-09-20T19:33:47.570Z] --- PASS: TestImageList (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImageListApiBefore125 [2020-09-20T19:33:47.570Z] --- PASS: TestImageListApiBefore125 (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImageLoadError [2020-09-20T19:33:47.570Z] --- PASS: TestImageLoadError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImageLoad [2020-09-20T19:33:47.570Z] --- PASS: TestImageLoad (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImagesPruneError [2020-09-20T19:33:47.570Z] --- PASS: TestImagesPruneError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImagesPrune [2020-09-20T19:33:47.570Z] --- PASS: TestImagesPrune (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImagePullReferenceParseError [2020-09-20T19:33:47.570Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImagePullAnyError [2020-09-20T19:33:47.570Z] --- PASS: TestImagePullAnyError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImagePullStatusUnauthorizedError [2020-09-20T19:33:47.570Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2020-09-20T19:33:47.570Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2020-09-20T19:33:47.570Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImagePullWithPrivilegedFuncNoError [2020-09-20T19:33:47.570Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImagePullWithoutErrors [2020-09-20T19:33:47.570Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImagePushReferenceError [2020-09-20T19:33:47.570Z] --- PASS: TestImagePushReferenceError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImagePushAnyError [2020-09-20T19:33:47.570Z] --- PASS: TestImagePushAnyError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImagePushStatusUnauthorizedError [2020-09-20T19:33:47.570Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2020-09-20T19:33:47.570Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2020-09-20T19:33:47.570Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImagePushWithPrivilegedFuncNoError [2020-09-20T19:33:47.570Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImagePushWithoutErrors [2020-09-20T19:33:47.570Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2020-09-20T19:33:47.570Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2020-09-20T19:33:47.570Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2020-09-20T19:33:47.570Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2020-09-20T19:33:47.570Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2020-09-20T19:33:47.570Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2020-09-20T19:33:47.570Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2020-09-20T19:33:47.570Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2020-09-20T19:33:47.570Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImageRemoveError [2020-09-20T19:33:47.570Z] --- PASS: TestImageRemoveError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImageRemoveImageNotFound [2020-09-20T19:33:47.570Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImageRemove [2020-09-20T19:33:47.570Z] --- PASS: TestImageRemove (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImageSaveError [2020-09-20T19:33:47.570Z] --- PASS: TestImageSaveError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImageSave [2020-09-20T19:33:47.570Z] --- PASS: TestImageSave (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImageSearchAnyError [2020-09-20T19:33:47.570Z] --- PASS: TestImageSearchAnyError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImageSearchStatusUnauthorizedError [2020-09-20T19:33:47.570Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2020-09-20T19:33:47.570Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2020-09-20T19:33:47.570Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2020-09-20T19:33:47.570Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImageSearchWithoutErrors [2020-09-20T19:33:47.570Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImageTagError [2020-09-20T19:33:47.570Z] --- PASS: TestImageTagError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImageTagInvalidReference [2020-09-20T19:33:47.570Z] --- PASS: TestImageTagInvalidReference (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImageTagInvalidSourceImageName [2020-09-20T19:33:47.570Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImageTagHexSource [2020-09-20T19:33:47.570Z] --- PASS: TestImageTagHexSource (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestImageTag [2020-09-20T19:33:47.570Z] --- PASS: TestImageTag (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestInfoServerError [2020-09-20T19:33:47.570Z] --- PASS: TestInfoServerError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestInfoInvalidResponseJSONError [2020-09-20T19:33:47.570Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestInfo [2020-09-20T19:33:47.570Z] --- PASS: TestInfo (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestNetworkConnectError [2020-09-20T19:33:47.570Z] --- PASS: TestNetworkConnectError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2020-09-20T19:33:47.570Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestNetworkConnect [2020-09-20T19:33:47.570Z] --- PASS: TestNetworkConnect (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestNetworkCreateError [2020-09-20T19:33:47.570Z] --- PASS: TestNetworkCreateError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestNetworkCreate [2020-09-20T19:33:47.570Z] --- PASS: TestNetworkCreate (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestNetworkDisconnectError [2020-09-20T19:33:47.570Z] --- PASS: TestNetworkDisconnectError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestNetworkDisconnect [2020-09-20T19:33:47.570Z] --- PASS: TestNetworkDisconnect (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestNetworkInspectError [2020-09-20T19:33:47.570Z] --- PASS: TestNetworkInspectError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestNetworkInspectNotFoundError [2020-09-20T19:33:47.570Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestNetworkInspectWithEmptyID [2020-09-20T19:33:47.570Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestNetworkInspect [2020-09-20T19:33:47.570Z] --- PASS: TestNetworkInspect (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestNetworkListError [2020-09-20T19:33:47.570Z] --- PASS: TestNetworkListError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestNetworkList [2020-09-20T19:33:47.570Z] --- PASS: TestNetworkList (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestNetworksPruneError [2020-09-20T19:33:47.570Z] --- PASS: TestNetworksPruneError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestNetworksPrune [2020-09-20T19:33:47.570Z] --- PASS: TestNetworksPrune (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestNetworkRemoveError [2020-09-20T19:33:47.570Z] --- PASS: TestNetworkRemoveError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestNetworkRemove [2020-09-20T19:33:47.570Z] --- PASS: TestNetworkRemove (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestNodeInspectError [2020-09-20T19:33:47.570Z] --- PASS: TestNodeInspectError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestNodeInspectNodeNotFound [2020-09-20T19:33:47.570Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestNodeInspectWithEmptyID [2020-09-20T19:33:47.570Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestNodeInspect [2020-09-20T19:33:47.570Z] --- PASS: TestNodeInspect (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestNodeListError [2020-09-20T19:33:47.570Z] --- PASS: TestNodeListError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestNodeList [2020-09-20T19:33:47.570Z] --- PASS: TestNodeList (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestNodeRemoveError [2020-09-20T19:33:47.570Z] --- PASS: TestNodeRemoveError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestNodeRemove [2020-09-20T19:33:47.570Z] --- PASS: TestNodeRemove (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestNodeUpdateError [2020-09-20T19:33:47.570Z] --- PASS: TestNodeUpdateError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestNodeUpdate [2020-09-20T19:33:47.570Z] --- PASS: TestNodeUpdate (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestOptionWithTimeout [2020-09-20T19:33:47.570Z] --- PASS: TestOptionWithTimeout (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestPingFail [2020-09-20T19:33:47.570Z] --- PASS: TestPingFail (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestPingWithError [2020-09-20T19:33:47.570Z] 2020/09/20 19:33:46 RoundTripper returned a response & error; ignoring response [2020-09-20T19:33:47.570Z] 2020/09/20 19:33:46 RoundTripper returned a response & error; ignoring response [2020-09-20T19:33:47.570Z] --- PASS: TestPingWithError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestPingSuccess [2020-09-20T19:33:47.570Z] --- PASS: TestPingSuccess (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestPingHeadFallback [2020-09-20T19:33:47.570Z] === RUN TestPingHeadFallback/OK [2020-09-20T19:33:47.570Z] === RUN TestPingHeadFallback/Internal_Server_Error [2020-09-20T19:33:47.570Z] === RUN TestPingHeadFallback/Not_Found [2020-09-20T19:33:47.570Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2020-09-20T19:33:47.570Z] --- PASS: TestPingHeadFallback (0.00s) [2020-09-20T19:33:47.570Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2020-09-20T19:33:47.570Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2020-09-20T19:33:47.570Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2020-09-20T19:33:47.570Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestPluginDisableError [2020-09-20T19:33:47.570Z] --- PASS: TestPluginDisableError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestPluginDisable [2020-09-20T19:33:47.570Z] --- PASS: TestPluginDisable (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestPluginEnableError [2020-09-20T19:33:47.570Z] --- PASS: TestPluginEnableError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestPluginEnable [2020-09-20T19:33:47.570Z] --- PASS: TestPluginEnable (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestPluginInspectError [2020-09-20T19:33:47.570Z] --- PASS: TestPluginInspectError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestPluginInspectWithEmptyID [2020-09-20T19:33:47.570Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestPluginInspect [2020-09-20T19:33:47.570Z] --- PASS: TestPluginInspect (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestPluginListError [2020-09-20T19:33:47.570Z] --- PASS: TestPluginListError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestPluginList [2020-09-20T19:33:47.570Z] --- PASS: TestPluginList (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestPluginPushError [2020-09-20T19:33:47.570Z] --- PASS: TestPluginPushError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestPluginPush [2020-09-20T19:33:47.570Z] --- PASS: TestPluginPush (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestPluginRemoveError [2020-09-20T19:33:47.570Z] --- PASS: TestPluginRemoveError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestPluginRemove [2020-09-20T19:33:47.570Z] --- PASS: TestPluginRemove (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestPluginSetError [2020-09-20T19:33:47.570Z] --- PASS: TestPluginSetError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestPluginSet [2020-09-20T19:33:47.570Z] --- PASS: TestPluginSet (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestSetHostHeader [2020-09-20T19:33:47.570Z] --- PASS: TestSetHostHeader (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestPlainTextError [2020-09-20T19:33:47.570Z] --- PASS: TestPlainTextError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestInfiniteError [2020-09-20T19:33:47.570Z] --- PASS: TestInfiniteError (0.02s) [2020-09-20T19:33:47.570Z] === RUN TestSecretCreateUnsupported [2020-09-20T19:33:47.570Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestSecretCreateError [2020-09-20T19:33:47.570Z] --- PASS: TestSecretCreateError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestSecretCreate [2020-09-20T19:33:47.570Z] --- PASS: TestSecretCreate (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestSecretInspectUnsupported [2020-09-20T19:33:47.570Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestSecretInspectError [2020-09-20T19:33:47.570Z] --- PASS: TestSecretInspectError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestSecretInspectSecretNotFound [2020-09-20T19:33:47.570Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestSecretInspectWithEmptyID [2020-09-20T19:33:47.570Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestSecretInspect [2020-09-20T19:33:47.570Z] --- PASS: TestSecretInspect (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestSecretListUnsupported [2020-09-20T19:33:47.570Z] --- PASS: TestSecretListUnsupported (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestSecretListError [2020-09-20T19:33:47.570Z] --- PASS: TestSecretListError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestSecretList [2020-09-20T19:33:47.570Z] --- PASS: TestSecretList (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestSecretRemoveUnsupported [2020-09-20T19:33:47.570Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestSecretRemoveError [2020-09-20T19:33:47.570Z] --- PASS: TestSecretRemoveError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestSecretRemove [2020-09-20T19:33:47.570Z] --- PASS: TestSecretRemove (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestSecretUpdateUnsupported [2020-09-20T19:33:47.570Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestSecretUpdateError [2020-09-20T19:33:47.570Z] --- PASS: TestSecretUpdateError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestSecretUpdate [2020-09-20T19:33:47.570Z] --- PASS: TestSecretUpdate (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestServiceCreateError [2020-09-20T19:33:47.570Z] --- PASS: TestServiceCreateError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestServiceCreate [2020-09-20T19:33:47.570Z] --- PASS: TestServiceCreate (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestServiceCreateCompatiblePlatforms [2020-09-20T19:33:47.570Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestServiceCreateDigestPinning [2020-09-20T19:33:47.570Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestServiceInspectError [2020-09-20T19:33:47.570Z] --- PASS: TestServiceInspectError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestServiceInspectServiceNotFound [2020-09-20T19:33:47.570Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestServiceInspectWithEmptyID [2020-09-20T19:33:47.570Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestServiceInspect [2020-09-20T19:33:47.570Z] --- PASS: TestServiceInspect (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestServiceListError [2020-09-20T19:33:47.570Z] --- PASS: TestServiceListError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestServiceList [2020-09-20T19:33:47.570Z] --- PASS: TestServiceList (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestServiceLogsError [2020-09-20T19:33:47.570Z] --- PASS: TestServiceLogsError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestServiceLogs [2020-09-20T19:33:47.570Z] --- PASS: TestServiceLogs (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestServiceRemoveError [2020-09-20T19:33:47.570Z] --- PASS: TestServiceRemoveError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestServiceRemoveNotFoundError [2020-09-20T19:33:47.570Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestServiceRemove [2020-09-20T19:33:47.570Z] --- PASS: TestServiceRemove (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestServiceUpdateError [2020-09-20T19:33:47.570Z] --- PASS: TestServiceUpdateError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestServiceUpdate [2020-09-20T19:33:47.570Z] --- PASS: TestServiceUpdate (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestSwarmGetUnlockKeyError [2020-09-20T19:33:47.570Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestSwarmGetUnlockKey [2020-09-20T19:33:47.570Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestSwarmInitError [2020-09-20T19:33:47.570Z] --- PASS: TestSwarmInitError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestSwarmInit [2020-09-20T19:33:47.570Z] --- PASS: TestSwarmInit (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestSwarmInspectError [2020-09-20T19:33:47.570Z] --- PASS: TestSwarmInspectError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestSwarmInspect [2020-09-20T19:33:47.570Z] --- PASS: TestSwarmInspect (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestSwarmJoinError [2020-09-20T19:33:47.570Z] --- PASS: TestSwarmJoinError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestSwarmJoin [2020-09-20T19:33:47.570Z] --- PASS: TestSwarmJoin (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestSwarmLeaveError [2020-09-20T19:33:47.570Z] --- PASS: TestSwarmLeaveError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestSwarmLeave [2020-09-20T19:33:47.570Z] --- PASS: TestSwarmLeave (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestSwarmUnlockError [2020-09-20T19:33:47.570Z] --- PASS: TestSwarmUnlockError (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestSwarmUnlock [2020-09-20T19:33:47.570Z] --- PASS: TestSwarmUnlock (0.00s) [2020-09-20T19:33:47.570Z] === RUN TestSwarmUpdateError [2020-09-20T19:33:47.571Z] --- PASS: TestSwarmUpdateError (0.00s) [2020-09-20T19:33:47.571Z] === RUN TestSwarmUpdate [2020-09-20T19:33:47.571Z] --- PASS: TestSwarmUpdate (0.00s) [2020-09-20T19:33:47.571Z] === RUN TestTaskInspectError [2020-09-20T19:33:47.571Z] --- PASS: TestTaskInspectError (0.00s) [2020-09-20T19:33:47.571Z] === RUN TestTaskInspectWithEmptyID [2020-09-20T19:33:47.571Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2020-09-20T19:33:47.571Z] === RUN TestTaskInspect [2020-09-20T19:33:47.571Z] --- PASS: TestTaskInspect (0.00s) [2020-09-20T19:33:47.571Z] === RUN TestTaskListError [2020-09-20T19:33:47.571Z] --- PASS: TestTaskListError (0.00s) [2020-09-20T19:33:47.571Z] === RUN TestTaskList [2020-09-20T19:33:47.571Z] --- PASS: TestTaskList (0.00s) [2020-09-20T19:33:47.571Z] === RUN TestVolumeCreateError [2020-09-20T19:33:47.571Z] --- PASS: TestVolumeCreateError (0.00s) [2020-09-20T19:33:47.571Z] === RUN TestVolumeCreate [2020-09-20T19:33:47.571Z] --- PASS: TestVolumeCreate (0.00s) [2020-09-20T19:33:47.571Z] === RUN TestVolumeInspectError [2020-09-20T19:33:47.571Z] --- PASS: TestVolumeInspectError (0.00s) [2020-09-20T19:33:47.571Z] === RUN TestVolumeInspectNotFound [2020-09-20T19:33:47.571Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2020-09-20T19:33:47.571Z] === RUN TestVolumeInspectWithEmptyID [2020-09-20T19:33:47.571Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2020-09-20T19:33:47.571Z] === RUN TestVolumeInspect [2020-09-20T19:33:47.571Z] --- PASS: TestVolumeInspect (0.00s) [2020-09-20T19:33:47.571Z] === RUN TestVolumeListError [2020-09-20T19:33:47.571Z] --- PASS: TestVolumeListError (0.00s) [2020-09-20T19:33:47.571Z] === RUN TestVolumeList [2020-09-20T19:33:47.571Z] --- PASS: TestVolumeList (0.00s) [2020-09-20T19:33:47.571Z] === RUN TestVolumeRemoveError [2020-09-20T19:33:47.571Z] --- PASS: TestVolumeRemoveError (0.00s) [2020-09-20T19:33:47.571Z] === RUN TestVolumeRemove [2020-09-20T19:33:47.571Z] --- PASS: TestVolumeRemove (0.00s) [2020-09-20T19:33:47.571Z] === CONT TestTLSCloseWriter [2020-09-20T19:33:47.571Z] --- PASS: TestTLSCloseWriter (0.01s) [2020-09-20T19:33:47.571Z] PASS [2020-09-20T19:33:47.571Z] coverage: 74.9% of statements [2020-09-20T19:33:47.571Z] ok github.com/docker/docker/client 0.610s coverage: 74.9% of statements [2020-09-20T19:33:47.951Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2020-09-20T19:33:47.963Z] --- PASS: TestCreateServiceConfigFileMode (2.91s) [2020-09-20T19:33:47.964Z] === RUN TestCreateServiceSysctls [2020-09-20T19:33:48.892Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2020-09-20T19:33:49.462Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2020-09-20T19:33:49.722Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2020-09-20T19:33:50.292Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2020-09-20T19:33:50.552Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2020-09-20T19:33:50.552Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2020-09-20T19:33:50.813Z] === RUN TestDockerSuite/TestBuildEntrypoint [2020-09-20T19:33:51.383Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2020-09-20T19:33:52.192Z] --- PASS: TestCreateServiceSysctls (4.31s) [2020-09-20T19:33:52.192Z] === RUN TestCreateServiceCapabilities [2020-09-20T19:33:53.934Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2020-09-20T19:33:55.316Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2020-09-20T19:33:55.577Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2020-09-20T19:33:56.421Z] --- PASS: TestCreateServiceCapabilities (3.44s) [2020-09-20T19:33:56.422Z] === RUN TestInspect [2020-09-20T19:33:56.959Z] === RUN TestDockerSuite/TestBuildEnv [2020-09-20T19:33:58.214Z] ok github.com/docker/docker/api/server 0.006s coverage: 9.0% of statements [2020-09-20T19:33:58.342Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2020-09-20T19:33:59.725Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2020-09-20T19:33:59.725Z] --- PASS: TestInspect (3.46s) [2020-09-20T19:33:59.725Z] === RUN TestCreateJob [2020-09-20T19:34:00.670Z] === RUN TestDockerSuite/TestBuildEnvUsage [2020-09-20T19:34:02.413Z] --- PASS: TestCheckoutGit (29.36s) [2020-09-20T19:34:02.414Z] === RUN TestValidGitTransport [2020-09-20T19:34:02.414Z] --- PASS: TestValidGitTransport (0.00s) [2020-09-20T19:34:02.414Z] === RUN TestGitInvalidRef [2020-09-20T19:34:02.414Z] --- PASS: TestGitInvalidRef (0.19s) [2020-09-20T19:34:02.414Z] PASS [2020-09-20T19:34:02.414Z] coverage: 86.3% of statements [2020-09-20T19:34:02.414Z] ok github.com/docker/docker/builder/remotecontext/git 29.752s coverage: 86.3% of statements [2020-09-20T19:34:02.414Z] ? github.com/docker/docker/cli [no test files] [2020-09-20T19:34:02.414Z] ? github.com/docker/docker/cli/config [no test files] [2020-09-20T19:34:03.936Z] --- PASS: TestCreateJob (4.12s) [2020-09-20T19:34:03.936Z] === RUN TestReplicatedJob [2020-09-20T19:34:05.957Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2020-09-20T19:34:09.253Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2020-09-20T19:34:09.496Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2020-09-20T19:34:09.496Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2020-09-20T19:34:09.496Z] === RUN TestLoadDaemonCliConfigWithTLS [2020-09-20T19:34:09.496Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2020-09-20T19:34:09.496Z] === RUN TestLoadDaemonCliConfigWithConflicts [2020-09-20T19:34:09.496Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2020-09-20T19:34:09.496Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2020-09-20T19:34:09.496Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2020-09-20T19:34:09.496Z] === RUN TestLoadDaemonCliWithConflictingLabels [2020-09-20T19:34:09.496Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2020-09-20T19:34:09.496Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2020-09-20T19:34:09.496Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2020-09-20T19:34:09.496Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2020-09-20T19:34:09.496Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2020-09-20T19:34:09.496Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2020-09-20T19:34:09.496Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2020-09-20T19:34:09.496Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2020-09-20T19:34:09.496Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2020-09-20T19:34:09.496Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2020-09-20T19:34:09.496Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2020-09-20T19:34:09.496Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2020-09-20T19:34:09.496Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2020-09-20T19:34:09.496Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2020-09-20T19:34:09.496Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2020-09-20T19:34:09.496Z] === RUN TestConfigureDaemonLogs [2020-09-20T19:34:09.496Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2020-09-20T19:34:09.496Z] === RUN TestCommonOptionsInstallFlags [2020-09-20T19:34:09.496Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2020-09-20T19:34:09.496Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2020-09-20T19:34:09.496Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2020-09-20T19:34:09.496Z] PASS [2020-09-20T19:34:09.496Z] coverage: 19.3% of statements [2020-09-20T19:34:09.496Z] ok github.com/docker/docker/cmd/dockerd 0.652s coverage: 19.3% of statements [2020-09-20T19:34:09.956Z] === RUN TestContainerStopSignal [2020-09-20T19:34:09.956Z] --- PASS: TestContainerStopSignal (0.00s) [2020-09-20T19:34:09.956Z] === RUN TestContainerStopTimeout [2020-09-20T19:34:09.956Z] --- PASS: TestContainerStopTimeout (0.00s) [2020-09-20T19:34:09.956Z] === RUN TestContainerSecretReferenceDestTarget [2020-09-20T19:34:09.956Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2020-09-20T19:34:09.956Z] === RUN TestContainerLogPathSetForJSONFileLogger [2020-09-20T19:34:09.956Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2020-09-20T19:34:09.956Z] === RUN TestContainerLogPathSetForRingLogger [2020-09-20T19:34:09.956Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2020-09-20T19:34:09.956Z] === RUN TestReplaceAndAppendEnvVars [2020-09-20T19:34:09.956Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2020-09-20T19:34:09.956Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2020-09-20T19:34:09.956Z] === RUN TestNewMemoryStore [2020-09-20T19:34:09.956Z] --- PASS: TestNewMemoryStore (0.00s) [2020-09-20T19:34:09.956Z] === RUN TestAddContainers [2020-09-20T19:34:09.956Z] --- PASS: TestAddContainers (0.00s) [2020-09-20T19:34:09.956Z] === RUN TestGetContainer [2020-09-20T19:34:09.956Z] --- PASS: TestGetContainer (0.00s) [2020-09-20T19:34:09.956Z] === RUN TestDeleteContainer [2020-09-20T19:34:09.956Z] --- PASS: TestDeleteContainer (0.00s) [2020-09-20T19:34:09.956Z] === RUN TestListContainers [2020-09-20T19:34:09.956Z] --- PASS: TestListContainers (0.00s) [2020-09-20T19:34:09.956Z] === RUN TestFirstContainer [2020-09-20T19:34:09.956Z] --- PASS: TestFirstContainer (0.00s) [2020-09-20T19:34:09.956Z] === RUN TestApplyAllContainer [2020-09-20T19:34:09.956Z] --- PASS: TestApplyAllContainer (0.00s) [2020-09-20T19:34:09.956Z] === RUN TestIsValidHealthString [2020-09-20T19:34:09.956Z] --- PASS: TestIsValidHealthString (0.00s) [2020-09-20T19:34:09.956Z] === RUN TestStateRunStop [2020-09-20T19:34:09.956Z] --- PASS: TestStateRunStop (0.00s) [2020-09-20T19:34:09.956Z] === RUN TestStateTimeoutWait [2020-09-20T19:34:10.195Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2020-09-20T19:34:10.417Z] --- PASS: TestStateTimeoutWait (0.10s) [2020-09-20T19:34:10.417Z] state_test.go:141: Stop callback fired [2020-09-20T19:34:10.417Z] state_test.go:165: Stop callback fired [2020-09-20T19:34:10.417Z] === RUN TestIsValidStateString [2020-09-20T19:34:10.418Z] --- PASS: TestIsValidStateString (0.00s) [2020-09-20T19:34:10.418Z] === RUN TestViewSaveDelete [2020-09-20T19:34:10.418Z] --- PASS: TestViewSaveDelete (0.01s) [2020-09-20T19:34:10.418Z] === RUN TestViewAll [2020-09-20T19:34:10.418Z] --- PASS: TestViewAll (0.01s) [2020-09-20T19:34:10.418Z] === RUN TestViewGet [2020-09-20T19:34:10.418Z] --- PASS: TestViewGet (0.01s) [2020-09-20T19:34:10.418Z] === RUN TestNames [2020-09-20T19:34:10.418Z] --- PASS: TestNames (0.00s) [2020-09-20T19:34:10.418Z] === RUN TestViewWithHealthCheck [2020-09-20T19:34:10.418Z] --- PASS: TestViewWithHealthCheck (0.01s) [2020-09-20T19:34:10.418Z] PASS [2020-09-20T19:34:10.418Z] coverage: 41.6% of statements [2020-09-20T19:34:10.418Z] ok github.com/docker/docker/container 0.565s coverage: 41.6% of statements [2020-09-20T19:34:10.418Z] ? github.com/docker/docker/container/stream [no test files] [2020-09-20T19:34:10.418Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-09-20T19:34:10.418Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-09-20T19:34:10.418Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-09-20T19:34:10.529Z] --- PASS: TestReplicatedJob (6.26s) [2020-09-20T19:34:10.529Z] === RUN TestUpdateReplicatedJob [2020-09-20T19:34:12.600Z] === RUN TestPrepare [2020-09-20T19:34:12.600Z] --- PASS: TestPrepare (0.00s) [2020-09-20T19:34:12.600Z] === RUN TestStart [2020-09-20T19:34:12.600Z] --- PASS: TestStart (0.00s) [2020-09-20T19:34:12.600Z] === RUN TestWaitCancel [2020-09-20T19:34:12.600Z] --- PASS: TestWaitCancel (0.00s) [2020-09-20T19:34:12.600Z] === RUN TestWaitDisabled [2020-09-20T19:34:12.600Z] --- PASS: TestWaitDisabled (0.00s) [2020-09-20T19:34:12.600Z] === RUN TestWaitEnabled [2020-09-20T19:34:12.600Z] --- PASS: TestWaitEnabled (0.00s) [2020-09-20T19:34:12.600Z] === RUN TestRemove [2020-09-20T19:34:12.600Z] --- PASS: TestRemove (0.00s) [2020-09-20T19:34:12.600Z] PASS [2020-09-20T19:34:12.600Z] coverage: 65.3% of statements [2020-09-20T19:34:13.059Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.274s coverage: 65.3% of statements [2020-09-20T19:34:13.834Z] --- PASS: TestUpdateReplicatedJob (4.26s) [2020-09-20T19:34:13.834Z] === RUN TestServiceListWithStatuses [2020-09-20T19:34:13.834Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-09-20T19:34:13.834Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-20T19:34:13.834Z] === RUN TestDockerNetworkConnectAlias [2020-09-20T19:34:14.599Z] === RUN TestNewListSecretsFilters [2020-09-20T19:34:14.599Z] --- PASS: TestNewListSecretsFilters (0.00s) [2020-09-20T19:34:14.599Z] === RUN TestNewListConfigsFilters [2020-09-20T19:34:14.599Z] --- PASS: TestNewListConfigsFilters (0.00s) [2020-09-20T19:34:14.600Z] PASS [2020-09-20T19:34:14.600Z] coverage: 0.5% of statements [2020-09-20T19:34:14.600Z] ok github.com/docker/docker/daemon/cluster 0.840s coverage: 0.5% of statements [2020-09-20T19:34:14.600Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2020-09-20T19:34:15.060Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.12s) [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertToGRPCContainerRuntime [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertToGRPCIsolation [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertToGRPCIsolation/empty [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertToGRPCIsolation/default [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertToGRPCIsolation/process [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertFromGRPCIsolation [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertFromGRPCIsolation/default [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertFromGRPCIsolation/process [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertToGRPCCredentialSpec [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2020-09-20T19:34:15.060Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2020-09-20T19:34:15.060Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertFromGRPCConfigs [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertFromGRPCConfigs/file [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertToGRPCConfigs [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertToGRPCConfigs/file [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2020-09-20T19:34:15.060Z] === RUN TestServiceConvertToGRPCConfigs/none [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2020-09-20T19:34:15.060Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2020-09-20T19:34:15.060Z] PASS [2020-09-20T19:34:15.060Z] coverage: 35.9% of statements [2020-09-20T19:34:15.060Z] ok github.com/docker/docker/daemon/cluster/convert 1.043s coverage: 35.9% of statements [2020-09-20T19:34:20.424Z] --- PASS: TestDockerNetworkConnectAlias (6.45s) [2020-09-20T19:34:20.424Z] === RUN TestDockerNetworkReConnect [2020-09-20T19:34:20.867Z] === RUN TestBuilderGC [2020-09-20T19:34:20.867Z] --- PASS: TestBuilderGC (0.00s) [2020-09-20T19:34:20.867Z] === RUN TestDaemonConfigurationNotFound [2020-09-20T19:34:20.867Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2020-09-20T19:34:20.867Z] === RUN TestDaemonBrokenConfiguration [2020-09-20T19:34:20.867Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2020-09-20T19:34:20.867Z] === RUN TestParseClusterAdvertiseSettings [2020-09-20T19:34:20.867Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2020-09-20T19:34:20.867Z] === RUN TestFindConfigurationConflicts [2020-09-20T19:34:20.867Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2020-09-20T19:34:20.867Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2020-09-20T19:34:20.867Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2020-09-20T19:34:20.867Z] === RUN TestDaemonConfigurationMergeConflicts [2020-09-20T19:34:20.867Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2020-09-20T19:34:20.867Z] === RUN TestDaemonConfigurationMergeConcurrent [2020-09-20T19:34:20.867Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2020-09-20T19:34:20.867Z] === RUN TestDaemonConfigurationMergeConcurrentError [2020-09-20T19:34:20.867Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2020-09-20T19:34:20.867Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2020-09-20T19:34:20.867Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2020-09-20T19:34:20.867Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2020-09-20T19:34:20.867Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2020-09-20T19:34:20.867Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2020-09-20T19:34:20.867Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2020-09-20T19:34:20.867Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2020-09-20T19:34:20.867Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2020-09-20T19:34:20.867Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2020-09-20T19:34:20.867Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2020-09-20T19:34:20.867Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2020-09-20T19:34:20.867Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2020-09-20T19:34:20.867Z] === RUN TestFindConfigurationConflictsWithMergedValues [2020-09-20T19:34:20.867Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2020-09-20T19:34:20.867Z] === RUN TestValidateConfigurationErrors [2020-09-20T19:34:20.867Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2020-09-20T19:34:20.867Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2020-09-20T19:34:20.867Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2020-09-20T19:34:20.867Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2020-09-20T19:34:20.867Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2020-09-20T19:34:20.867Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2020-09-20T19:34:20.867Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2020-09-20T19:34:20.867Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2020-09-20T19:34:20.867Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2020-09-20T19:34:20.867Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2020-09-20T19:34:20.867Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2020-09-20T19:34:20.867Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2020-09-20T19:34:20.867Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2020-09-20T19:34:20.867Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2020-09-20T19:34:20.867Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2020-09-20T19:34:20.867Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2020-09-20T19:34:20.867Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2020-09-20T19:34:20.867Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2020-09-20T19:34:20.867Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2020-09-20T19:34:20.867Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2020-09-20T19:34:20.867Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2020-09-20T19:34:20.867Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2020-09-20T19:34:20.867Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2020-09-20T19:34:20.867Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2020-09-20T19:34:20.867Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2020-09-20T19:34:20.867Z] === RUN TestValidateConfiguration [2020-09-20T19:34:20.867Z] === RUN TestValidateConfiguration/with_label [2020-09-20T19:34:20.867Z] === RUN TestValidateConfiguration/with_dns [2020-09-20T19:34:20.867Z] === RUN TestValidateConfiguration/with_dns-search [2020-09-20T19:34:20.867Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2020-09-20T19:34:20.867Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2020-09-20T19:34:20.867Z] === RUN TestValidateConfiguration/with_max-download-attempts [2020-09-20T19:34:20.867Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2020-09-20T19:34:20.867Z] === RUN TestValidateConfiguration/with_node_generic_resources [2020-09-20T19:34:20.867Z] --- PASS: TestValidateConfiguration (0.00s) [2020-09-20T19:34:20.867Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2020-09-20T19:34:20.867Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2020-09-20T19:34:20.867Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2020-09-20T19:34:20.867Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2020-09-20T19:34:20.867Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2020-09-20T19:34:20.867Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2020-09-20T19:34:20.867Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2020-09-20T19:34:20.867Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2020-09-20T19:34:20.867Z] === RUN TestModifiedDiscoverySettings [2020-09-20T19:34:20.867Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2020-09-20T19:34:20.867Z] === RUN TestReloadSetConfigFileNotExist [2020-09-20T19:34:20.867Z] time="2020-09-20T19:34:20Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2020-09-20T19:34:20.867Z] --- PASS: TestReloadSetConfigFileNotExist (0.11s) [2020-09-20T19:34:20.867Z] === RUN TestReloadDefaultConfigNotExist [2020-09-20T19:34:20.867Z] --- SKIP: TestReloadDefaultConfigNotExist (0.03s) [2020-09-20T19:34:20.867Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2020-09-20T19:34:20.867Z] === RUN TestReloadBadDefaultConfig [2020-09-20T19:34:20.867Z] time="2020-09-20T19:34:20Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-356672459" [2020-09-20T19:34:20.867Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2020-09-20T19:34:20.867Z] === RUN TestReloadWithConflictingLabels [2020-09-20T19:34:20.867Z] time="2020-09-20T19:34:20Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-038863022" [2020-09-20T19:34:20.867Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2020-09-20T19:34:20.867Z] === RUN TestReloadWithDuplicateLabels [2020-09-20T19:34:20.867Z] time="2020-09-20T19:34:20Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-731221557" [2020-09-20T19:34:20.867Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2020-09-20T19:34:20.867Z] === RUN TestDaemonConfigurationMerge [2020-09-20T19:34:20.867Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2020-09-20T19:34:20.867Z] PASS [2020-09-20T19:34:20.867Z] coverage: 79.7% of statements [2020-09-20T19:34:20.867Z] ok github.com/docker/docker/daemon/config 0.528s coverage: 79.7% of statements [2020-09-20T19:34:20.867Z] === RUN TestDiscoveryOptsErrors [2020-09-20T19:34:20.867Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2020-09-20T19:34:20.867Z] === RUN TestDiscoveryOpts [2020-09-20T19:34:20.867Z] --- PASS: TestDiscoveryOpts (0.00s) [2020-09-20T19:34:20.867Z] PASS [2020-09-20T19:34:20.867Z] coverage: 30.0% of statements [2020-09-20T19:34:20.867Z] ok github.com/docker/docker/daemon/discovery 0.212s coverage: 30.0% of statements [2020-09-20T19:34:22.412Z] === RUN TestWaitNodeAttachment [2020-09-20T19:34:22.873Z] --- PASS: TestWaitNodeAttachment (0.41s) [2020-09-20T19:34:22.873Z] === RUN TestIsolationConversion [2020-09-20T19:34:22.873Z] === RUN TestIsolationConversion/default [2020-09-20T19:34:22.873Z] === RUN TestIsolationConversion/process [2020-09-20T19:34:22.873Z] === RUN TestIsolationConversion/hyperv [2020-09-20T19:34:22.873Z] --- PASS: TestIsolationConversion (0.00s) [2020-09-20T19:34:22.873Z] --- PASS: TestIsolationConversion/default (0.00s) [2020-09-20T19:34:22.873Z] --- PASS: TestIsolationConversion/process (0.00s) [2020-09-20T19:34:22.873Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2020-09-20T19:34:22.873Z] === RUN TestContainerLabels [2020-09-20T19:34:22.873Z] --- PASS: TestContainerLabels (0.00s) [2020-09-20T19:34:22.873Z] === RUN TestCredentialSpecConversion [2020-09-20T19:34:22.873Z] === RUN TestCredentialSpecConversion/none [2020-09-20T19:34:22.873Z] === RUN TestCredentialSpecConversion/config [2020-09-20T19:34:22.873Z] === RUN TestCredentialSpecConversion/file [2020-09-20T19:34:22.873Z] === RUN TestCredentialSpecConversion/registry [2020-09-20T19:34:22.873Z] --- PASS: TestCredentialSpecConversion (0.00s) [2020-09-20T19:34:22.873Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2020-09-20T19:34:22.873Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2020-09-20T19:34:22.873Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2020-09-20T19:34:22.873Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2020-09-20T19:34:22.873Z] === RUN TestControllerValidateMountBind [2020-09-20T19:34:22.873Z] --- PASS: TestControllerValidateMountBind (0.00s) [2020-09-20T19:34:22.873Z] === RUN TestControllerValidateMountVolume [2020-09-20T19:34:22.873Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2020-09-20T19:34:22.873Z] === RUN TestControllerValidateMountTarget [2020-09-20T19:34:22.873Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2020-09-20T19:34:22.873Z] === RUN TestControllerValidateMountTmpfs [2020-09-20T19:34:22.873Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2020-09-20T19:34:22.873Z] === RUN TestControllerValidateMountInvalidType [2020-09-20T19:34:22.873Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2020-09-20T19:34:22.873Z] === RUN TestControllerValidateMountNamedPipe [2020-09-20T19:34:22.873Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2020-09-20T19:34:22.873Z] PASS [2020-09-20T19:34:22.873Z] coverage: 11.3% of statements [2020-09-20T19:34:22.873Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.558s coverage: 11.3% of statements [2020-09-20T19:34:23.334Z] === RUN TestVerifyNetworkingConfig [2020-09-20T19:34:23.334Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2020-09-20T19:34:23.334Z] === RUN TestGetContainer [2020-09-20T19:34:23.334Z] --- PASS: TestGetContainer (0.00s) [2020-09-20T19:34:23.334Z] === RUN TestValidContainerNames [2020-09-20T19:34:23.334Z] --- PASS: TestValidContainerNames (0.00s) [2020-09-20T19:34:23.334Z] === RUN TestContainerInitDNS [2020-09-20T19:34:23.334Z] --- SKIP: TestContainerInitDNS (0.00s) [2020-09-20T19:34:23.334Z] daemon_test.go:147: root required [2020-09-20T19:34:23.334Z] === RUN TestMerge [2020-09-20T19:34:23.334Z] --- PASS: TestMerge (0.00s) [2020-09-20T19:34:23.334Z] === RUN TestValidateContainerIsolation [2020-09-20T19:34:23.334Z] --- PASS: TestValidateContainerIsolation (0.00s) [2020-09-20T19:34:23.334Z] === RUN TestFindNetworkErrorType [2020-09-20T19:34:23.334Z] --- PASS: TestFindNetworkErrorType (0.00s) [2020-09-20T19:34:23.334Z] === RUN TestEnsureServicesExist [2020-09-20T19:34:23.334Z] --- PASS: TestEnsureServicesExist (0.00s) [2020-09-20T19:34:23.334Z] === RUN TestEnsureServicesExistErrors [2020-09-20T19:34:23.334Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2020-09-20T19:34:23.334Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2020-09-20T19:34:23.334Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2020-09-20T19:34:23.334Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2020-09-20T19:34:23.334Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2020-09-20T19:34:23.334Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2020-09-20T19:34:23.334Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2020-09-20T19:34:23.334Z] === RUN TestContainerDelete [2020-09-20T19:34:23.334Z] --- PASS: TestContainerDelete (0.00s) [2020-09-20T19:34:23.334Z] === RUN TestContainerDoubleDelete [2020-09-20T19:34:23.334Z] --- PASS: TestContainerDoubleDelete (0.00s) [2020-09-20T19:34:23.334Z] === RUN TestLogContainerEventCopyLabels [2020-09-20T19:34:23.334Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2020-09-20T19:34:23.334Z] === RUN TestLogContainerEventWithAttributes [2020-09-20T19:34:23.334Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2020-09-20T19:34:23.334Z] === RUN TestNoneHealthcheck [2020-09-20T19:34:23.334Z] --- PASS: TestNoneHealthcheck (0.00s) [2020-09-20T19:34:23.334Z] === RUN TestHealthStates [2020-09-20T19:34:23.334Z] time="2020-09-20T19:34:23Z" 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" [2020-09-20T19:34:23.334Z] time="2020-09-20T19:34:23Z" 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" [2020-09-20T19:34:23.334Z] time="2020-09-20T19:34:23Z" 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" [2020-09-20T19:34:23.334Z] time="2020-09-20T19:34:23Z" 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" [2020-09-20T19:34:23.334Z] time="2020-09-20T19:34:23Z" 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" [2020-09-20T19:34:23.334Z] time="2020-09-20T19:34:23Z" 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" [2020-09-20T19:34:23.334Z] time="2020-09-20T19:34:23Z" 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" [2020-09-20T19:34:23.334Z] time="2020-09-20T19:34:23Z" 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" [2020-09-20T19:34:23.334Z] time="2020-09-20T19:34:23Z" 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" [2020-09-20T19:34:23.334Z] time="2020-09-20T19:34:23Z" 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" [2020-09-20T19:34:23.334Z] --- PASS: TestHealthStates (0.09s) [2020-09-20T19:34:23.334Z] === RUN TestMaskURLCredentials [2020-09-20T19:34:23.334Z] --- PASS: TestMaskURLCredentials (0.00s) [2020-09-20T19:34:23.334Z] === RUN TestGetInspectData [2020-09-20T19:34:23.334Z] --- PASS: TestGetInspectData (0.00s) [2020-09-20T19:34:23.334Z] === RUN TestFillLicense [2020-09-20T19:34:23.334Z] --- PASS: TestFillLicense (0.00s) [2020-09-20T19:34:23.334Z] === RUN TestListInvalidFilter [2020-09-20T19:34:23.334Z] --- PASS: TestListInvalidFilter (0.00s) [2020-09-20T19:34:23.334Z] === RUN TestNameFilter [2020-09-20T19:34:23.334Z] --- PASS: TestNameFilter (0.00s) [2020-09-20T19:34:23.334Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2020-09-20T19:34:23.334Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2020-09-20T19:34:23.334Z] === RUN TestSetWindowsCredentialSpecInSpec [2020-09-20T19:34:23.334Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2020-09-20T19:34:23.334Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2020-09-20T19:34:23.334Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2020-09-20T19:34:23.334Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2020-09-20T19:34:23.334Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2020-09-20T19:34:23.334Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2020-09-20T19:34:23.334Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2020-09-20T19:34:23.334Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2020-09-20T19:34:23.334Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2020-09-20T19:34:23.334Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2020-09-20T19:34:23.335Z] === 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 [2020-09-20T19:34:23.335Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2020-09-20T19:34:23.335Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2020-09-20T19:34:23.335Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2020-09-20T19:34:23.335Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2020-09-20T19:34:23.335Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2020-09-20T19:34:23.335Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2020-09-20T19:34:23.335Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2020-09-20T19:34:23.335Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2020-09-20T19:34:23.335Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2020-09-20T19:34:23.335Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2020-09-20T19:34:23.335Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2020-09-20T19:34:23.335Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2020-09-20T19:34:23.335Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2020-09-20T19:34:23.335Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2020-09-20T19:34:23.335Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2020-09-20T19:34:23.335Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2020-09-20T19:34:23.335Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2020-09-20T19:34:23.335Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2020-09-20T19:34:23.335Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2020-09-20T19:34:23.335Z] --- 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) [2020-09-20T19:34:23.335Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2020-09-20T19:34:23.335Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2020-09-20T19:34:23.335Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2020-09-20T19:34:23.335Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2020-09-20T19:34:23.335Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2020-09-20T19:34:23.335Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2020-09-20T19:34:23.335Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2020-09-20T19:34:23.335Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2020-09-20T19:34:23.335Z] === RUN TestDaemonReloadLabels [2020-09-20T19:34:23.335Z] --- PASS: TestDaemonReloadLabels (0.00s) [2020-09-20T19:34:23.335Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2020-09-20T19:34:23.335Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2020-09-20T19:34:23.335Z] === RUN TestDaemonReloadMirrors [2020-09-20T19:34:23.335Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2020-09-20T19:34:23.335Z] === RUN TestDaemonReloadInsecureRegistries [2020-09-20T19:34:23.335Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2020-09-20T19:34:23.335Z] === RUN TestDaemonReloadNotAffectOthers [2020-09-20T19:34:23.335Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2020-09-20T19:34:23.335Z] === RUN TestDaemonDiscoveryReload [2020-09-20T19:34:23.796Z] === RUN TestEventsLog [2020-09-20T19:34:23.796Z] --- PASS: TestEventsLog (0.00s) [2020-09-20T19:34:23.796Z] === RUN TestEventsLogTimeout [2020-09-20T19:34:23.796Z] --- PASS: TestEventsLogTimeout (0.00s) [2020-09-20T19:34:23.796Z] === RUN TestLogEvents [2020-09-20T19:34:23.796Z] --- PASS: TestLogEvents (0.07s) [2020-09-20T19:34:23.796Z] === RUN TestLoadBufferedEvents [2020-09-20T19:34:23.796Z] --- PASS: TestLoadBufferedEvents (0.12s) [2020-09-20T19:34:23.796Z] === RUN TestLoadBufferedEventsOnlyFromPast [2020-09-20T19:34:23.796Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2020-09-20T19:34:23.796Z] === RUN TestIgnoreBufferedWhenNoTimes [2020-09-20T19:34:23.796Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2020-09-20T19:34:23.796Z] PASS [2020-09-20T19:34:23.796Z] coverage: 50.0% of statements [2020-09-20T19:34:23.796Z] ok github.com/docker/docker/daemon/events 0.431s coverage: 50.0% of statements [2020-09-20T19:34:24.766Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2020-09-20T19:34:24.766Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2020-09-20T19:34:24.766Z] === RUN TestIsEmptyDir [2020-09-20T19:34:24.766Z] --- PASS: TestIsEmptyDir (0.01s) [2020-09-20T19:34:24.766Z] PASS [2020-09-20T19:34:24.766Z] coverage: 2.3% of statements [2020-09-20T19:34:24.766Z] ok github.com/docker/docker/daemon/graphdriver 0.210s coverage: 2.3% of statements [2020-09-20T19:34:24.766Z] === RUN TestLinkNaming [2020-09-20T19:34:24.766Z] --- PASS: TestLinkNaming (0.00s) [2020-09-20T19:34:24.766Z] === RUN TestLinkNew [2020-09-20T19:34:24.766Z] --- PASS: TestLinkNew (0.00s) [2020-09-20T19:34:24.766Z] === RUN TestLinkEnv [2020-09-20T19:34:24.766Z] --- PASS: TestLinkEnv (0.00s) [2020-09-20T19:34:24.766Z] === RUN TestLinkMultipleEnv [2020-09-20T19:34:24.766Z] --- PASS: TestLinkMultipleEnv (0.00s) [2020-09-20T19:34:24.766Z] === RUN TestLinkPortRangeEnv [2020-09-20T19:34:24.766Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2020-09-20T19:34:24.766Z] PASS [2020-09-20T19:34:24.766Z] coverage: 93.0% of statements [2020-09-20T19:34:24.766Z] ok github.com/docker/docker/daemon/links 0.073s coverage: 93.0% of statements [2020-09-20T19:34:25.097Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2020-09-20T19:34:25.226Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2020-09-20T19:34:25.226Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2020-09-20T19:34:25.686Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2020-09-20T19:34:25.686Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2020-09-20T19:34:25.686Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2020-09-20T19:34:25.686Z] reload_test.go:520: root required [2020-09-20T19:34:25.686Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2020-09-20T19:34:25.686Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2020-09-20T19:34:25.686Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2020-09-20T19:34:25.686Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2020-09-20T19:34:25.686Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2020-09-20T19:34:25.686Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2020-09-20T19:34:25.686Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2020-09-20T19:34:25.686Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2020-09-20T19:34:25.686Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2020-09-20T19:34:25.686Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2020-09-20T19:34:25.686Z] === RUN TestParseVolumesFrom [2020-09-20T19:34:25.686Z] --- PASS: TestParseVolumesFrom (0.00s) [2020-09-20T19:34:25.686Z] PASS [2020-09-20T19:34:25.686Z] coverage: 9.1% of statements [2020-09-20T19:34:25.686Z] ok github.com/docker/docker/daemon 4.136s coverage: 9.1% of statements [2020-09-20T19:34:25.686Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-09-20T19:34:25.686Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-09-20T19:34:25.686Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-09-20T19:34:25.686Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-09-20T19:34:25.686Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2020-09-20T19:34:25.686Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2020-09-20T19:34:25.686Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2020-09-20T19:34:25.686Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-09-20T19:34:25.686Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2020-09-20T19:34:25.686Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2020-09-20T19:34:25.686Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2020-09-20T19:34:25.686Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2020-09-20T19:34:25.686Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-09-20T19:34:25.686Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2020-09-20T19:34:25.686Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2020-09-20T19:34:25.686Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2020-09-20T19:34:25.719Z] --- PASS: TestDockerNetworkReConnect (5.21s) [2020-09-20T19:34:25.719Z] === RUN TestServicePlugin [2020-09-20T19:34:25.719Z] --- SKIP: TestServicePlugin (0.00s) [2020-09-20T19:34:25.719Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:34:25.719Z] === RUN TestServiceUpdateLabel [2020-09-20T19:34:27.007Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2020-09-20T19:34:28.597Z] === RUN TestSearchRegistryForImagesErrors [2020-09-20T19:34:28.597Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2020-09-20T19:34:28.597Z] === RUN TestSearchRegistryForImages [2020-09-20T19:34:28.597Z] --- PASS: TestSearchRegistryForImages (0.00s) [2020-09-20T19:34:28.597Z] PASS [2020-09-20T19:34:28.597Z] coverage: 4.8% of statements [2020-09-20T19:34:28.597Z] ok github.com/docker/docker/daemon/images 0.540s coverage: 4.8% of statements [2020-09-20T19:34:28.597Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-09-20T19:34:28.597Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-09-20T19:34:28.597Z] === RUN TestNewStreamConfig [2020-09-20T19:34:28.597Z] === RUN TestNewStreamConfig/defaults [2020-09-20T19:34:28.597Z] === RUN TestNewStreamConfig/invalid_create_group [2020-09-20T19:34:28.597Z] === RUN TestNewStreamConfig/invalid_flush_interval [2020-09-20T19:34:28.597Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2020-09-20T19:34:28.597Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2020-09-20T19:34:28.597Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2020-09-20T19:34:28.597Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2020-09-20T19:34:28.597Z] --- PASS: TestNewStreamConfig (0.00s) [2020-09-20T19:34:28.597Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2020-09-20T19:34:28.597Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2020-09-20T19:34:28.597Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2020-09-20T19:34:28.597Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2020-09-20T19:34:28.597Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2020-09-20T19:34:28.597Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2020-09-20T19:34:28.597Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2020-09-20T19:34:28.597Z] === RUN TestNewAWSLogsClientUserAgentHandler [2020-09-20T19:34:28.597Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2020-09-20T19:34:28.597Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2020-09-20T19:34:28.597Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2020-09-20T19:34:28.597Z] === RUN TestNewAWSLogsClientRegionDetect [2020-09-20T19:34:29.023Z] --- PASS: TestServiceUpdateLabel (3.27s) [2020-09-20T19:34:29.023Z] === RUN TestServiceUpdateSecrets [2020-09-20T19:34:29.056Z] time="2020-09-20T19:34:28Z" level=info msg="Trying to get region from EC2 Metadata" [2020-09-20T19:34:29.056Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.10s) [2020-09-20T19:34:29.056Z] === RUN TestCreateSuccess [2020-09-20T19:34:29.056Z] --- PASS: TestCreateSuccess (0.00s) [2020-09-20T19:34:29.056Z] === RUN TestCreateLogGroupSuccess [2020-09-20T19:34:29.056Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2020-09-20T19:34:29.056Z] === RUN TestCreateError [2020-09-20T19:34:29.056Z] --- PASS: TestCreateError (0.00s) [2020-09-20T19:34:29.056Z] === RUN TestCreateAlreadyExists [2020-09-20T19:34:29.056Z] time="2020-09-20T19:34:28Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2020-09-20T19:34:29.056Z] --- PASS: TestCreateAlreadyExists (0.00s) [2020-09-20T19:34:29.056Z] === RUN TestLogClosed [2020-09-20T19:34:29.056Z] --- PASS: TestLogClosed (0.00s) [2020-09-20T19:34:29.056Z] === RUN TestLogBlocking [2020-09-20T19:34:29.056Z] --- PASS: TestLogBlocking (0.00s) [2020-09-20T19:34:29.056Z] === RUN TestLogNonBlockingBufferEmpty [2020-09-20T19:34:29.056Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2020-09-20T19:34:29.056Z] === RUN TestLogNonBlockingBufferFull [2020-09-20T19:34:29.056Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2020-09-20T19:34:29.056Z] === RUN TestPublishBatchSuccess [2020-09-20T19:34:29.056Z] --- PASS: TestPublishBatchSuccess (0.00s) [2020-09-20T19:34:29.056Z] === RUN TestPublishBatchError [2020-09-20T19:34:29.056Z] time="2020-09-20T19:34:28Z" level=error msg=Error [2020-09-20T19:34:29.056Z] --- PASS: TestPublishBatchError (0.00s) [2020-09-20T19:34:29.056Z] === RUN TestPublishBatchInvalidSeqSuccess [2020-09-20T19:34:29.056Z] time="2020-09-20T19:34:28Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2020-09-20T19:34:29.056Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2020-09-20T19:34:29.056Z] === RUN TestPublishBatchAlreadyAccepted [2020-09-20T19:34:29.056Z] time="2020-09-20T19:34:28Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2020-09-20T19:34:29.056Z] time="2020-09-20T19:34:28Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2020-09-20T19:34:29.056Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2020-09-20T19:34:29.056Z] === RUN TestCollectBatchSimple [2020-09-20T19:34:29.056Z] --- PASS: TestCollectBatchSimple (0.00s) [2020-09-20T19:34:29.056Z] === RUN TestCollectBatchTicker [2020-09-20T19:34:29.056Z] --- PASS: TestCollectBatchTicker (0.00s) [2020-09-20T19:34:29.056Z] === RUN TestCollectBatchMultilinePattern [2020-09-20T19:34:29.056Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2020-09-20T19:34:29.056Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2020-09-20T19:34:29.056Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2020-09-20T19:34:29.056Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2020-09-20T19:34:29.056Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2020-09-20T19:34:29.056Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2020-09-20T19:34:29.056Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2020-09-20T19:34:29.056Z] === RUN TestCollectBatchClose [2020-09-20T19:34:29.056Z] --- PASS: TestCollectBatchClose (0.00s) [2020-09-20T19:34:29.056Z] === RUN TestEffectiveLen [2020-09-20T19:34:29.056Z] === RUN TestEffectiveLen/0/Hello [2020-09-20T19:34:29.056Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2020-09-20T19:34:29.057Z] === RUN TestEffectiveLen/2/🙃 [2020-09-20T19:34:29.057Z] === RUN TestEffectiveLen/3/���� [2020-09-20T19:34:29.057Z] === RUN TestEffectiveLen/4/He��o [2020-09-20T19:34:29.057Z] === RUN TestEffectiveLen/5/ [2020-09-20T19:34:29.057Z] --- PASS: TestEffectiveLen (0.00s) [2020-09-20T19:34:29.057Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2020-09-20T19:34:29.057Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2020-09-20T19:34:29.057Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2020-09-20T19:34:29.057Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2020-09-20T19:34:29.057Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2020-09-20T19:34:29.057Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2020-09-20T19:34:29.057Z] === RUN TestFindValidSplit [2020-09-20T19:34:29.057Z] === RUN TestFindValidSplit/0/ [2020-09-20T19:34:29.057Z] === RUN TestFindValidSplit/1/Hello [2020-09-20T19:34:29.057Z] === RUN TestFindValidSplit/2/Hello [2020-09-20T19:34:29.057Z] === RUN TestFindValidSplit/3/Hello [2020-09-20T19:34:29.057Z] === RUN TestFindValidSplit/4/🙃 [2020-09-20T19:34:29.057Z] === RUN TestFindValidSplit/5/🙃 [2020-09-20T19:34:29.057Z] === RUN TestFindValidSplit/6/a� [2020-09-20T19:34:29.057Z] === RUN TestFindValidSplit/7/a� [2020-09-20T19:34:29.057Z] --- PASS: TestFindValidSplit (0.00s) [2020-09-20T19:34:29.057Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2020-09-20T19:34:29.057Z] cloudwatchlogs_test.go:1044: [2020-09-20T19:34:29.057Z] cloudwatchlogs_test.go:1045: [2020-09-20T19:34:29.057Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2020-09-20T19:34:29.057Z] cloudwatchlogs_test.go:1044: Hello [2020-09-20T19:34:29.057Z] cloudwatchlogs_test.go:1045: [2020-09-20T19:34:29.057Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2020-09-20T19:34:29.057Z] cloudwatchlogs_test.go:1044: He [2020-09-20T19:34:29.057Z] cloudwatchlogs_test.go:1045: llo [2020-09-20T19:34:29.057Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2020-09-20T19:34:29.057Z] cloudwatchlogs_test.go:1044: [2020-09-20T19:34:29.057Z] cloudwatchlogs_test.go:1045: Hello [2020-09-20T19:34:29.057Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2020-09-20T19:34:29.057Z] cloudwatchlogs_test.go:1044: [2020-09-20T19:34:29.057Z] cloudwatchlogs_test.go:1045: 🙃 [2020-09-20T19:34:29.057Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2020-09-20T19:34:29.057Z] cloudwatchlogs_test.go:1044: 🙃 [2020-09-20T19:34:29.057Z] cloudwatchlogs_test.go:1045: [2020-09-20T19:34:29.057Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2020-09-20T19:34:29.057Z] cloudwatchlogs_test.go:1044: a [2020-09-20T19:34:29.057Z] cloudwatchlogs_test.go:1045: � [2020-09-20T19:34:29.057Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2020-09-20T19:34:29.057Z] cloudwatchlogs_test.go:1044: a� [2020-09-20T19:34:29.057Z] cloudwatchlogs_test.go:1045: [2020-09-20T19:34:29.057Z] === RUN TestProcessEventEmoji [2020-09-20T19:34:29.057Z] --- PASS: TestProcessEventEmoji (0.00s) [2020-09-20T19:34:29.057Z] === RUN TestCollectBatchLineSplit [2020-09-20T19:34:29.057Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2020-09-20T19:34:29.057Z] === RUN TestCollectBatchLineSplitWithBinary [2020-09-20T19:34:29.057Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2020-09-20T19:34:29.057Z] === RUN TestCollectBatchMaxEvents [2020-09-20T19:34:29.057Z] --- PASS: TestCollectBatchMaxEvents (0.02s) [2020-09-20T19:34:29.057Z] === RUN TestCollectBatchMaxTotalBytes [2020-09-20T19:34:29.057Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2020-09-20T19:34:29.057Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2020-09-20T19:34:29.057Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2020-09-20T19:34:29.057Z] === RUN TestCollectBatchWithDuplicateTimestamps [2020-09-20T19:34:29.057Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2020-09-20T19:34:29.057Z] === RUN TestParseLogOptionsMultilinePattern [2020-09-20T19:34:29.057Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2020-09-20T19:34:29.057Z] === RUN TestParseLogOptionsDatetimeFormat [2020-09-20T19:34:29.057Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2020-09-20T19:34:29.057Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2020-09-20T19:34:29.057Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2020-09-20T19:34:29.057Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2020-09-20T19:34:29.057Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2020-09-20T19:34:29.057Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2020-09-20T19:34:29.057Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2020-09-20T19:34:29.057Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2020-09-20T19:34:29.057Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2020-09-20T19:34:29.057Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2020-09-20T19:34:29.057Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2020-09-20T19:34:29.057Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2020-09-20T19:34:29.057Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2020-09-20T19:34:29.057Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2020-09-20T19:34:29.057Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2020-09-20T19:34:29.057Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2020-09-20T19:34:29.057Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2020-09-20T19:34:29.057Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2020-09-20T19:34:29.057Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2020-09-20T19:34:29.057Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2020-09-20T19:34:29.057Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2020-09-20T19:34:29.057Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2020-09-20T19:34:29.057Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2020-09-20T19:34:29.057Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2020-09-20T19:34:29.057Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2020-09-20T19:34:29.057Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2020-09-20T19:34:29.057Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2020-09-20T19:34:29.057Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2020-09-20T19:34:29.057Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2020-09-20T19:34:29.057Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2020-09-20T19:34:29.057Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2020-09-20T19:34:29.057Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2020-09-20T19:34:29.057Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2020-09-20T19:34:29.057Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2020-09-20T19:34:29.057Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2020-09-20T19:34:29.057Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2020-09-20T19:34:29.057Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2020-09-20T19:34:29.057Z] === RUN TestCreateTagSuccess [2020-09-20T19:34:29.057Z] --- PASS: TestCreateTagSuccess (0.00s) [2020-09-20T19:34:29.057Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2020-09-20T19:34:29.057Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2020-09-20T19:34:29.057Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2020-09-20T19:34:29.057Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2020-09-20T19:34:29.057Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2020-09-20T19:34:29.057Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2020-09-20T19:34:29.057Z] PASS [2020-09-20T19:34:29.057Z] coverage: 77.8% of statements [2020-09-20T19:34:29.057Z] ok github.com/docker/docker/daemon/logger/awslogs 1.133s coverage: 77.8% of statements [2020-09-20T19:34:29.057Z] === RUN TestAdapterReadLogs [2020-09-20T19:34:29.057Z] --- PASS: TestAdapterReadLogs (0.00s) [2020-09-20T19:34:29.057Z] === RUN TestCopier [2020-09-20T19:34:29.057Z] --- PASS: TestCopier (0.00s) [2020-09-20T19:34:29.057Z] === RUN TestCopierLongLines [2020-09-20T19:34:29.057Z] --- PASS: TestCopierLongLines (0.00s) [2020-09-20T19:34:29.057Z] === RUN TestCopierSlow [2020-09-20T19:34:29.516Z] --- PASS: TestCopierSlow (0.20s) [2020-09-20T19:34:29.516Z] === RUN TestCopierWithSized [2020-09-20T19:34:29.516Z] --- PASS: TestCopierWithSized (0.00s) [2020-09-20T19:34:29.516Z] === RUN TestCopierWithPartial [2020-09-20T19:34:29.516Z] --- PASS: TestCopierWithPartial (0.00s) [2020-09-20T19:34:29.516Z] === RUN TestRingLogger [2020-09-20T19:34:29.516Z] --- PASS: TestRingLogger (0.00s) [2020-09-20T19:34:29.516Z] === RUN TestRingCap [2020-09-20T19:34:29.516Z] --- PASS: TestRingCap (0.00s) [2020-09-20T19:34:29.516Z] === RUN TestRingClose [2020-09-20T19:34:29.516Z] --- PASS: TestRingClose (0.00s) [2020-09-20T19:34:29.516Z] === RUN TestRingDrain [2020-09-20T19:34:29.516Z] --- PASS: TestRingDrain (0.00s) [2020-09-20T19:34:29.516Z] PASS [2020-09-20T19:34:29.516Z] coverage: 41.2% of statements [2020-09-20T19:34:29.516Z] ok github.com/docker/docker/daemon/logger 1.370s coverage: 41.2% of statements [2020-09-20T19:34:29.516Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2020-09-20T19:34:29.516Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-09-20T19:34:29.516Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-09-20T19:34:29.516Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2020-09-20T19:34:29.516Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2020-09-20T19:34:29.516Z] === RUN TestJSONFileLogger [2020-09-20T19:34:29.516Z] --- PASS: TestJSONFileLogger (0.00s) [2020-09-20T19:34:29.516Z] === RUN TestJSONFileLoggerWithTags [2020-09-20T19:34:29.516Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2020-09-20T19:34:29.516Z] === RUN TestJSONFileLoggerWithOpts [2020-09-20T19:34:29.516Z] --- PASS: TestJSONFileLoggerWithOpts (0.02s) [2020-09-20T19:34:29.516Z] === RUN TestJSONFileLoggerWithLabelsEnv [2020-09-20T19:34:29.516Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2020-09-20T19:34:29.516Z] === RUN TestEncodeDecode [2020-09-20T19:34:29.516Z] === PAUSE TestEncodeDecode [2020-09-20T19:34:29.516Z] === CONT TestEncodeDecode [2020-09-20T19:34:29.516Z] --- PASS: TestEncodeDecode (0.11s) [2020-09-20T19:34:29.516Z] PASS [2020-09-20T19:34:29.516Z] coverage: 61.6% of statements [2020-09-20T19:34:29.516Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.378s coverage: 61.6% of statements [2020-09-20T19:34:30.486Z] === RUN TestJSONLogsMarshalJSONBuf [2020-09-20T19:34:30.487Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2020-09-20T19:34:30.487Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2020-09-20T19:34:30.487Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.11s) [2020-09-20T19:34:30.487Z] === RUN TestFastTimeMarshalJSON [2020-09-20T19:34:30.487Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2020-09-20T19:34:30.487Z] PASS [2020-09-20T19:34:30.487Z] coverage: 87.2% of statements [2020-09-20T19:34:30.487Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.178s coverage: 87.2% of statements [2020-09-20T19:34:31.457Z] === RUN TestWriteLog [2020-09-20T19:34:31.457Z] === PAUSE TestWriteLog [2020-09-20T19:34:31.457Z] === RUN TestReadLog [2020-09-20T19:34:31.457Z] === PAUSE TestReadLog [2020-09-20T19:34:31.457Z] === CONT TestWriteLog [2020-09-20T19:34:31.457Z] --- PASS: TestWriteLog (0.00s) [2020-09-20T19:34:31.457Z] === CONT TestReadLog [2020-09-20T19:34:31.917Z] === RUN TestReadLog/tail_exact [2020-09-20T19:34:31.917Z] === RUN TestReadLog/tail_less_than_available [2020-09-20T19:34:31.917Z] === RUN TestReadLog/tail_more_than_available [2020-09-20T19:34:31.917Z] --- PASS: TestReadLog (0.13s) [2020-09-20T19:34:31.917Z] --- PASS: TestReadLog/tail_exact (0.12s) [2020-09-20T19:34:31.917Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2020-09-20T19:34:31.917Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2020-09-20T19:34:31.917Z] PASS [2020-09-20T19:34:31.917Z] coverage: 75.2% of statements [2020-09-20T19:34:31.917Z] ok github.com/docker/docker/daemon/logger/local 0.515s coverage: 75.2% of statements [2020-09-20T19:34:31.917Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-09-20T19:34:31.917Z] === RUN TestOpenFileDelete [2020-09-20T19:34:31.917Z] --- PASS: TestOpenFileDelete (0.00s) [2020-09-20T19:34:31.917Z] === RUN TestOpenFileRename [2020-09-20T19:34:31.917Z] --- PASS: TestOpenFileRename (0.00s) [2020-09-20T19:34:31.917Z] === RUN TestParseLogTagDefaultTag [2020-09-20T19:34:31.917Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2020-09-20T19:34:31.917Z] === RUN TestParseLogTag [2020-09-20T19:34:31.917Z] --- PASS: TestParseLogTag (0.00s) [2020-09-20T19:34:31.917Z] === RUN TestParseLogTagEmptyTag [2020-09-20T19:34:31.917Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2020-09-20T19:34:31.917Z] === RUN TestTailFiles [2020-09-20T19:34:31.917Z] --- PASS: TestTailFiles (0.00s) [2020-09-20T19:34:31.917Z] === RUN TestFollowLogsConsumerGone [2020-09-20T19:34:31.917Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2020-09-20T19:34:31.917Z] === RUN TestFollowLogsProducerGone [2020-09-20T19:34:31.917Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2020-09-20T19:34:31.917Z] logfile_test.go:173: logDecode() closed after sending 3316 messages [2020-09-20T19:34:31.917Z] logfile_test.go:226: messages sent: 3316, received: 3316 [2020-09-20T19:34:31.917Z] === RUN TestCheckCapacityAndRotate [2020-09-20T19:34:31.917Z] --- PASS: TestCheckCapacityAndRotate (0.02s) [2020-09-20T19:34:31.917Z] PASS [2020-09-20T19:34:31.917Z] coverage: 35.9% of statements [2020-09-20T19:34:32.377Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.301s coverage: 35.9% of statements [2020-09-20T19:34:32.377Z] === RUN TestLog [2020-09-20T19:34:32.377Z] --- PASS: TestLog (0.01s) [2020-09-20T19:34:32.377Z] PASS [2020-09-20T19:34:32.377Z] coverage: 33.3% of statements [2020-09-20T19:34:32.377Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.332s coverage: 33.3% of statements [2020-09-20T19:34:33.918Z] === RUN TestValidateLogOpt [2020-09-20T19:34:33.918Z] --- PASS: TestValidateLogOpt (0.00s) [2020-09-20T19:34:33.918Z] === RUN TestNewMissedConfig [2020-09-20T19:34:33.918Z] --- PASS: TestNewMissedConfig (0.00s) [2020-09-20T19:34:33.918Z] === RUN TestNewMissedUrl [2020-09-20T19:34:33.918Z] --- PASS: TestNewMissedUrl (0.00s) [2020-09-20T19:34:33.918Z] === RUN TestNewMissedToken [2020-09-20T19:34:33.918Z] --- PASS: TestNewMissedToken (0.00s) [2020-09-20T19:34:33.918Z] === RUN TestNewWithProxy [2020-09-20T19:34:33.918Z] --- PASS: TestNewWithProxy (0.00s) [2020-09-20T19:34:33.918Z] === RUN TestDefault [2020-09-20T19:34:33.918Z] --- PASS: TestDefault (0.00s) [2020-09-20T19:34:33.918Z] === RUN TestInlineFormatWithNonDefaultOptions [2020-09-20T19:34:33.918Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2020-09-20T19:34:33.918Z] === RUN TestJsonFormat [2020-09-20T19:34:33.918Z] --- PASS: TestJsonFormat (0.00s) [2020-09-20T19:34:33.918Z] === RUN TestRawFormat [2020-09-20T19:34:33.918Z] --- PASS: TestRawFormat (0.00s) [2020-09-20T19:34:33.918Z] === RUN TestRawFormatWithLabels [2020-09-20T19:34:33.918Z] --- PASS: TestRawFormatWithLabels (0.00s) [2020-09-20T19:34:33.918Z] === RUN TestRawFormatWithoutTag [2020-09-20T19:34:33.918Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2020-09-20T19:34:33.918Z] === RUN TestBatching [2020-09-20T19:34:33.918Z] === RUN TestNewParse [2020-09-20T19:34:33.918Z] --- PASS: TestNewParse (0.00s) [2020-09-20T19:34:33.918Z] PASS [2020-09-20T19:34:33.918Z] coverage: 8.3% of statements [2020-09-20T19:34:33.918Z] ok github.com/docker/docker/daemon/logger/templates 0.146s coverage: 8.3% of statements [2020-09-20T19:34:33.918Z] --- PASS: TestBatching (0.22s) [2020-09-20T19:34:33.918Z] === RUN TestFrequency [2020-09-20T19:34:33.918Z] --- PASS: TestFrequency (0.21s) [2020-09-20T19:34:33.918Z] === RUN TestOneMessagePerRequest [2020-09-20T19:34:33.918Z] --- PASS: TestOneMessagePerRequest (0.02s) [2020-09-20T19:34:33.918Z] === RUN TestVerify [2020-09-20T19:34:33.918Z] --- PASS: TestVerify (0.00s) [2020-09-20T19:34:33.918Z] === RUN TestSkipVerify [2020-09-20T19:34:34.381Z] === RUN TestParseLogFormat [2020-09-20T19:34:34.381Z] --- PASS: TestParseLogFormat (0.00s) [2020-09-20T19:34:34.381Z] === RUN TestValidateLogOptEmpty [2020-09-20T19:34:34.381Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2020-09-20T19:34:34.381Z] === RUN TestValidateSyslogAddress [2020-09-20T19:34:34.381Z] --- PASS: TestValidateSyslogAddress (0.00s) [2020-09-20T19:34:34.381Z] === RUN TestParseAddressDefaultPort [2020-09-20T19:34:34.381Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2020-09-20T19:34:34.381Z] === RUN TestValidateSyslogFacility [2020-09-20T19:34:34.381Z] --- PASS: TestValidateSyslogFacility (0.00s) [2020-09-20T19:34:34.381Z] === RUN TestValidateLogOptSyslogFormat [2020-09-20T19:34:34.381Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2020-09-20T19:34:34.381Z] === RUN TestValidateLogOpt [2020-09-20T19:34:34.381Z] --- PASS: TestValidateLogOpt (0.00s) [2020-09-20T19:34:34.381Z] PASS [2020-09-20T19:34:34.381Z] coverage: 46.8% of statements [2020-09-20T19:34:34.381Z] ok github.com/docker/docker/daemon/logger/syslog 0.111s coverage: 46.8% of statements [2020-09-20T19:34:34.381Z] time="2020-09-20T19:34:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-09-20T19:34:34.381Z] time="2020-09-20T19:34:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-09-20T19:34:34.381Z] time="2020-09-20T19:34:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-09-20T19:34:34.381Z] time="2020-09-20T19:34:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-09-20T19:34:34.381Z] --- PASS: TestSkipVerify (0.40s) [2020-09-20T19:34:34.381Z] === RUN TestBufferMaximum [2020-09-20T19:34:34.381Z] time="2020-09-20T19:34:34Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-09-20T19:34:34.381Z] time="2020-09-20T19:34:34Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-09-20T19:34:34.381Z] time="2020-09-20T19:34:34Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-09-20T19:34:34.381Z] time="2020-09-20T19:34:34Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-09-20T19:34:34.381Z] time="2020-09-20T19:34:34Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-09-20T19:34:34.381Z] time="2020-09-20T19:34:34Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1600630474.255159\",\"host\":\"0e5870071ec2\"}'" [2020-09-20T19:34:34.381Z] time="2020-09-20T19:34:34Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1600630474.255159\",\"host\":\"0e5870071ec2\"}'" [2020-09-20T19:34:34.381Z] --- PASS: TestBufferMaximum (0.00s) [2020-09-20T19:34:34.381Z] === RUN TestServerAlwaysDown [2020-09-20T19:34:34.381Z] time="2020-09-20T19:34:34Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-09-20T19:34:34.381Z] time="2020-09-20T19:34:34Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-09-20T19:34:34.381Z] time="2020-09-20T19:34:34Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1600630474.257178\",\"host\":\"0e5870071ec2\"}'" [2020-09-20T19:34:34.381Z] time="2020-09-20T19:34:34Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1600630474.257178\",\"host\":\"0e5870071ec2\"}'" [2020-09-20T19:34:34.381Z] time="2020-09-20T19:34:34Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-09-20T19:34:34.381Z] time="2020-09-20T19:34:34Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1600630474.257178\",\"host\":\"0e5870071ec2\"}'" [2020-09-20T19:34:34.381Z] time="2020-09-20T19:34:34Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1600630474.258167\",\"host\":\"0e5870071ec2\"}'" [2020-09-20T19:34:34.381Z] time="2020-09-20T19:34:34Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1600630474.258167\",\"host\":\"0e5870071ec2\"}'" [2020-09-20T19:34:34.381Z] --- PASS: TestServerAlwaysDown (0.00s) [2020-09-20T19:34:34.381Z] === RUN TestCannotSendAfterClose [2020-09-20T19:34:34.381Z] --- PASS: TestCannotSendAfterClose (0.00s) [2020-09-20T19:34:34.381Z] === RUN TestDeadlockOnBlockedEndpoint [2020-09-20T19:34:35.139Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2020-09-20T19:34:35.352Z] time="2020-09-20T19:34:35Z" 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 [2020-09-20T19:34:35.352Z] time="2020-09-20T19:34:35Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"0e5870071ec2\"}'" [2020-09-20T19:34:35.352Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2020-09-20T19:34:35.352Z] PASS [2020-09-20T19:34:35.352Z] coverage: 82.5% of statements [2020-09-20T19:34:35.352Z] ok github.com/docker/docker/daemon/logger/splunk 2.373s coverage: 82.5% of statements [2020-09-20T19:34:35.352Z] ? github.com/docker/docker/daemon/names [no test files] [2020-09-20T19:34:35.352Z] ? github.com/docker/docker/daemon/network [no test files] [2020-09-20T19:34:35.352Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-09-20T19:34:35.399Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2020-09-20T19:34:35.812Z] === RUN TestContinueOnError_NonMirrorEndpoint [2020-09-20T19:34:35.812Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2020-09-20T19:34:35.812Z] === RUN TestContinueOnError_MirrorEndpoint [2020-09-20T19:34:35.812Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2020-09-20T19:34:35.812Z] === RUN TestContinueOnError_NeverContinue [2020-09-20T19:34:35.812Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2020-09-20T19:34:35.812Z] === RUN TestContinueOnError_UnnestsErrors [2020-09-20T19:34:35.812Z] --- PASS: TestContinueOnError_UnnestsErrors (0.00s) [2020-09-20T19:34:35.812Z] === RUN TestFixManifestLayers [2020-09-20T19:34:35.812Z] --- PASS: TestFixManifestLayers (0.00s) [2020-09-20T19:34:35.812Z] === RUN TestFixManifestLayersBaseLayerParent [2020-09-20T19:34:35.812Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2020-09-20T19:34:35.812Z] pull_v2_test.go:73: Needs fixing on Windows [2020-09-20T19:34:35.812Z] === RUN TestFixManifestLayersBadParent [2020-09-20T19:34:35.812Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2020-09-20T19:34:35.812Z] === RUN TestValidateManifest [2020-09-20T19:34:35.812Z] --- SKIP: TestValidateManifest (0.00s) [2020-09-20T19:34:35.812Z] pull_v2_test.go:118: Needs fixing on Windows [2020-09-20T19:34:35.812Z] === RUN TestFormatPlatform [2020-09-20T19:34:35.812Z] --- PASS: TestFormatPlatform (0.00s) [2020-09-20T19:34:35.812Z] === RUN TestGetRepositoryMountCandidates [2020-09-20T19:34:35.812Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2020-09-20T19:34:35.812Z] === RUN TestLayerAlreadyExists [2020-09-20T19:34:35.812Z] --- PASS: TestLayerAlreadyExists (0.00s) [2020-09-20T19:34:35.812Z] 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} [2020-09-20T19:34:35.812Z] 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} [2020-09-20T19:34:35.812Z] 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} [2020-09-20T19:34:35.812Z] 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} [2020-09-20T19:34:35.812Z] 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} [2020-09-20T19:34:35.812Z] 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} [2020-09-20T19:34:35.812Z] === RUN TestWhenEmptyAuthConfig [2020-09-20T19:34:35.970Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2020-09-20T19:34:36.230Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2020-09-20T19:34:36.272Z] === RUN TestV1IDService [2020-09-20T19:34:36.272Z] --- PASS: TestV1IDService (0.02s) [2020-09-20T19:34:36.272Z] === RUN TestV2MetadataService [2020-09-20T19:34:36.732Z] === RUN TestSuccessfulDownload [2020-09-20T19:34:36.732Z] --- SKIP: TestSuccessfulDownload (0.00s) [2020-09-20T19:34:36.732Z] download_test.go:268: Needs fixing on Windows [2020-09-20T19:34:36.732Z] === RUN TestCancelledDownload [2020-09-20T19:34:36.732Z] --- PASS: TestCancelledDownload (0.00s) [2020-09-20T19:34:36.732Z] === RUN TestMaxDownloadAttempts [2020-09-20T19:34:36.732Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2020-09-20T19:34:36.732Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2020-09-20T19:34:36.732Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2020-09-20T19:34:36.732Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2020-09-20T19:34:36.732Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2020-09-20T19:34:36.732Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2020-09-20T19:34:36.732Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2020-09-20T19:34:36.732Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2020-09-20T19:34:36.732Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2020-09-20T19:34:36.732Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2020-09-20T19:34:36.732Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2020-09-20T19:34:36.732Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2020-09-20T19:34:37.192Z] time="2020-09-20T19:34:36Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-09-20T19:34:37.192Z] time="2020-09-20T19:34:36Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-09-20T19:34:37.192Z] time="2020-09-20T19:34:36Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-09-20T19:34:37.192Z] time="2020-09-20T19:34:36Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-09-20T19:34:37.192Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2020-09-20T19:34:37.192Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.35s) [2020-09-20T19:34:37.192Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.35s) [2020-09-20T19:34:37.192Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.35s) [2020-09-20T19:34:37.192Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.35s) [2020-09-20T19:34:37.192Z] === RUN TestTransfer [2020-09-20T19:34:37.192Z] --- PASS: TestTransfer (0.14s) [2020-09-20T19:34:37.192Z] === RUN TestConcurrencyLimit [2020-09-20T19:34:37.192Z] --- PASS: TestV2MetadataService (0.78s) [2020-09-20T19:34:37.192Z] PASS [2020-09-20T19:34:37.192Z] coverage: 48.2% of statements [2020-09-20T19:34:37.192Z] ok github.com/docker/docker/distribution/metadata 0.949s coverage: 48.2% of statements [2020-09-20T19:34:37.613Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2020-09-20T19:34:37.613Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2020-09-20T19:34:37.652Z] --- PASS: TestWhenEmptyAuthConfig (1.67s) [2020-09-20T19:34:37.652Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2020-09-20T19:34:37.652Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2020-09-20T19:34:37.652Z] === RUN TestTokenPassThru [2020-09-20T19:34:37.652Z] --- PASS: TestTokenPassThru (0.00s) [2020-09-20T19:34:37.652Z] === RUN TestTokenPassThruDifferentHost [2020-09-20T19:34:37.652Z] === RUN TestNotFound [2020-09-20T19:34:37.652Z] --- PASS: TestNotFound (0.00s) [2020-09-20T19:34:37.652Z] === RUN TestConflict [2020-09-20T19:34:37.652Z] --- PASS: TestConflict (0.00s) [2020-09-20T19:34:37.652Z] === RUN TestForbidden [2020-09-20T19:34:37.652Z] --- PASS: TestForbidden (0.00s) [2020-09-20T19:34:37.652Z] === RUN TestInvalidParameter [2020-09-20T19:34:37.652Z] --- PASS: TestInvalidParameter (0.00s) [2020-09-20T19:34:37.652Z] === RUN TestNotImplemented [2020-09-20T19:34:37.652Z] --- PASS: TestNotImplemented (0.00s) [2020-09-20T19:34:37.652Z] === RUN TestNotModified [2020-09-20T19:34:37.652Z] --- PASS: TestNotModified (0.00s) [2020-09-20T19:34:37.652Z] === RUN TestUnauthorized [2020-09-20T19:34:37.652Z] --- PASS: TestUnauthorized (0.00s) [2020-09-20T19:34:37.652Z] === RUN TestUnknown [2020-09-20T19:34:37.652Z] --- PASS: TestUnknown (0.00s) [2020-09-20T19:34:37.652Z] === RUN TestCancelled [2020-09-20T19:34:37.652Z] --- PASS: TestCancelled (0.00s) [2020-09-20T19:34:37.652Z] === RUN TestDeadline [2020-09-20T19:34:37.652Z] --- PASS: TestDeadline (0.00s) [2020-09-20T19:34:37.652Z] === RUN TestDataLoss [2020-09-20T19:34:37.652Z] --- PASS: TestDataLoss (0.00s) [2020-09-20T19:34:37.652Z] === RUN TestUnavailable [2020-09-20T19:34:37.652Z] --- PASS: TestUnavailable (0.00s) [2020-09-20T19:34:37.652Z] === RUN TestSystem [2020-09-20T19:34:37.652Z] --- PASS: TestSystem (0.00s) [2020-09-20T19:34:37.652Z] === RUN TestFromStatusCode [2020-09-20T19:34:37.652Z] === RUN TestFromStatusCode/Not_Found [2020-09-20T19:34:37.652Z] === RUN TestFromStatusCode/Bad_Request [2020-09-20T19:34:37.652Z] === RUN TestFromStatusCode/Conflict [2020-09-20T19:34:37.652Z] === RUN TestFromStatusCode/Unauthorized [2020-09-20T19:34:37.652Z] === RUN TestFromStatusCode/Service_Unavailable [2020-09-20T19:34:37.652Z] === RUN TestFromStatusCode/Forbidden [2020-09-20T19:34:37.652Z] === RUN TestFromStatusCode/Not_Modified [2020-09-20T19:34:37.652Z] === RUN TestFromStatusCode/Not_Implemented [2020-09-20T19:34:37.652Z] === RUN TestFromStatusCode/Internal_Server_Error [2020-09-20T19:34:37.652Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2020-09-20T19:34:37.652Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2020-09-20T19:34:37.652Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2020-09-20T19:34:37.652Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2020-09-20T19:34:37.652Z] --- PASS: TestFromStatusCode (0.00s) [2020-09-20T19:34:37.652Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2020-09-20T19:34:37.652Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2020-09-20T19:34:37.652Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2020-09-20T19:34:37.652Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2020-09-20T19:34:37.652Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2020-09-20T19:34:37.652Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2020-09-20T19:34:37.652Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2020-09-20T19:34:37.652Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2020-09-20T19:34:37.652Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2020-09-20T19:34:37.652Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2020-09-20T19:34:37.652Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2020-09-20T19:34:37.652Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2020-09-20T19:34:37.652Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2020-09-20T19:34:37.652Z] PASS [2020-09-20T19:34:37.652Z] coverage: 49.4% of statements [2020-09-20T19:34:37.652Z] --- PASS: TestConcurrencyLimit (0.35s) [2020-09-20T19:34:37.652Z] === RUN TestInactiveJobs [2020-09-20T19:34:37.652Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2020-09-20T19:34:37.652Z] PASS [2020-09-20T19:34:37.652Z] coverage: 20.1% of statements [2020-09-20T19:34:37.652Z] ok github.com/docker/docker/errdefs 0.119s coverage: 49.4% of statements [2020-09-20T19:34:37.652Z] ok github.com/docker/docker/distribution 1.915s coverage: 20.1% of statements [2020-09-20T19:34:37.652Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-09-20T19:34:37.874Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2020-09-20T19:34:38.113Z] --- PASS: TestInactiveJobs (0.43s) [2020-09-20T19:34:38.113Z] === RUN TestWatchRelease [2020-09-20T19:34:38.113Z] --- PASS: TestWatchRelease (0.08s) [2020-09-20T19:34:38.113Z] === RUN TestWatchFinishedTransfer [2020-09-20T19:34:38.113Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2020-09-20T19:34:38.113Z] === RUN TestDuplicateTransfer [2020-09-20T19:34:38.113Z] --- PASS: TestDuplicateTransfer (0.04s) [2020-09-20T19:34:38.113Z] === RUN TestSuccessfulUpload [2020-09-20T19:34:38.573Z] time="2020-09-20T19:34:38Z" level=error msg="Upload failed, retrying: simulating retry" [2020-09-20T19:34:38.573Z] --- PASS: TestSuccessfulUpload (0.71s) [2020-09-20T19:34:38.573Z] === RUN TestCancelledUpload [2020-09-20T19:34:38.573Z] --- PASS: TestCancelledUpload (0.00s) [2020-09-20T19:34:38.573Z] PASS [2020-09-20T19:34:38.573Z] coverage: 76.8% of statements [2020-09-20T19:34:38.573Z] ok github.com/docker/docker/distribution/xfer 2.272s coverage: 76.8% of statements [2020-09-20T19:34:38.573Z] ? github.com/docker/docker/dockerversion [no test files] [2020-09-20T19:34:39.033Z] === RUN TestCompare [2020-09-20T19:34:39.033Z] --- PASS: TestCompare (0.00s) [2020-09-20T19:34:39.033Z] PASS [2020-09-20T19:34:39.033Z] coverage: 19.2% of statements [2020-09-20T19:34:39.033Z] ok github.com/docker/docker/image/cache 0.201s coverage: 19.2% of statements [2020-09-20T19:34:39.257Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2020-09-20T19:34:39.257Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2020-09-20T19:34:39.493Z] === RUN TestFSGetInvalidData [2020-09-20T19:34:39.493Z] --- PASS: TestFSGetInvalidData (0.12s) [2020-09-20T19:34:39.493Z] === RUN TestFSInvalidSet [2020-09-20T19:34:39.953Z] --- PASS: TestFSInvalidSet (0.05s) [2020-09-20T19:34:39.953Z] === RUN TestFSInvalidRoot [2020-09-20T19:34:39.953Z] --- PASS: TestFSInvalidRoot (0.01s) [2020-09-20T19:34:39.953Z] === RUN TestFSMetadataGetSet [2020-09-20T19:34:39.953Z] --- PASS: TestFSMetadataGetSet (0.03s) [2020-09-20T19:34:39.953Z] === RUN TestFSInvalidWalker [2020-09-20T19:34:39.953Z] --- PASS: TestFSInvalidWalker (0.01s) [2020-09-20T19:34:39.953Z] === RUN TestFSGetSet [2020-09-20T19:34:39.953Z] === RUN TestMakeV1ConfigFromConfig [2020-09-20T19:34:39.953Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2020-09-20T19:34:39.953Z] PASS [2020-09-20T19:34:39.953Z] coverage: 25.0% of statements [2020-09-20T19:34:39.953Z] ok github.com/docker/docker/image/v1 0.473s coverage: 25.0% of statements [2020-09-20T19:34:39.953Z] --- PASS: TestFSGetSet (0.02s) [2020-09-20T19:34:39.953Z] === RUN TestFSGetUnsetKey [2020-09-20T19:34:39.953Z] --- PASS: TestFSGetUnsetKey (0.01s) [2020-09-20T19:34:39.953Z] === RUN TestFSGetEmptyData [2020-09-20T19:34:39.953Z] --- PASS: TestFSGetEmptyData (0.00s) [2020-09-20T19:34:39.953Z] === RUN TestFSDelete [2020-09-20T19:34:39.953Z] --- PASS: TestFSDelete (0.01s) [2020-09-20T19:34:39.953Z] === RUN TestFSWalker [2020-09-20T19:34:39.953Z] --- PASS: TestFSWalker (0.01s) [2020-09-20T19:34:39.953Z] === RUN TestFSWalkerStopOnError [2020-09-20T19:34:39.953Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2020-09-20T19:34:39.953Z] === RUN TestNewFromJSON [2020-09-20T19:34:39.953Z] --- PASS: TestNewFromJSON (0.00s) [2020-09-20T19:34:39.953Z] === RUN TestNewFromJSONWithInvalidJSON [2020-09-20T19:34:39.953Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2020-09-20T19:34:39.953Z] === RUN TestMarshalKeyOrder [2020-09-20T19:34:39.953Z] --- PASS: TestMarshalKeyOrder (0.00s) [2020-09-20T19:34:39.953Z] === RUN TestImage [2020-09-20T19:34:39.953Z] --- PASS: TestImage (0.00s) [2020-09-20T19:34:39.953Z] === RUN TestImageOSNotEmpty [2020-09-20T19:34:39.953Z] --- PASS: TestImageOSNotEmpty (0.00s) [2020-09-20T19:34:39.953Z] === RUN TestNewChildImageFromImageWithRootFS [2020-09-20T19:34:39.953Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2020-09-20T19:34:39.953Z] === RUN TestRestore [2020-09-20T19:34:39.953Z] time="2020-09-20T19:34:39Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2020-09-20T19:34:39.953Z] --- PASS: TestRestore (0.16s) [2020-09-20T19:34:39.953Z] === RUN TestAddDelete [2020-09-20T19:34:39.953Z] --- PASS: TestAddDelete (0.02s) [2020-09-20T19:34:39.953Z] === RUN TestSearchAfterDelete [2020-09-20T19:34:39.953Z] --- PASS: TestSearchAfterDelete (0.01s) [2020-09-20T19:34:39.953Z] === RUN TestParentReset [2020-09-20T19:34:39.953Z] --- PASS: TestParentReset (0.02s) [2020-09-20T19:34:39.953Z] === RUN TestGetAndSetLastUpdated [2020-09-20T19:34:39.953Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2020-09-20T19:34:39.953Z] === RUN TestStoreLen [2020-09-20T19:34:39.953Z] --- PASS: TestStoreLen (0.07s) [2020-09-20T19:34:39.953Z] PASS [2020-09-20T19:34:39.953Z] coverage: 86.4% of statements [2020-09-20T19:34:39.953Z] ok github.com/docker/docker/image 0.852s coverage: 86.4% of statements [2020-09-20T19:34:40.413Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-09-20T19:34:40.413Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-09-20T19:34:41.383Z] === RUN TestSerialization [2020-09-20T19:34:41.383Z] --- PASS: TestSerialization (0.02s) [2020-09-20T19:34:41.383Z] PASS [2020-09-20T19:34:41.383Z] coverage: 100.0% of statements [2020-09-20T19:34:41.383Z] ok github.com/docker/docker/libcontainerd/queue 0.078s coverage: 100.0% of statements [2020-09-20T19:34:42.924Z] === RUN TestEnvironmentParsing [2020-09-20T19:34:42.924Z] --- PASS: TestEnvironmentParsing (0.00s) [2020-09-20T19:34:42.924Z] PASS [2020-09-20T19:34:42.924Z] coverage: 1.0% of statements [2020-09-20T19:34:42.924Z] ok github.com/docker/docker/libcontainerd/local 0.254s coverage: 1.0% of statements [2020-09-20T19:34:42.924Z] === RUN TestParseVersion [2020-09-20T19:34:42.924Z] --- PASS: TestParseVersion (0.00s) [2020-09-20T19:34:42.924Z] PASS [2020-09-20T19:34:42.924Z] coverage: 50.0% of statements [2020-09-20T19:34:42.924Z] ok github.com/docker/docker/pkg/aaparser 0.155s coverage: 50.0% of statements [2020-09-20T19:34:42.924Z] === RUN TestEmptyLayer [2020-09-20T19:34:42.924Z] --- PASS: TestEmptyLayer (0.00s) [2020-09-20T19:34:42.924Z] === RUN TestCommitFailure [2020-09-20T19:34:42.924Z] --- PASS: TestCommitFailure (0.01s) [2020-09-20T19:34:42.924Z] === RUN TestStartTransactionFailure [2020-09-20T19:34:42.924Z] --- PASS: TestStartTransactionFailure (0.00s) [2020-09-20T19:34:42.924Z] === RUN TestGetOrphan [2020-09-20T19:34:42.924Z] --- PASS: TestGetOrphan (0.01s) [2020-09-20T19:34:42.924Z] === RUN TestMountAndRegister [2020-09-20T19:34:42.924Z] --- PASS: TestMountAndRegister (0.04s) [2020-09-20T19:34:42.924Z] layer_test.go:271: Layer size: 14 [2020-09-20T19:34:42.924Z] === RUN TestLayerRelease [2020-09-20T19:34:42.924Z] --- SKIP: TestLayerRelease (0.00s) [2020-09-20T19:34:42.924Z] layer_test.go:304: Failing on Windows [2020-09-20T19:34:42.924Z] === RUN TestStoreRestore [2020-09-20T19:34:42.924Z] --- SKIP: TestStoreRestore (0.00s) [2020-09-20T19:34:42.924Z] layer_test.go:353: Failing on Windows [2020-09-20T19:34:42.924Z] === RUN TestTarStreamStability [2020-09-20T19:34:42.924Z] --- SKIP: TestTarStreamStability (0.00s) [2020-09-20T19:34:42.924Z] layer_test.go:468: Failing on Windows [2020-09-20T19:34:42.924Z] === RUN TestRegisterExistingLayer [2020-09-20T19:34:42.924Z] --- PASS: TestRegisterExistingLayer (0.11s) [2020-09-20T19:34:42.924Z] === RUN TestTarStreamVerification [2020-09-20T19:34:42.924Z] --- SKIP: TestTarStreamVerification (0.00s) [2020-09-20T19:34:42.924Z] layer_test.go:697: Failing on Windows [2020-09-20T19:34:42.924Z] === RUN TestLayerMigration [2020-09-20T19:34:42.924Z] --- SKIP: TestLayerMigration (0.00s) [2020-09-20T19:34:42.924Z] migration_test.go:46: Failing on Windows [2020-09-20T19:34:42.924Z] === RUN TestLayerMigrationNoTarsplit [2020-09-20T19:34:42.924Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2020-09-20T19:34:42.924Z] migration_test.go:182: Failing on Windows [2020-09-20T19:34:42.924Z] === RUN TestMountInit [2020-09-20T19:34:42.924Z] --- SKIP: TestMountInit (0.00s) [2020-09-20T19:34:42.924Z] mount_test.go:17: Failing on Windows [2020-09-20T19:34:42.924Z] === RUN TestMountSize [2020-09-20T19:34:42.924Z] --- SKIP: TestMountSize (0.00s) [2020-09-20T19:34:42.924Z] mount_test.go:76: Failing on Windows [2020-09-20T19:34:42.924Z] === RUN TestMountChanges [2020-09-20T19:34:42.924Z] --- SKIP: TestMountChanges (0.00s) [2020-09-20T19:34:42.924Z] mount_test.go:125: Failing on Windows [2020-09-20T19:34:42.924Z] === RUN TestMountApply [2020-09-20T19:34:42.924Z] --- SKIP: TestMountApply (0.00s) [2020-09-20T19:34:42.924Z] mount_test.go:212: Failing on Windows [2020-09-20T19:34:42.924Z] PASS [2020-09-20T19:34:42.924Z] coverage: 30.1% of statements [2020-09-20T19:34:42.924Z] ok github.com/docker/docker/layer 0.469s coverage: 30.1% of statements [2020-09-20T19:34:42.924Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-09-20T19:34:42.924Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-09-20T19:34:42.924Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-09-20T19:34:42.924Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-09-20T19:34:42.924Z] ? github.com/docker/docker/oci [no test files] [2020-09-20T19:34:42.924Z] ? github.com/docker/docker/oci/caps [no test files] [2020-09-20T19:34:44.464Z] === RUN TestAddressPoolOpt [2020-09-20T19:34:44.464Z] --- PASS: TestAddressPoolOpt (0.00s) [2020-09-20T19:34:44.464Z] === RUN TestValidateEnv [2020-09-20T19:34:44.464Z] === RUN TestValidateEnv/a [2020-09-20T19:34:44.464Z] === RUN TestValidateEnv/something [2020-09-20T19:34:44.464Z] === RUN TestValidateEnv/_=a [2020-09-20T19:34:44.464Z] === RUN TestValidateEnv/env1=value1 [2020-09-20T19:34:44.464Z] === RUN TestValidateEnv/_env1=value1 [2020-09-20T19:34:44.464Z] === RUN TestValidateEnv/env2=value2=value3 [2020-09-20T19:34:44.464Z] === RUN TestValidateEnv/env3=abc!qwe [2020-09-20T19:34:44.464Z] === RUN TestValidateEnv/env_4=value_4 [2020-09-20T19:34:44.464Z] === RUN TestValidateEnv/PATH [2020-09-20T19:34:44.464Z] === RUN TestValidateEnv/=a [2020-09-20T19:34:44.464Z] === RUN TestValidateEnv/PATH= [2020-09-20T19:34:44.464Z] === RUN TestValidateEnv/PATH=something [2020-09-20T19:34:44.464Z] === RUN TestValidateEnv/asd!qwe [2020-09-20T19:34:44.464Z] === RUN TestValidateEnv/1asd [2020-09-20T19:34:44.464Z] === RUN TestValidateEnv/123 [2020-09-20T19:34:44.464Z] === RUN TestValidateEnv/some_space [2020-09-20T19:34:44.464Z] === RUN TestValidateEnv/__some_space_before [2020-09-20T19:34:44.464Z] === RUN TestValidateEnv/some_space_after__ [2020-09-20T19:34:44.464Z] === RUN TestValidateEnv/= [2020-09-20T19:34:44.464Z] === RUN TestValidateEnv/PaTh [2020-09-20T19:34:44.464Z] --- PASS: TestValidateEnv (0.00s) [2020-09-20T19:34:44.464Z] --- PASS: TestValidateEnv/a (0.00s) [2020-09-20T19:34:44.464Z] --- PASS: TestValidateEnv/something (0.00s) [2020-09-20T19:34:44.464Z] --- PASS: TestValidateEnv/_=a (0.00s) [2020-09-20T19:34:44.464Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2020-09-20T19:34:44.465Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2020-09-20T19:34:44.465Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2020-09-20T19:34:44.465Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2020-09-20T19:34:44.465Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2020-09-20T19:34:44.465Z] --- PASS: TestValidateEnv/PATH (0.00s) [2020-09-20T19:34:44.465Z] --- PASS: TestValidateEnv/=a (0.00s) [2020-09-20T19:34:44.465Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2020-09-20T19:34:44.465Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2020-09-20T19:34:44.465Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2020-09-20T19:34:44.465Z] --- PASS: TestValidateEnv/1asd (0.00s) [2020-09-20T19:34:44.465Z] --- PASS: TestValidateEnv/123 (0.00s) [2020-09-20T19:34:44.465Z] --- PASS: TestValidateEnv/some_space (0.00s) [2020-09-20T19:34:44.465Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2020-09-20T19:34:44.465Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2020-09-20T19:34:44.465Z] --- PASS: TestValidateEnv/= (0.00s) [2020-09-20T19:34:44.465Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2020-09-20T19:34:44.465Z] === RUN TestParseHost [2020-09-20T19:34:44.465Z] --- PASS: TestParseHost (0.00s) [2020-09-20T19:34:44.465Z] === RUN TestParseDockerDaemonHost [2020-09-20T19:34:44.465Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2020-09-20T19:34:44.465Z] === RUN TestParseTCP [2020-09-20T19:34:44.465Z] --- PASS: TestParseTCP (0.00s) [2020-09-20T19:34:44.465Z] === RUN TestParseInvalidUnixAddrInvalid [2020-09-20T19:34:44.465Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2020-09-20T19:34:44.465Z] === RUN TestValidateExtraHosts [2020-09-20T19:34:44.465Z] --- PASS: TestValidateExtraHosts (0.00s) [2020-09-20T19:34:44.465Z] === RUN TestIpOptString [2020-09-20T19:34:44.465Z] --- PASS: TestIpOptString (0.00s) [2020-09-20T19:34:44.465Z] === RUN TestNewIpOptInvalidDefaultVal [2020-09-20T19:34:44.465Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2020-09-20T19:34:44.465Z] === RUN TestNewIpOptValidDefaultVal [2020-09-20T19:34:44.465Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2020-09-20T19:34:44.465Z] === RUN TestIpOptSetInvalidVal [2020-09-20T19:34:44.465Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2020-09-20T19:34:44.465Z] === RUN TestValidateIPAddress [2020-09-20T19:34:44.465Z] --- PASS: TestValidateIPAddress (0.00s) [2020-09-20T19:34:44.465Z] === RUN TestMapOpts [2020-09-20T19:34:44.465Z] --- PASS: TestMapOpts (0.00s) [2020-09-20T19:34:44.465Z] === RUN TestListOptsWithoutValidator [2020-09-20T19:34:44.465Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2020-09-20T19:34:44.465Z] === RUN TestListOptsWithValidator [2020-09-20T19:34:44.465Z] --- PASS: TestListOptsWithValidator (0.00s) [2020-09-20T19:34:44.465Z] === RUN TestValidateDNSSearch [2020-09-20T19:34:44.465Z] --- PASS: TestValidateDNSSearch (0.00s) [2020-09-20T19:34:44.465Z] === RUN TestValidateLabel [2020-09-20T19:34:44.465Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2020-09-20T19:34:44.465Z] === RUN TestValidateLabel/label_with_general_format [2020-09-20T19:34:44.465Z] === RUN TestValidateLabel/label_with_more_than_one_= [2020-09-20T19:34:44.465Z] === RUN TestValidateLabel/label_with_one_more [2020-09-20T19:34:44.465Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2020-09-20T19:34:44.465Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2020-09-20T19:34:44.465Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2020-09-20T19:34:44.465Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2020-09-20T19:34:44.465Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2020-09-20T19:34:44.465Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2020-09-20T19:34:44.465Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2020-09-20T19:34:44.465Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2020-09-20T19:34:44.465Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2020-09-20T19:34:44.465Z] --- PASS: TestValidateLabel (0.00s) [2020-09-20T19:34:44.465Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2020-09-20T19:34:44.465Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2020-09-20T19:34:44.465Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2020-09-20T19:34:44.465Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2020-09-20T19:34:44.465Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2020-09-20T19:34:44.465Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2020-09-20T19:34:44.465Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2020-09-20T19:34:44.465Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2020-09-20T19:34:44.465Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2020-09-20T19:34:44.465Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2020-09-20T19:34:44.465Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2020-09-20T19:34:44.465Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2020-09-20T19:34:44.465Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2020-09-20T19:34:44.465Z] === RUN TestNamedListOpts [2020-09-20T19:34:44.465Z] --- PASS: TestNamedListOpts (0.00s) [2020-09-20T19:34:44.465Z] === RUN TestNamedMapOpts [2020-09-20T19:34:44.465Z] --- PASS: TestNamedMapOpts (0.00s) [2020-09-20T19:34:44.465Z] === RUN TestParseLink [2020-09-20T19:34:44.465Z] --- PASS: TestParseLink (0.00s) [2020-09-20T19:34:44.465Z] === RUN TestQuotedStringSetWithQuotes [2020-09-20T19:34:44.465Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2020-09-20T19:34:44.465Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2020-09-20T19:34:44.465Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2020-09-20T19:34:44.465Z] === RUN TestQuotedStringSetWithNoQuotes [2020-09-20T19:34:44.465Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2020-09-20T19:34:44.465Z] === RUN TestUlimitOpt [2020-09-20T19:34:44.465Z] --- PASS: TestUlimitOpt (0.00s) [2020-09-20T19:34:44.465Z] PASS [2020-09-20T19:34:44.465Z] coverage: 67.1% of statements [2020-09-20T19:34:44.465Z] ok github.com/docker/docker/opts 0.415s coverage: 67.1% of statements [2020-09-20T19:34:44.465Z] === RUN TestUnbuffered [2020-09-20T19:34:44.465Z] --- PASS: TestUnbuffered (0.00s) [2020-09-20T19:34:44.925Z] === RUN TestRaceUnbuffered [2020-09-20T19:34:44.925Z] --- PASS: TestRaceUnbuffered (0.00s) [2020-09-20T19:34:44.925Z] PASS [2020-09-20T19:34:44.925Z] coverage: 100.0% of statements [2020-09-20T19:34:44.925Z] ok github.com/docker/docker/pkg/broadcaster 0.094s coverage: 100.0% of statements [2020-09-20T19:34:44.925Z] === RUN TestPeerCertificateMarshalJSON [2020-09-20T19:34:45.895Z] === RUN TestMatch [2020-09-20T19:34:45.895Z] === RUN TestMatch/[[]] [2020-09-20T19:34:45.895Z] === RUN TestMatch/[[foo]] [2020-09-20T19:34:45.895Z] === RUN TestMatch/[[bar]_[foo]] [2020-09-20T19:34:45.895Z] === RUN TestMatch/[[foo_bar]] [2020-09-20T19:34:45.895Z] === RUN TestMatch/[[qux]_[foo]] [2020-09-20T19:34:45.895Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2020-09-20T19:34:45.895Z] === RUN TestMatch/[] [2020-09-20T19:34:45.895Z] === RUN TestMatch/[]#01 [2020-09-20T19:34:45.895Z] === RUN TestMatch/[[qux]] [2020-09-20T19:34:45.895Z] === RUN TestMatch/[[foo_bar_qux]] [2020-09-20T19:34:45.895Z] === RUN TestMatch/[[qux]_[baz]] [2020-09-20T19:34:45.895Z] === RUN TestMatch/[[foo_baz]] [2020-09-20T19:34:45.895Z] --- PASS: TestMatch (0.00s) [2020-09-20T19:34:45.895Z] --- PASS: TestMatch/[[]] (0.00s) [2020-09-20T19:34:45.895Z] --- PASS: TestMatch/[[foo]] (0.00s) [2020-09-20T19:34:45.895Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2020-09-20T19:34:45.895Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2020-09-20T19:34:45.895Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2020-09-20T19:34:45.895Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2020-09-20T19:34:45.895Z] --- PASS: TestMatch/[] (0.00s) [2020-09-20T19:34:45.895Z] --- PASS: TestMatch/[]#01 (0.00s) [2020-09-20T19:34:45.895Z] --- PASS: TestMatch/[[qux]] (0.00s) [2020-09-20T19:34:45.895Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2020-09-20T19:34:45.895Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2020-09-20T19:34:45.895Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2020-09-20T19:34:45.895Z] PASS [2020-09-20T19:34:45.895Z] coverage: 87.5% of statements [2020-09-20T19:34:45.895Z] ok github.com/docker/docker/pkg/capabilities 0.053s coverage: 87.5% of statements [2020-09-20T19:34:45.895Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2020-09-20T19:34:45.895Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2020-09-20T19:34:45.895Z] --- PASS: TestPeerCertificateMarshalJSON (0.95s) [2020-09-20T19:34:45.895Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2020-09-20T19:34:45.895Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2020-09-20T19:34:45.895Z] === RUN TestMiddleware [2020-09-20T19:34:45.895Z] --- PASS: TestMiddleware (0.00s) [2020-09-20T19:34:45.895Z] === RUN TestNewResponseModifier [2020-09-20T19:34:45.895Z] --- PASS: TestNewResponseModifier (0.00s) [2020-09-20T19:34:45.895Z] PASS [2020-09-20T19:34:45.895Z] coverage: 26.8% of statements [2020-09-20T19:34:45.895Z] ok github.com/docker/docker/pkg/authorization 1.146s coverage: 26.8% of statements [2020-09-20T19:34:45.895Z] === RUN TestIsArchivePathDir [2020-09-20T19:34:45.895Z] --- PASS: TestIsArchivePathDir (0.05s) [2020-09-20T19:34:45.895Z] === RUN TestIsArchivePathInvalidFile [2020-09-20T19:34:46.355Z] --- PASS: TestIsArchivePathInvalidFile (0.13s) [2020-09-20T19:34:46.355Z] === RUN TestIsArchivePathTar [2020-09-20T19:34:46.355Z] --- PASS: TestIsArchivePathTar (0.16s) [2020-09-20T19:34:46.355Z] === RUN TestDecompressStreamGzip [2020-09-20T19:34:46.355Z] === RUN TestChrootTarUntar [2020-09-20T19:34:46.355Z] --- SKIP: TestChrootTarUntar (0.00s) [2020-09-20T19:34:46.355Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2020-09-20T19:34:46.355Z] === RUN TestChrootUntarWithHugeExcludesList [2020-09-20T19:34:46.355Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2020-09-20T19:34:46.355Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2020-09-20T19:34:46.355Z] === RUN TestChrootUntarEmptyArchive [2020-09-20T19:34:46.355Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2020-09-20T19:34:46.355Z] === RUN TestChrootTarUntarWithSymlink [2020-09-20T19:34:46.355Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2020-09-20T19:34:46.355Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-09-20T19:34:46.355Z] === RUN TestChrootCopyWithTar [2020-09-20T19:34:46.355Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2020-09-20T19:34:46.355Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-09-20T19:34:46.355Z] === RUN TestChrootCopyFileWithTar [2020-09-20T19:34:46.355Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2020-09-20T19:34:46.355Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2020-09-20T19:34:46.355Z] === RUN TestChrootUntarPath [2020-09-20T19:34:46.355Z] --- SKIP: TestChrootUntarPath (0.00s) [2020-09-20T19:34:46.355Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-09-20T19:34:46.355Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2020-09-20T19:34:46.355Z] --- PASS: TestDecompressStreamGzip (0.11s) [2020-09-20T19:34:46.355Z] === RUN TestDecompressStreamBzip2 [2020-09-20T19:34:46.355Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2020-09-20T19:34:46.355Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2020-09-20T19:34:46.355Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2020-09-20T19:34:46.355Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2020-09-20T19:34:46.355Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2020-09-20T19:34:46.355Z] === RUN TestChrootApplyDotDotFile [2020-09-20T19:34:46.355Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2020-09-20T19:34:46.355Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2020-09-20T19:34:46.355Z] PASS [2020-09-20T19:34:46.355Z] coverage: 15.4% of statements [2020-09-20T19:34:46.355Z] ok github.com/docker/docker/pkg/chrootarchive 0.137s coverage: 15.4% of statements [2020-09-20T19:34:46.815Z] --- PASS: TestDecompressStreamBzip2 (0.14s) [2020-09-20T19:34:46.815Z] === RUN TestDecompressStreamXz [2020-09-20T19:34:46.815Z] --- SKIP: TestDecompressStreamXz (0.00s) [2020-09-20T19:34:46.815Z] archive_test.go:133: Xz not present in msys2 [2020-09-20T19:34:46.815Z] === RUN TestCompressStreamXzUnsupported [2020-09-20T19:34:46.815Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2020-09-20T19:34:46.815Z] === RUN TestCompressStreamBzip2Unsupported [2020-09-20T19:34:46.815Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2020-09-20T19:34:46.815Z] === RUN TestCompressStreamInvalid [2020-09-20T19:34:46.815Z] --- PASS: TestCompressStreamInvalid (0.00s) [2020-09-20T19:34:46.815Z] === RUN TestExtensionInvalid [2020-09-20T19:34:46.815Z] --- PASS: TestExtensionInvalid (0.00s) [2020-09-20T19:34:46.815Z] === RUN TestExtensionUncompressed [2020-09-20T19:34:46.815Z] --- PASS: TestExtensionUncompressed (0.00s) [2020-09-20T19:34:46.815Z] === RUN TestExtensionBzip2 [2020-09-20T19:34:46.815Z] --- PASS: TestExtensionBzip2 (0.00s) [2020-09-20T19:34:46.815Z] === RUN TestExtensionGzip [2020-09-20T19:34:46.815Z] --- PASS: TestExtensionGzip (0.00s) [2020-09-20T19:34:46.815Z] === RUN TestExtensionXz [2020-09-20T19:34:46.815Z] --- PASS: TestExtensionXz (0.00s) [2020-09-20T19:34:46.815Z] === RUN TestCmdStreamLargeStderr [2020-09-20T19:34:46.815Z] --- PASS: TestCmdStreamLargeStderr (0.08s) [2020-09-20T19:34:46.815Z] === RUN TestCmdStreamBad [2020-09-20T19:34:46.815Z] --- SKIP: TestCmdStreamBad (0.00s) [2020-09-20T19:34:46.815Z] archive_test.go:238: Failing on Windows CI machines [2020-09-20T19:34:46.815Z] === RUN TestCmdStreamGood [2020-09-20T19:34:46.815Z] --- PASS: TestCmdStreamGood (0.04s) [2020-09-20T19:34:46.815Z] === RUN TestUntarPathWithInvalidDest [2020-09-20T19:34:46.815Z] --- PASS: TestUntarPathWithInvalidDest (0.08s) [2020-09-20T19:34:46.815Z] === RUN TestUntarPathWithInvalidSrc [2020-09-20T19:34:46.815Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2020-09-20T19:34:46.815Z] === RUN TestUntarPath [2020-09-20T19:34:46.815Z] --- PASS: TestUntarPath (0.07s) [2020-09-20T19:34:46.815Z] === RUN TestUntarPathWithDestinationFile [2020-09-20T19:34:46.815Z] --- PASS: TestUntarPathWithDestinationFile (0.04s) [2020-09-20T19:34:46.815Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2020-09-20T19:34:46.815Z] === RUN TestSizeEmpty [2020-09-20T19:34:46.815Z] --- PASS: TestSizeEmpty (0.00s) [2020-09-20T19:34:46.815Z] === RUN TestSizeEmptyFile [2020-09-20T19:34:46.815Z] --- PASS: TestSizeEmptyFile (0.00s) [2020-09-20T19:34:46.815Z] === RUN TestSizeNonemptyFile [2020-09-20T19:34:46.815Z] --- PASS: TestSizeNonemptyFile (0.00s) [2020-09-20T19:34:46.815Z] === RUN TestSizeNestedDirectoryEmpty [2020-09-20T19:34:46.815Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2020-09-20T19:34:46.815Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2020-09-20T19:34:46.815Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2020-09-20T19:34:46.816Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2020-09-20T19:34:46.816Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2020-09-20T19:34:46.816Z] === RUN TestMoveToSubdir [2020-09-20T19:34:46.816Z] --- PASS: TestMoveToSubdir (0.00s) [2020-09-20T19:34:46.816Z] === RUN TestSizeNonExistingDirectory [2020-09-20T19:34:46.816Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2020-09-20T19:34:46.816Z] PASS [2020-09-20T19:34:46.816Z] coverage: 80.0% of statements [2020-09-20T19:34:46.816Z] ok github.com/docker/docker/pkg/directory 0.116s coverage: 80.0% of statements [2020-09-20T19:34:46.816Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.11s) [2020-09-20T19:34:46.816Z] === RUN TestCopyWithTarInvalidSrc [2020-09-20T19:34:46.816Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2020-09-20T19:34:46.816Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2020-09-20T19:34:46.816Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2020-09-20T19:34:46.816Z] === RUN TestCopyWithTarSrcFile [2020-09-20T19:34:46.816Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2020-09-20T19:34:46.816Z] === RUN TestCopyWithTarSrcFolder [2020-09-20T19:34:46.816Z] --- PASS: TestCopyWithTarSrcFolder (0.00s) [2020-09-20T19:34:47.144Z] --- PASS: TestServiceUpdateSecrets (15.40s) [2020-09-20T19:34:47.144Z] === RUN TestServiceUpdateConfigs [2020-09-20T19:34:47.276Z] === RUN TestCopyFileWithTarInvalidSrc [2020-09-20T19:34:47.276Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2020-09-20T19:34:47.276Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2020-09-20T19:34:47.276Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2020-09-20T19:34:47.276Z] === RUN TestCopyFileWithTarSrcFolder [2020-09-20T19:34:47.276Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2020-09-20T19:34:47.276Z] === RUN TestCopyFileWithTarSrcFile [2020-09-20T19:34:47.276Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s) [2020-09-20T19:34:47.276Z] === RUN TestTarFiles [2020-09-20T19:34:47.276Z] === RUN Test [2020-09-20T19:34:47.276Z] === RUN Test/TestContainsEntry [2020-09-20T19:34:47.276Z] === RUN Test/TestCreateEntries [2020-09-20T19:34:47.276Z] === RUN Test/TestEntriesDiff [2020-09-20T19:34:47.276Z] === RUN Test/TestEntriesEquality [2020-09-20T19:34:47.276Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2020-09-20T19:34:47.276Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2020-09-20T19:34:47.276Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2020-09-20T19:34:47.276Z] === RUN Test/TestGeneratorNotGenerate [2020-09-20T19:34:47.276Z] === RUN Test/TestGeneratorWithPort [2020-09-20T19:34:47.276Z] === RUN Test/TestGeneratorWithPortNotGenerate [2020-09-20T19:34:47.276Z] === RUN Test/TestNewEntry [2020-09-20T19:34:47.276Z] === RUN Test/TestParse [2020-09-20T19:34:47.276Z] --- PASS: Test (0.00s) [2020-09-20T19:34:47.276Z] --- PASS: Test/TestContainsEntry (0.00s) [2020-09-20T19:34:47.276Z] --- PASS: Test/TestCreateEntries (0.00s) [2020-09-20T19:34:47.276Z] --- PASS: Test/TestEntriesDiff (0.00s) [2020-09-20T19:34:47.276Z] --- PASS: Test/TestEntriesEquality (0.00s) [2020-09-20T19:34:47.276Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2020-09-20T19:34:47.276Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2020-09-20T19:34:47.276Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2020-09-20T19:34:47.276Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2020-09-20T19:34:47.276Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2020-09-20T19:34:47.276Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2020-09-20T19:34:47.276Z] --- PASS: Test/TestNewEntry (0.00s) [2020-09-20T19:34:47.276Z] --- PASS: Test/TestParse (0.00s) [2020-09-20T19:34:47.276Z] PASS [2020-09-20T19:34:47.276Z] coverage: 58.3% of statements [2020-09-20T19:34:47.276Z] ok github.com/docker/docker/pkg/discovery 0.180s coverage: 58.3% of statements [2020-09-20T19:34:47.390Z] === RUN TestDockerSuite/TestBuildExpose [2020-09-20T19:34:47.390Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2020-09-20T19:34:47.735Z] === RUN Test [2020-09-20T19:34:47.736Z] === RUN Test/TestContent [2020-09-20T19:34:47.736Z] === RUN Test/TestInitialize [2020-09-20T19:34:47.736Z] === RUN Test/TestNew [2020-09-20T19:34:47.736Z] === RUN Test/TestParsingContentsWithComments [2020-09-20T19:34:47.736Z] === RUN Test/TestRegister [2020-09-20T19:34:47.736Z] === RUN Test/TestWatch [2020-09-20T19:34:47.736Z] --- PASS: Test (0.01s) [2020-09-20T19:34:47.736Z] --- PASS: Test/TestContent (0.00s) [2020-09-20T19:34:47.736Z] --- PASS: Test/TestInitialize (0.00s) [2020-09-20T19:34:47.736Z] --- PASS: Test/TestNew (0.00s) [2020-09-20T19:34:47.736Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2020-09-20T19:34:47.736Z] --- PASS: Test/TestRegister (0.00s) [2020-09-20T19:34:47.736Z] --- PASS: Test/TestWatch (0.01s) [2020-09-20T19:34:47.736Z] PASS [2020-09-20T19:34:47.736Z] coverage: 92.9% of statements [2020-09-20T19:34:47.736Z] ok github.com/docker/docker/pkg/discovery/file 0.139s coverage: 92.9% of statements [2020-09-20T19:34:47.959Z] === RUN TestDockerSuite/TestBuildExposeOrder [2020-09-20T19:34:48.530Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2020-09-20T19:34:48.790Z] === RUN TestDockerSuite/TestBuildFails [2020-09-20T19:34:49.279Z] === RUN Test [2020-09-20T19:34:49.279Z] === RUN Test/TestWatch [2020-09-20T19:34:49.279Z] --- PASS: Test (0.00s) [2020-09-20T19:34:49.279Z] --- PASS: Test/TestWatch (0.00s) [2020-09-20T19:34:49.279Z] PASS [2020-09-20T19:34:49.279Z] coverage: 92.3% of statements [2020-09-20T19:34:49.279Z] ok github.com/docker/docker/pkg/discovery/memory 0.106s coverage: 92.3% of statements [2020-09-20T19:34:49.279Z] === RUN Test [2020-09-20T19:34:49.279Z] === RUN Test/TestInitialize [2020-09-20T19:34:49.279Z] === RUN Test [2020-09-20T19:34:49.279Z] === RUN Test/TestInitialize [2020-09-20T19:34:49.279Z] === RUN Test/TestInitializeWithPattern [2020-09-20T19:34:49.279Z] === RUN Test/TestRegister [2020-09-20T19:34:49.279Z] === RUN Test/TestWatch [2020-09-20T19:34:49.279Z] --- PASS: Test (0.00s) [2020-09-20T19:34:49.279Z] --- PASS: Test/TestInitialize (0.00s) [2020-09-20T19:34:49.279Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2020-09-20T19:34:49.279Z] --- PASS: Test/TestRegister (0.00s) [2020-09-20T19:34:49.279Z] --- PASS: Test/TestWatch (0.00s) [2020-09-20T19:34:49.279Z] PASS [2020-09-20T19:34:49.279Z] coverage: 93.8% of statements [2020-09-20T19:34:49.279Z] ok github.com/docker/docker/pkg/discovery/nodes 0.306s coverage: 93.8% of statements [2020-09-20T19:34:49.279Z] time="2020-09-20T19:34:49Z" level=info msg="Initializing discovery without TLS" [2020-09-20T19:34:49.279Z] time="2020-09-20T19:34:49Z" level=info msg="Initializing discovery without TLS" [2020-09-20T19:34:49.279Z] time="2020-09-20T19:34:49Z" level=info msg="Initializing discovery without TLS" [2020-09-20T19:34:49.279Z] === RUN Test/TestInitializeWithCerts [2020-09-20T19:34:49.279Z] time="2020-09-20T19:34:49Z" level=info msg="Initializing discovery with TLS" [2020-09-20T19:34:49.279Z] === RUN Test/TestWatch [2020-09-20T19:34:49.279Z] time="2020-09-20T19:34:49Z" level=info msg="Initializing discovery without TLS" [2020-09-20T19:34:49.731Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2020-09-20T19:34:49.731Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2020-09-20T19:34:50.249Z] === RUN TestPollerAddRemove [2020-09-20T19:34:50.249Z] --- PASS: TestPollerAddRemove (0.00s) [2020-09-20T19:34:50.249Z] === RUN TestPollerEvent [2020-09-20T19:34:50.249Z] --- SKIP: TestPollerEvent (0.00s) [2020-09-20T19:34:50.249Z] poller_test.go:41: No chmod on Windows [2020-09-20T19:34:50.249Z] === RUN TestPollerClose [2020-09-20T19:34:50.249Z] --- PASS: TestPollerClose (0.00s) [2020-09-20T19:34:50.249Z] PASS [2020-09-20T19:34:50.249Z] coverage: 36.2% of statements [2020-09-20T19:34:50.249Z] ok github.com/docker/docker/pkg/filenotify 0.083s coverage: 36.2% of statements [2020-09-20T19:34:50.709Z] === RUN TestCopyFileWithInvalidSrc [2020-09-20T19:34:50.709Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2020-09-20T19:34:50.709Z] === RUN TestCopyFileWithInvalidDest [2020-09-20T19:34:50.709Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2020-09-20T19:34:50.709Z] === RUN TestCopyFileWithSameSrcAndDest [2020-09-20T19:34:50.709Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2020-09-20T19:34:50.709Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2020-09-20T19:34:50.709Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.01s) [2020-09-20T19:34:50.709Z] === RUN TestCopyFile [2020-09-20T19:34:50.709Z] --- PASS: TestCopyFile (0.00s) [2020-09-20T19:34:50.709Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2020-09-20T19:34:50.709Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2020-09-20T19:34:50.709Z] fileutils_test.go:134: Needs porting to Windows [2020-09-20T19:34:50.709Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2020-09-20T19:34:50.709Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2020-09-20T19:34:50.709Z] === RUN TestReadSymlinkedDirectoryToFile [2020-09-20T19:34:50.709Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2020-09-20T19:34:50.709Z] fileutils_test.go:180: Needs porting to Windows [2020-09-20T19:34:50.709Z] === RUN TestWildcardMatches [2020-09-20T19:34:50.709Z] --- PASS: TestWildcardMatches (0.00s) [2020-09-20T19:34:50.709Z] === RUN TestPatternMatches [2020-09-20T19:34:50.709Z] --- PASS: TestPatternMatches (0.00s) [2020-09-20T19:34:50.709Z] === RUN TestExclusionPatternMatchesPatternBefore [2020-09-20T19:34:50.709Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2020-09-20T19:34:50.709Z] === RUN TestPatternMatchesFolderExclusions [2020-09-20T19:34:50.709Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2020-09-20T19:34:50.709Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2020-09-20T19:34:50.709Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2020-09-20T19:34:50.709Z] === RUN TestPatternMatchesFolderWildcardExclusions [2020-09-20T19:34:50.709Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2020-09-20T19:34:50.709Z] === RUN TestExclusionPatternMatchesPatternAfter [2020-09-20T19:34:50.709Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2020-09-20T19:34:50.709Z] === RUN TestExclusionPatternMatchesWholeDirectory [2020-09-20T19:34:50.709Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2020-09-20T19:34:50.709Z] === RUN TestSingleExclamationError [2020-09-20T19:34:50.709Z] --- PASS: TestSingleExclamationError (0.00s) [2020-09-20T19:34:50.709Z] === RUN TestMatchesWithNoPatterns [2020-09-20T19:34:50.709Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2020-09-20T19:34:50.709Z] === RUN TestMatchesWithMalformedPatterns [2020-09-20T19:34:50.709Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2020-09-20T19:34:50.709Z] === RUN TestMatches [2020-09-20T19:34:50.709Z] --- PASS: TestMatches (0.00s) [2020-09-20T19:34:50.709Z] === RUN TestCleanPatterns [2020-09-20T19:34:50.709Z] --- PASS: TestCleanPatterns (0.00s) [2020-09-20T19:34:50.709Z] === RUN TestCleanPatternsStripEmptyPatterns [2020-09-20T19:34:50.709Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2020-09-20T19:34:50.709Z] === RUN TestCleanPatternsExceptionFlag [2020-09-20T19:34:50.709Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2020-09-20T19:34:50.709Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2020-09-20T19:34:50.709Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2020-09-20T19:34:50.709Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2020-09-20T19:34:50.709Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2020-09-20T19:34:50.709Z] === RUN TestCleanPatternsErrorSingleException [2020-09-20T19:34:50.709Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2020-09-20T19:34:50.709Z] === RUN TestCreateIfNotExistsDir [2020-09-20T19:34:50.709Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2020-09-20T19:34:50.709Z] === RUN TestCreateIfNotExistsFile [2020-09-20T19:34:50.709Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2020-09-20T19:34:50.709Z] === RUN TestMatch [2020-09-20T19:34:50.709Z] --- PASS: TestMatch (0.00s) [2020-09-20T19:34:50.709Z] PASS [2020-09-20T19:34:50.709Z] coverage: 87.7% of statements [2020-09-20T19:34:50.709Z] ok github.com/docker/docker/pkg/fileutils 0.168s coverage: 87.7% of statements [2020-09-20T19:34:51.644Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2020-09-20T19:34:51.680Z] === RUN TestGet [2020-09-20T19:34:51.680Z] --- PASS: TestGet (0.00s) [2020-09-20T19:34:51.680Z] === RUN TestGetShortcutString [2020-09-20T19:34:51.680Z] --- PASS: TestGetShortcutString (0.00s) [2020-09-20T19:34:51.680Z] PASS [2020-09-20T19:34:51.680Z] coverage: 42.9% of statements [2020-09-20T19:34:51.680Z] ok github.com/docker/docker/pkg/homedir 0.083s coverage: 42.9% of statements [2020-09-20T19:34:52.141Z] --- PASS: TestTarFiles (4.91s) [2020-09-20T19:34:52.141Z] === RUN TestTarUntar [2020-09-20T19:34:52.141Z] --- PASS: TestTarUntar (0.02s) [2020-09-20T19:34:52.141Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2020-09-20T19:34:52.141Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2020-09-20T19:34:52.141Z] === RUN TestTarWithOptions [2020-09-20T19:34:52.141Z] --- PASS: TestTarWithOptions (0.02s) [2020-09-20T19:34:52.141Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2020-09-20T19:34:52.141Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2020-09-20T19:34:52.141Z] === RUN TestUntarUstarGnuConflict [2020-09-20T19:34:52.141Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2020-09-20T19:34:52.141Z] === RUN TestUntarInvalidFilenames [2020-09-20T19:34:52.141Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames420206162\\dest" [2020-09-20T19:34:52.141Z] --- PASS: TestUntarInvalidFilenames (0.12s) [2020-09-20T19:34:52.141Z] === RUN TestUntarHardlinkToSymlink [2020-09-20T19:34:52.141Z] --- PASS: TestUntarHardlinkToSymlink (0.00s) [2020-09-20T19:34:52.141Z] === RUN TestUntarInvalidHardlink [2020-09-20T19:34:52.141Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink043560611\\victim\\hello" -> "../victim/hello" [2020-09-20T19:34:52.141Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink310572454\\victim\\hello" -> "/../victim/hello" [2020-09-20T19:34:52.141Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink853284045\\victim" -> "../victim" [2020-09-20T19:34:52.141Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink313859016\\victim" -> "../victim" [2020-09-20T19:34:52.141Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink924529287\\victim" -> "../victim" [2020-09-20T19:34:52.141Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink371856442\\victim" -> "../victim" [2020-09-20T19:34:52.141Z] --- PASS: TestUntarInvalidHardlink (0.02s) [2020-09-20T19:34:52.141Z] === RUN TestUntarInvalidSymlink [2020-09-20T19:34:52.141Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink441128529\\dest\\dotdot" -> "../victim/hello" [2020-09-20T19:34:52.141Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink869713788\\dest\\slash-dotdot" -> "/../victim/hello" [2020-09-20T19:34:52.141Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink349086379\\dest\\loophole-victim" -> "../victim" [2020-09-20T19:34:52.141Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink396935182\\dest\\loophole-victim" -> "../victim" [2020-09-20T19:34:52.141Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink052211733\\dest\\loophole-victim" -> "../victim" [2020-09-20T19:34:52.141Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink294076016\\dest\\loophole-victim" -> "../victim" [2020-09-20T19:34:52.141Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink306212111\\dest\\dir\\loophole" -> "../../victim" [2020-09-20T19:34:52.141Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2020-09-20T19:34:52.141Z] === RUN TestTempArchiveCloseMultipleTimes [2020-09-20T19:34:52.141Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2020-09-20T19:34:52.141Z] === RUN TestReplaceFileTarWrapper [2020-09-20T19:34:52.141Z] === RUN TestCreateIDMapOrder [2020-09-20T19:34:52.141Z] --- PASS: TestCreateIDMapOrder (0.00s) [2020-09-20T19:34:52.141Z] PASS [2020-09-20T19:34:52.141Z] coverage: 7.3% of statements [2020-09-20T19:34:52.141Z] ok github.com/docker/docker/pkg/idtools 0.076s coverage: 7.3% of statements [2020-09-20T19:34:52.141Z] --- PASS: TestReplaceFileTarWrapper (0.14s) [2020-09-20T19:34:52.141Z] === RUN TestPrefixHeaderReadable [2020-09-20T19:34:52.600Z] --- PASS: TestPrefixHeaderReadable (0.01s) [2020-09-20T19:34:52.600Z] === RUN TestDisablePigz [2020-09-20T19:34:52.600Z] --- PASS: Test (3.10s) [2020-09-20T19:34:52.600Z] --- PASS: Test/TestInitialize (0.09s) [2020-09-20T19:34:52.600Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2020-09-20T19:34:52.600Z] --- PASS: Test/TestWatch (3.00s) [2020-09-20T19:34:52.600Z] PASS [2020-09-20T19:34:52.600Z] coverage: 84.1% of statements [2020-09-20T19:34:52.600Z] ok github.com/docker/docker/pkg/discovery/kv 3.366s coverage: 84.1% of statements [2020-09-20T19:34:52.600Z] --- PASS: TestDisablePigz (0.15s) [2020-09-20T19:34:52.600Z] archive_test.go:1310: Test will not check full path when Pigz not installed [2020-09-20T19:34:52.600Z] === RUN TestPigz [2020-09-20T19:34:52.600Z] --- PASS: TestPigz (0.15s) [2020-09-20T19:34:52.600Z] archive_test.go:1339: Tested whether Pigz is not used, as it not installed [2020-09-20T19:34:52.600Z] === RUN TestCopyFileWithInvalidDest [2020-09-20T19:34:52.600Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2020-09-20T19:34:52.600Z] archive_windows_test.go:16: Currently fails [2020-09-20T19:34:52.600Z] === RUN TestCanonicalTarNameForPath [2020-09-20T19:34:52.600Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2020-09-20T19:34:52.600Z] === RUN TestCanonicalTarName [2020-09-20T19:34:52.600Z] --- PASS: TestCanonicalTarName (0.00s) [2020-09-20T19:34:52.600Z] === RUN TestChmodTarEntry [2020-09-20T19:34:52.600Z] --- PASS: TestChmodTarEntry (0.00s) [2020-09-20T19:34:52.600Z] === RUN TestHardLinkOrder [2020-09-20T19:34:52.600Z] --- PASS: TestHardLinkOrder (0.10s) [2020-09-20T19:34:52.600Z] === RUN TestChangeString [2020-09-20T19:34:52.600Z] --- PASS: TestChangeString (0.00s) [2020-09-20T19:34:52.600Z] === RUN TestChangesWithNoChanges [2020-09-20T19:34:52.600Z] --- PASS: TestChangesWithNoChanges (0.02s) [2020-09-20T19:34:52.600Z] === RUN TestChangesWithChanges [2020-09-20T19:34:52.600Z] --- PASS: TestChangesWithChanges (0.03s) [2020-09-20T19:34:52.600Z] === RUN TestChangesWithChangesGH13590 [2020-09-20T19:34:52.600Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2020-09-20T19:34:52.600Z] changes_test.go:192: needs more investigation [2020-09-20T19:34:52.600Z] === RUN TestChangesDirsEmpty [2020-09-20T19:34:53.061Z] --- PASS: TestChangesDirsEmpty (0.16s) [2020-09-20T19:34:53.061Z] === RUN TestChangesDirsMutated [2020-09-20T19:34:53.061Z] --- PASS: TestChangesDirsMutated (0.11s) [2020-09-20T19:34:53.061Z] === RUN TestApplyLayer [2020-09-20T19:34:53.061Z] --- SKIP: TestApplyLayer (0.00s) [2020-09-20T19:34:53.061Z] changes_test.go:405: needs further investigation [2020-09-20T19:34:53.061Z] === RUN TestChangesSizeWithHardlinks [2020-09-20T19:34:53.061Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2020-09-20T19:34:53.061Z] changes_test.go:441: needs further investigation [2020-09-20T19:34:53.061Z] === RUN TestChangesSizeWithNoChanges [2020-09-20T19:34:53.061Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2020-09-20T19:34:53.061Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2020-09-20T19:34:53.061Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2020-09-20T19:34:53.061Z] === RUN TestChangesSize [2020-09-20T19:34:53.061Z] --- PASS: TestChangesSize (0.01s) [2020-09-20T19:34:53.061Z] === RUN TestApplyLayerInvalidFilenames [2020-09-20T19:34:53.061Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames430727875\\dest" [2020-09-20T19:34:53.061Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2020-09-20T19:34:53.061Z] === RUN TestApplyLayerInvalidHardlink [2020-09-20T19:34:53.061Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink296265197\\victim\\hello" -> "../victim/hello" [2020-09-20T19:34:53.061Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink120449128\\victim\\hello" -> "/../victim/hello" [2020-09-20T19:34:53.061Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink273378983\\victim" -> "../victim" [2020-09-20T19:34:53.061Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink510039002\\victim" -> "../victim" [2020-09-20T19:34:53.061Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink217710449\\victim" -> "../victim" [2020-09-20T19:34:53.061Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink302427164\\victim" -> "../victim" [2020-09-20T19:34:53.061Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2020-09-20T19:34:53.061Z] === RUN TestApplyLayerInvalidSymlink [2020-09-20T19:34:53.061Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink191699659\\dest\\dotdot" -> "../victim/hello" [2020-09-20T19:34:53.061Z] === RUN TestFixedBufferCap [2020-09-20T19:34:53.061Z] --- PASS: TestFixedBufferCap (0.00s) [2020-09-20T19:34:53.061Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink883479470\\dest\\slash-dotdot" -> "/../victim/hello" [2020-09-20T19:34:53.061Z] === RUN TestFixedBufferLen [2020-09-20T19:34:53.061Z] --- PASS: TestFixedBufferLen (0.00s) [2020-09-20T19:34:53.061Z] === RUN TestFixedBufferString [2020-09-20T19:34:53.061Z] --- PASS: TestFixedBufferString (0.00s) [2020-09-20T19:34:53.061Z] === RUN TestFixedBufferWrite [2020-09-20T19:34:53.061Z] --- PASS: TestFixedBufferWrite (0.00s) [2020-09-20T19:34:53.061Z] === RUN TestFixedBufferRead [2020-09-20T19:34:53.061Z] --- PASS: TestFixedBufferRead (0.00s) [2020-09-20T19:34:53.061Z] === RUN TestBytesPipeRead [2020-09-20T19:34:53.061Z] --- PASS: TestBytesPipeRead (0.00s) [2020-09-20T19:34:53.061Z] === RUN TestBytesPipeWrite [2020-09-20T19:34:53.061Z] --- PASS: TestBytesPipeWrite (0.00s) [2020-09-20T19:34:53.061Z] === RUN TestBytesPipeWriteRandomChunks [2020-09-20T19:34:53.061Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink559926581\\dest\\loophole-victim" -> "../victim" [2020-09-20T19:34:53.061Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink607943952\\dest\\loophole-victim" -> "../victim" [2020-09-20T19:34:53.061Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink675996463\\dest\\loophole-victim" -> "../victim" [2020-09-20T19:34:53.061Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink148904642\\dest\\loophole-victim" -> "../victim" [2020-09-20T19:34:53.061Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s) [2020-09-20T19:34:53.061Z] === RUN TestApplyLayerWhiteouts [2020-09-20T19:34:53.061Z] --- PASS: TestApplyLayerWhiteouts (0.04s) [2020-09-20T19:34:53.061Z] === RUN TestGenerateEmptyFile [2020-09-20T19:34:53.061Z] --- PASS: TestGenerateEmptyFile (0.00s) [2020-09-20T19:34:53.061Z] === RUN TestGenerateWithContent [2020-09-20T19:34:53.061Z] --- PASS: TestGenerateWithContent (0.00s) [2020-09-20T19:34:53.061Z] PASS [2020-09-20T19:34:53.061Z] coverage: 62.7% of statements [2020-09-20T19:34:53.061Z] ok github.com/docker/docker/pkg/archive 7.371s coverage: 62.7% of statements [2020-09-20T19:34:53.521Z] === RUN TestError [2020-09-20T19:34:53.521Z] --- PASS: TestError (0.00s) [2020-09-20T19:34:53.521Z] === RUN TestProgressString [2020-09-20T19:34:53.521Z] === RUN TestProgressString/no_progress [2020-09-20T19:34:53.521Z] === RUN TestProgressString/progress_1 [2020-09-20T19:34:53.521Z] === RUN TestProgressString/some_progress_with_a_start_time [2020-09-20T19:34:53.521Z] === RUN TestProgressString/some_progress_without_a_start_time [2020-09-20T19:34:53.521Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2020-09-20T19:34:53.521Z] === RUN TestProgressString/with_units [2020-09-20T19:34:53.521Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2020-09-20T19:34:53.521Z] === RUN TestProgressString/hide_counts [2020-09-20T19:34:53.521Z] --- PASS: TestProgressString (0.00s) [2020-09-20T19:34:53.521Z] --- PASS: TestProgressString/no_progress (0.00s) [2020-09-20T19:34:53.521Z] --- PASS: TestProgressString/progress_1 (0.00s) [2020-09-20T19:34:53.521Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2020-09-20T19:34:53.521Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2020-09-20T19:34:53.521Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2020-09-20T19:34:53.521Z] --- PASS: TestProgressString/with_units (0.00s) [2020-09-20T19:34:53.521Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2020-09-20T19:34:53.521Z] --- PASS: TestProgressString/hide_counts (0.00s) [2020-09-20T19:34:53.521Z] === RUN TestJSONMessageDisplay [2020-09-20T19:34:53.521Z] --- PASS: TestJSONMessageDisplay (0.12s) [2020-09-20T19:34:53.521Z] === RUN TestJSONMessageDisplayWithJSONError [2020-09-20T19:34:53.521Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2020-09-20T19:34:53.521Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2020-09-20T19:34:53.521Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2020-09-20T19:34:53.521Z] === RUN TestDisplayJSONMessagesStream [2020-09-20T19:34:53.521Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2020-09-20T19:34:53.521Z] PASS [2020-09-20T19:34:53.521Z] coverage: 91.7% of statements [2020-09-20T19:34:53.521Z] ok github.com/docker/docker/pkg/jsonmessage 0.202s coverage: 91.7% of statements [2020-09-20T19:34:53.521Z] === RUN TestStandardLongPath [2020-09-20T19:34:53.521Z] --- PASS: TestStandardLongPath (0.00s) [2020-09-20T19:34:53.521Z] === RUN TestUNCLongPath [2020-09-20T19:34:53.521Z] --- PASS: TestUNCLongPath (0.00s) [2020-09-20T19:34:53.521Z] PASS [2020-09-20T19:34:53.521Z] coverage: 100.0% of statements [2020-09-20T19:34:53.521Z] ok github.com/docker/docker/pkg/longpath 0.039s coverage: 100.0% of statements [2020-09-20T19:34:53.521Z] --- PASS: TestBytesPipeWriteRandomChunks (0.52s) [2020-09-20T19:34:53.521Z] === RUN TestAtomicWriteToFile [2020-09-20T19:34:53.521Z] --- PASS: TestAtomicWriteToFile (0.01s) [2020-09-20T19:34:53.521Z] === RUN TestAtomicWriteSetCommit [2020-09-20T19:34:53.521Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2020-09-20T19:34:53.521Z] === RUN TestAtomicWriteSetCancel [2020-09-20T19:34:53.521Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2020-09-20T19:34:53.521Z] === RUN TestReadCloserWrapperClose [2020-09-20T19:34:53.521Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2020-09-20T19:34:53.521Z] === RUN TestReaderErrWrapperReadOnError [2020-09-20T19:34:53.522Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2020-09-20T19:34:53.522Z] === RUN TestReaderErrWrapperRead [2020-09-20T19:34:53.522Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2020-09-20T19:34:53.522Z] === RUN TestHashData [2020-09-20T19:34:53.522Z] --- PASS: TestHashData (0.00s) [2020-09-20T19:34:53.522Z] === RUN TestCancelReadCloser [2020-09-20T19:34:53.556Z] === RUN TestDockerSuite/TestBuildForceRm [2020-09-20T19:34:53.986Z] --- PASS: TestCancelReadCloser (0.11s) [2020-09-20T19:34:53.986Z] === RUN TestWriteCloserWrapperClose [2020-09-20T19:34:53.986Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2020-09-20T19:34:53.986Z] === RUN TestNopWriteCloser [2020-09-20T19:34:53.986Z] --- PASS: TestNopWriteCloser (0.00s) [2020-09-20T19:34:53.986Z] === RUN TestNopWriter [2020-09-20T19:34:53.986Z] --- PASS: TestNopWriter (0.00s) [2020-09-20T19:34:53.986Z] === RUN TestWriteCounter [2020-09-20T19:34:53.986Z] --- PASS: TestWriteCounter (0.00s) [2020-09-20T19:34:53.986Z] PASS [2020-09-20T19:34:53.986Z] coverage: 69.2% of statements [2020-09-20T19:34:53.986Z] ok github.com/docker/docker/pkg/ioutils 0.731s coverage: 69.2% of statements [2020-09-20T19:34:54.447Z] === RUN TestNameFormat [2020-09-20T19:34:54.447Z] --- PASS: TestNameFormat (0.00s) [2020-09-20T19:34:54.447Z] === RUN TestNameRetries [2020-09-20T19:34:54.447Z] --- PASS: TestNameRetries (0.00s) [2020-09-20T19:34:54.447Z] PASS [2020-09-20T19:34:54.447Z] coverage: 85.7% of statements [2020-09-20T19:34:54.447Z] ok github.com/docker/docker/pkg/namesgenerator 0.074s coverage: 85.7% of statements [2020-09-20T19:34:54.907Z] === RUN TestParseKeyValueOpt [2020-09-20T19:34:54.907Z] --- PASS: TestParseKeyValueOpt (0.00s) [2020-09-20T19:34:54.907Z] === RUN TestParseUintList [2020-09-20T19:34:54.907Z] --- PASS: TestParseUintList (0.00s) [2020-09-20T19:34:54.907Z] === RUN TestParseUintListMaximumLimits [2020-09-20T19:34:54.907Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2020-09-20T19:34:54.907Z] PASS [2020-09-20T19:34:54.907Z] coverage: 97.0% of statements [2020-09-20T19:34:54.907Z] ok github.com/docker/docker/pkg/parsers 0.046s coverage: 97.0% of statements [2020-09-20T19:34:54.907Z] === RUN TestNewAndRemove [2020-09-20T19:34:54.907Z] --- PASS: TestNewAndRemove (0.02s) [2020-09-20T19:34:54.907Z] === RUN TestRemoveInvalidPath [2020-09-20T19:34:54.907Z] --- PASS: TestRemoveInvalidPath (0.00s) [2020-09-20T19:34:54.907Z] PASS [2020-09-20T19:34:54.907Z] coverage: 82.6% of statements [2020-09-20T19:34:54.907Z] ok github.com/docker/docker/pkg/pidfile 0.189s coverage: 82.6% of statements [2020-09-20T19:34:55.466Z] === RUN TestDockerSuite/TestBuildFromGit [2020-09-20T19:34:55.877Z] === RUN TestParseEmptyInterface [2020-09-20T19:34:55.877Z] --- PASS: TestParseEmptyInterface (0.00s) [2020-09-20T19:34:55.877Z] === RUN TestParseNonInterfaceType [2020-09-20T19:34:55.877Z] --- PASS: TestParseNonInterfaceType (0.00s) [2020-09-20T19:34:55.877Z] === RUN TestParseWithOneFunction [2020-09-20T19:34:55.877Z] --- PASS: TestParseWithOneFunction (0.00s) [2020-09-20T19:34:55.877Z] === RUN TestParseWithMultipleFuncs [2020-09-20T19:34:55.877Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2020-09-20T19:34:55.877Z] === RUN TestParseWithUnnamedReturn [2020-09-20T19:34:55.877Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2020-09-20T19:34:55.877Z] === RUN TestEmbeddedInterface [2020-09-20T19:34:55.877Z] --- PASS: TestEmbeddedInterface (0.00s) [2020-09-20T19:34:55.877Z] === RUN TestParsedImports [2020-09-20T19:34:55.877Z] --- PASS: TestParsedImports (0.00s) [2020-09-20T19:34:55.877Z] === RUN TestAliasedImports [2020-09-20T19:34:55.877Z] --- PASS: TestAliasedImports (0.00s) [2020-09-20T19:34:55.877Z] PASS [2020-09-20T19:34:55.877Z] coverage: 56.8% of statements [2020-09-20T19:34:55.877Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.063s coverage: 56.8% of statements [2020-09-20T19:34:56.847Z] === RUN TestFailedConnection [2020-09-20T19:34:56.850Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2020-09-20T19:34:56.850Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2020-09-20T19:34:57.308Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2020-09-20T19:34:57.308Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2020-09-20T19:34:57.308Z] === RUN TestBufioReaderPoolPutAndGet [2020-09-20T19:34:57.308Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2020-09-20T19:34:57.308Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2020-09-20T19:34:57.308Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2020-09-20T19:34:57.308Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2020-09-20T19:34:57.308Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2020-09-20T19:34:57.308Z] === RUN TestBufioWriterPoolPutAndGet [2020-09-20T19:34:57.308Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2020-09-20T19:34:57.308Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2020-09-20T19:34:57.308Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2020-09-20T19:34:57.308Z] === RUN TestBufferPoolPutAndGet [2020-09-20T19:34:57.308Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2020-09-20T19:34:57.308Z] PASS [2020-09-20T19:34:57.308Z] coverage: 88.2% of statements [2020-09-20T19:34:57.308Z] ok github.com/docker/docker/pkg/pools 0.036s coverage: 88.2% of statements [2020-09-20T19:34:57.308Z] === RUN TestHTTPTransport [2020-09-20T19:34:57.308Z] --- PASS: TestHTTPTransport (0.00s) [2020-09-20T19:34:57.308Z] PASS [2020-09-20T19:34:57.308Z] coverage: 85.7% of statements [2020-09-20T19:34:57.308Z] ok github.com/docker/docker/pkg/plugins/transport 0.121s coverage: 85.7% of statements [2020-09-20T19:34:57.768Z] --- PASS: TestFailedConnection (1.05s) [2020-09-20T19:34:57.768Z] === RUN TestFailOnce [2020-09-20T19:34:57.768Z] 2020/09/20 19:34:57 http: panic serving 127.0.0.1:49219: Plugin not ready [2020-09-20T19:34:57.768Z] goroutine 10 [running]: [2020-09-20T19:34:57.768Z] net/http.(*conn).serve.func1(0xc000058b40) [2020-09-20T19:34:57.768Z] c:/go/src/net/http/server.go:1795 +0x140 [2020-09-20T19:34:57.768Z] panic(0x848880, 0x9852e0) [2020-09-20T19:34:57.768Z] c:/go/src/runtime/panic.go:679 +0x1c0 [2020-09-20T19:34:57.768Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x998ee0, 0xc000132000, 0xc0000d0300) [2020-09-20T19:34:57.768Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2020-09-20T19:34:57.768Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x998ee0, 0xc000132000, 0xc0000d0300) [2020-09-20T19:34:57.768Z] c:/go/src/net/http/server.go:2036 +0x4b [2020-09-20T19:34:57.768Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x998ee0, 0xc000132000, 0xc0000d0300) [2020-09-20T19:34:57.768Z] c:/go/src/net/http/server.go:2416 +0x1c4 [2020-09-20T19:34:57.768Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x998ee0, 0xc000132000, 0xc0000d0300) [2020-09-20T19:34:57.768Z] c:/go/src/net/http/server.go:2831 +0xab [2020-09-20T19:34:57.768Z] net/http.(*conn).serve(0xc000058b40, 0x999aa0, 0xc00004a980) [2020-09-20T19:34:57.768Z] c:/go/src/net/http/server.go:1919 +0x87c [2020-09-20T19:34:57.768Z] created by net/http.(*Server).Serve [2020-09-20T19:34:57.768Z] c:/go/src/net/http/server.go:2957 +0x38b [2020-09-20T19:34:57.768Z] time="2020-09-20T19:34:57Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49218/Test.FailOnce: Post http://127.0.0.1:49218/Test.FailOnce: EOF, retrying in 1s" [2020-09-20T19:34:57.789Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2020-09-20T19:34:58.229Z] === RUN TestOutputOnPrematureClose [2020-09-20T19:34:58.229Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2020-09-20T19:34:58.229Z] === RUN TestCompleteSilently [2020-09-20T19:34:58.229Z] --- PASS: TestCompleteSilently (0.00s) [2020-09-20T19:34:58.229Z] PASS [2020-09-20T19:34:58.229Z] coverage: 75.9% of statements [2020-09-20T19:34:58.229Z] ok github.com/docker/docker/pkg/progress 0.035s coverage: 75.9% of statements [2020-09-20T19:34:58.229Z] === RUN TestSendToOneSub [2020-09-20T19:34:58.229Z] --- PASS: TestSendToOneSub (0.00s) [2020-09-20T19:34:58.229Z] === RUN TestSendToMultipleSubs [2020-09-20T19:34:58.229Z] --- PASS: TestSendToMultipleSubs (0.00s) [2020-09-20T19:34:58.229Z] === RUN TestEvictOneSub [2020-09-20T19:34:58.229Z] --- PASS: TestEvictOneSub (0.00s) [2020-09-20T19:34:58.229Z] === RUN TestClosePublisher [2020-09-20T19:34:58.229Z] --- PASS: TestClosePublisher (0.00s) [2020-09-20T19:34:58.229Z] === RUN TestPubSubRace [2020-09-20T19:34:58.689Z] === RUN TestRegister [2020-09-20T19:34:58.689Z] --- PASS: TestRegister (0.00s) [2020-09-20T19:34:58.689Z] === RUN TestCommand [2020-09-20T19:34:58.689Z] --- PASS: TestFailOnce (1.16s) [2020-09-20T19:34:58.689Z] === RUN TestEchoInputOutput [2020-09-20T19:34:58.689Z] --- PASS: TestEchoInputOutput (0.00s) [2020-09-20T19:34:58.689Z] === RUN TestBackoff [2020-09-20T19:34:58.689Z] --- PASS: TestBackoff (0.00s) [2020-09-20T19:34:58.689Z] === RUN TestAbortRetry [2020-09-20T19:34:58.689Z] --- PASS: TestAbortRetry (0.00s) [2020-09-20T19:34:58.689Z] === RUN TestClientScheme [2020-09-20T19:34:58.689Z] --- PASS: TestClientScheme (0.00s) [2020-09-20T19:34:58.689Z] === RUN TestNewClientWithTimeout [2020-09-20T19:34:58.689Z] --- PASS: TestCommand (0.03s) [2020-09-20T19:34:58.689Z] === RUN TestNaiveSelf [2020-09-20T19:34:58.689Z] --- PASS: TestNaiveSelf (0.02s) [2020-09-20T19:34:58.689Z] PASS [2020-09-20T19:34:58.689Z] coverage: 82.4% of statements [2020-09-20T19:34:58.689Z] ok github.com/docker/docker/pkg/reexec 0.099s coverage: 82.4% of statements [2020-09-20T19:34:59.149Z] --- PASS: TestPubSubRace (1.04s) [2020-09-20T19:34:59.149Z] PASS [2020-09-20T19:34:59.149Z] coverage: 73.9% of statements [2020-09-20T19:34:59.149Z] ok github.com/docker/docker/pkg/pubsub 1.082s coverage: 73.9% of statements [2020-09-20T19:34:59.377Z] --- PASS: TestServiceUpdateConfigs (15.30s) [2020-09-20T19:34:59.377Z] === RUN TestServiceUpdateNetwork [2020-09-20T19:34:59.610Z] time="2020-09-20T19:34:59Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49223/Test.Echo: Post http://127.0.0.1:49223/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2020-09-20T19:34:59.610Z] === RUN TestParseSignal [2020-09-20T19:34:59.610Z] --- PASS: TestParseSignal (0.00s) [2020-09-20T19:34:59.610Z] === RUN TestValidSignalForPlatform [2020-09-20T19:34:59.610Z] --- PASS: TestValidSignalForPlatform (0.00s) [2020-09-20T19:34:59.610Z] PASS [2020-09-20T19:34:59.610Z] coverage: 20.3% of statements [2020-09-20T19:34:59.610Z] ok github.com/docker/docker/pkg/signal 0.070s coverage: 20.3% of statements [2020-09-20T19:34:59.724Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2020-09-20T19:35:00.070Z] === RUN TestNewStdWriter [2020-09-20T19:35:00.070Z] --- PASS: TestNewStdWriter (0.00s) [2020-09-20T19:35:00.070Z] === RUN TestWriteWithUninitializedStdWriter [2020-09-20T19:35:00.070Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2020-09-20T19:35:00.070Z] === RUN TestWriteWithNilBytes [2020-09-20T19:35:00.070Z] --- PASS: TestWriteWithNilBytes (0.00s) [2020-09-20T19:35:00.070Z] === RUN TestWrite [2020-09-20T19:35:00.070Z] --- PASS: TestWrite (0.00s) [2020-09-20T19:35:00.070Z] === RUN TestWriteWithWriterError [2020-09-20T19:35:00.070Z] --- PASS: TestWriteWithWriterError (0.00s) [2020-09-20T19:35:00.070Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2020-09-20T19:35:00.070Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2020-09-20T19:35:00.070Z] === RUN TestStdCopyWriteAndRead [2020-09-20T19:35:00.070Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2020-09-20T19:35:00.070Z] === RUN TestStdCopyReturnsErrorReadingHeader [2020-09-20T19:35:00.070Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2020-09-20T19:35:00.070Z] === RUN TestStdCopyReturnsErrorReadingFrame [2020-09-20T19:35:00.070Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2020-09-20T19:35:00.070Z] === RUN TestStdCopyDetectsCorruptedFrame [2020-09-20T19:35:00.070Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2020-09-20T19:35:00.070Z] === RUN TestStdCopyWithInvalidInputHeader [2020-09-20T19:35:00.070Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2020-09-20T19:35:00.070Z] === RUN TestStdCopyWithCorruptedPrefix [2020-09-20T19:35:00.070Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2020-09-20T19:35:00.070Z] === RUN TestStdCopyReturnsWriteErrors [2020-09-20T19:35:00.070Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2020-09-20T19:35:00.070Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2020-09-20T19:35:00.070Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2020-09-20T19:35:00.070Z] === RUN TestStdCopyReturnsErrorFromSystem [2020-09-20T19:35:00.070Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2020-09-20T19:35:00.070Z] PASS [2020-09-20T19:35:00.070Z] coverage: 100.0% of statements [2020-09-20T19:35:00.070Z] ok github.com/docker/docker/pkg/stdcopy 0.084s coverage: 100.0% of statements [2020-09-20T19:35:00.302Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2020-09-20T19:35:00.302Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2020-09-20T19:35:00.886Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2020-09-20T19:35:01.040Z] time="2020-09-20T19:35:00Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49223/Test.Echo: Post http://127.0.0.1:49223/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2020-09-20T19:35:01.040Z] === RUN TestRawProgressFormatterFormatStatus [2020-09-20T19:35:01.040Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2020-09-20T19:35:01.040Z] === RUN TestRawProgressFormatterFormatProgress [2020-09-20T19:35:01.040Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2020-09-20T19:35:01.040Z] === RUN TestFormatStatus [2020-09-20T19:35:01.040Z] --- PASS: TestFormatStatus (0.00s) [2020-09-20T19:35:01.040Z] === RUN TestFormatError [2020-09-20T19:35:01.040Z] --- PASS: TestFormatError (0.00s) [2020-09-20T19:35:01.040Z] === RUN TestFormatJSONError [2020-09-20T19:35:01.040Z] --- PASS: TestFormatJSONError (0.00s) [2020-09-20T19:35:01.040Z] === RUN TestJsonProgressFormatterFormatProgress [2020-09-20T19:35:01.040Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2020-09-20T19:35:01.040Z] === RUN TestJsonProgressFormatterFormatStatus [2020-09-20T19:35:01.040Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2020-09-20T19:35:01.040Z] === RUN TestNewJSONProgressOutput [2020-09-20T19:35:01.040Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2020-09-20T19:35:01.040Z] === RUN TestAuxFormatterEmit [2020-09-20T19:35:01.040Z] --- PASS: TestAuxFormatterEmit (0.00s) [2020-09-20T19:35:01.040Z] === RUN TestStreamWriterStdout [2020-09-20T19:35:01.040Z] --- PASS: TestStreamWriterStdout (0.00s) [2020-09-20T19:35:01.040Z] === RUN TestStreamWriterStderr [2020-09-20T19:35:01.040Z] --- PASS: TestStreamWriterStderr (0.00s) [2020-09-20T19:35:01.040Z] PASS [2020-09-20T19:35:01.040Z] coverage: 66.2% of statements [2020-09-20T19:35:01.040Z] ok github.com/docker/docker/pkg/streamformatter 0.105s coverage: 66.2% of statements [2020-09-20T19:35:01.040Z] === RUN TestGenerateRandomID [2020-09-20T19:35:01.040Z] --- PASS: TestGenerateRandomID (0.00s) [2020-09-20T19:35:01.040Z] === RUN TestShortenId [2020-09-20T19:35:01.040Z] --- PASS: TestShortenId (0.00s) [2020-09-20T19:35:01.040Z] === RUN TestShortenSha256Id [2020-09-20T19:35:01.040Z] --- PASS: TestShortenSha256Id (0.00s) [2020-09-20T19:35:01.040Z] === RUN TestShortenIdEmpty [2020-09-20T19:35:01.040Z] --- PASS: TestShortenIdEmpty (0.00s) [2020-09-20T19:35:01.040Z] === RUN TestShortenIdInvalid [2020-09-20T19:35:01.040Z] --- PASS: TestShortenIdInvalid (0.00s) [2020-09-20T19:35:01.040Z] === RUN TestIsShortIDNonHex [2020-09-20T19:35:01.040Z] --- PASS: TestIsShortIDNonHex (0.00s) [2020-09-20T19:35:01.040Z] === RUN TestIsShortIDNotCorrectSize [2020-09-20T19:35:01.040Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2020-09-20T19:35:01.040Z] PASS [2020-09-20T19:35:01.040Z] coverage: 70.6% of statements [2020-09-20T19:35:01.040Z] ok github.com/docker/docker/pkg/stringid 0.039s coverage: 70.6% of statements [2020-09-20T19:35:01.456Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2020-09-20T19:35:02.011Z] === RUN TestIsCpusetListAvailable [2020-09-20T19:35:02.011Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2020-09-20T19:35:02.011Z] PASS [2020-09-20T19:35:02.011Z] coverage: 38.2% of statements [2020-09-20T19:35:02.011Z] ok github.com/docker/docker/pkg/sysinfo 0.033s coverage: 38.2% of statements [2020-09-20T19:35:02.837Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2020-09-20T19:35:02.981Z] === RUN TestChtimes [2020-09-20T19:35:02.981Z] --- PASS: TestChtimes (0.00s) [2020-09-20T19:35:02.981Z] === RUN TestChtimesWindows [2020-09-20T19:35:02.981Z] --- PASS: TestChtimesWindows (0.00s) [2020-09-20T19:35:02.981Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2020-09-20T19:35:02.981Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2020-09-20T19:35:02.981Z] === RUN TestEnsureRemoveAllNotExist [2020-09-20T19:35:02.981Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2020-09-20T19:35:02.981Z] === RUN TestEnsureRemoveAllWithDir [2020-09-20T19:35:02.981Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2020-09-20T19:35:02.981Z] === RUN TestEnsureRemoveAllWithFile [2020-09-20T19:35:02.981Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2020-09-20T19:35:02.981Z] === RUN TestEnsureRemoveAllWithMount [2020-09-20T19:35:02.981Z] --- SKIP: TestEnsureRemoveAllWithMount (0.00s) [2020-09-20T19:35:02.981Z] rm_test.go:44: runtime.GOOS == "windows": mount not supported on Windows [2020-09-20T19:35:02.981Z] === RUN TestHasWin32KSupport [2020-09-20T19:35:02.981Z] --- PASS: TestHasWin32KSupport (0.00s) [2020-09-20T19:35:02.981Z] syscall_windows_test.go:8: win32k: true [2020-09-20T19:35:02.981Z] PASS [2020-09-20T19:35:02.981Z] coverage: 13.8% of statements [2020-09-20T19:35:02.981Z] ok github.com/docker/docker/pkg/system 0.074s coverage: 13.8% of statements [2020-09-20T19:35:02.981Z] === RUN TestTailFile [2020-09-20T19:35:02.981Z] --- PASS: TestTailFile (0.00s) [2020-09-20T19:35:02.981Z] === RUN TestTailFileManyLines [2020-09-20T19:35:02.981Z] --- PASS: TestTailFileManyLines (0.00s) [2020-09-20T19:35:02.981Z] === RUN TestTailEmptyFile [2020-09-20T19:35:02.981Z] --- PASS: TestTailEmptyFile (0.00s) [2020-09-20T19:35:02.981Z] === RUN TestTailNegativeN [2020-09-20T19:35:02.981Z] --- PASS: TestTailNegativeN (0.00s) [2020-09-20T19:35:02.981Z] === RUN TestNewTailReader [2020-09-20T19:35:02.981Z] === PAUSE TestNewTailReader [2020-09-20T19:35:02.981Z] === CONT TestNewTailReader [2020-09-20T19:35:02.981Z] === RUN TestNewTailReader/single_byte_delimiter [2020-09-20T19:35:02.981Z] === PAUSE TestNewTailReader/single_byte_delimiter [2020-09-20T19:35:02.981Z] === RUN TestNewTailReader/2_byte_delimiter [2020-09-20T19:35:02.981Z] === PAUSE TestNewTailReader/2_byte_delimiter [2020-09-20T19:35:02.981Z] === RUN TestNewTailReader/4_byte_delimiter [2020-09-20T19:35:02.981Z] === PAUSE TestNewTailReader/4_byte_delimiter [2020-09-20T19:35:02.981Z] === RUN TestNewTailReader/8_byte_delimiter [2020-09-20T19:35:02.981Z] === PAUSE TestNewTailReader/8_byte_delimiter [2020-09-20T19:35:02.981Z] === RUN TestNewTailReader/12_byte_delimiter [2020-09-20T19:35:02.981Z] === PAUSE TestNewTailReader/12_byte_delimiter [2020-09-20T19:35:02.981Z] === RUN TestNewTailReader/no_delimiter [2020-09-20T19:35:02.981Z] === PAUSE TestNewTailReader/no_delimiter [2020-09-20T19:35:02.981Z] === RUN TestNewTailReader/truncated_last_line [2020-09-20T19:35:02.981Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2020-09-20T19:35:02.981Z] === RUN TestNewTailReader/truncated_last_line#01 [2020-09-20T19:35:02.981Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2020-09-20T19:35:02.981Z] === RUN TestNewTailReader/truncated_last_line#02 [2020-09-20T19:35:02.981Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2020-09-20T19:35:02.981Z] === CONT TestNewTailReader/single_byte_delimiter [2020-09-20T19:35:02.981Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2020-09-20T19:35:02.981Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2020-09-20T19:35:02.981Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2020-09-20T19:35:02.981Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2020-09-20T19:35:02.981Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2020-09-20T19:35:02.981Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2020-09-20T19:35:02.981Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2020-09-20T19:35:02.982Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-09-20T19:35:02.982Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2020-09-20T19:35:02.982Z] === CONT TestNewTailReader/no_delimiter [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2020-09-20T19:35:02.982Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/no_delimiter/no_lines [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2020-09-20T19:35:02.982Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-09-20T19:35:02.982Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-09-20T19:35:02.982Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2020-09-20T19:35:02.982Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-09-20T19:35:02.982Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2020-09-20T19:35:02.982Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-09-20T19:35:02.982Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-09-20T19:35:02.982Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-09-20T19:35:02.982Z] === CONT TestNewTailReader/2_byte_delimiter [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-09-20T19:35:02.982Z] === CONT TestNewTailReader/12_byte_delimiter [2020-09-20T19:35:02.982Z] === CONT TestNewTailReader/8_byte_delimiter [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2020-09-20T19:35:02.982Z] === CONT TestNewTailReader/4_byte_delimiter [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2020-09-20T19:35:02.982Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2020-09-20T19:35:02.982Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2020-09-20T19:35:02.982Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/no_delimiter/no_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2020-09-20T19:35:02.983Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2020-09-20T19:35:02.983Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-09-20T19:35:02.984Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-09-20T19:35:02.984Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-09-20T19:35:02.984Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-09-20T19:35:02.984Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-09-20T19:35:02.984Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-09-20T19:35:02.984Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-09-20T19:35:02.984Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-09-20T19:35:02.984Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-09-20T19:35:02.984Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2020-09-20T19:35:02.984Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-09-20T19:35:02.984Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-09-20T19:35:02.984Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-09-20T19:35:02.984Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2020-09-20T19:35:02.984Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2020-09-20T19:35:02.984Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2020-09-20T19:35:02.984Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2020-09-20T19:35:02.984Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-09-20T19:35:02.984Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-09-20T19:35:02.984Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-09-20T19:35:02.984Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-09-20T19:35:02.984Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-09-20T19:35:02.984Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-09-20T19:35:02.984Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-09-20T19:35:02.985Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-09-20T19:35:02.985Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2020-09-20T19:35:02.985Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-09-20T19:35:02.985Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-09-20T19:35:02.985Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2020-09-20T19:35:02.985Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-09-20T19:35:02.985Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2020-09-20T19:35:02.985Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-09-20T19:35:02.985Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-09-20T19:35:02.985Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-09-20T19:35:02.985Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-09-20T19:35:02.985Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-09-20T19:35:02.985Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-09-20T19:35:03.450Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-09-20T19:35:03.450Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2020-09-20T19:35:03.450Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-09-20T19:35:03.450Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-09-20T19:35:03.450Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-09-20T19:35:03.450Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-09-20T19:35:03.450Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2020-09-20T19:35:03.450Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2020-09-20T19:35:03.450Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2020-09-20T19:35:03.450Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2020-09-20T19:35:03.450Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2020-09-20T19:35:03.450Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2020-09-20T19:35:03.450Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2020-09-20T19:35:03.450Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2020-09-20T19:35:03.450Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2020-09-20T19:35:03.450Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2020-09-20T19:35:03.450Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2020-09-20T19:35:03.450Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-09-20T19:35:03.450Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-09-20T19:35:03.450Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2020-09-20T19:35:03.450Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-09-20T19:35:03.450Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-09-20T19:35:03.450Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-09-20T19:35:03.450Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-09-20T19:35:03.450Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-09-20T19:35:03.450Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-09-20T19:35:03.450Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-09-20T19:35:03.450Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-09-20T19:35:03.450Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2020-09-20T19:35:03.450Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2020-09-20T19:35:03.450Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-09-20T19:35:03.450Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-09-20T19:35:03.450Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-09-20T19:35:03.450Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-09-20T19:35:03.450Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-09-20T19:35:03.450Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-09-20T19:35:03.450Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-09-20T19:35:03.450Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2020-09-20T19:35:03.451Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2020-09-20T19:35:03.451Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2020-09-20T19:35:03.451Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-09-20T19:35:03.451Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2020-09-20T19:35:03.451Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2020-09-20T19:35:03.451Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2020-09-20T19:35:03.451Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2020-09-20T19:35:03.451Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2020-09-20T19:35:03.451Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2020-09-20T19:35:03.451Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2020-09-20T19:35:03.451Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2020-09-20T19:35:03.451Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2020-09-20T19:35:03.451Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2020-09-20T19:35:03.451Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2020-09-20T19:35:03.451Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2020-09-20T19:35:03.451Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2020-09-20T19:35:03.451Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2020-09-20T19:35:03.451Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2020-09-20T19:35:03.451Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2020-09-20T19:35:03.451Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2020-09-20T19:35:03.451Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2020-09-20T19:35:03.451Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2020-09-20T19:35:03.451Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2020-09-20T19:35:03.451Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2020-09-20T19:35:03.451Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-09-20T19:35:03.451Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2020-09-20T19:35:03.452Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-09-20T19:35:03.452Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.01s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.01s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.01s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.01s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.01s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.01s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.02s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.01s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.01s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2020-09-20T19:35:03.453Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.01s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.02s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.01s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.01s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.01s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2020-09-20T19:35:03.454Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2020-09-20T19:35:03.454Z] PASS [2020-09-20T19:35:03.454Z] coverage: 88.6% of statements [2020-09-20T19:35:03.454Z] ok github.com/docker/docker/pkg/tailfile 0.369s coverage: 88.6% of statements [2020-09-20T19:35:03.454Z] time="2020-09-20T19:35:03Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49223/Test.Echo: Post http://127.0.0.1:49223/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2020-09-20T19:35:03.914Z] testing: warning: no tests to run [2020-09-20T19:35:03.914Z] PASS [2020-09-20T19:35:03.914Z] coverage: [no statements] [2020-09-20T19:35:03.914Z] ok github.com/docker/docker/pkg/term/windows 0.035s coverage: [no statements] [no tests to run] [2020-09-20T19:35:04.374Z] === RUN TestTarSumRemoveNonExistent [2020-09-20T19:35:04.374Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2020-09-20T19:35:04.374Z] === RUN TestTarSumRemove [2020-09-20T19:35:04.374Z] --- PASS: TestTarSumRemove (0.00s) [2020-09-20T19:35:04.374Z] === RUN TestSortFileInfoSums [2020-09-20T19:35:04.374Z] --- PASS: TestSortFileInfoSums (0.00s) [2020-09-20T19:35:04.374Z] === RUN TestNewTarSumForLabelInvalid [2020-09-20T19:35:04.374Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2020-09-20T19:35:04.374Z] === RUN TestNewTarSumForLabel [2020-09-20T19:35:04.374Z] --- PASS: TestNewTarSumForLabel (0.00s) [2020-09-20T19:35:04.374Z] === RUN TestEmptyTar [2020-09-20T19:35:04.374Z] --- PASS: TestEmptyTar (0.02s) [2020-09-20T19:35:04.374Z] === RUN TestTarSumsReadSize [2020-09-20T19:35:04.374Z] --- PASS: TestTarSumsReadSize (0.01s) [2020-09-20T19:35:04.374Z] === RUN TestTarSums [2020-09-20T19:35:04.374Z] --- PASS: TestTarSums (0.08s) [2020-09-20T19:35:04.374Z] === RUN TestIteration [2020-09-20T19:35:04.374Z] --- PASS: TestIteration (0.00s) [2020-09-20T19:35:04.374Z] === RUN TestVersionLabelForChecksum [2020-09-20T19:35:04.374Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2020-09-20T19:35:04.374Z] === RUN TestVersion [2020-09-20T19:35:04.374Z] --- PASS: TestVersion (0.00s) [2020-09-20T19:35:04.374Z] === RUN TestGetVersion [2020-09-20T19:35:04.374Z] --- PASS: TestGetVersion (0.00s) [2020-09-20T19:35:04.374Z] === RUN TestGetVersions [2020-09-20T19:35:04.374Z] --- PASS: TestGetVersions (0.00s) [2020-09-20T19:35:04.374Z] PASS [2020-09-20T19:35:04.374Z] coverage: 89.3% of statements [2020-09-20T19:35:04.374Z] ok github.com/docker/docker/pkg/tarsum 0.177s coverage: 89.3% of statements [2020-09-20T19:35:04.374Z] === RUN TestTruncIndex [2020-09-20T19:35:04.374Z] --- PASS: TestTruncIndex (0.10s) [2020-09-20T19:35:04.374Z] PASS [2020-09-20T19:35:04.374Z] coverage: 91.5% of statements [2020-09-20T19:35:04.374Z] ok github.com/docker/docker/pkg/truncindex 0.142s coverage: 91.5% of statements [2020-09-20T19:35:04.834Z] === RUN TestIsGIT [2020-09-20T19:35:04.834Z] --- PASS: TestIsGIT (0.00s) [2020-09-20T19:35:04.834Z] === RUN TestIsTransport [2020-09-20T19:35:04.834Z] --- PASS: TestIsTransport (0.00s) [2020-09-20T19:35:04.834Z] PASS [2020-09-20T19:35:04.834Z] coverage: 100.0% of statements [2020-09-20T19:35:04.834Z] ok github.com/docker/docker/pkg/urlutil 0.054s coverage: 100.0% of statements [2020-09-20T19:35:04.834Z] === RUN TestVersionInfo [2020-09-20T19:35:04.834Z] --- PASS: TestVersionInfo (0.00s) [2020-09-20T19:35:04.834Z] === RUN TestAppendVersions [2020-09-20T19:35:04.834Z] --- PASS: TestAppendVersions (0.00s) [2020-09-20T19:35:04.834Z] PASS [2020-09-20T19:35:04.834Z] coverage: 88.9% of statements [2020-09-20T19:35:04.834Z] ok github.com/docker/docker/pkg/useragent 0.051s coverage: 88.9% of statements [2020-09-20T19:35:05.380Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2020-09-20T19:35:06.320Z] === RUN TestDockerSuite/TestBuildHistory [2020-09-20T19:35:06.374Z] === RUN TestNewSettable [2020-09-20T19:35:06.374Z] --- PASS: TestNewSettable (0.00s) [2020-09-20T19:35:06.374Z] === RUN TestIsSettable [2020-09-20T19:35:06.374Z] --- PASS: TestIsSettable (0.00s) [2020-09-20T19:35:06.374Z] === RUN TestUpdateSettingsEnv [2020-09-20T19:35:06.374Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2020-09-20T19:35:06.374Z] PASS [2020-09-20T19:35:06.374Z] coverage: 20.1% of statements [2020-09-20T19:35:06.374Z] ok github.com/docker/docker/plugin/v2 0.196s coverage: 20.1% of statements [2020-09-20T19:35:06.835Z] === RUN TestLoad [2020-09-20T19:35:06.835Z] --- PASS: TestLoad (0.00s) [2020-09-20T19:35:06.835Z] === RUN TestSave [2020-09-20T19:35:06.835Z] --- PASS: TestSave (0.29s) [2020-09-20T19:35:06.835Z] === RUN TestAddDeleteGet [2020-09-20T19:35:06.835Z] === RUN TestValidatePrivileges [2020-09-20T19:35:06.835Z] --- PASS: TestValidatePrivileges (0.00s) [2020-09-20T19:35:06.835Z] === RUN TestFilterByCapNeg [2020-09-20T19:35:06.835Z] --- PASS: TestFilterByCapNeg (0.00s) [2020-09-20T19:35:06.835Z] === RUN TestFilterByCapPos [2020-09-20T19:35:06.835Z] --- PASS: TestFilterByCapPos (0.00s) [2020-09-20T19:35:06.835Z] === RUN TestStoreGetPluginNotMatchCapRefs [2020-09-20T19:35:06.835Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2020-09-20T19:35:06.835Z] PASS [2020-09-20T19:35:06.835Z] coverage: 12.0% of statements [2020-09-20T19:35:06.835Z] ok github.com/docker/docker/plugin 0.393s coverage: 12.0% of statements [2020-09-20T19:35:06.835Z] --- PASS: TestAddDeleteGet (0.04s) [2020-09-20T19:35:06.835Z] === RUN TestInvalidTags [2020-09-20T19:35:06.835Z] --- PASS: TestInvalidTags (0.01s) [2020-09-20T19:35:06.835Z] PASS [2020-09-20T19:35:06.835Z] coverage: 84.4% of statements [2020-09-20T19:35:06.835Z] ok github.com/docker/docker/reference 0.441s coverage: 84.4% of statements [2020-09-20T19:35:07.804Z] time="2020-09-20T19:35:07Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49223/Test.Echo: Post http://127.0.0.1:49223/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2020-09-20T19:35:08.264Z] === RUN TestRestartManagerTimeout [2020-09-20T19:35:08.264Z] --- PASS: TestRestartManagerTimeout (0.00s) [2020-09-20T19:35:08.264Z] === RUN TestRestartManagerTimeoutReset [2020-09-20T19:35:08.264Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2020-09-20T19:35:08.264Z] PASS [2020-09-20T19:35:08.264Z] coverage: 45.3% of statements [2020-09-20T19:35:08.264Z] ok github.com/docker/docker/restartmanager 0.035s coverage: 45.3% of statements [2020-09-20T19:35:08.724Z] === RUN TestResumableRequestHeaderSimpleErrors [2020-09-20T19:35:08.724Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2020-09-20T19:35:08.724Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2020-09-20T19:35:08.724Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2020-09-20T19:35:08.724Z] === RUN TestResumableRequestHeaderTooMuchFailures [2020-09-20T19:35:08.724Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2020-09-20T19:35:08.724Z] === RUN TestResumableRequestReaderWithReadError [2020-09-20T19:35:08.724Z] time="2020-09-20T19:35:08Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2020-09-20T19:35:08.724Z] --- PASS: TestResumableRequestReaderWithReadError (0.11s) [2020-09-20T19:35:08.724Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2020-09-20T19:35:08.724Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2020-09-20T19:35:08.724Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2020-09-20T19:35:08.724Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2020-09-20T19:35:08.724Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2020-09-20T19:35:08.724Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2020-09-20T19:35:08.724Z] === RUN TestResumableRequestReader [2020-09-20T19:35:08.724Z] --- PASS: TestResumableRequestReader (0.00s) [2020-09-20T19:35:08.724Z] === RUN TestResumableRequestReaderWithInitialResponse [2020-09-20T19:35:08.724Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2020-09-20T19:35:08.724Z] PASS [2020-09-20T19:35:08.724Z] coverage: 100.0% of statements [2020-09-20T19:35:08.724Z] ok github.com/docker/docker/registry/resumable 0.262s coverage: 100.0% of statements [2020-09-20T19:35:09.694Z] === RUN TestDecodeContainerConfig [2020-09-20T19:35:09.694Z] --- PASS: TestDecodeContainerConfig (0.00s) [2020-09-20T19:35:09.694Z] === RUN TestDecodeContainerConfigIsolation [2020-09-20T19:35:09.694Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2020-09-20T19:35:09.694Z] === RUN TestValidatePrivileged [2020-09-20T19:35:09.694Z] --- PASS: TestValidatePrivileged (0.00s) [2020-09-20T19:35:09.694Z] PASS [2020-09-20T19:35:09.694Z] coverage: 52.2% of statements [2020-09-20T19:35:09.694Z] ok github.com/docker/docker/runconfig 0.062s coverage: 52.2% of statements [2020-09-20T19:35:09.694Z] === RUN TestSameAuthDataPostSave [2020-09-20T19:35:09.694Z] --- PASS: TestSameAuthDataPostSave (0.00s) [2020-09-20T19:35:09.694Z] === RUN TestResolveAuthConfigIndexServer [2020-09-20T19:35:09.694Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2020-09-20T19:35:09.694Z] === RUN TestResolveAuthConfigFullURL [2020-09-20T19:35:09.694Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2020-09-20T19:35:09.694Z] === RUN TestLoadAllowNondistributableArtifacts [2020-09-20T19:35:09.694Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2020-09-20T19:35:09.694Z] === RUN TestValidateMirror [2020-09-20T19:35:09.694Z] --- PASS: TestValidateMirror (0.00s) [2020-09-20T19:35:09.694Z] === RUN TestLoadInsecureRegistries [2020-09-20T19:35:09.694Z] time="2020-09-20T19:35:09Z" level=warning msg="insecure registry http://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2020-09-20T19:35:09.694Z] time="2020-09-20T19:35:09Z" level=warning msg="insecure registry https://mytest.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2020-09-20T19:35:09.694Z] time="2020-09-20T19:35:09Z" level=warning msg="insecure registry HTTP://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2020-09-20T19:35:09.694Z] --- PASS: TestLoadInsecureRegistries (0.10s) [2020-09-20T19:35:09.694Z] === RUN TestNewServiceConfig [2020-09-20T19:35:09.694Z] --- PASS: TestNewServiceConfig (0.00s) [2020-09-20T19:35:09.694Z] === RUN TestValidateIndexName [2020-09-20T19:35:09.694Z] --- PASS: TestValidateIndexName (0.00s) [2020-09-20T19:35:09.694Z] === RUN TestValidateIndexNameWithError [2020-09-20T19:35:09.694Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2020-09-20T19:35:09.694Z] === RUN TestEndpointParse [2020-09-20T19:35:09.694Z] --- PASS: TestEndpointParse (0.00s) [2020-09-20T19:35:09.694Z] === RUN TestEndpointParseInvalid [2020-09-20T19:35:09.694Z] --- PASS: TestEndpointParseInvalid (0.00s) [2020-09-20T19:35:09.694Z] === RUN TestValidateEndpoint [2020-09-20T19:35:09.694Z] --- PASS: TestValidateEndpoint (0.01s) [2020-09-20T19:35:09.694Z] === RUN TestPing [2020-09-20T19:35:09.694Z] --- PASS: TestPing (0.00s) [2020-09-20T19:35:09.694Z] === RUN TestPingRegistryEndpoint [2020-09-20T19:35:09.694Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2020-09-20T19:35:09.694Z] registry_test.go:58: os.Getuid() != 0: skipping test that requires root [2020-09-20T19:35:09.694Z] === RUN TestEndpoint [2020-09-20T19:35:09.694Z] --- SKIP: TestEndpoint (0.01s) [2020-09-20T19:35:09.694Z] registry_test.go:78: os.Getuid() != 0: skipping test that requires root [2020-09-20T19:35:09.694Z] === RUN TestGetRemoteHistory [2020-09-20T19:35:09.694Z] --- PASS: TestGetRemoteHistory (0.00s) [2020-09-20T19:35:09.694Z] registry_test.go:923: GET /v1/images/42d718c941f5c532ac049bf0b0ab53f0062f09a03afd4aa4a02c098e46032b9d/ancestry HTTP/1.1 [2020-09-20T19:35:09.694Z] Host: 127.0.0.1:49238 [2020-09-20T19:35:09.694Z] User-Agent: docker test client [2020-09-20T19:35:09.694Z] Authorization: Token fake-token [2020-09-20T19:35:09.694Z] Accept-Encoding: gzip [2020-09-20T19:35:09.694Z] [2020-09-20T19:35:09.694Z] [2020-09-20T19:35:09.694Z] registry_test.go:932: HTTP/1.1 200 OK [2020-09-20T19:35:09.694Z] Connection: close [2020-09-20T19:35:09.694Z] Content-Length: 140 [2020-09-20T19:35:09.694Z] Cache-Control: no-cache [2020-09-20T19:35:09.694Z] Content-Type: application/json [2020-09-20T19:35:09.694Z] Date: Sun, 20 Sep 2020 19:35:09 GMT [2020-09-20T19:35:09.694Z] Expires: -1 [2020-09-20T19:35:09.694Z] Pragma: no-cache [2020-09-20T19:35:09.694Z] Server: docker-tests/mock [2020-09-20T19:35:09.694Z] Set-Cookie: session=FAKE-SESSION-1600630509486234500; Max-Age=3600 [2020-09-20T19:35:09.694Z] X-Docker-Registry-Config: mock [2020-09-20T19:35:09.694Z] X-Docker-Registry-Version: 0.0.0 [2020-09-20T19:35:09.694Z] X-Docker-Size: 154 [2020-09-20T19:35:09.694Z] X-Docker-Token: FAKE-TOKEN-1600630509486234500 [2020-09-20T19:35:09.694Z] [2020-09-20T19:35:09.694Z] [2020-09-20T19:35:09.694Z] === RUN TestLookupRemoteImage [2020-09-20T19:35:09.694Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2020-09-20T19:35:09.694Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2020-09-20T19:35:09.694Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2020-09-20T19:35:09.694Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2020-09-20T19:35:09.694Z] PASS [2020-09-20T19:35:09.694Z] coverage: 62.5% of statements [2020-09-20T19:35:09.694Z] --- PASS: TestLookupRemoteImage (0.01s) [2020-09-20T19:35:09.694Z] registry_test.go:923: GET /v1/images/42d718c941f5c532ac049bf0b0ab53f0062f09a03afd4aa4a02c098e46032b9d/json HTTP/1.1 [2020-09-20T19:35:09.694Z] Host: 127.0.0.1:49238 [2020-09-20T19:35:09.694Z] User-Agent: docker test client [2020-09-20T19:35:09.694Z] Authorization: Token fake-token [2020-09-20T19:35:09.694Z] Accept-Encoding: gzip [2020-09-20T19:35:09.694Z] [2020-09-20T19:35:09.694Z] [2020-09-20T19:35:09.694Z] registry_test.go:932: HTTP/1.1 200 OK [2020-09-20T19:35:09.694Z] Connection: close [2020-09-20T19:35:09.694Z] Content-Length: 559 [2020-09-20T19:35:09.694Z] Cache-Control: no-cache [2020-09-20T19:35:09.694Z] Content-Type: application/json [2020-09-20T19:35:09.694Z] Date: Sun, 20 Sep 2020 19:35:09 GMT [2020-09-20T19:35:09.694Z] Expires: -1 [2020-09-20T19:35:09.694Z] Pragma: no-cache [2020-09-20T19:35:09.694Z] Server: docker-tests/mock [2020-09-20T19:35:09.694Z] Set-Cookie: session=FAKE-SESSION-1600630509489244500; Max-Age=3600 [2020-09-20T19:35:09.694Z] X-Docker-Registry-Config: mock [2020-09-20T19:35:09.694Z] X-Docker-Registry-Version: 0.0.0 [2020-09-20T19:35:09.694Z] X-Docker-Size: 154 [2020-09-20T19:35:09.694Z] X-Docker-Token: FAKE-TOKEN-1600630509489244500 [2020-09-20T19:35:09.694Z] [2020-09-20T19:35:09.694Z] [2020-09-20T19:35:09.694Z] registry_test.go:923: GET /v1/images/abcdef/json HTTP/1.1 [2020-09-20T19:35:09.694Z] Host: 127.0.0.1:49238 [2020-09-20T19:35:09.694Z] User-Agent: docker test client [2020-09-20T19:35:09.694Z] Authorization: Token FAKE-TOKEN-1600630509489244500 [2020-09-20T19:35:09.694Z] Accept-Encoding: gzip [2020-09-20T19:35:09.694Z] [2020-09-20T19:35:09.694Z] [2020-09-20T19:35:09.694Z] registry_test.go:932: HTTP/1.1 404 Not Found [2020-09-20T19:35:09.694Z] Connection: close [2020-09-20T19:35:09.694Z] Content-Length: 19 [2020-09-20T19:35:09.694Z] Content-Type: text/plain; charset=utf-8 [2020-09-20T19:35:09.694Z] Date: Sun, 20 Sep 2020 19:35:09 GMT [2020-09-20T19:35:09.694Z] Set-Cookie: session=FAKE-SESSION-1600630509490241300; Max-Age=3600 [2020-09-20T19:35:09.694Z] X-Content-Type-Options: nosniff [2020-09-20T19:35:09.694Z] X-Docker-Token: FAKE-TOKEN-1600630509490241300 [2020-09-20T19:35:09.694Z] [2020-09-20T19:35:09.694Z] [2020-09-20T19:35:09.694Z] === RUN TestGetRemoteImageJSON [2020-09-20T19:35:09.694Z] --- PASS: TestGetRemoteImageJSON (0.00s) [2020-09-20T19:35:09.694Z] registry_test.go:923: GET /v1/images/42d718c941f5c532ac049bf0b0ab53f0062f09a03afd4aa4a02c098e46032b9d/json HTTP/1.1 [2020-09-20T19:35:09.694Z] Host: 127.0.0.1:49238 [2020-09-20T19:35:09.694Z] User-Agent: docker test client [2020-09-20T19:35:09.694Z] Authorization: Token fake-token [2020-09-20T19:35:09.694Z] Accept-Encoding: gzip [2020-09-20T19:35:09.694Z] [2020-09-20T19:35:09.694Z] [2020-09-20T19:35:09.694Z] registry_test.go:932: HTTP/1.1 200 OK [2020-09-20T19:35:09.694Z] Connection: close [2020-09-20T19:35:09.694Z] Content-Length: 559 [2020-09-20T19:35:09.694Z] Cache-Control: no-cache [2020-09-20T19:35:09.694Z] Content-Type: application/json [2020-09-20T19:35:09.694Z] Date: Sun, 20 Sep 2020 19:35:09 GMT [2020-09-20T19:35:09.694Z] Expires: -1 [2020-09-20T19:35:09.694Z] Pragma: no-cache [2020-09-20T19:35:09.694Z] Server: docker-tests/mock [2020-09-20T19:35:09.694Z] Set-Cookie: session=FAKE-SESSION-1600630509494240200; Max-Age=3600 [2020-09-20T19:35:09.694Z] X-Docker-Registry-Config: mock [2020-09-20T19:35:09.694Z] X-Docker-Registry-Version: 0.0.0 [2020-09-20T19:35:09.694Z] X-Docker-Size: 154 [2020-09-20T19:35:09.694Z] X-Docker-Token: FAKE-TOKEN-1600630509494240200 [2020-09-20T19:35:09.694Z] [2020-09-20T19:35:09.694Z] [2020-09-20T19:35:09.694Z] registry_test.go:923: GET /v1/images/abcdef/json HTTP/1.1 [2020-09-20T19:35:09.694Z] Host: 127.0.0.1:49238 [2020-09-20T19:35:09.694Z] User-Agent: docker test client [2020-09-20T19:35:09.694Z] Authorization: Token FAKE-TOKEN-1600630509494240200 [2020-09-20T19:35:09.694Z] Accept-Encoding: gzip [2020-09-20T19:35:09.694Z] [2020-09-20T19:35:09.694Z] [2020-09-20T19:35:09.694Z] registry_test.go:932: HTTP/1.1 404 Not Found [2020-09-20T19:35:09.694Z] Connection: close [2020-09-20T19:35:09.694Z] Content-Length: 19 [2020-09-20T19:35:09.694Z] Content-Type: text/plain; charset=utf-8 [2020-09-20T19:35:09.694Z] Date: Sun, 20 Sep 2020 19:35:09 GMT [2020-09-20T19:35:10.154Z] Set-Cookie: session=FAKE-SESSION-1600630509495243300; Max-Age=3600 [2020-09-20T19:35:10.154Z] X-Content-Type-Options: nosniff [2020-09-20T19:35:10.154Z] X-Docker-Token: FAKE-TOKEN-1600630509495243300 [2020-09-20T19:35:10.154Z] [2020-09-20T19:35:10.154Z] [2020-09-20T19:35:10.154Z] === RUN TestGetRemoteImageLayer [2020-09-20T19:35:10.154Z] ok github.com/docker/docker/testutil 0.064s coverage: 62.5% of statements [2020-09-20T19:35:10.154Z] --- PASS: TestGetRemoteImageLayer (0.01s) [2020-09-20T19:35:10.154Z] registry_test.go:923: GET /v1/images/42d718c941f5c532ac049bf0b0ab53f0062f09a03afd4aa4a02c098e46032b9d/layer HTTP/1.1 [2020-09-20T19:35:10.154Z] Host: 127.0.0.1:49238 [2020-09-20T19:35:10.154Z] User-Agent: docker test client [2020-09-20T19:35:10.154Z] Authorization: Token fake-token [2020-09-20T19:35:10.154Z] Accept-Encoding: gzip [2020-09-20T19:35:10.154Z] [2020-09-20T19:35:10.154Z] [2020-09-20T19:35:10.154Z] registry_test.go:932: HTTP/1.1 200 OK [2020-09-20T19:35:10.154Z] Connection: close [2020-09-20T19:35:10.154Z] Content-Length: 154 [2020-09-20T19:35:10.154Z] Cache-Control: no-cache [2020-09-20T19:35:10.154Z] Content-Type: application/json [2020-09-20T19:35:10.154Z] Date: Sun, 20 Sep 2020 19:35:09 GMT [2020-09-20T19:35:10.154Z] Expires: -1 [2020-09-20T19:35:10.154Z] Pragma: no-cache [2020-09-20T19:35:10.154Z] Server: docker-tests/mock [2020-09-20T19:35:10.154Z] Set-Cookie: session=FAKE-SESSION-1600630509499249800; Max-Age=3600 [2020-09-20T19:35:10.154Z] X-Docker-Registry-Config: mock [2020-09-20T19:35:10.154Z] X-Docker-Registry-Version: 0.0.0 [2020-09-20T19:35:10.154Z] X-Docker-Size: 154 [2020-09-20T19:35:10.154Z] X-Docker-Token: FAKE-TOKEN-1600630509499249800 [2020-09-20T19:35:10.154Z] [2020-09-20T19:35:10.154Z] [2020-09-20T19:35:10.154Z] registry_test.go:923: GET /v1/images/abcdef/layer HTTP/1.1 [2020-09-20T19:35:10.154Z] Host: 127.0.0.1:49238 [2020-09-20T19:35:10.154Z] User-Agent: docker test client [2020-09-20T19:35:10.154Z] Authorization: Token FAKE-TOKEN-1600630509499249800 [2020-09-20T19:35:10.154Z] Accept-Encoding: gzip [2020-09-20T19:35:10.154Z] [2020-09-20T19:35:10.154Z] [2020-09-20T19:35:10.154Z] registry_test.go:932: HTTP/1.1 404 Not Found [2020-09-20T19:35:10.154Z] Connection: close [2020-09-20T19:35:10.154Z] Content-Length: 19 [2020-09-20T19:35:10.154Z] Content-Type: text/plain; charset=utf-8 [2020-09-20T19:35:10.154Z] Date: Sun, 20 Sep 2020 19:35:09 GMT [2020-09-20T19:35:10.154Z] Set-Cookie: session=FAKE-SESSION-1600630509505245700; Max-Age=3600 [2020-09-20T19:35:10.154Z] X-Content-Type-Options: nosniff [2020-09-20T19:35:10.154Z] X-Docker-Token: FAKE-TOKEN-1600630509505245700 [2020-09-20T19:35:10.154Z] [2020-09-20T19:35:10.154Z] [2020-09-20T19:35:10.154Z] === RUN TestGetRemoteTag [2020-09-20T19:35:10.154Z] --- PASS: TestGetRemoteTag (0.00s) [2020-09-20T19:35:10.154Z] registry_test.go:923: GET /v1/repositories/foo42/bar/tags/test HTTP/1.1 [2020-09-20T19:35:10.154Z] Host: 127.0.0.1:49238 [2020-09-20T19:35:10.154Z] User-Agent: docker test client [2020-09-20T19:35:10.154Z] Authorization: Token fake-token [2020-09-20T19:35:10.154Z] Accept-Encoding: gzip [2020-09-20T19:35:10.154Z] [2020-09-20T19:35:10.154Z] [2020-09-20T19:35:10.154Z] registry_test.go:932: HTTP/1.1 200 OK [2020-09-20T19:35:10.154Z] Connection: close [2020-09-20T19:35:10.154Z] Content-Length: 66 [2020-09-20T19:35:10.154Z] Cache-Control: no-cache [2020-09-20T19:35:10.154Z] Content-Type: application/json [2020-09-20T19:35:10.154Z] Date: Sun, 20 Sep 2020 19:35:09 GMT [2020-09-20T19:35:10.154Z] Expires: -1 [2020-09-20T19:35:10.154Z] Pragma: no-cache [2020-09-20T19:35:10.154Z] Server: docker-tests/mock [2020-09-20T19:35:10.154Z] Set-Cookie: session=FAKE-SESSION-1600630509508253400; Max-Age=3600 [2020-09-20T19:35:10.154Z] X-Docker-Registry-Config: mock [2020-09-20T19:35:10.154Z] X-Docker-Registry-Version: 0.0.0 [2020-09-20T19:35:10.154Z] X-Docker-Token: FAKE-TOKEN-1600630509508253400 [2020-09-20T19:35:10.154Z] [2020-09-20T19:35:10.154Z] [2020-09-20T19:35:10.154Z] registry_test.go:923: GET /v1/repositories/foo42/baz/tags/foo HTTP/1.1 [2020-09-20T19:35:10.154Z] Host: 127.0.0.1:49238 [2020-09-20T19:35:10.154Z] User-Agent: docker test client [2020-09-20T19:35:10.154Z] Authorization: Token FAKE-TOKEN-1600630509508253400 [2020-09-20T19:35:10.154Z] Accept-Encoding: gzip [2020-09-20T19:35:10.154Z] [2020-09-20T19:35:10.154Z] [2020-09-20T19:35:10.154Z] registry_test.go:932: HTTP/1.1 404 Not Found [2020-09-20T19:35:10.154Z] Connection: close [2020-09-20T19:35:10.154Z] Content-Length: 32 [2020-09-20T19:35:10.154Z] Cache-Control: no-cache [2020-09-20T19:35:10.154Z] Content-Type: application/json [2020-09-20T19:35:10.154Z] Date: Sun, 20 Sep 2020 19:35:09 GMT [2020-09-20T19:35:10.154Z] Expires: -1 [2020-09-20T19:35:10.154Z] Pragma: no-cache [2020-09-20T19:35:10.154Z] Server: docker-tests/mock [2020-09-20T19:35:10.154Z] Set-Cookie: session=FAKE-SESSION-1600630509509251000; Max-Age=3600 [2020-09-20T19:35:10.154Z] X-Docker-Registry-Config: mock [2020-09-20T19:35:10.154Z] X-Docker-Registry-Version: 0.0.0 [2020-09-20T19:35:10.154Z] X-Docker-Token: FAKE-TOKEN-1600630509509251000 [2020-09-20T19:35:10.154Z] [2020-09-20T19:35:10.154Z] [2020-09-20T19:35:10.154Z] === RUN TestGetRemoteTags [2020-09-20T19:35:10.154Z] --- PASS: TestGetRemoteTags (0.01s) [2020-09-20T19:35:10.154Z] registry_test.go:923: GET /v1/repositories/foo42/bar/tags HTTP/1.1 [2020-09-20T19:35:10.154Z] Host: 127.0.0.1:49238 [2020-09-20T19:35:10.154Z] User-Agent: docker test client [2020-09-20T19:35:10.154Z] Authorization: Token fake-token [2020-09-20T19:35:10.154Z] Accept-Encoding: gzip [2020-09-20T19:35:10.154Z] [2020-09-20T19:35:10.154Z] [2020-09-20T19:35:10.154Z] registry_test.go:932: HTTP/1.1 200 OK [2020-09-20T19:35:10.154Z] Connection: close [2020-09-20T19:35:10.154Z] Content-Length: 151 [2020-09-20T19:35:10.154Z] Cache-Control: no-cache [2020-09-20T19:35:10.154Z] Content-Type: application/json [2020-09-20T19:35:10.154Z] Date: Sun, 20 Sep 2020 19:35:09 GMT [2020-09-20T19:35:10.154Z] Expires: -1 [2020-09-20T19:35:10.154Z] Pragma: no-cache [2020-09-20T19:35:10.154Z] Server: docker-tests/mock [2020-09-20T19:35:10.154Z] Set-Cookie: session=FAKE-SESSION-1600630509515240400; Max-Age=3600 [2020-09-20T19:35:10.154Z] X-Docker-Registry-Config: mock [2020-09-20T19:35:10.154Z] X-Docker-Registry-Version: 0.0.0 [2020-09-20T19:35:10.154Z] X-Docker-Token: FAKE-TOKEN-1600630509515240400 [2020-09-20T19:35:10.154Z] [2020-09-20T19:35:10.154Z] [2020-09-20T19:35:10.154Z] registry_test.go:923: GET /v1/repositories/foo42/baz/tags HTTP/1.1 [2020-09-20T19:35:10.154Z] Host: 127.0.0.1:49238 [2020-09-20T19:35:10.154Z] User-Agent: docker test client [2020-09-20T19:35:10.154Z] Authorization: Token FAKE-TOKEN-1600630509515240400 [2020-09-20T19:35:10.154Z] Accept-Encoding: gzip [2020-09-20T19:35:10.154Z] [2020-09-20T19:35:10.154Z] [2020-09-20T19:35:10.154Z] registry_test.go:932: HTTP/1.1 404 Not Found [2020-09-20T19:35:10.154Z] Connection: close [2020-09-20T19:35:10.154Z] Content-Length: 32 [2020-09-20T19:35:10.154Z] Cache-Control: no-cache [2020-09-20T19:35:10.154Z] Content-Type: application/json [2020-09-20T19:35:10.154Z] Date: Sun, 20 Sep 2020 19:35:09 GMT [2020-09-20T19:35:10.154Z] Expires: -1 [2020-09-20T19:35:10.154Z] Pragma: no-cache [2020-09-20T19:35:10.154Z] Server: docker-tests/mock [2020-09-20T19:35:10.154Z] Set-Cookie: session=FAKE-SESSION-1600630509516243300; Max-Age=3600 [2020-09-20T19:35:10.154Z] X-Docker-Registry-Config: mock [2020-09-20T19:35:10.154Z] X-Docker-Registry-Version: 0.0.0 [2020-09-20T19:35:10.154Z] X-Docker-Token: FAKE-TOKEN-1600630509516243300 [2020-09-20T19:35:10.154Z] [2020-09-20T19:35:10.154Z] [2020-09-20T19:35:10.154Z] === RUN TestGetRepositoryData [2020-09-20T19:35:10.154Z] --- PASS: TestGetRepositoryData (0.00s) [2020-09-20T19:35:10.154Z] registry_test.go:923: GET /v1/repositories/foo42/bar/images HTTP/1.1 [2020-09-20T19:35:10.154Z] Host: 127.0.0.1:49238 [2020-09-20T19:35:10.154Z] User-Agent: docker test client [2020-09-20T19:35:10.154Z] Authorization: Token fake-token [2020-09-20T19:35:10.154Z] X-Docker-Token: true [2020-09-20T19:35:10.154Z] Accept-Encoding: gzip [2020-09-20T19:35:10.154Z] [2020-09-20T19:35:10.154Z] [2020-09-20T19:35:10.154Z] registry_test.go:932: HTTP/1.1 200 OK [2020-09-20T19:35:10.154Z] Connection: close [2020-09-20T19:35:10.154Z] Content-Length: 363 [2020-09-20T19:35:10.154Z] Cache-Control: no-cache [2020-09-20T19:35:10.154Z] Content-Type: application/json [2020-09-20T19:35:10.154Z] Date: Sun, 20 Sep 2020 19:35:09 GMT [2020-09-20T19:35:10.154Z] Expires: -1 [2020-09-20T19:35:10.154Z] Pragma: no-cache [2020-09-20T19:35:10.154Z] Server: docker-tests/mock [2020-09-20T19:35:10.154Z] X-Docker-Endpoints: 127.0.0.1:49238 , test.example.com [2020-09-20T19:35:10.154Z] X-Docker-Registry-Config: mock [2020-09-20T19:35:10.154Z] X-Docker-Registry-Version: 0.0.0 [2020-09-20T19:35:10.154Z] X-Docker-Token: FAKE-SESSION-1600630509519241000 [2020-09-20T19:35:10.154Z] [2020-09-20T19:35:10.154Z] [2020-09-20T19:35:10.154Z] === RUN TestPushImageJSONRegistry [2020-09-20T19:35:10.154Z] --- PASS: TestPushImageJSONRegistry (0.00s) [2020-09-20T19:35:10.154Z] registry_test.go:923: PUT /v1/images/77dbf71da1d00e3fbddc480176eac8994025630c6590d11cfc8fe1209c2a1d20/json HTTP/1.1 [2020-09-20T19:35:10.154Z] Host: 127.0.0.1:49238 [2020-09-20T19:35:10.154Z] User-Agent: docker test client [2020-09-20T19:35:10.154Z] Content-Length: 3 [2020-09-20T19:35:10.154Z] Authorization: Token fake-token [2020-09-20T19:35:10.154Z] Content-Type: application/json [2020-09-20T19:35:10.154Z] Accept-Encoding: gzip [2020-09-20T19:35:10.154Z] [2020-09-20T19:35:10.154Z] [2020-09-20T19:35:10.154Z] registry_test.go:932: HTTP/1.1 200 OK [2020-09-20T19:35:10.154Z] Connection: close [2020-09-20T19:35:10.154Z] Content-Length: 4 [2020-09-20T19:35:10.154Z] Cache-Control: no-cache [2020-09-20T19:35:10.154Z] Content-Type: application/json [2020-09-20T19:35:10.154Z] Date: Sun, 20 Sep 2020 19:35:09 GMT [2020-09-20T19:35:10.154Z] Expires: -1 [2020-09-20T19:35:10.154Z] Pragma: no-cache [2020-09-20T19:35:10.154Z] Server: docker-tests/mock [2020-09-20T19:35:10.154Z] Set-Cookie: session=FAKE-SESSION-1600630509522238900; Max-Age=3600 [2020-09-20T19:35:10.154Z] X-Docker-Registry-Config: mock [2020-09-20T19:35:10.154Z] X-Docker-Registry-Version: 0.0.0 [2020-09-20T19:35:10.154Z] X-Docker-Token: FAKE-TOKEN-1600630509522238900 [2020-09-20T19:35:10.154Z] [2020-09-20T19:35:10.154Z] [2020-09-20T19:35:10.154Z] === RUN TestPushImageLayerRegistry [2020-09-20T19:35:10.154Z] --- PASS: TestPushImageLayerRegistry (0.01s) [2020-09-20T19:35:10.154Z] registry_test.go:923: PUT /v1/images/42d718c941f5c532ac049bf0b0ab53f0062f09a03afd4aa4a02c098e46032b9d/layer HTTP/1.1 [2020-09-20T19:35:10.154Z] Host: 127.0.0.1:49238 [2020-09-20T19:35:10.154Z] User-Agent: docker test client [2020-09-20T19:35:10.154Z] Transfer-Encoding: chunked [2020-09-20T19:35:10.155Z] Authorization: Token fake-token [2020-09-20T19:35:10.155Z] Content-Type: application/octet-stream [2020-09-20T19:35:10.155Z] Accept-Encoding: gzip [2020-09-20T19:35:10.155Z] [2020-09-20T19:35:10.155Z] [2020-09-20T19:35:10.155Z] registry_test.go:932: HTTP/1.1 200 OK [2020-09-20T19:35:10.155Z] Connection: close [2020-09-20T19:35:10.155Z] Content-Length: 4 [2020-09-20T19:35:10.155Z] Cache-Control: no-cache [2020-09-20T19:35:10.155Z] Content-Type: application/json [2020-09-20T19:35:10.155Z] Date: Sun, 20 Sep 2020 19:35:09 GMT [2020-09-20T19:35:10.155Z] Expires: -1 [2020-09-20T19:35:10.155Z] Pragma: no-cache [2020-09-20T19:35:10.155Z] Server: docker-tests/mock [2020-09-20T19:35:10.155Z] Set-Cookie: session=FAKE-SESSION-1600630509526238200; Max-Age=3600 [2020-09-20T19:35:10.155Z] X-Docker-Registry-Config: mock [2020-09-20T19:35:10.155Z] X-Docker-Registry-Version: 0.0.0 [2020-09-20T19:35:10.155Z] X-Docker-Token: FAKE-TOKEN-1600630509526238200 [2020-09-20T19:35:10.155Z] [2020-09-20T19:35:10.155Z] [2020-09-20T19:35:10.155Z] === RUN TestParseRepositoryInfo [2020-09-20T19:35:10.155Z] --- PASS: TestParseRepositoryInfo (0.00s) [2020-09-20T19:35:10.155Z] === RUN TestNewIndexInfo [2020-09-20T19:35:10.155Z] --- PASS: TestNewIndexInfo (0.00s) [2020-09-20T19:35:10.155Z] === RUN TestMirrorEndpointLookup [2020-09-20T19:35:10.155Z] --- SKIP: TestMirrorEndpointLookup (0.01s) [2020-09-20T19:35:10.155Z] registry_test.go:668: os.Getuid() != 0: skipping test that requires root [2020-09-20T19:35:10.155Z] === RUN TestPushRegistryTag [2020-09-20T19:35:10.155Z] --- PASS: TestPushRegistryTag (0.05s) [2020-09-20T19:35:10.155Z] registry_test.go:923: PUT /v1/repositories/foo42/bar/tags/stable HTTP/1.1 [2020-09-20T19:35:10.155Z] Host: 127.0.0.1:49238 [2020-09-20T19:35:10.155Z] User-Agent: docker test client [2020-09-20T19:35:10.155Z] Content-Length: 66 [2020-09-20T19:35:10.155Z] Authorization: Token fake-token [2020-09-20T19:35:10.155Z] Content-Type: application/json [2020-09-20T19:35:10.155Z] Accept-Encoding: gzip [2020-09-20T19:35:10.155Z] [2020-09-20T19:35:10.155Z] [2020-09-20T19:35:10.155Z] registry_test.go:932: HTTP/1.1 200 OK [2020-09-20T19:35:10.155Z] Connection: close [2020-09-20T19:35:10.155Z] Content-Length: 4 [2020-09-20T19:35:10.155Z] Cache-Control: no-cache [2020-09-20T19:35:10.155Z] Content-Type: application/json [2020-09-20T19:35:10.155Z] Date: Sun, 20 Sep 2020 19:35:09 GMT [2020-09-20T19:35:10.155Z] Expires: -1 [2020-09-20T19:35:10.155Z] Pragma: no-cache [2020-09-20T19:35:10.155Z] Server: docker-tests/mock [2020-09-20T19:35:10.155Z] Set-Cookie: session=FAKE-SESSION-1600630509587236300; Max-Age=3600 [2020-09-20T19:35:10.155Z] X-Docker-Registry-Config: mock [2020-09-20T19:35:10.155Z] X-Docker-Registry-Version: 0.0.0 [2020-09-20T19:35:10.155Z] X-Docker-Token: FAKE-TOKEN-1600630509587236300 [2020-09-20T19:35:10.155Z] [2020-09-20T19:35:10.155Z] [2020-09-20T19:35:10.155Z] === RUN TestPushImageJSONIndex [2020-09-20T19:35:10.155Z] --- PASS: TestPushImageJSONIndex (0.00s) [2020-09-20T19:35:10.155Z] registry_test.go:923: PUT /v1/repositories/foo42/bar/ HTTP/1.1 [2020-09-20T19:35:10.155Z] Host: 127.0.0.1:49238 [2020-09-20T19:35:10.155Z] User-Agent: docker test client [2020-09-20T19:35:10.155Z] Content-Length: 319 [2020-09-20T19:35:10.155Z] Authorization: Token fake-token [2020-09-20T19:35:10.155Z] Content-type: application/json [2020-09-20T19:35:10.155Z] X-Docker-Token: true [2020-09-20T19:35:10.155Z] Accept-Encoding: gzip [2020-09-20T19:35:10.155Z] [2020-09-20T19:35:10.155Z] [2020-09-20T19:35:10.155Z] registry_test.go:932: HTTP/1.1 200 OK [2020-09-20T19:35:10.155Z] Connection: close [2020-09-20T19:35:10.155Z] Content-Length: 2 [2020-09-20T19:35:10.155Z] Cache-Control: no-cache [2020-09-20T19:35:10.155Z] Content-Type: application/json [2020-09-20T19:35:10.155Z] Date: Sun, 20 Sep 2020 19:35:09 GMT [2020-09-20T19:35:10.155Z] Expires: -1 [2020-09-20T19:35:10.155Z] Pragma: no-cache [2020-09-20T19:35:10.155Z] Server: docker-tests/mock [2020-09-20T19:35:10.155Z] X-Docker-Endpoints: 127.0.0.1:49238 , test.example.com [2020-09-20T19:35:10.155Z] X-Docker-Registry-Config: mock [2020-09-20T19:35:10.155Z] X-Docker-Registry-Version: 0.0.0 [2020-09-20T19:35:10.155Z] X-Docker-Token: FAKE-SESSION-1600630509589246200 [2020-09-20T19:35:10.155Z] [2020-09-20T19:35:10.155Z] [2020-09-20T19:35:10.155Z] registry_test.go:923: PUT /v1/repositories/foo42/bar/images HTTP/1.1 [2020-09-20T19:35:10.155Z] Host: 127.0.0.1:49238 [2020-09-20T19:35:10.155Z] User-Agent: docker test client [2020-09-20T19:35:10.155Z] Content-Length: 319 [2020-09-20T19:35:10.155Z] Authorization: Token FAKE-SESSION-1600630509589246200 [2020-09-20T19:35:10.155Z] Content-type: application/json [2020-09-20T19:35:10.155Z] X-Docker-Endpoints: http://127.0.0.1:49238/v1/ [2020-09-20T19:35:10.155Z] X-Docker-Token: true [2020-09-20T19:35:10.155Z] Accept-Encoding: gzip [2020-09-20T19:35:10.155Z] [2020-09-20T19:35:10.155Z] [2020-09-20T19:35:10.155Z] registry_test.go:932: HTTP/1.1 204 No Content [2020-09-20T19:35:10.155Z] Connection: close [2020-09-20T19:35:10.155Z] Content-Length: 0 [2020-09-20T19:35:10.155Z] Cache-Control: no-cache [2020-09-20T19:35:10.155Z] Content-Type: application/json [2020-09-20T19:35:10.155Z] Date: Sun, 20 Sep 2020 19:35:09 GMT [2020-09-20T19:35:10.155Z] Expires: -1 [2020-09-20T19:35:10.155Z] Pragma: no-cache [2020-09-20T19:35:10.155Z] Server: docker-tests/mock [2020-09-20T19:35:10.155Z] X-Docker-Endpoints: 127.0.0.1:49238 , test.example.com [2020-09-20T19:35:10.155Z] X-Docker-Registry-Config: mock [2020-09-20T19:35:10.155Z] X-Docker-Registry-Version: 0.0.0 [2020-09-20T19:35:10.155Z] X-Docker-Token: FAKE-SESSION-1600630509590248100 [2020-09-20T19:35:10.155Z] [2020-09-20T19:35:10.155Z] [2020-09-20T19:35:10.155Z] === RUN TestSearchRepositories [2020-09-20T19:35:10.155Z] --- PASS: TestSearchRepositories (0.00s) [2020-09-20T19:35:10.155Z] registry_test.go:923: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2020-09-20T19:35:10.155Z] Host: 127.0.0.1:49238 [2020-09-20T19:35:10.155Z] User-Agent: docker test client [2020-09-20T19:35:10.155Z] Authorization: Token fake-token [2020-09-20T19:35:10.155Z] X-Docker-Token: true [2020-09-20T19:35:10.155Z] Accept-Encoding: gzip [2020-09-20T19:35:10.155Z] [2020-09-20T19:35:10.155Z] [2020-09-20T19:35:10.155Z] registry_test.go:932: HTTP/1.1 200 OK [2020-09-20T19:35:10.155Z] Connection: close [2020-09-20T19:35:10.155Z] Content-Length: 144 [2020-09-20T19:35:10.155Z] Cache-Control: no-cache [2020-09-20T19:35:10.155Z] Content-Type: application/json [2020-09-20T19:35:10.155Z] Date: Sun, 20 Sep 2020 19:35:09 GMT [2020-09-20T19:35:10.155Z] Expires: -1 [2020-09-20T19:35:10.155Z] Pragma: no-cache [2020-09-20T19:35:10.155Z] Server: docker-tests/mock [2020-09-20T19:35:10.155Z] X-Docker-Registry-Config: mock [2020-09-20T19:35:10.155Z] X-Docker-Registry-Version: 0.0.0 [2020-09-20T19:35:10.155Z] [2020-09-20T19:35:10.155Z] [2020-09-20T19:35:10.155Z] === RUN TestTrustedLocation [2020-09-20T19:35:10.155Z] --- PASS: TestTrustedLocation (0.00s) [2020-09-20T19:35:10.155Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2020-09-20T19:35:10.155Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2020-09-20T19:35:10.155Z] === RUN TestAllowNondistributableArtifacts [2020-09-20T19:35:10.155Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2020-09-20T19:35:10.155Z] === RUN TestIsSecureIndex [2020-09-20T19:35:10.155Z] --- PASS: TestIsSecureIndex (0.00s) [2020-09-20T19:35:10.155Z] PASS [2020-09-20T19:35:10.155Z] coverage: 51.7% of statements [2020-09-20T19:35:10.155Z] ok github.com/docker/docker/registry 0.470s coverage: 51.7% of statements [2020-09-20T19:35:10.517Z] === RUN TestDockerSuite/TestBuildIidFile [2020-09-20T19:35:10.517Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2020-09-20T19:35:10.776Z] === RUN TestDockerSuite/TestBuildInheritance [2020-09-20T19:35:11.346Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2020-09-20T19:35:11.916Z] === RUN TestDockerSuite/TestBuildInvalidTag [2020-09-20T19:35:12.176Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2020-09-20T19:35:12.337Z] === RUN TestGetDriver [2020-09-20T19:35:12.337Z] --- PASS: TestGetDriver (0.00s) [2020-09-20T19:35:12.337Z] === RUN TestVolumeRequestError [2020-09-20T19:35:12.337Z] --- PASS: TestVolumeRequestError (0.01s) [2020-09-20T19:35:12.337Z] PASS [2020-09-20T19:35:12.337Z] coverage: 36.1% of statements [2020-09-20T19:35:12.337Z] ok github.com/docker/docker/volume/drivers 0.112s coverage: 36.1% of statements [2020-09-20T19:35:13.117Z] === RUN TestDockerSuite/TestBuildLabel [2020-09-20T19:35:13.307Z] === RUN TestGetAddress [2020-09-20T19:35:13.307Z] --- PASS: TestGetAddress (0.00s) [2020-09-20T19:35:13.307Z] === RUN TestRemove [2020-09-20T19:35:13.307Z] --- SKIP: TestRemove (0.00s) [2020-09-20T19:35:13.307Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2020-09-20T19:35:13.307Z] === RUN TestInitializeWithVolumes [2020-09-20T19:35:13.307Z] --- PASS: TestInitializeWithVolumes (0.00s) [2020-09-20T19:35:13.307Z] === RUN TestCreate [2020-09-20T19:35:13.307Z] --- PASS: TestCreate (0.01s) [2020-09-20T19:35:13.307Z] === RUN TestValidateName [2020-09-20T19:35:13.307Z] --- PASS: TestValidateName (0.00s) [2020-09-20T19:35:13.307Z] === RUN TestCreateWithOpts [2020-09-20T19:35:13.307Z] --- SKIP: TestCreateWithOpts (0.00s) [2020-09-20T19:35:13.307Z] local_test.go:181: runtime.GOOS == "windows" [2020-09-20T19:35:13.307Z] === RUN TestRelaodNoOpts [2020-09-20T19:35:13.307Z] --- PASS: TestRelaodNoOpts (0.01s) [2020-09-20T19:35:13.307Z] PASS [2020-09-20T19:35:13.307Z] coverage: 37.7% of statements [2020-09-20T19:35:13.307Z] ok github.com/docker/docker/volume/local 0.300s coverage: 37.7% of statements [2020-09-20T19:35:13.307Z] === RUN TestConvertTmpfsOptions [2020-09-20T19:35:13.307Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2020-09-20T19:35:13.307Z] parser_test.go:49: data="mode=700,size=1m" [2020-09-20T19:35:13.307Z] parser_test.go:49: data="ro" [2020-09-20T19:35:13.307Z] === RUN TestParseMountRaw [2020-09-20T19:35:13.307Z] --- PASS: TestParseMountRaw (0.03s) [2020-09-20T19:35:13.307Z] === RUN TestParseMountRawSplit [2020-09-20T19:35:13.307Z] --- PASS: TestParseMountRawSplit (0.00s) [2020-09-20T19:35:13.307Z] parser_test.go:390: case 0 [2020-09-20T19:35:13.307Z] parser_test.go:390: case 1 [2020-09-20T19:35:13.307Z] parser_test.go:390: case 2 [2020-09-20T19:35:13.307Z] parser_test.go:390: case 3 [2020-09-20T19:35:13.307Z] parser_test.go:390: case 4 [2020-09-20T19:35:13.307Z] parser_test.go:390: case 5 [2020-09-20T19:35:13.307Z] parser_test.go:390: case 6 [2020-09-20T19:35:13.307Z] parser_test.go:390: case 7 [2020-09-20T19:35:13.307Z] parser_test.go:390: case 8 [2020-09-20T19:35:13.307Z] parser_test.go:390: case 0 [2020-09-20T19:35:13.307Z] parser_test.go:390: case 1 [2020-09-20T19:35:13.307Z] parser_test.go:390: case 2 [2020-09-20T19:35:13.307Z] parser_test.go:390: case 3 [2020-09-20T19:35:13.307Z] parser_test.go:390: case 4 [2020-09-20T19:35:13.307Z] parser_test.go:390: case 5 [2020-09-20T19:35:13.307Z] parser_test.go:390: case 6 [2020-09-20T19:35:13.307Z] parser_test.go:390: case 7 [2020-09-20T19:35:13.307Z] parser_test.go:390: case 8 [2020-09-20T19:35:13.307Z] parser_test.go:390: case 9 [2020-09-20T19:35:13.307Z] parser_test.go:390: case 10 [2020-09-20T19:35:13.307Z] parser_test.go:390: case 11 [2020-09-20T19:35:13.307Z] parser_test.go:390: case 12 [2020-09-20T19:35:13.307Z] parser_test.go:390: case 0 [2020-09-20T19:35:13.307Z] parser_test.go:390: case 1 [2020-09-20T19:35:13.307Z] parser_test.go:390: case 2 [2020-09-20T19:35:13.307Z] parser_test.go:390: case 3 [2020-09-20T19:35:13.307Z] parser_test.go:390: case 4 [2020-09-20T19:35:13.307Z] parser_test.go:390: case 5 [2020-09-20T19:35:13.307Z] parser_test.go:390: case 6 [2020-09-20T19:35:13.307Z] parser_test.go:390: case 7 [2020-09-20T19:35:13.307Z] parser_test.go:390: case 8 [2020-09-20T19:35:13.307Z] parser_test.go:390: case 9 [2020-09-20T19:35:13.307Z] parser_test.go:390: case 10 [2020-09-20T19:35:13.307Z] parser_test.go:390: case 11 [2020-09-20T19:35:13.307Z] === RUN TestParseMountSpec [2020-09-20T19:35:13.307Z] --- PASS: TestParseMountSpec (0.00s) [2020-09-20T19:35:13.307Z] parser_test.go:455: case 0 [2020-09-20T19:35:13.307Z] parser_test.go:455: case 1 [2020-09-20T19:35:13.307Z] parser_test.go:455: case 2 [2020-09-20T19:35:13.307Z] parser_test.go:455: case 3 [2020-09-20T19:35:13.307Z] parser_test.go:455: case 4 [2020-09-20T19:35:13.307Z] parser_test.go:455: case 5 [2020-09-20T19:35:13.307Z] === RUN TestParseMountSpecBindWithFileinfoError [2020-09-20T19:35:13.307Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2020-09-20T19:35:13.307Z] === RUN TestValidateMount [2020-09-20T19:35:13.307Z] --- PASS: TestValidateMount (0.00s) [2020-09-20T19:35:13.307Z] PASS [2020-09-20T19:35:13.307Z] coverage: 66.2% of statements [2020-09-20T19:35:13.307Z] ok github.com/docker/docker/volume/mounts 0.136s coverage: 66.2% of statements [2020-09-20T19:35:13.378Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2020-09-20T19:35:13.947Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2020-09-20T19:35:14.207Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2020-09-20T19:35:14.277Z] === RUN TestSetGetMeta [2020-09-20T19:35:14.277Z] === PAUSE TestSetGetMeta [2020-09-20T19:35:14.277Z] === RUN TestRestore [2020-09-20T19:35:14.277Z] === PAUSE TestRestore [2020-09-20T19:35:14.277Z] === RUN TestServiceCreate [2020-09-20T19:35:14.277Z] === PAUSE TestServiceCreate [2020-09-20T19:35:14.277Z] === RUN TestServiceList [2020-09-20T19:35:14.277Z] === PAUSE TestServiceList [2020-09-20T19:35:14.277Z] === RUN TestServiceRemove [2020-09-20T19:35:14.277Z] === PAUSE TestServiceRemove [2020-09-20T19:35:14.277Z] === RUN TestServiceGet [2020-09-20T19:35:14.277Z] === PAUSE TestServiceGet [2020-09-20T19:35:14.277Z] === RUN TestServicePrune [2020-09-20T19:35:14.277Z] === PAUSE TestServicePrune [2020-09-20T19:35:14.277Z] === RUN TestCreate [2020-09-20T19:35:14.277Z] === PAUSE TestCreate [2020-09-20T19:35:14.277Z] === RUN TestRemove [2020-09-20T19:35:14.277Z] === PAUSE TestRemove [2020-09-20T19:35:14.277Z] === RUN TestList [2020-09-20T19:35:14.277Z] === PAUSE TestList [2020-09-20T19:35:14.277Z] === RUN TestFindByDriver [2020-09-20T19:35:14.277Z] === PAUSE TestFindByDriver [2020-09-20T19:35:14.277Z] === RUN TestFindByReferenced [2020-09-20T19:35:14.277Z] === PAUSE TestFindByReferenced [2020-09-20T19:35:14.277Z] === RUN TestDerefMultipleOfSameRef [2020-09-20T19:35:14.277Z] === PAUSE TestDerefMultipleOfSameRef [2020-09-20T19:35:14.277Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2020-09-20T19:35:14.277Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2020-09-20T19:35:14.277Z] === RUN TestDefererencePluginOnCreateError [2020-09-20T19:35:14.277Z] === PAUSE TestDefererencePluginOnCreateError [2020-09-20T19:35:14.277Z] === RUN TestRefDerefRemove [2020-09-20T19:35:14.277Z] === PAUSE TestRefDerefRemove [2020-09-20T19:35:14.277Z] === RUN TestGet [2020-09-20T19:35:14.277Z] === PAUSE TestGet [2020-09-20T19:35:14.277Z] === RUN TestGetWithReference [2020-09-20T19:35:14.277Z] === PAUSE TestGetWithReference [2020-09-20T19:35:14.277Z] === RUN TestFilterFunc [2020-09-20T19:35:14.277Z] === RUN TestFilterFunc/test_nil_list [2020-09-20T19:35:14.277Z] === PAUSE TestFilterFunc/test_nil_list [2020-09-20T19:35:14.277Z] === RUN TestFilterFunc/test_empty_list [2020-09-20T19:35:14.277Z] === PAUSE TestFilterFunc/test_empty_list [2020-09-20T19:35:14.277Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2020-09-20T19:35:14.277Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2020-09-20T19:35:14.277Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2020-09-20T19:35:14.277Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2020-09-20T19:35:14.277Z] === RUN TestFilterFunc/test_filter_some [2020-09-20T19:35:14.277Z] === PAUSE TestFilterFunc/test_filter_some [2020-09-20T19:35:14.277Z] === RUN TestFilterFunc/test_filter_middle [2020-09-20T19:35:14.277Z] === PAUSE TestFilterFunc/test_filter_middle [2020-09-20T19:35:14.277Z] === RUN TestFilterFunc/test_filter_middle_and_last [2020-09-20T19:35:14.277Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2020-09-20T19:35:14.277Z] === RUN TestFilterFunc/test_filter_first_and_last [2020-09-20T19:35:14.277Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2020-09-20T19:35:14.277Z] === CONT TestFilterFunc/test_nil_list [2020-09-20T19:35:14.277Z] === CONT TestFilterFunc/test_filter_some [2020-09-20T19:35:14.277Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2020-09-20T19:35:14.277Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2020-09-20T19:35:14.277Z] === CONT TestFilterFunc/test_empty_list [2020-09-20T19:35:14.277Z] === CONT TestFilterFunc/test_filter_middle_and_last [2020-09-20T19:35:14.277Z] === CONT TestFilterFunc/test_filter_first_and_last [2020-09-20T19:35:14.277Z] === CONT TestFilterFunc/test_filter_middle [2020-09-20T19:35:14.277Z] --- PASS: TestFilterFunc (0.00s) [2020-09-20T19:35:14.277Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2020-09-20T19:35:14.277Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2020-09-20T19:35:14.277Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2020-09-20T19:35:14.277Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2020-09-20T19:35:14.277Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2020-09-20T19:35:14.277Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2020-09-20T19:35:14.277Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2020-09-20T19:35:14.277Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2020-09-20T19:35:14.277Z] === CONT TestSetGetMeta [2020-09-20T19:35:14.277Z] === CONT TestServicePrune [2020-09-20T19:35:14.277Z] === CONT TestFindByReferenced [2020-09-20T19:35:14.277Z] === CONT TestGetWithReference [2020-09-20T19:35:14.277Z] --- PASS: TestSetGetMeta (0.02s) [2020-09-20T19:35:14.277Z] === CONT TestFindByDriver [2020-09-20T19:35:14.277Z] --- PASS: TestFindByReferenced (0.02s) [2020-09-20T19:35:14.277Z] === CONT TestList [2020-09-20T19:35:14.277Z] --- PASS: TestGetWithReference (0.03s) [2020-09-20T19:35:14.277Z] === CONT TestRemove [2020-09-20T19:35:14.277Z] --- PASS: TestFindByDriver (0.02s) [2020-09-20T19:35:14.277Z] === CONT TestCreate [2020-09-20T19:35:14.277Z] --- PASS: TestRemove (0.02s) [2020-09-20T19:35:14.277Z] === CONT TestDefererencePluginOnCreateError [2020-09-20T19:35:14.277Z] --- PASS: TestList (0.03s) [2020-09-20T19:35:14.277Z] === CONT TestGet [2020-09-20T19:35:14.277Z] --- PASS: TestCreate (0.02s) [2020-09-20T19:35:14.277Z] === CONT TestRefDerefRemove [2020-09-20T19:35:14.277Z] --- PASS: TestGet (0.02s) [2020-09-20T19:35:14.277Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2020-09-20T19:35:14.277Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2020-09-20T19:35:14.277Z] === CONT TestServiceList [2020-09-20T19:35:14.277Z] --- PASS: TestRefDerefRemove (0.02s) [2020-09-20T19:35:14.277Z] === CONT TestServiceGet [2020-09-20T19:35:14.277Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2020-09-20T19:35:14.277Z] === CONT TestServiceRemove [2020-09-20T19:35:14.277Z] --- PASS: TestServiceGet (0.05s) [2020-09-20T19:35:14.277Z] === CONT TestDerefMultipleOfSameRef [2020-09-20T19:35:14.277Z] time="2020-09-20T19:35:14Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-09-20T19:35:14.277Z] --- PASS: TestServiceRemove (0.04s) [2020-09-20T19:35:14.277Z] === CONT TestServiceCreate [2020-09-20T19:35:14.277Z] --- PASS: TestServiceList (0.06s) [2020-09-20T19:35:14.277Z] === CONT TestRestore [2020-09-20T19:35:14.277Z] time="2020-09-20T19:35:14Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-09-20T19:35:14.277Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2020-09-20T19:35:14.277Z] time="2020-09-20T19:35:14Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-09-20T19:35:14.277Z] time="2020-09-20T19:35:14Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2020-09-20T19:35:14.277Z] --- PASS: TestServiceCreate (0.02s) [2020-09-20T19:35:14.277Z] time="2020-09-20T19:35:14Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-09-20T19:35:14.277Z] --- PASS: TestRestore (0.02s) [2020-09-20T19:35:14.277Z] --- PASS: TestServicePrune (0.16s) [2020-09-20T19:35:14.277Z] PASS [2020-09-20T19:35:14.277Z] coverage: 70.3% of statements [2020-09-20T19:35:14.277Z] ok github.com/docker/docker/volume/service 0.315s coverage: 70.3% of statements [2020-09-20T19:35:14.294Z] --- PASS: TestServiceUpdateNetwork (14.07s) [2020-09-20T19:35:14.294Z] === RUN TestServiceUpdatePidsLimit [2020-09-20T19:35:14.777Z] === RUN TestDockerSuite/TestBuildLabels [2020-09-20T19:35:15.039Z] === RUN TestDockerSuite/TestBuildLabelsCache [2020-09-20T19:35:15.237Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-09-20T19:35:16.182Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-09-20T19:35:16.422Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2020-09-20T19:35:16.470Z] --- PASS: TestNewClientWithTimeout (17.68s) [2020-09-20T19:35:16.470Z] === RUN TestClientStream [2020-09-20T19:35:16.470Z] --- PASS: TestClientStream (0.00s) [2020-09-20T19:35:16.470Z] === RUN TestClientSendFile [2020-09-20T19:35:16.470Z] --- PASS: TestClientSendFile (0.00s) [2020-09-20T19:35:16.470Z] === RUN TestClientWithRequestTimeout [2020-09-20T19:35:16.470Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2020-09-20T19:35:16.470Z] === RUN TestFileSpecPlugin [2020-09-20T19:35:16.470Z] --- PASS: TestFileSpecPlugin (0.00s) [2020-09-20T19:35:16.470Z] === RUN TestFileJSONSpecPlugin [2020-09-20T19:35:16.470Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2020-09-20T19:35:16.470Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2020-09-20T19:35:16.470Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2020-09-20T19:35:16.470Z] === RUN TestPluginAddHandler [2020-09-20T19:35:16.470Z] --- PASS: TestPluginAddHandler (0.00s) [2020-09-20T19:35:16.470Z] === RUN TestPluginWaitBadPlugin [2020-09-20T19:35:16.470Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2020-09-20T19:35:16.470Z] === RUN TestGet [2020-09-20T19:35:16.470Z] time="2020-09-20T19:35:16Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2020-09-20T19:35:17.442Z] time="2020-09-20T19:35:17Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2020-09-20T19:35:18.964Z] === RUN TestDockerSuite/TestBuildLastModified [2020-09-20T19:35:19.629Z] time="2020-09-20T19:35:19Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2020-09-20T19:35:19.670Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-09-20T19:35:19.670Z] ok github.com/docker/docker/api/server/httputils 0.024s coverage: 14.7% of statements [2020-09-20T19:35:19.670Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2020-09-20T19:35:19.670Z] ? github.com/docker/docker/api/server/router [no test files] [2020-09-20T19:35:19.670Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-09-20T19:35:19.670Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-09-20T19:35:19.670Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-09-20T19:35:19.670Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-09-20T19:35:19.670Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-09-20T19:35:19.670Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-09-20T19:35:19.670Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-09-20T19:35:19.670Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-09-20T19:35:19.670Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-09-20T19:35:19.670Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-09-20T19:35:19.670Z] ok github.com/docker/docker/api/server/router/swarm 0.006s coverage: 5.7% of statements [2020-09-20T19:35:19.670Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-09-20T19:35:19.670Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-09-20T19:35:19.670Z] ? github.com/docker/docker/api/types [no test files] [2020-09-20T19:35:19.670Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-09-20T19:35:19.670Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-09-20T19:35:19.670Z] ? github.com/docker/docker/api/types/container [no test files] [2020-09-20T19:35:19.670Z] ? github.com/docker/docker/api/types/events [no test files] [2020-09-20T19:35:19.670Z] ok github.com/docker/docker/api/types/strslice 0.011s coverage: 90.0% of statements [2020-09-20T19:35:19.670Z] ok github.com/docker/docker/api/types/filters 0.003s coverage: 92.2% of statements [2020-09-20T19:35:19.670Z] ? github.com/docker/docker/api/types/image [no test files] [2020-09-20T19:35:19.670Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-09-20T19:35:19.670Z] ? github.com/docker/docker/api/types/network [no test files] [2020-09-20T19:35:19.670Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-09-20T19:35:19.670Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-09-20T19:35:19.670Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-09-20T19:35:19.670Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-09-20T19:35:19.670Z] ok github.com/docker/docker/api/types/time 0.018s coverage: 100.0% of statements [2020-09-20T19:35:19.670Z] ok github.com/docker/docker/api/types/versions 0.007s coverage: 75.0% of statements [2020-09-20T19:35:19.670Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-09-20T19:35:19.670Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-09-20T19:35:19.670Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-09-20T19:35:19.670Z] ? github.com/docker/docker/builder [no test files] [2020-09-20T19:35:19.670Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-09-20T19:35:19.670Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-09-20T19:35:19.670Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-09-20T19:35:19.670Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-09-20T19:35:19.670Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-09-20T19:35:19.670Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-09-20T19:35:19.670Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-09-20T19:35:19.670Z] ok github.com/docker/docker/builder/dockerignore 0.015s coverage: 96.8% of statements [2020-09-20T19:35:19.670Z] ok github.com/docker/docker/builder/dockerfile 0.171s coverage: 48.0% of statements [2020-09-20T19:35:19.670Z] ok github.com/docker/docker/builder/remotecontext 0.090s coverage: 13.6% of statements [2020-09-20T19:35:19.670Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2020-09-20T19:35:19.670Z] ok github.com/docker/docker/builder/remotecontext/git 1.228s coverage: 86.3% of statements [2020-09-20T19:35:19.670Z] ? github.com/docker/docker/cli [no test files] [2020-09-20T19:35:19.670Z] ? github.com/docker/docker/cli/config [no test files] [2020-09-20T19:35:21.046Z] ok github.com/docker/docker/client 0.173s coverage: 75.4% of statements [2020-09-20T19:35:23.379Z] time="2020-09-20T19:35:23Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2020-09-20T19:35:24.246Z] === RUN TestDockerSuite/TestBuildLineBreak [2020-09-20T19:35:24.324Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-09-20T19:35:26.789Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2020-09-20T19:35:26.789Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2020-09-20T19:35:26.789Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2020-09-20T19:35:26.789Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2020-09-20T19:35:27.049Z] === RUN TestDockerSuite/TestBuildMaintainer [2020-09-20T19:35:27.309Z] === RUN TestDockerSuite/TestBuildMissingArgs [2020-09-20T19:35:29.219Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2020-09-20T19:35:29.219Z] --- PASS: TestImportExtremelyLargeImageWorks (191.60s) [2020-09-20T19:35:29.219Z] PASS [2020-09-20T19:35:29.219Z] [2020-09-20T19:35:29.219Z] DONE 12 tests in 195.266s [2020-09-20T19:35:29.219Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-09-20T19:35:29.219Z] ++ 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 [2020-09-20T19:35:29.219Z] ++ set -e [2020-09-20T19:35:29.219Z] ++ '[' -n 0 ']' [2020-09-20T19:35:29.219Z] ++ set -x [2020-09-20T19:35:29.219Z] ++ 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 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 [2020-09-20T19:35:29.219Z] INFO: Testing against a local daemon [2020-09-20T19:35:29.219Z] === RUN TestNetworkCreateDelete [2020-09-20T19:35:29.479Z] --- PASS: TestNetworkCreateDelete (0.15s) [2020-09-20T19:35:29.479Z] === RUN TestDockerNetworkDeletePreferID [2020-09-20T19:35:29.739Z] --- PASS: TestDockerNetworkDeletePreferID (0.48s) [2020-09-20T19:35:29.739Z] === RUN TestDaemonDNSFallback [2020-09-20T19:35:30.310Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2020-09-20T19:35:30.909Z] --- PASS: TestServiceUpdatePidsLimit (17.40s) [2020-09-20T19:35:30.909Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.94s) [2020-09-20T19:35:30.909Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.12s) [2020-09-20T19:35:30.909Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.12s) [2020-09-20T19:35:30.909Z] PASS [2020-09-20T19:35:30.909Z] [2020-09-20T19:35:30.909Z] === Skipped [2020-09-20T19:35:30.909Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2020-09-20T19:35:30.909Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-20T19:35:30.909Z] [2020-09-20T19:35:30.909Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2020-09-20T19:35:30.909Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:35:30.909Z] [2020-09-20T19:35:30.909Z] [2020-09-20T19:35:30.909Z] DONE 27 tests, 2 skipped in 159.354s [2020-09-20T19:35:30.909Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2020-09-20T19:35:30.909Z] ++ 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 [2020-09-20T19:35:30.909Z] ++ set -e [2020-09-20T19:35:30.909Z] ++ '[' -n 0 ']' [2020-09-20T19:35:30.909Z] ++ set -x [2020-09-20T19:35:30.909Z] ++ 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 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 [2020-09-20T19:35:31.170Z] INFO: Testing against a local daemon [2020-09-20T19:35:31.170Z] === RUN TestSessionCreate [2020-09-20T19:35:31.170Z] --- PASS: TestSessionCreate (0.05s) [2020-09-20T19:35:31.170Z] === RUN TestSessionCreateWithBadUpgrade [2020-09-20T19:35:31.170Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2020-09-20T19:35:31.170Z] PASS [2020-09-20T19:35:31.170Z] [2020-09-20T19:35:31.170Z] DONE 2 tests in 0.259s [2020-09-20T19:35:31.170Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2020-09-20T19:35:31.170Z] ++ 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 [2020-09-20T19:35:31.170Z] ++ set -e [2020-09-20T19:35:31.170Z] ++ '[' -n 0 ']' [2020-09-20T19:35:31.170Z] ++ set -x [2020-09-20T19:35:31.170Z] ++ 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 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 [2020-09-20T19:35:31.431Z] INFO: Testing against a local daemon [2020-09-20T19:35:31.431Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-09-20T19:35:31.431Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-20T19:35:31.431Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-20T19:35:31.431Z] === RUN TestEventsExecDie [2020-09-20T19:35:31.968Z] --- PASS: TestGet (15.02s) [2020-09-20T19:35:31.968Z] === RUN TestPluginWithNoManifest [2020-09-20T19:35:31.968Z] --- PASS: TestPluginWithNoManifest (0.00s) [2020-09-20T19:35:31.968Z] === RUN TestGetAll [2020-09-20T19:35:31.968Z] --- PASS: TestGetAll (0.00s) [2020-09-20T19:35:31.968Z] PASS [2020-09-20T19:35:31.968Z] coverage: 73.4% of statements [2020-09-20T19:35:31.968Z] ok github.com/docker/docker/pkg/plugins 35.103s coverage: 73.4% of statements [2020-09-20T19:35:31.968Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-09-20T19:35:31.968Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-09-20T19:35:31.968Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-09-20T19:35:31.968Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-09-20T19:35:31.968Z] ? github.com/docker/docker/pkg/term [no test files] [2020-09-20T19:35:31.968Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-09-20T19:35:31.968Z] ? github.com/docker/docker/rootless [no test files] [2020-09-20T19:35:31.968Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-09-20T19:35:31.968Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-09-20T19:35:31.968Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-09-20T19:35:31.968Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-09-20T19:35:31.968Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-09-20T19:35:31.968Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-09-20T19:35:31.968Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-09-20T19:35:31.968Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-09-20T19:35:31.968Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-09-20T19:35:31.968Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-09-20T19:35:31.968Z] ? github.com/docker/docker/testutil/request [no test files] [2020-09-20T19:35:31.968Z] ? github.com/docker/docker/volume [no test files] [2020-09-20T19:35:31.968Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-09-20T19:35:31.968Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-09-20T19:35:32.377Z] --- PASS: TestEventsExecDie (0.87s) [2020-09-20T19:35:32.377Z] === RUN TestEventsBackwardsCompatible [2020-09-20T19:35:32.377Z] --- PASS: TestEventsBackwardsCompatible (0.11s) [2020-09-20T19:35:32.377Z] === RUN TestInfoBinaryCommits [2020-09-20T19:35:32.377Z] --- PASS: TestInfoBinaryCommits (0.05s) [2020-09-20T19:35:32.377Z] === RUN TestInfoAPIVersioned [2020-09-20T19:35:32.377Z] --- PASS: TestInfoAPIVersioned (0.02s) [2020-09-20T19:35:32.377Z] === RUN TestInfoDiscoveryBackend [2020-09-20T19:35:32.854Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2020-09-20T19:35:32.854Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === Skipped [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2020-09-20T19:35:32.939Z] dispatchers_test.go:376: Windows does not support stopsignal [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2020-09-20T19:35:32.939Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2020-09-20T19:35:32.939Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2020-09-20T19:35:32.939Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2020-09-20T19:35:32.939Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2020-09-20T19:35:32.939Z] client_test.go:23: runtime.GOOS == "windows" [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2020-09-20T19:35:32.939Z] daemon_test.go:147: root required [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2020-09-20T19:35:32.939Z] reload_test.go:520: root required [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.03s) [2020-09-20T19:35:32.939Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2020-09-20T19:35:32.939Z] pull_v2_test.go:73: Needs fixing on Windows [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2020-09-20T19:35:32.939Z] pull_v2_test.go:118: Needs fixing on Windows [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2020-09-20T19:35:32.939Z] download_test.go:268: Needs fixing on Windows [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2020-09-20T19:35:32.939Z] layer_test.go:304: Failing on Windows [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2020-09-20T19:35:32.939Z] layer_test.go:353: Failing on Windows [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2020-09-20T19:35:32.939Z] layer_test.go:468: Failing on Windows [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2020-09-20T19:35:32.939Z] layer_test.go:697: Failing on Windows [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2020-09-20T19:35:32.939Z] migration_test.go:46: Failing on Windows [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2020-09-20T19:35:32.939Z] migration_test.go:182: Failing on Windows [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2020-09-20T19:35:32.939Z] mount_test.go:17: Failing on Windows [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2020-09-20T19:35:32.939Z] mount_test.go:76: Failing on Windows [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2020-09-20T19:35:32.939Z] mount_test.go:125: Failing on Windows [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2020-09-20T19:35:32.939Z] mount_test.go:212: Failing on Windows [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2020-09-20T19:35:32.939Z] archive_test.go:133: Xz not present in msys2 [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2020-09-20T19:35:32.939Z] archive_test.go:238: Failing on Windows CI machines [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2020-09-20T19:35:32.939Z] archive_windows_test.go:16: Currently fails [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2020-09-20T19:35:32.939Z] changes_test.go:192: needs more investigation [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2020-09-20T19:35:32.939Z] changes_test.go:405: needs further investigation [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2020-09-20T19:35:32.939Z] changes_test.go:441: needs further investigation [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2020-09-20T19:35:32.939Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2020-09-20T19:35:32.939Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2020-09-20T19:35:32.939Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2020-09-20T19:35:32.939Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2020-09-20T19:35:32.939Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2020-09-20T19:35:32.939Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2020-09-20T19:35:32.939Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2020-09-20T19:35:32.939Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2020-09-20T19:35:32.939Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2020-09-20T19:35:32.939Z] poller_test.go:41: No chmod on Windows [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2020-09-20T19:35:32.939Z] fileutils_test.go:134: Needs porting to Windows [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2020-09-20T19:35:32.939Z] fileutils_test.go:180: Needs porting to Windows [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/pkg/system TestEnsureRemoveAllWithMount (0.00s) [2020-09-20T19:35:32.939Z] rm_test.go:44: runtime.GOOS == "windows": mount not supported on Windows [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2020-09-20T19:35:32.939Z] registry_test.go:58: os.Getuid() != 0: skipping test that requires root [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.01s) [2020-09-20T19:35:32.939Z] registry_test.go:78: os.Getuid() != 0: skipping test that requires root [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.01s) [2020-09-20T19:35:32.939Z] registry_test.go:668: os.Getuid() != 0: skipping test that requires root [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2020-09-20T19:35:32.939Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2020-09-20T19:35:32.939Z] local_test.go:181: runtime.GOOS == "windows" [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] [2020-09-20T19:35:32.939Z] DONE 1781 tests, 46 skipped in 195.551s [2020-09-20T19:35:32.939Z] INFO: make.ps1 ended at 09/20/2020 19:35:32 [2020-09-20T19:35:33.322Z] --- PASS: TestInfoDiscoveryBackend (0.64s) [2020-09-20T19:35:33.322Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-09-20T19:35:33.423Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2020-09-20T19:35:34.266Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-09-20T19:35:34.266Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-09-20T19:35:34.837Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.67s) [2020-09-20T19:35:34.837Z] === RUN TestInfoAPI [2020-09-20T19:35:34.837Z] --- PASS: TestInfoAPI (0.05s) [2020-09-20T19:35:34.837Z] === RUN TestInfoAPIWarnings [2020-09-20T19:35:35.121Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2020-09-20T19:35:35.121Z] INFO: Unit tests ended at 09/20/2020 19:35:34. Duration:00:03:29.9630051 [2020-09-20T19:35:35.121Z] INFO: Building busybox [2020-09-20T19:35:35.121Z] Sending build context to Docker daemon 5.12kB [2020-09-20T19:35:35.121Z] [2020-09-20T19:35:35.121Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2020-09-20T19:35:35.121Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2020-09-20T19:35:35.121Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2020-09-20T19:35:35.121Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2020-09-20T19:35:35.121Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2020-09-20T19:35:35.121Z] ---> 715aaeac112d [2020-09-20T19:35:35.121Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2020-09-20T19:35:35.121Z] ---> Running in 9ca7ab178b64 [2020-09-20T19:35:35.411Z] --- PASS: TestInfoAPIWarnings (0.62s) [2020-09-20T19:35:35.411Z] === RUN TestInfoDebug [2020-09-20T19:35:35.984Z] --- PASS: TestInfoDebug (0.62s) [2020-09-20T19:35:35.984Z] === RUN TestInfoInsecureRegistries [2020-09-20T19:35:36.721Z] --- PASS: TestDaemonDNSFallback (6.57s) [2020-09-20T19:35:36.721Z] === RUN TestInspectNetwork [2020-09-20T19:35:36.929Z] --- PASS: TestInfoInsecureRegistries (0.61s) [2020-09-20T19:35:36.929Z] === RUN TestInfoRegistryMirrors [2020-09-20T19:35:37.190Z] --- PASS: TestInfoRegistryMirrors (0.60s) [2020-09-20T19:35:37.190Z] === RUN TestLoginFailsWithBadCredentials [2020-09-20T19:35:37.763Z] --- PASS: TestLoginFailsWithBadCredentials (0.41s) [2020-09-20T19:35:37.763Z] === RUN TestPingCacheHeaders [2020-09-20T19:35:37.763Z] --- PASS: TestPingCacheHeaders (0.05s) [2020-09-20T19:35:37.763Z] === RUN TestPingGet [2020-09-20T19:35:37.763Z] --- PASS: TestPingGet (0.03s) [2020-09-20T19:35:37.763Z] === RUN TestPingHead [2020-09-20T19:35:37.763Z] --- PASS: TestPingHead (0.05s) [2020-09-20T19:35:37.763Z] === RUN TestVersion [2020-09-20T19:35:37.763Z] --- PASS: TestVersion (0.05s) [2020-09-20T19:35:37.763Z] PASS [2020-09-20T19:35:38.025Z] [2020-09-20T19:35:38.025Z] === Skipped [2020-09-20T19:35:38.025Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-20T19:35:38.025Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-20T19:35:38.025Z] [2020-09-20T19:35:38.025Z] [2020-09-20T19:35:38.025Z] DONE 18 tests, 1 skipped in 6.627s [2020-09-20T19:35:38.025Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2020-09-20T19:35:38.025Z] ++ 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 [2020-09-20T19:35:38.025Z] ++ set -e [2020-09-20T19:35:38.025Z] ++ '[' -n 0 ']' [2020-09-20T19:35:38.025Z] ++ set -x [2020-09-20T19:35:38.025Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 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 [2020-09-20T19:35:38.025Z] INFO: Testing against a local daemon [2020-09-20T19:35:38.025Z] === RUN TestVolumesCreateAndList [2020-09-20T19:35:38.025Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-09-20T19:35:38.025Z] === RUN TestVolumesRemove [2020-09-20T19:35:38.286Z] --- PASS: TestVolumesRemove (0.11s) [2020-09-20T19:35:38.286Z] === RUN TestVolumesInspect [2020-09-20T19:35:38.286Z] --- PASS: TestVolumesInspect (0.03s) [2020-09-20T19:35:38.286Z] === RUN TestVolumesInvalidJSON [2020-09-20T19:35:38.286Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-09-20T19:35:38.286Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-09-20T19:35:38.286Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-09-20T19:35:38.286Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-09-20T19:35:38.286Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-09-20T19:35:38.286Z] PASS [2020-09-20T19:35:38.286Z] [2020-09-20T19:35:38.286Z] DONE 5 tests in 0.371s [2020-09-20T19:35:38.286Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-09-20T19:35:38.547Z] ++++ cat bundles/test-integration/docker.pid [2020-09-20T19:35:38.547Z] +++ kill 13582 [2020-09-20T19:35:39.821Z] Removing intermediate container 9ca7ab178b64 [2020-09-20T19:35:39.821Z] ---> d91eda4c1783 [2020-09-20T19:35:39.821Z] Step 7/13 : ARG BUSYBOX_VERSION [2020-09-20T19:35:39.821Z] ---> Running in 278b2a5e6697 [2020-09-20T19:35:39.934Z] +++ /etc/init.d/apparmor stop [2020-09-20T19:35:39.934Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-20T19:35:39.934Z] [2020-09-20T19:35:39.934Z] Unloading profiles will leave already running processes permanently [2020-09-20T19:35:39.934Z] unconfined, which can lead to unexpected situations. [2020-09-20T19:35:39.934Z] [2020-09-20T19:35:39.934Z] To set a process to complain mode, use the command line tool [2020-09-20T19:35:39.934Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-20T19:35:39.934Z] +++ true [2020-09-20T19:35:39.934Z] exiting test-integration [2020-09-20T19:35:39.934Z] ++ exit 0 [2020-09-20T19:35:39.934Z] [2020-09-20T19:35:40.280Z] Removing intermediate container 278b2a5e6697 [2020-09-20T19:35:40.280Z] ---> 42c477dffdf1 [2020-09-20T19:35:40.280Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2020-09-20T19:35:40.280Z] ---> Running in 7b25e2607eb7 [2020-09-20T19:35:40.741Z] Removing intermediate container 7b25e2607eb7 [2020-09-20T19:35:40.741Z] ---> c2fe9e1f26d7 [2020-09-20T19:35:40.741Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2020-09-20T19:35:40.923Z] === RUN TestInspectNetwork/full_network_id [2020-09-20T19:35:40.923Z] === RUN TestInspectNetwork/partial_network_id [2020-09-20T19:35:40.923Z] === RUN TestInspectNetwork/network_name [2020-09-20T19:35:40.923Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-09-20T19:35:40.923Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2020-09-20T19:35:41.713Z] [2020-09-20T19:35:42.175Z] ---> f226e04c4205 [2020-09-20T19:35:42.175Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2020-09-20T19:35:42.175Z] ---> Running in b45d0fd5dc77 Post stage [Pipeline] junit [2020-09-20T19:35:42.497Z] Recording test results [2020-09-20T19:35:42.832Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-09-20T19:35:43.181Z] + echo Ensuring container killed. [2020-09-20T19:35:43.181Z] Ensuring container killed. [2020-09-20T19:35:43.181Z] + docker rm -vf docker-pr32 [2020-09-20T19:35:43.181Z] Error: No such container: docker-pr32 [2020-09-20T19:35:43.181Z] + true [Pipeline] sh [2020-09-20T19:35:43.402Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2020-09-20T19:35:43.475Z] + echo Chowning /workspace to jenkins user [2020-09-20T19:35:43.475Z] Chowning /workspace to jenkins user [2020-09-20T19:35:43.475Z] + id -u [2020-09-20T19:35:43.475Z] + id -g [2020-09-20T19:35:43.475Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-38469:/workspace busybox chown -R 1000:1000 /workspace [2020-09-20T19:35:43.475Z] Unable to find image 'busybox:latest' locally [2020-09-20T19:35:43.737Z] latest: Pulling from library/busybox [2020-09-20T19:35:43.737Z] 590851f7c68b: Pulling fs layer [2020-09-20T19:35:43.737Z] 590851f7c68b: Download complete [2020-09-20T19:35:43.998Z] 590851f7c68b: Pull complete [2020-09-20T19:35:43.998Z] Digest: sha256:d366a4665ab44f0648d7a00ae3fae139d55e32f9712c67accd604bb55df9d05a [2020-09-20T19:35:43.998Z] Status: Downloaded newer image for busybox:latest [2020-09-20T19:35:44.785Z] --- PASS: TestInspectNetwork (8.26s) [2020-09-20T19:35:44.785Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-09-20T19:35:44.785Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-09-20T19:35:44.785Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-09-20T19:35:44.785Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-09-20T19:35:44.785Z] === RUN TestRunContainerWithBridgeNone [2020-09-20T19:35:45.355Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2020-09-20T19:35:45.355Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2020-09-20T19:35:46.738Z] --- PASS: TestRunContainerWithBridgeNone (2.02s) [2020-09-20T19:35:46.738Z] === RUN TestNetworkInvalidJSON [2020-09-20T19:35:46.738Z] === RUN TestNetworkInvalidJSON//networks/create [2020-09-20T19:35:46.738Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-09-20T19:35:46.738Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-09-20T19:35:46.738Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-09-20T19:35:46.738Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-20T19:35:46.738Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-20T19:35:46.738Z] === CONT TestNetworkInvalidJSON//networks/create [2020-09-20T19:35:46.738Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-20T19:35:46.738Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-09-20T19:35:46.738Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2020-09-20T19:35:46.738Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-09-20T19:35:46.738Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-09-20T19:35:46.738Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-09-20T19:35:46.738Z] === RUN TestHostIPv4BridgeLabel [2020-09-20T19:35:47.310Z] --- PASS: TestHostIPv4BridgeLabel (0.59s) [2020-09-20T19:35:47.310Z] === RUN TestDaemonRestartWithLiveRestore [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-09-20T19:35:47.607Z] + bundleName=arm64-integration [2020-09-20T19:35:47.607Z] + echo Creating arm64-integration-bundles.tar.gz [2020-09-20T19:35:47.607Z] Creating arm64-integration-bundles.tar.gz [2020-09-20T19:35:47.607Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name+ *-report.xml ) -print [2020-09-20T19:35:47.607Z] xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2020-09-20T19:35:47.883Z] Archiving artifacts [2020-09-20T19:35:48.249Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2020-09-20T19:35:48.249Z] === RUN TestDaemonDefaultNetworkPools [2020-09-20T19:35:48.819Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2020-09-20T19:35:49.080Z] --- PASS: TestDaemonDefaultNetworkPools (0.77s) [2020-09-20T19:35:49.080Z] === RUN TestDaemonRestartWithExistingNetwork [2020-09-20T19:35:49.340Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2020-09-20T19:35:50.016Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-38469/32/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-09-20T19:35:50.354Z] + make clean [2020-09-20T19:35:50.722Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.33s) [2020-09-20T19:35:50.722Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-09-20T19:35:50.722Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2020-09-20T19:35:50.928Z] docker volume rm -f docker-dev-cache [2020-09-20T19:35:50.928Z] docker-dev-cache [Pipeline] deleteDir [2020-09-20T19:35:50.983Z] === RUN TestDockerSuite/TestBuildMultipleTags [2020-09-20T19:35:51.554Z] === RUN TestDockerSuite/TestBuildNetContainer [2020-09-20T19:35:51.814Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.40s) [2020-09-20T19:35:51.814Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-09-20T19:35:52.386Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s) [2020-09-20T19:35:52.386Z] === RUN TestServiceWithPredefinedNetwork [2020-09-20T19:35:52.514Z] Removing intermediate container b45d0fd5dc77 [2020-09-20T19:35:52.514Z] ---> 6650d265dc9d [2020-09-20T19:35:52.514Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2020-09-20T19:35:52.514Z] ---> Running in 0d0035582b78 [2020-09-20T19:35:53.328Z] === RUN TestDockerSuite/TestBuildNetNone [2020-09-20T19:35:53.898Z] === RUN TestDockerSuite/TestBuildNoContext [2020-09-20T19:35:54.059Z] [2020-09-20T19:35:54.059Z] SUCCESS: Specified value was saved. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-20T19:35:55.281Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2020-09-20T19:35:55.850Z] --- PASS: TestServiceWithPredefinedNetwork (3.50s) [2020-09-20T19:35:55.850Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-09-20T19:35:55.850Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-20T19:35:55.850Z] service_test.go:236: FLAKY_TEST [2020-09-20T19:35:55.850Z] === RUN TestServiceWithDataPathPortInit [2020-09-20T19:35:56.113Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2020-09-20T19:35:56.968Z] Removing intermediate container 0d0035582b78 [2020-09-20T19:35:56.968Z] ---> 925cd2865370 [2020-09-20T19:35:56.968Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2020-09-20T19:35:56.968Z] ---> Running in fd6a81c85d7a [2020-09-20T19:35:57.495Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2020-09-20T19:35:58.067Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2020-09-20T19:35:58.067Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2020-09-20T19:35:58.327Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2020-09-20T19:35:58.587Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2020-09-20T19:35:59.158Z] === RUN TestDockerSuite/TestBuildOnBuild [2020-09-20T19:35:59.776Z] ok github.com/docker/docker/cmd/dockerd 0.072s coverage: 30.8% of statements [2020-09-20T19:35:59.776Z] ok github.com/docker/docker/container 0.127s coverage: 34.7% of statements [2020-09-20T19:35:59.776Z] ? github.com/docker/docker/container/stream [no test files] [2020-09-20T19:35:59.776Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-09-20T19:35:59.776Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-09-20T19:35:59.776Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-09-20T19:36:00.539Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2020-09-20T19:36:00.730Z] Cannot create a file when that file already exists. [2020-09-20T19:36:01.110Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2020-09-20T19:36:03.119Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2020-09-20T19:36:04.080Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2020-09-20T19:36:06.058Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2020-09-20T19:36:06.528Z] Removing intermediate container fd6a81c85d7a [2020-09-20T19:36:06.528Z] ---> 87aa007d4f72 [2020-09-20T19:36:06.528Z] Step 13/13 : CMD ["sh"] [2020-09-20T19:36:06.528Z] ---> Running in c3dea154c0be [2020-09-20T19:36:06.528Z] Removing intermediate container c3dea154c0be [2020-09-20T19:36:06.528Z] ---> 7ad76fe7ee20 [2020-09-20T19:36:06.528Z] Successfully built 7ad76fe7ee20 [2020-09-20T19:36:06.528Z] Successfully tagged busybox:latest [2020-09-20T19:36:06.528Z] INFO: Docker images of the daemon under test [2020-09-20T19:36:06.528Z] [2020-09-20T19:36:06.528Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-09-20T19:36:06.528Z] busybox latest 7ad76fe7ee20 Less than a second ago 5.12GB [2020-09-20T19:36:06.528Z] microsoft/windowsservercore latest 715aaeac112d 2 weeks ago 5.06GB [2020-09-20T19:36:06.528Z] mcr.microsoft.com/windows/servercore ltsc2019 715aaeac112d 2 weeks ago 5.06GB [2020-09-20T19:36:06.528Z] [2020-09-20T19:36:06.528Z] INFO: Running integration tests at 09/20/2020 19:36:05... [2020-09-20T19:36:06.528Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2020-09-20T19:36:06.528Z] INFO: Integration API tests being run from the host: [2020-09-20T19:36:06.528Z] INFO: make.ps1 starting at 09/20/2020 19:36:05 [2020-09-20T19:36:06.987Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2020-09-20T19:36:06.997Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2020-09-20T19:36:07.938Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2020-09-20T19:36:08.199Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2020-09-20T19:36:10.741Z] === RUN TestDockerSuite/TestBuildPATH [2020-09-20T19:36:11.994Z] ok github.com/docker/docker/daemon/cluster 0.065s coverage: 0.5% of statements [2020-09-20T19:36:11.994Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2020-09-20T19:36:12.123Z] --- PASS: TestServiceWithDataPathPortInit (15.89s) [2020-09-20T19:36:12.124Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-09-20T19:36:12.124Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2020-09-20T19:36:12.694Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2020-09-20T19:36:13.267Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2020-09-20T19:36:13.371Z] ok github.com/docker/docker/daemon/cluster/convert 0.009s coverage: 35.9% of statements [2020-09-20T19:36:19.848Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2020-09-20T19:36:20.109Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.34s) [2020-09-20T19:36:20.109Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:82vlklvrk8k47rbbm1pr8b9t7 Created:2020-09-20 19:36:13.429677948 +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[4b5c39059fbe3c071698ad6f2a21bbf7e39db0ccaaeea4832382a45cb96ff552:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.eor8umyx0xc9te837vwt3nrgx EndpointID:6a2cbd87f6355c3abb0dfebe3d84cefb33551885f060a2f73adc3ee4fd19ffcb MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:d57703f552ad0285143857f988c567447b6f13e8d6f90cc85a2d7304d02aa0bd 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:58dcbb535ce0 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.eor8umyx0xc9te837vwt3nrgx EndpointID:6a2cbd87f6355c3abb0dfebe3d84cefb33551885f060a2f73adc3ee4fd19ffcb EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-09-20T19:36:20.109Z] PASS [2020-09-20T19:36:20.109Z] [2020-09-20T19:36:20.109Z] === Skipped [2020-09-20T19:36:20.109Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-20T19:36:20.109Z] service_test.go:236: FLAKY_TEST [2020-09-20T19:36:20.109Z] [2020-09-20T19:36:20.109Z] [2020-09-20T19:36:20.109Z] DONE 23 tests, 1 skipped in 51.141s [2020-09-20T19:36:20.109Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-09-20T19:36:20.109Z] ++ 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 [2020-09-20T19:36:20.109Z] ++ set -e [2020-09-20T19:36:20.109Z] ++ '[' -n 0 ']' [2020-09-20T19:36:20.109Z] ++ set -x [2020-09-20T19:36:20.109Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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 [2020-09-20T19:36:20.369Z] INFO: Testing against a local daemon [2020-09-20T19:36:20.369Z] === RUN TestDockerNetworkIpvlanPersistance [2020-09-20T19:36:20.369Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-20T19:36:20.369Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-20T19:36:20.369Z] === RUN TestDockerNetworkIpvlan [2020-09-20T19:36:20.369Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-09-20T19:36:20.369Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-20T19:36:20.369Z] PASS [2020-09-20T19:36:20.369Z] [2020-09-20T19:36:20.369Z] === Skipped [2020-09-20T19:36:20.369Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-20T19:36:20.369Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-20T19:36:20.369Z] [2020-09-20T19:36:20.369Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-09-20T19:36:20.369Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-20T19:36:20.369Z] [2020-09-20T19:36:20.369Z] [2020-09-20T19:36:20.369Z] DONE 2 tests, 2 skipped in 0.154s [2020-09-20T19:36:20.369Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-09-20T19:36:20.369Z] ++ 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 [2020-09-20T19:36:20.369Z] ++ set -e [2020-09-20T19:36:20.369Z] ++ '[' -n 0 ']' [2020-09-20T19:36:20.369Z] ++ set -x [2020-09-20T19:36:20.369Z] ++ 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 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 [2020-09-20T19:36:20.629Z] INFO: Testing against a local daemon [2020-09-20T19:36:20.629Z] === RUN TestDockerNetworkMacvlanPersistance [2020-09-20T19:36:22.012Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.40s) [2020-09-20T19:36:22.012Z] === RUN TestDockerNetworkMacvlan [2020-09-20T19:36:22.954Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-09-20T19:36:22.954Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2020-09-20T19:36:23.351Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.435s coverage: 14.0% of statements [2020-09-20T19:36:23.351Z] ok github.com/docker/docker/daemon 12.159s coverage: 17.4% of statements [2020-09-20T19:36:23.351Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-09-20T19:36:23.351Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-09-20T19:36:23.525Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-09-20T19:36:23.611Z] ok github.com/docker/docker/daemon/config 0.069s coverage: 81.8% of statements [2020-09-20T19:36:24.468Z] === RUN TestDockerSuite/TestBuildRm [2020-09-20T19:36:24.468Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-09-20T19:36:24.550Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.0% of statements [2020-09-20T19:36:24.811Z] ok github.com/docker/docker/daemon/events 0.059s coverage: 50.0% of statements [2020-09-20T19:36:24.811Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-09-20T19:36:24.811Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-09-20T19:36:25.750Z] ok github.com/docker/docker/daemon/graphdriver 0.008s coverage: 2.2% of statements [2020-09-20T19:36:27.013Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-09-20T19:36:27.274Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2020-09-20T19:36:28.216Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2020-09-20T19:36:28.288Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.360s coverage: 73.1% of statements [2020-09-20T19:36:28.548Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.009s coverage: 2.9% of statements [2020-09-20T19:36:29.160Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-09-20T19:36:29.421Z] === RUN TestDockerSuite/TestBuildScratchCopy [2020-09-20T19:36:29.421Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2020-09-20T19:36:29.928Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.417s coverage: 57.0% of statements [2020-09-20T19:36:29.993Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2020-09-20T19:36:30.565Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2020-09-20T19:36:31.863Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.016s coverage: 1.8% of statements [2020-09-20T19:36:31.950Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2020-09-20T19:36:33.334Z] === RUN TestDockerSuite/TestBuildShellInherited [2020-09-20T19:36:33.769Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.266s coverage: 49.5% of statements [2020-09-20T19:36:34.029Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.826s coverage: 46.2% of statements [2020-09-20T19:36:34.029Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-09-20T19:36:34.748Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-09-20T19:36:34.748Z] === RUN TestDockerSuite/TestBuildShellMultiple [2020-09-20T19:36:35.688Z] --- PASS: TestDockerNetworkMacvlan (13.72s) [2020-09-20T19:36:35.688Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2020-09-20T19:36:35.688Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2020-09-20T19:36:35.688Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.37s) [2020-09-20T19:36:35.688Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.18s) [2020-09-20T19:36:35.688Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.79s) [2020-09-20T19:36:35.688Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.98s) [2020-09-20T19:36:35.688Z] PASS [2020-09-20T19:36:35.688Z] [2020-09-20T19:36:35.688Z] DONE 8 tests in 15.292s [2020-09-20T19:36:35.688Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-09-20T19:36:35.688Z] ++ 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 [2020-09-20T19:36:35.688Z] ++ set -e [2020-09-20T19:36:35.688Z] ++ '[' -n 0 ']' [2020-09-20T19:36:35.688Z] ++ set -x [2020-09-20T19:36:35.688Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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 [2020-09-20T19:36:35.688Z] testing: warning: no tests to run [2020-09-20T19:36:35.688Z] PASS [2020-09-20T19:36:35.688Z] [2020-09-20T19:36:35.688Z] DONE 0 tests in 0.041s [2020-09-20T19:36:35.688Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-09-20T19:36:35.688Z] ++ 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 [2020-09-20T19:36:35.688Z] ++ set -e [2020-09-20T19:36:35.688Z] ++ '[' -n 0 ']' [2020-09-20T19:36:35.688Z] ++ set -x [2020-09-20T19:36:35.688Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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 [2020-09-20T19:36:35.948Z] INFO: Testing against a local daemon [2020-09-20T19:36:35.948Z] === RUN TestAuthZPluginAllowRequest [2020-09-20T19:36:36.565Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.595s coverage: 57.7% of statements [2020-09-20T19:36:36.565Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-09-20T19:36:36.565Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.314s coverage: 76.1% of statements [2020-09-20T19:36:36.565Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-09-20T19:36:36.998Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-20T19:36:36.998Z] INFO: Testing against a local daemon [2020-09-20T19:36:36.998Z] === RUN TestBuildWithSession [2020-09-20T19:36:36.998Z] --- SKIP: TestBuildWithSession (0.00s) [2020-09-20T19:36:36.998Z] build_session_test.go:25: TODO: BuildKit [2020-09-20T19:36:36.998Z] === RUN TestBuildSquashParent [2020-09-20T19:36:36.998Z] --- SKIP: TestBuildSquashParent (0.00s) [2020-09-20T19:36:36.998Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:36:36.998Z] === RUN TestBuildWithRemoveAndForceRemove [2020-09-20T19:36:36.998Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-20T19:36:36.998Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-20T19:36:36.998Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-20T19:36:36.998Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-20T19:36:36.998Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-20T19:36:36.998Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-20T19:36:36.998Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-20T19:36:36.998Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-20T19:36:36.998Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-20T19:36:36.998Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-20T19:36:36.998Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-20T19:36:36.998Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-20T19:36:36.998Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-20T19:36:36.998Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-20T19:36:36.998Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-20T19:36:36.998Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-20T19:36:37.332Z] --- PASS: TestAuthZPluginAllowRequest (1.39s) [2020-09-20T19:36:37.332Z] === RUN TestAuthZPluginTLS [2020-09-20T19:36:37.592Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2020-09-20T19:36:37.852Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2020-09-20T19:36:37.852Z] --- PASS: TestAuthZPluginTLS (0.56s) [2020-09-20T19:36:37.852Z] === RUN TestAuthZPluginDenyRequest [2020-09-20T19:36:38.002Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.008s coverage: 58.0% of statements [2020-09-20T19:36:38.113Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2020-09-20T19:36:38.113Z] === RUN TestDockerSuite/TestBuildSpaces [2020-09-20T19:36:38.267Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.028s coverage: 3.0% of statements [2020-09-20T19:36:38.373Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2020-09-20T19:36:38.373Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2020-09-20T19:36:38.373Z] === RUN TestAuthZPluginAPIDenyResponse [2020-09-20T19:36:38.941Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2020-09-20T19:36:38.941Z] === RUN TestAuthZPluginDenyResponse [2020-09-20T19:36:39.201Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2020-09-20T19:36:39.201Z] === RUN TestDockerSuite/TestBuildStderr [2020-09-20T19:36:39.208Z] ok github.com/docker/docker/daemon/links 0.007s coverage: 93.0% of statements [2020-09-20T19:36:39.462Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2020-09-20T19:36:39.462Z] === RUN TestAuthZPluginAllowEventStream [2020-09-20T19:36:40.032Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2020-09-20T19:36:41.113Z] ok github.com/docker/docker/daemon/images 0.014s coverage: 4.8% of statements [2020-09-20T19:36:41.113Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-09-20T19:36:41.113Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-09-20T19:36:41.373Z] ok github.com/docker/docker/daemon/logger 0.235s coverage: 41.0% of statements [2020-09-20T19:36:41.415Z] --- PASS: TestAuthZPluginAllowEventStream (1.87s) [2020-09-20T19:36:41.415Z] === RUN TestAuthZPluginErrorResponse [2020-09-20T19:36:41.985Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2020-09-20T19:36:41.985Z] === RUN TestAuthZPluginErrorRequest [2020-09-20T19:36:42.555Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2020-09-20T19:36:42.555Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-09-20T19:36:43.125Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.58s) [2020-09-20T19:36:43.125Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-09-20T19:36:43.279Z] ok github.com/docker/docker/daemon/logger/awslogs 0.183s coverage: 77.8% of statements [2020-09-20T19:36:43.279Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-09-20T19:36:43.279Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-09-20T19:36:43.279Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 67.0% of statements [2020-09-20T19:36:43.385Z] === RUN TestDockerSuite/TestBuildStopSignal [2020-09-20T19:36:43.849Z] ok github.com/docker/docker/daemon/logger/journald 0.020s coverage: 23.9% of statements [2020-09-20T19:36:44.326Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2020-09-20T19:36:44.418Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.007s coverage: 61.6% of statements [2020-09-20T19:36:44.418Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 87.2% of statements [2020-09-20T19:36:44.895Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.84s) [2020-09-20T19:36:44.895Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-09-20T19:36:45.156Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2020-09-20T19:36:45.417Z] === RUN TestDockerSuite/TestBuildTagEvent [2020-09-20T19:36:45.799Z] ok github.com/docker/docker/daemon/logger/local 0.014s coverage: 75.2% of statements [2020-09-20T19:36:45.799Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-09-20T19:36:46.059Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.050s coverage: 37.7% of statements [2020-09-20T19:36:46.363Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2020-09-20T19:36:46.623Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.85s) [2020-09-20T19:36:46.623Z] === RUN TestAuthZPluginHeader [2020-09-20T19:36:47.439Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.008s coverage: 33.3% of statements [2020-09-20T19:36:47.564Z] --- PASS: TestAuthZPluginHeader (0.85s) [2020-09-20T19:36:47.564Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-09-20T19:36:47.564Z] === RUN TestDockerSuite/TestBuildUser [2020-09-20T19:36:48.819Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2020-09-20T19:36:48.819Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2020-09-20T19:36:49.388Z] ok github.com/docker/docker/daemon/logger/splunk 1.688s coverage: 82.5% of statements [2020-09-20T19:36:49.388Z] ? github.com/docker/docker/daemon/names [no test files] [2020-09-20T19:36:49.473Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2020-09-20T19:36:49.647Z] ok github.com/docker/docker/daemon/network 0.009s coverage: 63.8% of statements [2020-09-20T19:36:49.647Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-09-20T19:36:51.381Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2020-09-20T19:36:51.557Z] ok github.com/docker/docker/distribution/metadata 0.039s coverage: 48.2% of statements [2020-09-20T19:36:51.951Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.35s) [2020-09-20T19:36:51.951Z] === RUN TestAuthZPluginV2Disable [2020-09-20T19:36:51.951Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2020-09-20T19:36:52.126Z] ok github.com/docker/docker/distribution 0.446s coverage: 21.9% of statements [2020-09-20T19:36:52.126Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-09-20T19:36:53.065Z] ok github.com/docker/docker/errdefs 0.003s coverage: 49.4% of statements [2020-09-20T19:36:54.002Z] ok github.com/docker/docker/image 0.016s coverage: 86.4% of statements [2020-09-20T19:36:54.570Z] ok github.com/docker/docker/distribution/xfer 1.873s coverage: 85.1% of statements [2020-09-20T19:36:54.570Z] ? github.com/docker/docker/dockerversion [no test files] [2020-09-20T19:36:55.140Z] ok github.com/docker/docker/image/cache 0.008s coverage: 19.2% of statements [2020-09-20T19:36:55.140Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-09-20T19:36:56.078Z] ok github.com/docker/docker/image/v1 0.013s coverage: 25.0% of statements [2020-09-20T19:36:56.078Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-09-20T19:36:56.150Z] --- PASS: TestAuthZPluginV2Disable (3.90s) [2020-09-20T19:36:56.150Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-09-20T19:36:56.647Z] ok github.com/docker/docker/libcontainerd/queue 0.035s coverage: 100.0% of statements [2020-09-20T19:36:58.026Z] ok github.com/docker/docker/opts 0.022s coverage: 67.1% of statements [2020-09-20T19:36:58.026Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2020-09-20T19:36:58.114Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-20T19:36:58.114Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-20T19:36:59.311Z] --- PASS: TestImportExtremelyLargeImageWorks (195.84s) [2020-09-20T19:36:59.311Z] PASS [2020-09-20T19:36:59.311Z] [2020-09-20T19:36:59.311Z] === Skipped [2020-09-20T19:36:59.311Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-09-20T19:36:59.311Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:36:59.311Z] [2020-09-20T19:36:59.311Z] [2020-09-20T19:36:59.311Z] DONE 12 tests, 1 skipped in 197.033s [2020-09-20T19:36:59.311Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2020-09-20T19:36:59.311Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:36:59.311Z] ++ set -e [2020-09-20T19:36:59.311Z] ++ '[' -n 0 ']' [2020-09-20T19:36:59.311Z] ++ set -x [2020-09-20T19:36:59.311Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:36:59.311Z] INFO: Testing against a local daemon [2020-09-20T19:36:59.311Z] === RUN TestNetworkCreateDelete [2020-09-20T19:36:59.311Z] --- PASS: TestNetworkCreateDelete (0.18s) [2020-09-20T19:36:59.311Z] === RUN TestDockerNetworkDeletePreferID [2020-09-20T19:36:59.311Z] --- PASS: TestDockerNetworkDeletePreferID (0.45s) [2020-09-20T19:36:59.311Z] === RUN TestDaemonDNSFallback [2020-09-20T19:36:59.311Z] --- PASS: TestDaemonDNSFallback (1.55s) [2020-09-20T19:36:59.311Z] === RUN TestInspectNetwork [2020-09-20T19:36:59.311Z] === RUN TestInspectNetwork/full_network_id [2020-09-20T19:36:59.311Z] === RUN TestInspectNetwork/partial_network_id [2020-09-20T19:36:59.311Z] === RUN TestInspectNetwork/network_name [2020-09-20T19:36:59.311Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-09-20T19:36:59.448Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.27s) [2020-09-20T19:36:59.448Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-09-20T19:36:59.931Z] ok github.com/docker/docker/pkg/archive 0.296s coverage: 77.2% of statements [2020-09-20T19:37:00.876Z] ok github.com/docker/docker/pkg/authorization 0.264s coverage: 68.3% of statements [2020-09-20T19:37:01.136Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2020-09-20T19:37:01.390Z] --- PASS: TestInspectNetwork (7.13s) [2020-09-20T19:37:01.390Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-09-20T19:37:01.390Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-09-20T19:37:01.390Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-09-20T19:37:01.390Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-09-20T19:37:01.390Z] === RUN TestRunContainerWithBridgeNone [2020-09-20T19:37:01.395Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2020-09-20T19:37:03.526Z] --- PASS: TestRunContainerWithBridgeNone (1.80s) [2020-09-20T19:37:03.527Z] === RUN TestNetworkInvalidJSON [2020-09-20T19:37:03.527Z] === RUN TestNetworkInvalidJSON//networks/create [2020-09-20T19:37:03.527Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-09-20T19:37:03.527Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-09-20T19:37:03.527Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-09-20T19:37:03.527Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-20T19:37:03.527Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-20T19:37:03.527Z] === CONT TestNetworkInvalidJSON//networks/create [2020-09-20T19:37:03.527Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-20T19:37:03.527Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-09-20T19:37:03.527Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-09-20T19:37:03.527Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-09-20T19:37:03.527Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-09-20T19:37:03.527Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-09-20T19:37:03.527Z] === RUN TestHostIPv4BridgeLabel [2020-09-20T19:37:03.821Z] --- PASS: TestHostIPv4BridgeLabel (0.59s) [2020-09-20T19:37:03.821Z] === RUN TestDaemonRestartWithLiveRestore [2020-09-20T19:37:04.681Z] ok github.com/docker/docker/pkg/chrootarchive 2.504s coverage: 43.2% of statements [2020-09-20T19:37:04.681Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2020-09-20T19:37:04.731Z] === RUN TestDockerSuite/TestBuildVerboseOut [2020-09-20T19:37:04.867Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2020-09-20T19:37:04.867Z] === RUN TestDaemonDefaultNetworkPools [2020-09-20T19:37:05.250Z] ok github.com/docker/docker/layer 7.902s coverage: 68.8% of statements [2020-09-20T19:37:05.250Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-09-20T19:37:05.250Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-09-20T19:37:05.250Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-09-20T19:37:05.250Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-09-20T19:37:05.250Z] ? github.com/docker/docker/oci [no test files] [2020-09-20T19:37:05.250Z] ? github.com/docker/docker/oci/caps [no test files] [2020-09-20T19:37:05.250Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-09-20T19:37:05.250Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-09-20T19:37:05.250Z] ok github.com/docker/docker/pkg/discovery 0.004s coverage: 58.3% of statements [2020-09-20T19:37:05.670Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2020-09-20T19:37:05.819Z] ok github.com/docker/docker/pkg/discovery/file 0.004s coverage: 92.9% of statements [2020-09-20T19:37:05.908Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s) [2020-09-20T19:37:05.908Z] === RUN TestDaemonRestartWithExistingNetwork [2020-09-20T19:37:06.241Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2020-09-20T19:37:06.695Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-09-20T19:37:06.695Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (22.06s) [2020-09-20T19:37:06.695Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (22.30s) [2020-09-20T19:37:06.695Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (22.99s) [2020-09-20T19:37:06.695Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (23.06s) [2020-09-20T19:37:06.695Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (5.99s) [2020-09-20T19:37:06.695Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (10.81s) [2020-09-20T19:37:06.695Z] === RUN TestBuildMultiStageCopy [2020-09-20T19:37:06.695Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-09-20T19:37:06.757Z] ok github.com/docker/docker/pkg/discovery/memory 0.013s coverage: 92.3% of statements [2020-09-20T19:37:06.961Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s) [2020-09-20T19:37:06.961Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-09-20T19:37:07.184Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2020-09-20T19:37:07.326Z] ok github.com/docker/docker/pkg/discovery/nodes 0.007s coverage: 93.8% of statements [2020-09-20T19:37:07.586Z] ok github.com/docker/docker/pkg/dmesg 0.006s coverage: 83.3% of statements [2020-09-20T19:37:07.754Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2020-09-20T19:37:08.021Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.28s) [2020-09-20T19:37:08.021Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-09-20T19:37:08.659Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2020-09-20T19:37:08.659Z] === RUN TestServiceWithPredefinedNetwork [2020-09-20T19:37:08.695Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2020-09-20T19:37:08.695Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2020-09-20T19:37:08.695Z] === RUN TestDockerSuite/TestBuildWindowsUser [2020-09-20T19:37:08.695Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2020-09-20T19:37:08.695Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2020-09-20T19:37:08.965Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2020-09-20T19:37:09.534Z] ok github.com/docker/docker/pkg/fileutils 0.012s coverage: 89.5% of statements [2020-09-20T19:37:09.793Z] ok github.com/docker/docker/pkg/discovery/kv 3.073s coverage: 84.1% of statements [2020-09-20T19:37:10.053Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2020-09-20T19:37:10.053Z] ok github.com/docker/docker/pkg/fsutils 0.203s coverage: 85.1% of statements [2020-09-20T19:37:10.089Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2020-09-20T19:37:10.089Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.00s) [2020-09-20T19:37:10.089Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-09-20T19:37:10.089Z] === RUN TestDockerSuite/TestBuildWithFailure [2020-09-20T19:37:10.735Z] --- PASS: TestServiceWithPredefinedNetwork (1.96s) [2020-09-20T19:37:10.735Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-09-20T19:37:10.735Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-20T19:37:10.735Z] service_test.go:236: FLAKY_TEST [2020-09-20T19:37:10.735Z] === RUN TestServiceWithDataPathPortInit [2020-09-20T19:37:11.031Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2020-09-20T19:37:11.291Z] === RUN TestDockerSuite/TestBuildWithTabs [2020-09-20T19:37:11.430Z] ok github.com/docker/docker/pkg/idtools 0.416s coverage: 70.1% of statements [2020-09-20T19:37:11.430Z] ok github.com/docker/docker/pkg/ioutils 0.482s coverage: 70.1% of statements [2020-09-20T19:37:11.861Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2020-09-20T19:37:11.998Z] ok github.com/docker/docker/pkg/jsonmessage 0.005s coverage: 91.7% of statements [2020-09-20T19:37:11.998Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-09-20T19:37:11.998Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2020-09-20T19:37:11.998Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-09-20T19:37:11.998Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-09-20T19:37:12.121Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2020-09-20T19:37:12.258Z] ok github.com/docker/docker/pkg/namesgenerator 0.005s coverage: 85.7% of statements [2020-09-20T19:37:12.258Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-09-20T19:37:12.518Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2020-09-20T19:37:12.777Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2020-09-20T19:37:13.037Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 86.7% of statements [2020-09-20T19:37:13.296Z] ok github.com/docker/docker/pkg/pidfile 0.012s coverage: 82.4% of statements [2020-09-20T19:37:13.297Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-09-20T19:37:13.297Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-09-20T19:37:13.783Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-09-20T19:37:14.030Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2020-09-20T19:37:14.235Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.023s coverage: 56.8% of statements [2020-09-20T19:37:14.753Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-09-20T19:37:14.803Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2020-09-20T19:37:14.970Z] === RUN TestDockerSuite/TestBuildWithVolumes [2020-09-20T19:37:15.064Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2020-09-20T19:37:15.324Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2020-09-20T19:37:15.541Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2020-09-20T19:37:15.541Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2020-09-20T19:37:15.723Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-09-20T19:37:15.801Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2020-09-20T19:37:16.372Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2020-09-20T19:37:16.373Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2020-09-20T19:37:16.692Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-09-20T19:37:16.700Z] ok github.com/docker/docker/pkg/pubsub 1.027s coverage: 73.9% of statements [2020-09-20T19:37:16.944Z] === RUN TestDockerSuite/TestBuildXZHost [2020-09-20T19:37:16.959Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2020-09-20T19:37:17.661Z] --- PASS: TestBuildMultiStageCopy (11.47s) [2020-09-20T19:37:17.661Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (7.80s) [2020-09-20T19:37:17.661Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.64s) [2020-09-20T19:37:17.661Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.91s) [2020-09-20T19:37:17.661Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.99s) [2020-09-20T19:37:17.661Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.14s) [2020-09-20T19:37:17.661Z] === RUN TestBuildMultiStageParentConfig [2020-09-20T19:37:19.199Z] --- PASS: TestBuildMultiStageParentConfig (1.67s) [2020-09-20T19:37:19.199Z] === RUN TestBuildLabelWithTargets [2020-09-20T19:37:19.199Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2020-09-20T19:37:19.199Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-20T19:37:19.199Z] === RUN TestBuildWithEmptyLayers [2020-09-20T19:37:19.488Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2020-09-20T19:37:19.488Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2020-09-20T19:37:19.488Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2020-09-20T19:37:19.488Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2020-09-20T19:37:19.748Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2020-09-20T19:37:20.169Z] --- PASS: TestBuildWithEmptyLayers (0.89s) [2020-09-20T19:37:20.169Z] === RUN TestBuildMultiStageOnBuild [2020-09-20T19:37:20.243Z] ok github.com/docker/docker/pkg/signal 2.379s coverage: 61.0% of statements [2020-09-20T19:37:20.243Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2020-09-20T19:37:20.502Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2020-09-20T19:37:20.690Z] === RUN TestDockerSuite/TestCommitChange [2020-09-20T19:37:20.762Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2020-09-20T19:37:21.022Z] ok github.com/docker/docker/pkg/symlink 0.007s coverage: 87.7% of statements [2020-09-20T19:37:21.261Z] === RUN TestDockerSuite/TestCommitChangeLabels [2020-09-20T19:37:21.590Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 54.9% of statements [2020-09-20T19:37:22.158Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 36.9% of statements [2020-09-20T19:37:22.201Z] === RUN TestDockerSuite/TestCommitHardlink [2020-09-20T19:37:22.418Z] ok github.com/docker/docker/pkg/tailfile 0.088s coverage: 88.6% of statements [2020-09-20T19:37:22.985Z] ok github.com/docker/docker/pkg/tarsum 0.041s coverage: 89.3% of statements [2020-09-20T19:37:23.245Z] testing: warning: no tests to run [2020-09-20T19:37:23.245Z] coverage: [no statements] [2020-09-20T19:37:23.245Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-09-20T19:37:23.503Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2020-09-20T19:37:23.585Z] === RUN TestDockerSuite/TestCommitNewFile [2020-09-20T19:37:23.788Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-09-20T19:37:24.066Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2020-09-20T19:37:24.154Z] === RUN TestDockerSuite/TestCommitPausedContainer [2020-09-20T19:37:24.724Z] === RUN TestDockerSuite/TestCommitTTY [2020-09-20T19:37:25.983Z] ok github.com/docker/docker/plugin 0.515s coverage: 23.1% of statements [2020-09-20T19:37:26.112Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2020-09-20T19:37:26.199Z] --- PASS: TestServiceWithDataPathPortInit (13.47s) [2020-09-20T19:37:26.199Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-09-20T19:37:26.385Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2020-09-20T19:37:26.550Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2020-09-20T19:37:26.649Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.59s) [2020-09-20T19:37:26.649Z] PASS [2020-09-20T19:37:26.649Z] [2020-09-20T19:37:26.649Z] DONE 17 tests in 50.925s [2020-09-20T19:37:26.649Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-09-20T19:37:26.649Z] ++ 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 [2020-09-20T19:37:26.649Z] ++ set -e [2020-09-20T19:37:26.649Z] ++ '[' -n 0 ']' [2020-09-20T19:37:26.649Z] ++ set -x [2020-09-20T19:37:26.649Z] ++ 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 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 [2020-09-20T19:37:26.910Z] INFO: Testing against a local daemon [2020-09-20T19:37:26.910Z] === RUN TestPluginInvalidJSON [2020-09-20T19:37:26.910Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-09-20T19:37:26.910Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-09-20T19:37:26.910Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-09-20T19:37:26.910Z] --- PASS: TestPluginInvalidJSON (0.01s) [2020-09-20T19:37:26.910Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-09-20T19:37:26.910Z] === RUN TestPluginInstall [2020-09-20T19:37:26.910Z] === RUN TestPluginInstall/no_auth [2020-09-20T19:37:27.480Z] === RUN TestDockerSuite/TestCommitWithoutPause [2020-09-20T19:37:27.487Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 72.4% of statements [2020-09-20T19:37:27.746Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2020-09-20T19:37:28.421Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2020-09-20T19:37:28.421Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2020-09-20T19:37:28.682Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2020-09-20T19:37:28.682Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2020-09-20T19:37:28.682Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2020-09-20T19:37:28.682Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2020-09-20T19:37:28.942Z] === RUN TestDockerSuite/TestContainerAPICommit [2020-09-20T19:37:29.125Z] ok github.com/docker/docker/registry 0.076s coverage: 56.3% of statements [2020-09-20T19:37:29.693Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2020-09-20T19:37:29.953Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2020-09-20T19:37:30.521Z] ok github.com/docker/docker/runconfig 0.007s coverage: 66.1% of statements [2020-09-20T19:37:30.855Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2020-09-20T19:37:31.089Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2020-09-20T19:37:31.777Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.84s) [2020-09-20T19:37:31.777Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:koqchjb21avkv02k61dtrlby7 Created:2020-09-20 19:37:25.104557087 +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[4ef57105138d0bfe469df6c1ff69f21c280e77b69c80ff14a22ae299285f6f0c:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.nsbfubuhp6xf5zg56knomvjhp EndpointID:2c08b9591e3e8d244b00323110dc40d18ff2f388227d2faab68a1133eab87025 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:b041c04d873601a0f5f305cfd9c86fd5a97a253d8041037ccc272555d0d6ca80 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:c845dbecd6cf IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.nsbfubuhp6xf5zg56knomvjhp EndpointID:2c08b9591e3e8d244b00323110dc40d18ff2f388227d2faab68a1133eab87025 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-09-20T19:37:31.777Z] PASS [2020-09-20T19:37:31.777Z] [2020-09-20T19:37:31.777Z] === Skipped [2020-09-20T19:37:31.777Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-20T19:37:31.777Z] service_test.go:236: FLAKY_TEST [2020-09-20T19:37:31.777Z] [2020-09-20T19:37:31.777Z] [2020-09-20T19:37:31.777Z] DONE 23 tests, 1 skipped in 38.855s [2020-09-20T19:37:31.777Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-09-20T19:37:31.777Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:37:31.777Z] ++ set -e [2020-09-20T19:37:31.777Z] ++ '[' -n 0 ']' [2020-09-20T19:37:31.777Z] ++ set -x [2020-09-20T19:37:31.777Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:37:31.777Z] INFO: Testing against a local daemon [2020-09-20T19:37:31.777Z] === RUN TestDockerNetworkIpvlanPersistance [2020-09-20T19:37:31.777Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-20T19:37:31.777Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-20T19:37:31.777Z] === RUN TestDockerNetworkIpvlan [2020-09-20T19:37:31.777Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-09-20T19:37:31.777Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-20T19:37:31.777Z] PASS [2020-09-20T19:37:31.777Z] [2020-09-20T19:37:31.777Z] === Skipped [2020-09-20T19:37:31.777Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-20T19:37:31.777Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-20T19:37:31.777Z] [2020-09-20T19:37:31.777Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-09-20T19:37:31.777Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-20T19:37:31.777Z] [2020-09-20T19:37:31.777Z] [2020-09-20T19:37:31.777Z] DONE 2 tests, 2 skipped in 0.080s [2020-09-20T19:37:31.777Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-09-20T19:37:31.777Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:37:31.777Z] ++ set -e [2020-09-20T19:37:31.777Z] ++ '[' -n 0 ']' [2020-09-20T19:37:31.777Z] ++ set -x [2020-09-20T19:37:31.777Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:37:31.777Z] INFO: Testing against a local daemon [2020-09-20T19:37:31.777Z] === RUN TestDockerNetworkMacvlanPersistance [2020-09-20T19:37:32.238Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2020-09-20T19:37:32.238Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2020-09-20T19:37:32.421Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.40s) [2020-09-20T19:37:32.421Z] === RUN TestDockerNetworkMacvlan [2020-09-20T19:37:32.808Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2020-09-20T19:37:33.379Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2020-09-20T19:37:33.379Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2020-09-20T19:37:33.463Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-09-20T19:37:33.625Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2020-09-20T19:37:34.102Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-09-20T19:37:34.194Z] ok github.com/docker/docker/volume/local 0.006s coverage: 73.0% of statements [2020-09-20T19:37:34.320Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2020-09-20T19:37:34.761Z] ok github.com/docker/docker/volume/mounts 0.018s coverage: 67.0% of statements [2020-09-20T19:37:34.891Z] time="2020-09-20T19:37:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-20T19:37:34.891Z] time="2020-09-20T19:37:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:42d4e47d4171cd0de7f869284c31a0c580f2e80726aeaa03d94a997b5fe607a4" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-20T19:37:34.891Z] time="2020-09-20T19:37:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-20T19:37:34.891Z] time="2020-09-20T19:37:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:42d4e47d4171cd0de7f869284c31a0c580f2e80726aeaa03d94a997b5fe607a4" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-20T19:37:34.891Z] === RUN TestDockerSuite/TestContainerAPICreate [2020-09-20T19:37:34.999Z] --- PASS: TestBuildMultiStageOnBuild (14.63s) [2020-09-20T19:37:34.999Z] === RUN TestBuildUncleanTarFilenames [2020-09-20T19:37:34.999Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2020-09-20T19:37:34.999Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-20T19:37:34.999Z] === RUN TestBuildMultiStageLayerLeak [2020-09-20T19:37:35.148Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-09-20T19:37:35.465Z] === RUN TestPluginInstall/with_htpasswd [2020-09-20T19:37:35.726Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2020-09-20T19:37:35.726Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2020-09-20T19:37:35.726Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2020-09-20T19:37:36.138Z] ok github.com/docker/docker/volume/service 0.017s coverage: 73.1% of statements [2020-09-20T19:37:36.296Z] time="2020-09-20T19:37:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-20T19:37:36.296Z] time="2020-09-20T19:37:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:dfca3561b512198bf9fd5f218cb617fabf3d81a68732ed9b5447d88065990919" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-20T19:37:36.296Z] time="2020-09-20T19:37:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-20T19:37:36.296Z] time="2020-09-20T19:37:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:dfca3561b512198bf9fd5f218cb617fabf3d81a68732ed9b5447d88065990919" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-20T19:37:36.556Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2020-09-20T19:37:36.556Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2020-09-20T19:37:36.556Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2020-09-20T19:37:36.556Z] === RUN TestPluginInstall/with_insecure [2020-09-20T19:37:36.817Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2020-09-20T19:37:36.817Z] === RUN TestDockerSuite/TestContainerAPIDelete [2020-09-20T19:37:37.235Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-09-20T19:37:37.390Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2020-09-20T19:37:37.961Z] time="2020-09-20T19:37:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-20T19:37:37.961Z] time="2020-09-20T19:37:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fed5c17ebb7f65a6a780ba43a5ad2067ef68bc08969e03a0e0e002821f870456" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-20T19:37:37.961Z] time="2020-09-20T19:37:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-20T19:37:37.961Z] time="2020-09-20T19:37:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fed5c17ebb7f65a6a780ba43a5ad2067ef68bc08969e03a0e0e002821f870456" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-20T19:37:38.221Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2020-09-20T19:37:38.482Z] --- PASS: TestPluginInstall (11.56s) [2020-09-20T19:37:38.482Z] --- PASS: TestPluginInstall/no_auth (8.61s) [2020-09-20T19:37:38.482Z] --- PASS: TestPluginInstall/with_htpasswd (1.19s) [2020-09-20T19:37:38.482Z] --- PASS: TestPluginInstall/with_insecure (1.76s) [2020-09-20T19:37:38.482Z] plugin_test.go:157: [d7904f65fbab7] daemon is not started [2020-09-20T19:37:38.482Z] PASS [2020-09-20T19:37:38.482Z] [2020-09-20T19:37:38.482Z] DONE 6 tests in 11.740s [2020-09-20T19:37:38.482Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-09-20T19:37:38.482Z] ++ 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 [2020-09-20T19:37:38.482Z] ++ set -e [2020-09-20T19:37:38.482Z] ++ '[' -n 0 ']' [2020-09-20T19:37:38.482Z] ++ set -x [2020-09-20T19:37:38.482Z] ++ 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 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 [2020-09-20T19:37:38.743Z] INFO: Testing against a local daemon [2020-09-20T19:37:38.743Z] === RUN TestExternalGraphDriver [2020-09-20T19:37:39.003Z] === RUN TestExternalGraphDriver/json [2020-09-20T19:37:39.003Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2020-09-20T19:37:39.003Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2020-09-20T19:37:39.320Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-09-20T19:37:40.914Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2020-09-20T19:37:41.175Z] === RUN TestExternalGraphDriver/spec [2020-09-20T19:37:41.435Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2020-09-20T19:37:41.435Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2020-09-20T19:37:42.016Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2020-09-20T19:37:42.589Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2020-09-20T19:37:42.867Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-09-20T19:37:43.158Z] === RUN TestExternalGraphDriver/pull [2020-09-20T19:37:43.158Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2020-09-20T19:37:43.506Z] --- PASS: TestDockerNetworkMacvlan (10.89s) [2020-09-20T19:37:43.506Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2020-09-20T19:37:43.506Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2020-09-20T19:37:43.506Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.87s) [2020-09-20T19:37:43.506Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.95s) [2020-09-20T19:37:43.506Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.25s) [2020-09-20T19:37:43.506Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.62s) [2020-09-20T19:37:43.506Z] PASS [2020-09-20T19:37:43.506Z] [2020-09-20T19:37:43.506Z] DONE 8 tests in 12.355s [2020-09-20T19:37:43.506Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2020-09-20T19:37:43.506Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:37:43.506Z] ++ set -e [2020-09-20T19:37:43.506Z] ++ '[' -n 0 ']' [2020-09-20T19:37:43.506Z] ++ set -x [2020-09-20T19:37:43.506Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:37:43.506Z] testing: warning: no tests to run [2020-09-20T19:37:43.506Z] PASS [2020-09-20T19:37:43.506Z] [2020-09-20T19:37:43.506Z] DONE 0 tests in 0.012s [2020-09-20T19:37:43.506Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-09-20T19:37:43.506Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:37:43.506Z] ++ set -e [2020-09-20T19:37:43.506Z] ++ '[' -n 0 ']' [2020-09-20T19:37:43.506Z] ++ set -x [2020-09-20T19:37:43.506Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:37:43.506Z] INFO: Testing against a local daemon [2020-09-20T19:37:43.506Z] === RUN TestAuthZPluginAllowRequest [2020-09-20T19:37:43.573Z] --- PASS: TestBuildMultiStageLayerLeak (8.68s) [2020-09-20T19:37:43.573Z] === RUN TestBuildWithHugeFile [2020-09-20T19:37:43.573Z] --- SKIP: TestBuildWithHugeFile (0.00s) [2020-09-20T19:37:43.573Z] build_test.go:488: testEnv.OSType == "windows" [2020-09-20T19:37:43.573Z] === RUN TestBuildWithEmptyDockerfile [2020-09-20T19:37:43.573Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-20T19:37:43.573Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-20T19:37:43.573Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-20T19:37:43.573Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-20T19:37:43.573Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-20T19:37:43.573Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-20T19:37:43.731Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2020-09-20T19:37:43.731Z] === RUN TestDockerSuite/TestContainerAPIKill [2020-09-20T19:37:44.033Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-20T19:37:44.033Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-20T19:37:44.033Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-20T19:37:44.033Z] --- PASS: TestBuildWithEmptyDockerfile (0.54s) [2020-09-20T19:37:44.033Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2020-09-20T19:37:44.033Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2020-09-20T19:37:44.033Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2020-09-20T19:37:44.033Z] === RUN TestBuildPreserveOwnership [2020-09-20T19:37:44.033Z] --- SKIP: TestBuildPreserveOwnership (0.01s) [2020-09-20T19:37:44.033Z] build_test.go:576: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-20T19:37:44.033Z] === RUN TestBuildPlatformInvalid [2020-09-20T19:37:44.033Z] --- PASS: TestBuildPlatformInvalid (0.05s) [2020-09-20T19:37:44.033Z] PASS [2020-09-20T19:37:44.033Z] ok github.com/docker/docker/integration/build 71.321s [2020-09-20T19:37:44.304Z] === RUN TestDockerSuite/TestContainerAPIPause [2020-09-20T19:37:44.492Z] [2020-09-20T19:37:44.492Z] === Skipped [2020-09-20T19:37:44.493Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2020-09-20T19:37:44.493Z] build_session_test.go:25: TODO: BuildKit [2020-09-20T19:37:44.493Z] [2020-09-20T19:37:44.493Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2020-09-20T19:37:44.493Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:37:44.493Z] [2020-09-20T19:37:44.493Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2020-09-20T19:37:44.493Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-20T19:37:44.493Z] [2020-09-20T19:37:44.493Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2020-09-20T19:37:44.493Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-20T19:37:44.493Z] [2020-09-20T19:37:44.493Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithHugeFile (0.00s) [2020-09-20T19:37:44.493Z] build_test.go:488: testEnv.OSType == "windows" [2020-09-20T19:37:44.493Z] [2020-09-20T19:37:44.493Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.01s) [2020-09-20T19:37:44.493Z] build_test.go:576: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-20T19:37:44.493Z] [2020-09-20T19:37:44.493Z] [2020-09-20T19:37:44.493Z] DONE 28 tests, 6 skipped in 97.215s [2020-09-20T19:37:44.493Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2020-09-20T19:37:44.874Z] --- PASS: TestExternalGraphDriver (6.02s) [2020-09-20T19:37:44.874Z] --- PASS: TestExternalGraphDriver/json (2.20s) [2020-09-20T19:37:44.874Z] --- PASS: TestExternalGraphDriver/spec (1.88s) [2020-09-20T19:37:44.874Z] --- PASS: TestExternalGraphDriver/pull (1.67s) [2020-09-20T19:37:44.874Z] === RUN TestGraphdriverPluginV2 [2020-09-20T19:37:44.874Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2020-09-20T19:37:45.034Z] --- PASS: TestAuthZPluginAllowRequest (1.36s) [2020-09-20T19:37:45.034Z] === RUN TestAuthZPluginTLS [2020-09-20T19:37:45.444Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2020-09-20T19:37:45.672Z] --- PASS: TestAuthZPluginTLS (0.58s) [2020-09-20T19:37:45.672Z] === RUN TestAuthZPluginDenyRequest [2020-09-20T19:37:45.703Z] === RUN TestDockerSuite/TestContainerAPIRename [2020-09-20T19:37:45.965Z] === RUN TestDockerSuite/TestContainerAPIRestart [2020-09-20T19:37:45.971Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2020-09-20T19:37:45.971Z] === RUN TestAuthZPluginAPIDenyResponse [2020-09-20T19:37:46.616Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2020-09-20T19:37:46.616Z] === RUN TestAuthZPluginDenyResponse [2020-09-20T19:37:46.671Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-20T19:37:46.671Z] INFO: Testing against a local daemon [2020-09-20T19:37:46.671Z] === RUN TestConfigInspect [2020-09-20T19:37:46.671Z] --- SKIP: TestConfigInspect (0.00s) [2020-09-20T19:37:46.671Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:37:46.671Z] === RUN TestConfigList [2020-09-20T19:37:46.671Z] --- SKIP: TestConfigList (0.00s) [2020-09-20T19:37:46.671Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:37:46.671Z] === RUN TestConfigsCreateAndDelete [2020-09-20T19:37:46.671Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2020-09-20T19:37:46.671Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:37:46.671Z] === RUN TestConfigsUpdate [2020-09-20T19:37:46.671Z] --- SKIP: TestConfigsUpdate (0.00s) [2020-09-20T19:37:46.671Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:37:46.671Z] === RUN TestTemplatedConfig [2020-09-20T19:37:46.671Z] --- SKIP: TestTemplatedConfig (0.00s) [2020-09-20T19:37:46.671Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:37:46.671Z] === RUN TestConfigCreateResolve [2020-09-20T19:37:46.671Z] --- SKIP: TestConfigCreateResolve (0.00s) [2020-09-20T19:37:46.671Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2020-09-20T19:37:46.671Z] === RUN TestConfigDaemonLibtrustID [2020-09-20T19:37:46.671Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2020-09-20T19:37:46.671Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2020-09-20T19:37:46.671Z] PASS [2020-09-20T19:37:46.671Z] ok github.com/docker/docker/integration/config 0.167s [2020-09-20T19:37:46.671Z] [2020-09-20T19:37:46.671Z] === Skipped [2020-09-20T19:37:46.671Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2020-09-20T19:37:46.671Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:37:46.671Z] [2020-09-20T19:37:46.671Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2020-09-20T19:37:46.671Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:37:46.671Z] [2020-09-20T19:37:46.671Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2020-09-20T19:37:46.671Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:37:46.671Z] [2020-09-20T19:37:46.671Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2020-09-20T19:37:46.671Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:37:46.671Z] [2020-09-20T19:37:46.671Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2020-09-20T19:37:46.671Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:37:46.671Z] [2020-09-20T19:37:46.671Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2020-09-20T19:37:46.671Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2020-09-20T19:37:46.671Z] [2020-09-20T19:37:46.671Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2020-09-20T19:37:46.671Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2020-09-20T19:37:46.671Z] [2020-09-20T19:37:46.671Z] [2020-09-20T19:37:46.671Z] DONE 7 tests, 7 skipped in 2.349s [2020-09-20T19:37:46.671Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2020-09-20T19:37:47.293Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2020-09-20T19:37:47.293Z] === RUN TestAuthZPluginAllowEventStream [2020-09-20T19:37:47.347Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2020-09-20T19:37:48.286Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2020-09-20T19:37:48.286Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2020-09-20T19:37:48.286Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2020-09-20T19:37:48.286Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2020-09-20T19:37:48.286Z] === RUN TestDockerSuite/TestContainerAPIStart [2020-09-20T19:37:48.339Z] ok github.com/docker/docker/pkg/plugins 33.617s coverage: 76.6% of statements [2020-09-20T19:37:48.339Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-09-20T19:37:48.339Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-09-20T19:37:48.339Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-09-20T19:37:48.339Z] ? github.com/docker/docker/pkg/term [no test files] [2020-09-20T19:37:48.339Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-09-20T19:37:48.339Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-09-20T19:37:48.339Z] ? github.com/docker/docker/rootless [no test files] [2020-09-20T19:37:48.339Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-09-20T19:37:48.339Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-09-20T19:37:48.339Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-09-20T19:37:48.339Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-09-20T19:37:48.339Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-09-20T19:37:48.339Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-09-20T19:37:48.339Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-09-20T19:37:48.339Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-09-20T19:37:48.339Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-09-20T19:37:48.339Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-09-20T19:37:48.339Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-09-20T19:37:48.339Z] ? github.com/docker/docker/testutil/request [no test files] [2020-09-20T19:37:48.339Z] ? github.com/docker/docker/volume [no test files] [2020-09-20T19:37:48.339Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-09-20T19:37:48.339Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-09-20T19:37:48.339Z] [2020-09-20T19:37:48.339Z] === Skipped [2020-09-20T19:37:48.339Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-09-20T19:37:48.339Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-09-20T19:37:48.339Z] [2020-09-20T19:37:48.339Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-09-20T19:37:48.339Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-09-20T19:37:48.339Z] [2020-09-20T19:37:48.339Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-09-20T19:37:48.339Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:37:48.339Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-20T19:37:48.339Z] [2020-09-20T19:37:48.339Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-09-20T19:37:48.339Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:37:48.339Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-20T19:37:48.339Z] [2020-09-20T19:37:48.339Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-09-20T19:37:48.339Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:37:48.339Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-20T19:37:48.339Z] [2020-09-20T19:37:48.339Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-09-20T19:37:48.339Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:37:48.339Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-20T19:37:48.339Z] [2020-09-20T19:37:48.339Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-09-20T19:37:48.339Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:37:48.339Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-20T19:37:48.339Z] [2020-09-20T19:37:48.339Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-09-20T19:37:48.339Z] graphtest_unix.go:73: No driver to put! [2020-09-20T19:37:48.339Z] [2020-09-20T19:37:48.339Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-09-20T19:37:48.339Z] time="2020-09-20T19:36:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-20T19:37:48.339Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-20T19:37:48.339Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-20T19:37:48.339Z] [2020-09-20T19:37:48.339Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-09-20T19:37:48.339Z] time="2020-09-20T19:36:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-20T19:37:48.339Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-20T19:37:48.339Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-20T19:37:48.339Z] [2020-09-20T19:37:48.339Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-09-20T19:37:48.339Z] time="2020-09-20T19:36:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-20T19:37:48.339Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-20T19:37:48.339Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-20T19:37:48.339Z] [2020-09-20T19:37:48.339Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-09-20T19:37:48.339Z] time="2020-09-20T19:36:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-20T19:37:48.339Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-20T19:37:48.339Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-20T19:37:48.339Z] [2020-09-20T19:37:48.339Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-09-20T19:37:48.339Z] time="2020-09-20T19:36:31Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-20T19:37:48.339Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-20T19:37:48.339Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-20T19:37:48.339Z] [2020-09-20T19:37:48.339Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-09-20T19:37:48.339Z] graphtest_unix.go:73: No driver to put! [2020-09-20T19:37:48.339Z] [2020-09-20T19:37:48.339Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-09-20T19:37:48.339Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-09-20T19:37:48.339Z] [2020-09-20T19:37:48.339Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-09-20T19:37:48.339Z] overlay_test.go:49: Fails to compute changes intermittently [2020-09-20T19:37:48.339Z] [2020-09-20T19:37:48.339Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-09-20T19:37:48.339Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-09-20T19:37:48.339Z] [2020-09-20T19:37:48.339Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-09-20T19:37:48.339Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-09-20T19:37:48.339Z] [2020-09-20T19:37:48.339Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-09-20T19:37:48.339Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:37:48.339Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-20T19:37:48.339Z] [2020-09-20T19:37:48.339Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-09-20T19:37:48.339Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:37:48.339Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-20T19:37:48.339Z] [2020-09-20T19:37:48.339Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-09-20T19:37:48.339Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:37:48.339Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-20T19:37:48.339Z] [2020-09-20T19:37:48.339Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-09-20T19:37:48.339Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:37:48.339Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-20T19:37:48.339Z] [2020-09-20T19:37:48.339Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-09-20T19:37:48.339Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-20T19:37:48.339Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-20T19:37:48.339Z] [2020-09-20T19:37:48.339Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-09-20T19:37:48.339Z] graphtest_unix.go:73: No driver to put! [2020-09-20T19:37:48.339Z] [2020-09-20T19:37:48.339Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-09-20T19:37:48.339Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-09-20T19:37:48.339Z] [2020-09-20T19:37:48.339Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-09-20T19:37:48.339Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-09-20T19:37:48.339Z] [2020-09-20T19:37:48.339Z] [2020-09-20T19:37:48.339Z] DONE 2138 tests, 26 skipped in 245.966s [2020-09-20T19:37:48.342Z] --- PASS: TestAuthZPluginAllowEventStream (1.33s) [2020-09-20T19:37:48.342Z] === RUN TestAuthZPluginErrorResponse Post stage [Pipeline] junit [2020-09-20T19:37:48.611Z] Recording test results [2020-09-20T19:37:48.858Z] --- PASS: TestGraphdriverPluginV2 (4.13s) [2020-09-20T19:37:48.858Z] PASS [2020-09-20T19:37:48.858Z] [2020-09-20T19:37:48.858Z] DONE 5 tests in 10.397s [2020-09-20T19:37:48.858Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2020-09-20T19:37:48.858Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-09-20T19:37:48.858Z] ++ 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 [2020-09-20T19:37:48.858Z] ++ set -e [2020-09-20T19:37:48.858Z] ++ '[' -n 0 ']' [2020-09-20T19:37:48.858Z] ++ set -x [2020-09-20T19:37:48.858Z] ++ 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 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 [2020-09-20T19:37:48.981Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2020-09-20T19:37:48.981Z] === RUN TestAuthZPluginErrorRequest [Pipeline] } [Pipeline] // stage [2020-09-20T19:37:49.118Z] INFO: Testing against a local daemon [2020-09-20T19:37:49.118Z] === RUN TestContinueAfterPluginCrash [2020-09-20T19:37:49.118Z] === PAUSE TestContinueAfterPluginCrash [2020-09-20T19:37:49.118Z] === RUN TestReadPluginNoRead [2020-09-20T19:37:49.118Z] === PAUSE TestReadPluginNoRead [2020-09-20T19:37:49.118Z] === RUN TestDaemonStartWithLogOpt [2020-09-20T19:37:49.118Z] === PAUSE TestDaemonStartWithLogOpt [2020-09-20T19:37:49.118Z] === CONT TestContinueAfterPluginCrash [2020-09-20T19:37:49.118Z] === CONT TestDaemonStartWithLogOpt [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2020-09-20T19:37:49.436Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-38469/.git:/go/src/github.com/docker/docker/.git --name docker-pr32 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=98f1115e882dad3fbc3cbaca9ebc0e201c1a527f -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:98f1115e882dad3fbc3cbaca9ebc0e201c1a527f hack/validate/vendor [2020-09-20T19:37:49.581Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-20T19:37:49.581Z] INFO: Testing against a local daemon [2020-09-20T19:37:49.581Z] === RUN TestCheckpoint [2020-09-20T19:37:49.581Z] --- SKIP: TestCheckpoint (0.00s) [2020-09-20T19:37:49.581Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-20T19:37:49.581Z] === RUN TestContainerInvalidJSON [2020-09-20T19:37:49.581Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-09-20T19:37:49.581Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-09-20T19:37:49.581Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-09-20T19:37:49.581Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-09-20T19:37:49.581Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-09-20T19:37:49.581Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-09-20T19:37:49.581Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-09-20T19:37:49.581Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-09-20T19:37:49.581Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-09-20T19:37:49.581Z] --- PASS: TestContainerInvalidJSON (0.04s) [2020-09-20T19:37:49.581Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-09-20T19:37:49.581Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2020-09-20T19:37:49.581Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2020-09-20T19:37:49.581Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-09-20T19:37:49.581Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.19s) [2020-09-20T19:37:49.581Z] === RUN TestCopyFromContainerPathIsNotDir [2020-09-20T19:37:49.581Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.02s) [2020-09-20T19:37:49.621Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2020-09-20T19:37:49.621Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-09-20T19:37:50.007Z] No vendor changes in diff. [2020-09-20T19:37:50.041Z] copy_test.go:38: testEnv.OSType == "windows" [2020-09-20T19:37:50.041Z] === RUN TestCopyToContainerPathDoesNotExist [2020-09-20T19:37:50.041Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.36s) [2020-09-20T19:37:50.041Z] === RUN TestCopyToContainerPathIsNotDir [2020-09-20T19:37:50.041Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.02s) [2020-09-20T19:37:50.041Z] copy_test.go:63: testEnv.OSType == "windows" [2020-09-20T19:37:50.041Z] === RUN TestCopyFromContainer [2020-09-20T19:37:50.041Z] --- SKIP: TestCopyFromContainer (0.00s) [2020-09-20T19:37:50.041Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:37:50.041Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-09-20T19:37:50.041Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-20T19:37:50.041Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-20T19:37:50.041Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-20T19:37:50.041Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-20T19:37:50.041Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-20T19:37:50.041Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-20T19:37:50.041Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-20T19:37:50.041Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-20T19:37:50.041Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-20T19:37:50.041Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-09-20T19:37:50.041Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-09-20T19:37:50.041Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-09-20T19:37:50.041Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2020-09-20T19:37:50.041Z] === RUN TestCreateLinkToNonExistingContainer [2020-09-20T19:37:50.041Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2020-09-20T19:37:50.041Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2020-09-20T19:37:50.041Z] === RUN TestCreateWithInvalidEnv [2020-09-20T19:37:50.041Z] === RUN TestCreateWithInvalidEnv/0 [2020-09-20T19:37:50.041Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-09-20T19:37:50.041Z] === RUN TestCreateWithInvalidEnv/1 [2020-09-20T19:37:50.041Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-09-20T19:37:50.041Z] === RUN TestCreateWithInvalidEnv/2 [2020-09-20T19:37:50.041Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-09-20T19:37:50.041Z] === CONT TestCreateWithInvalidEnv/0 [2020-09-20T19:37:50.041Z] === CONT TestCreateWithInvalidEnv/2 [2020-09-20T19:37:50.041Z] === CONT TestCreateWithInvalidEnv/1 [2020-09-20T19:37:50.041Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-09-20T19:37:50.041Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-09-20T19:37:50.041Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-09-20T19:37:50.041Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-09-20T19:37:50.041Z] === RUN TestCreateTmpfsMountsTarget [2020-09-20T19:37:50.041Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2020-09-20T19:37:50.041Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:37:50.041Z] === RUN TestCreateWithCustomMaskedPaths [2020-09-20T19:37:50.041Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2020-09-20T19:37:50.041Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2020-09-20T19:37:50.041Z] === RUN TestCreateWithCustomReadonlyPaths [2020-09-20T19:37:50.041Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2020-09-20T19:37:50.041Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2020-09-20T19:37:50.041Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-09-20T19:37:50.041Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-20T19:37:50.041Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-20T19:37:50.041Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-20T19:37:50.041Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-20T19:37:50.041Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-20T19:37:50.041Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-20T19:37:50.041Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-20T19:37:50.041Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-20T19:37:50.041Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-20T19:37:50.041Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-20T19:37:50.263Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2020-09-20T19:37:50.263Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-09-20T19:37:50.501Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-20T19:37:50.501Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-20T19:37:50.501Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-20T19:37:50.501Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-20T19:37:50.501Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-20T19:37:50.501Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2020-09-20T19:37:50.501Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-09-20T19:37:50.501Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-09-20T19:37:50.501Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-09-20T19:37:50.501Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-09-20T19:37:50.501Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2020-09-20T19:37:50.501Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-09-20T19:37:50.501Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2020-09-20T19:37:50.501Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2020-09-20T19:37:50.501Z] === RUN TestCreateDifferentPlatform [2020-09-20T19:37:50.501Z] === RUN TestCreateDifferentPlatform/different_os [2020-09-20T19:37:50.501Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-09-20T19:37:50.501Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2020-09-20T19:37:50.501Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-09-20T19:37:50.501Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-09-20T19:37:50.501Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-09-20T19:37:50.501Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2020-09-20T19:37:50.501Z] === RUN TestContainerKillOnDaemonStart [2020-09-20T19:37:50.501Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2020-09-20T19:37:50.501Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:37:50.501Z] === RUN TestDiff [2020-09-20T19:37:50.501Z] --- SKIP: TestDiff (0.00s) [2020-09-20T19:37:50.501Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2020-09-20T19:37:50.501Z] === RUN TestExecWithCloseStdin [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2020-09-20T19:37:50.913Z] + echo Building e2e image [2020-09-20T19:37:50.913Z] Building e2e image [2020-09-20T19:37:50.913Z] + docker build --build-arg DOCKER_GITCOMMIT=98f1115e882dad3fbc3cbaca9ebc0e201c1a527f -t moby-e2e-test -f Dockerfile.e2e . [2020-09-20T19:37:50.913Z] #2 [internal] load .dockerignore [2020-09-20T19:37:50.913Z] #2 transferring context: 34B done [2020-09-20T19:37:50.913Z] #2 DONE 0.0s [2020-09-20T19:37:50.913Z] [2020-09-20T19:37:50.913Z] #1 [internal] load build definition from Dockerfile.e2e [2020-09-20T19:37:50.913Z] #1 transferring dockerfile: 3.21kB done [2020-09-20T19:37:50.913Z] #1 DONE 0.0s [2020-09-20T19:37:50.913Z] [2020-09-20T19:37:50.913Z] #4 [internal] load metadata for docker.io/library/golang:1.13.15-alpine [2020-09-20T19:37:51.177Z] #4 DONE 0.3s [2020-09-20T19:37:51.177Z] [2020-09-20T19:37:51.177Z] #3 [internal] load metadata for docker.io/library/alpine:3.10 [2020-09-20T19:37:51.177Z] #3 DONE 0.3s [2020-09-20T19:37:51.177Z] [2020-09-20T19:37:51.177Z] #8 [internal] load build context [2020-09-20T19:37:51.749Z] #8 transferring context: 853.76kB 0.3s done [2020-09-20T19:37:51.749Z] #8 DONE 0.4s [2020-09-20T19:37:51.749Z] [2020-09-20T19:37:51.749Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-09-20T19:37:51.749Z] #14 resolve docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94d499cb34c7edf55fbdff9d3cfabd238a35f9cb1b59d0e74f50b1ddd done [2020-09-20T19:37:51.749Z] #14 sha256:e74b83b94d499cb34c7edf55fbdff9d3cfabd238a35f9cb1b59d0e74f50b1ddd 1.65kB / 1.65kB done [2020-09-20T19:37:51.749Z] #14 sha256:8cc699270cfeed0864420e5c650aa9c1b51ed5b23cf927ab4c5eea47f6c0c1a8 1.36kB / 1.36kB done [2020-09-20T19:37:51.749Z] #14 sha256:5863598a981a037fbf078324d356cb3e7deade1c8ddb67550a1e9809274a8a11 3.83kB / 3.83kB done [2020-09-20T19:37:51.749Z] #14 sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 282.60kB / 282.60kB 0.1s done [2020-09-20T19:37:51.749Z] #14 sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f 155B / 155B 0.1s done [2020-09-20T19:37:51.749Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 6.00MB / 127.34MB 0.4s [2020-09-20T19:37:51.749Z] #14 extracting sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 0.3s done [2020-09-20T19:37:51.749Z] #14 sha256:fb4ae7ba11024d2acfa3a21422bafbb3a2e4497a1cea750402d5a444c6251d12 126B / 126B 0.2s done [2020-09-20T19:37:51.749Z] #14 ... [2020-09-20T19:37:51.749Z] [2020-09-20T19:37:51.749Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:f0e9534a598e5013... [2020-09-20T19:37:51.749Z] #5 resolve docker.io/library/alpine:3.10@sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 done [2020-09-20T19:37:51.749Z] #5 sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d 2.80MB / 2.80MB 0.1s done [2020-09-20T19:37:51.749Z] #5 sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 1.64kB / 1.64kB done [2020-09-20T19:37:51.749Z] #5 sha256:a143f3ba578f79e2c7b3022c488e6e12a35836cd4a6eb9e363d7f3a07d848590 528B / 528B done [2020-09-20T19:37:51.749Z] #5 sha256:be4e4bea2c2e15b403bb321562e78ea84b501fb41497472e91ecb41504e8a27c 1.51kB / 1.51kB done [2020-09-20T19:37:51.749Z] #5 extracting sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d 0.4s done [2020-09-20T19:37:51.749Z] #5 DONE 0.6s [2020-09-20T19:37:51.749Z] [2020-09-20T19:37:51.749Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-09-20T19:37:51.749Z] #14 extracting sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f done [2020-09-20T19:37:51.836Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.71s) [2020-09-20T19:37:51.836Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-09-20T19:37:52.009Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 22.92MB / 127.34MB 0.7s [2020-09-20T19:37:52.009Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 32.50MB / 127.34MB 0.8s [2020-09-20T19:37:52.040Z] --- PASS: TestExecWithCloseStdin (1.85s) [2020-09-20T19:37:52.040Z] === RUN TestExec [2020-09-20T19:37:52.271Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 51.75MB / 127.34MB 1.0s [2020-09-20T19:37:52.271Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 63.06MB / 127.34MB 1.1s [2020-09-20T19:37:52.531Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 76.65MB / 127.34MB 1.2s [2020-09-20T19:37:52.531Z] #14 ... [2020-09-20T19:37:52.531Z] [2020-09-20T19:37:52.531Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2020-09-20T19:37:52.531Z] #6 DONE 0.7s [2020-09-20T19:37:52.531Z] [2020-09-20T19:37:52.531Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-09-20T19:37:52.531Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 85.75MB / 127.34MB 1.3s [2020-09-20T19:37:52.790Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 93.71MB / 127.34MB 1.4s [2020-09-20T19:37:52.790Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 105.79MB / 127.34MB 1.6s [2020-09-20T19:37:53.049Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 121.74MB / 127.34MB 1.8s [2020-09-20T19:37:53.308Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 127.34MB / 127.34MB 1.9s done [2020-09-20T19:37:53.308Z] #14 extracting sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b [2020-09-20T19:37:53.319Z] --- PASS: TestDaemonStartWithLogOpt (4.02s) [2020-09-20T19:37:53.319Z] === CONT TestReadPluginNoRead [2020-09-20T19:37:53.319Z] === RUN TestDockerSuite/TestContainerAPIStop [2020-09-20T19:37:53.888Z] === RUN TestDockerSuite/TestContainerAPITop [2020-09-20T19:37:53.921Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.71s) [2020-09-20T19:37:53.921Z] === RUN TestAuthZPluginHeader [2020-09-20T19:37:54.217Z] --- PASS: TestAuthZPluginHeader (0.83s) [2020-09-20T19:37:54.217Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-09-20T19:37:54.217Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-09-20T19:37:54.217Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:37:54.217Z] === RUN TestAuthZPluginV2Disable [2020-09-20T19:37:54.217Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-09-20T19:37:54.217Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:37:54.217Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-09-20T19:37:54.217Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-09-20T19:37:54.217Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:37:54.217Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-09-20T19:37:54.220Z] --- PASS: TestExec (1.68s) [2020-09-20T19:37:54.220Z] === RUN TestExecUser [2020-09-20T19:37:54.220Z] --- SKIP: TestExecUser (0.00s) [2020-09-20T19:37:54.220Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-09-20T19:37:54.220Z] === RUN TestExportContainerAndImportImage [2020-09-20T19:37:54.220Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2020-09-20T19:37:54.220Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:37:54.220Z] === RUN TestExportContainerAfterDaemonRestart [2020-09-20T19:37:54.220Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2020-09-20T19:37:54.220Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:37:54.220Z] === RUN TestHealthCheckWorkdir [2020-09-20T19:37:54.220Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2020-09-20T19:37:54.220Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2020-09-20T19:37:54.221Z] === RUN TestHealthKillContainer [2020-09-20T19:37:54.221Z] --- SKIP: TestHealthKillContainer (0.00s) [2020-09-20T19:37:54.221Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2020-09-20T19:37:54.221Z] === RUN TestInspectCpusetInConfigPre120 [2020-09-20T19:37:54.221Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2020-09-20T19:37:54.221Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2020-09-20T19:37:54.221Z] === RUN TestKillContainerInvalidSignal [2020-09-20T19:37:54.460Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2020-09-20T19:37:54.460Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2020-09-20T19:37:54.460Z] === RUN TestDockerSuite/TestContainerAPIWait [2020-09-20T19:37:54.513Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-09-20T19:37:54.513Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:37:54.513Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-09-20T19:37:55.760Z] --- PASS: TestKillContainerInvalidSignal (2.05s) [2020-09-20T19:37:55.760Z] === RUN TestKillContainer [2020-09-20T19:37:55.760Z] === RUN TestKillContainer/no_signal [2020-09-20T19:37:56.369Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-09-20T19:37:57.298Z] === RUN TestKillContainer/non_killing_signal [2020-09-20T19:37:57.298Z] === RUN TestKillContainer/killing_signal [2020-09-20T19:37:57.307Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2020-09-20T19:37:57.567Z] === RUN TestReadPluginNoRead/default [2020-09-20T19:37:57.827Z] === RUN TestDockerSuite/TestContainerNetworkMode [2020-09-20T19:37:58.088Z] --- PASS: TestContinueAfterPluginCrash (9.12s) [2020-09-20T19:37:58.586Z] #14 ... [2020-09-20T19:37:58.586Z] [2020-09-20T19:37:58.586Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2020-09-20T19:37:58.586Z] #7 0.632 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-09-20T19:37:58.586Z] #7 1.741 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-09-20T19:37:58.586Z] #7 1.841 (1/30) Installing ncurses-terminfo-base (6.1_p20190518-r2) [2020-09-20T19:37:58.586Z] #7 1.846 (2/30) Installing ncurses-libs (6.1_p20190518-r2) [2020-09-20T19:37:58.586Z] #7 1.853 (3/30) Installing readline (8.0.0-r0) [2020-09-20T19:37:58.586Z] #7 1.859 (4/30) Installing bash (5.0.0-r0) [2020-09-20T19:37:58.586Z] #7 1.873 Executing bash-5.0.0-r0.post-install [2020-09-20T19:37:58.586Z] #7 1.878 (5/30) Installing ca-certificates (20191127-r2) [2020-09-20T19:37:58.586Z] #7 1.897 (6/30) Installing libgcc (8.3.0-r0) [2020-09-20T19:37:58.586Z] #7 1.900 (7/30) Installing libstdc++ (8.3.0-r0) [2020-09-20T19:37:58.586Z] #7 1.915 (8/30) Installing binutils (2.32-r0) [2020-09-20T19:37:58.586Z] #7 2.013 (9/30) Installing gmp (6.1.2-r1) [2020-09-20T19:37:58.586Z] #7 2.022 (10/30) Installing isl (0.18-r0) [2020-09-20T19:37:58.586Z] #7 2.043 (11/30) Installing libgomp (8.3.0-r0) [2020-09-20T19:37:58.586Z] #7 2.048 (12/30) Installing libatomic (8.3.0-r0) [2020-09-20T19:37:58.586Z] #7 2.049 (13/30) Installing mpfr3 (3.1.5-r1) [2020-09-20T19:37:58.586Z] #7 2.056 (14/30) Installing mpc1 (1.1.0-r0) [2020-09-20T19:37:58.586Z] #7 2.059 (15/30) Installing gcc (8.3.0-r0) [2020-09-20T19:37:58.586Z] #7 2.936 (16/30) Installing musl-dev (1.1.22-r3) [2020-09-20T19:37:58.586Z] #7 3.037 (17/30) Installing libc-dev (0.7.1-r0) [2020-09-20T19:37:58.586Z] #7 3.038 (18/30) Installing g++ (8.3.0-r0) [2020-09-20T19:37:58.586Z] #7 3.620 (19/30) Installing nghttp2-libs (1.39.2-r1) [2020-09-20T19:37:58.586Z] #7 3.623 (20/30) Installing libcurl (7.66.0-r1) [2020-09-20T19:37:58.586Z] #7 3.631 (21/30) Installing expat (2.2.8-r0) [2020-09-20T19:37:58.586Z] #7 3.634 (22/30) Installing pcre2 (10.33-r0) [2020-09-20T19:37:58.586Z] #7 3.650 (23/30) Installing git (2.22.4-r0) [2020-09-20T19:37:58.586Z] #7 3.860 (24/30) Installing libmnl (1.0.4-r0) [2020-09-20T19:37:58.586Z] #7 3.863 (25/30) Installing libnftnl-libs (1.1.3-r0) [2020-09-20T19:37:58.586Z] #7 3.867 (26/30) Installing iptables (1.8.3-r1) [2020-09-20T19:37:58.586Z] #7 3.892 (27/30) Installing pigz (2.4-r0) [2020-09-20T19:37:58.586Z] #7 3.901 (28/30) Installing tar (1.32-r0) [2020-09-20T19:37:58.586Z] #7 3.908 (29/30) Installing xz-libs (5.2.4-r0) [2020-09-20T19:37:58.586Z] #7 3.950 (30/30) Installing xz (5.2.4-r0) [2020-09-20T19:37:58.586Z] #7 3.955 Executing busybox-1.30.1-r3.trigger [2020-09-20T19:37:58.586Z] #7 3.958 Executing ca-certificates-20191127-r2.trigger [2020-09-20T19:37:58.586Z] #7 4.009 OK: 179 MiB in 44 packages [2020-09-20T19:37:58.586Z] #7 DONE 5.7s [2020-09-20T19:37:58.586Z] [2020-09-20T19:37:58.586Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2020-09-20T19:37:58.586Z] #9 DONE 0.1s [2020-09-20T19:37:58.586Z] [2020-09-20T19:37:58.586Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-09-20T19:37:58.586Z] #14 extracting sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 5.1s [2020-09-20T19:37:58.586Z] #14 ... [2020-09-20T19:37:58.586Z] [2020-09-20T19:37:58.586Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2020-09-20T19:37:58.586Z] #10 DONE 0.0s [2020-09-20T19:37:58.586Z] [2020-09-20T19:37:58.586Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2020-09-20T19:37:58.586Z] #11 DONE 0.0s [2020-09-20T19:37:58.586Z] [2020-09-20T19:37:58.586Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-09-20T19:37:58.586Z] #14 ... [2020-09-20T19:37:58.586Z] [2020-09-20T19:37:58.586Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2020-09-20T19:37:58.586Z] #12 DONE 0.1s [2020-09-20T19:37:58.586Z] [2020-09-20T19:37:58.586Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2020-09-20T19:37:58.586Z] #13 DONE 0.1s [2020-09-20T19:37:58.586Z] [2020-09-20T19:37:58.586Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-09-20T19:37:58.657Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2020-09-20T19:37:58.918Z] === RUN TestReadPluginNoRead/disabled_caching [2020-09-20T19:37:59.155Z] #14 extracting sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 5.8s done [2020-09-20T19:37:59.155Z] #14 extracting sha256:fb4ae7ba11024d2acfa3a21422bafbb3a2e4497a1cea750402d5a444c6251d12 done [2020-09-20T19:37:59.155Z] #14 DONE 7.9s [2020-09-20T19:37:59.155Z] [2020-09-20T19:37:59.155Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2020-09-20T19:37:59.480Z] --- PASS: TestKillContainer (3.24s) [2020-09-20T19:37:59.480Z] --- PASS: TestKillContainer/no_signal (1.46s) [2020-09-20T19:37:59.480Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2020-09-20T19:37:59.480Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2020-09-20T19:37:59.480Z] --- PASS: TestKillContainer/killing_signal (1.74s) [2020-09-20T19:37:59.480Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-09-20T19:37:59.480Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2020-09-20T19:37:59.480Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-09-20T19:37:59.480Z] === RUN TestKillStoppedContainer [2020-09-20T19:37:59.480Z] --- SKIP: TestKillStoppedContainer (0.00s) [2020-09-20T19:37:59.480Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-09-20T19:37:59.480Z] === RUN TestKillStoppedContainerAPIPre120 [2020-09-20T19:37:59.480Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2020-09-20T19:37:59.480Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-09-20T19:37:59.480Z] === RUN TestKillDifferentUserContainer [2020-09-20T19:37:59.480Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2020-09-20T19:37:59.480Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2020-09-20T19:37:59.480Z] === RUN TestInspectOomKilledTrue [2020-09-20T19:37:59.480Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-09-20T19:37:59.480Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:37:59.480Z] === RUN TestInspectOomKilledFalse [2020-09-20T19:37:59.480Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-09-20T19:37:59.480Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-20T19:37:59.480Z] === RUN TestLogsFollowTailEmpty [2020-09-20T19:37:59.721Z] #15 0.372 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-20T19:38:00.307Z] --- PASS: TestReadPluginNoRead (7.30s) [2020-09-20T19:38:00.307Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.37s) [2020-09-20T19:38:00.307Z] --- PASS: TestReadPluginNoRead/default (1.46s) [2020-09-20T19:38:00.307Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.43s) [2020-09-20T19:38:00.307Z] read_test.go:92: [dc812c9dbb496] daemon is not started [2020-09-20T19:38:00.307Z] PASS [2020-09-20T19:38:00.307Z] [2020-09-20T19:38:00.307Z] DONE 6 tests in 11.487s [2020-09-20T19:38:00.307Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-09-20T19:38:00.307Z] ++ 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 [2020-09-20T19:38:00.307Z] ++ set -e [2020-09-20T19:38:00.307Z] ++ '[' -n 0 ']' [2020-09-20T19:38:00.307Z] ++ set -x [2020-09-20T19:38:00.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=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 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 [2020-09-20T19:38:00.569Z] testing: warning: no tests to run [2020-09-20T19:38:00.569Z] PASS [2020-09-20T19:38:00.569Z] [2020-09-20T19:38:00.569Z] DONE 0 tests in 0.054s [2020-09-20T19:38:00.569Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-09-20T19:38:00.569Z] ++ 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 [2020-09-20T19:38:00.569Z] ++ set -e [2020-09-20T19:38:00.569Z] ++ '[' -n 0 ']' [2020-09-20T19:38:00.569Z] ++ set -x [2020-09-20T19:38:00.569Z] ++ 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 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 [2020-09-20T19:38:00.569Z] INFO: Testing against a local daemon [2020-09-20T19:38:00.569Z] === RUN TestPluginWithDevMounts [2020-09-20T19:38:00.569Z] === PAUSE TestPluginWithDevMounts [2020-09-20T19:38:00.569Z] === CONT TestPluginWithDevMounts [2020-09-20T19:38:00.657Z] #15 1.428 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-20T19:38:00.657Z] #15 1.536 (1/54) Installing ncurses-terminfo-base (6.2_p20200523-r0) [2020-09-20T19:38:00.657Z] #15 1.540 (2/54) Installing ncurses-libs (6.2_p20200523-r0) [2020-09-20T19:38:00.657Z] #15 1.546 (3/54) Installing readline (8.0.4-r0) [2020-09-20T19:38:00.657Z] #15 1.550 (4/54) Installing bash (5.0.17-r0) [2020-09-20T19:38:00.657Z] #15 1.561 Executing bash-5.0.17-r0.post-install [2020-09-20T19:38:00.657Z] #15 1.563 (5/54) Installing linux-headers (5.4.5-r1) [2020-09-20T19:38:00.657Z] #15 1.637 (6/54) Installing libblkid (2.35.2-r0) [2020-09-20T19:38:00.916Z] #15 1.642 (7/54) Installing libuuid (2.35.2-r0) [2020-09-20T19:38:00.917Z] #15 1.644 (8/54) Installing btrfs-progs-libs (5.6.1-r0) [2020-09-20T19:38:00.917Z] #15 1.649 (9/54) Installing btrfs-progs-dev (5.6.1-r0) [2020-09-20T19:38:00.917Z] #15 1.653 (10/54) Installing libgcc (9.3.0-r2) [2020-09-20T19:38:00.917Z] #15 1.655 (11/54) Installing libstdc++ (9.3.0-r2) [2020-09-20T19:38:00.917Z] #15 1.670 (12/54) Installing binutils (2.34-r1) [2020-09-20T19:38:00.917Z] #15 1.736 (13/54) Installing libmagic (5.38-r0) [2020-09-20T19:38:00.917Z] #15 1.756 (14/54) Installing file (5.38-r0) [2020-09-20T19:38:00.917Z] #15 1.758 (15/54) Installing gmp (6.2.0-r0) [2020-09-20T19:38:00.917Z] #15 1.764 (16/54) Installing isl (0.18-r0) [2020-09-20T19:38:00.917Z] #15 1.779 (17/54) Installing libgomp (9.3.0-r2) [2020-09-20T19:38:00.917Z] #15 1.782 (18/54) Installing libatomic (9.3.0-r2) [2020-09-20T19:38:00.917Z] #15 1.783 (19/54) Installing libgphobos (9.3.0-r2) [2020-09-20T19:38:00.917Z] #15 1.824 (20/54) Installing mpfr4 (4.0.2-r4) [2020-09-20T19:38:00.917Z] #15 1.830 (21/54) Installing mpc1 (1.1.0-r1) [2020-09-20T19:38:00.917Z] #15 1.832 (22/54) Installing gcc (9.3.0-r2) [2020-09-20T19:38:01.018Z] --- PASS: TestLogsFollowTailEmpty (1.55s) [2020-09-20T19:38:01.018Z] === RUN TestNetworkNat [2020-09-20T19:38:01.018Z] --- SKIP: TestNetworkNat (0.00s) [2020-09-20T19:38:01.018Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2020-09-20T19:38:01.018Z] === RUN TestNetworkLocalhostTCPNat [2020-09-20T19:38:01.855Z] #15 2.710 (23/54) Installing musl-dev (1.1.24-r9) [2020-09-20T19:38:01.855Z] #15 2.781 (24/54) Installing libc-dev (0.7.2-r3) [2020-09-20T19:38:02.115Z] #15 2.782 (25/54) Installing g++ (9.3.0-r2) [2020-09-20T19:38:02.374Z] #15 3.209 (26/54) Installing make (4.3-r0) [2020-09-20T19:38:02.374Z] #15 3.213 (27/54) Installing fortify-headers (1.1-r0) [2020-09-20T19:38:02.374Z] #15 3.222 (28/54) Installing patch (2.7.6-r6) [2020-09-20T19:38:02.374Z] #15 3.225 (29/54) Installing build-base (0.5-r2) [2020-09-20T19:38:02.374Z] #15 3.227 (30/54) Installing nghttp2-libs (1.41.0-r0) [2020-09-20T19:38:02.374Z] #15 3.229 (31/54) Installing libcurl (7.69.1-r1) [2020-09-20T19:38:02.374Z] #15 3.235 (32/54) Installing curl (7.69.1-r1) [2020-09-20T19:38:02.374Z] #15 3.238 (33/54) Installing oniguruma (6.9.5-r1) [2020-09-20T19:38:02.374Z] #15 3.243 (34/54) Installing jq (1.6-r1) [2020-09-20T19:38:02.374Z] #15 3.249 (35/54) Installing device-mapper-libs (2.02.186-r1) [2020-09-20T19:38:02.374Z] #15 3.269 (36/54) Installing device-mapper-event-libs (2.02.186-r1) [2020-09-20T19:38:02.374Z] #15 3.270 (37/54) Installing libaio (0.3.112-r1) [2020-09-20T19:38:02.374Z] #15 3.272 (38/54) Installing lvm2-libs (2.02.186-r1) [2020-09-20T19:38:02.374Z] #15 3.301 (39/54) Installing blkid (2.35.2-r0) [2020-09-20T19:38:02.374Z] #15 3.304 (40/54) Installing libcap-ng (0.7.10-r1) [2020-09-20T19:38:02.374Z] #15 3.305 (41/54) Installing setpriv (2.35.2-r0) [2020-09-20T19:38:02.374Z] #15 3.307 (42/54) Installing libmount (2.35.2-r0) [2020-09-20T19:38:02.374Z] #15 3.312 (43/54) Installing libsmartcols (2.35.2-r0) [2020-09-20T19:38:02.481Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2020-09-20T19:38:02.481Z] --- PASS: TestPluginWithDevMounts (1.85s) [2020-09-20T19:38:02.481Z] PASS [2020-09-20T19:38:02.481Z] [2020-09-20T19:38:02.481Z] DONE 1 tests in 2.027s [2020-09-20T19:38:02.481Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2020-09-20T19:38:02.481Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-09-20T19:38:02.481Z] ++ 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 [2020-09-20T19:38:02.481Z] ++ set -e [2020-09-20T19:38:02.481Z] ++ '[' -n 0 ']' [2020-09-20T19:38:02.481Z] ++ set -x [2020-09-20T19:38:02.481Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 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 [2020-09-20T19:38:02.556Z] --- PASS: TestNetworkLocalhostTCPNat (1.83s) [2020-09-20T19:38:02.556Z] === RUN TestNetworkLoopbackNat [2020-09-20T19:38:02.556Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2020-09-20T19:38:02.556Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2020-09-20T19:38:02.556Z] === RUN TestPause [2020-09-20T19:38:02.556Z] --- SKIP: TestPause (0.00s) [2020-09-20T19:38:02.556Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2020-09-20T19:38:02.556Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-09-20T19:38:02.633Z] #15 3.315 (44/54) Installing findmnt (2.35.2-r0) [2020-09-20T19:38:02.633Z] #15 3.364 (45/54) Installing mcookie (2.35.2-r0) [2020-09-20T19:38:02.633Z] #15 3.366 (46/54) Installing hexdump (2.35.2-r0) [2020-09-20T19:38:02.633Z] #15 3.368 (47/54) Installing lsblk (2.35.2-r0) [2020-09-20T19:38:02.633Z] #15 3.371 (48/54) Installing libfdisk (2.35.2-r0) [2020-09-20T19:38:02.633Z] #15 3.376 (49/54) Installing sfdisk (2.35.2-r0) [2020-09-20T19:38:02.633Z] #15 3.379 (50/54) Installing cfdisk (2.35.2-r0) [2020-09-20T19:38:02.633Z] #15 3.381 (51/54) Installing util-linux (2.35.2-r0) [2020-09-20T19:38:02.633Z] #15 3.423 (52/54) Installing pkgconf (1.7.2-r0) [2020-09-20T19:38:02.633Z] #15 3.426 (53/54) Installing util-linux-dev (2.35.2-r0) [2020-09-20T19:38:02.633Z] #15 3.448 (54/54) Installing lvm2-dev (2.02.186-r1) [2020-09-20T19:38:02.633Z] #15 3.452 Executing busybox-1.31.1-r16.trigger [2020-09-20T19:38:02.633Z] #15 3.459 OK: 230 MiB in 69 packages [2020-09-20T19:38:02.741Z] INFO: Testing against a local daemon [2020-09-20T19:38:02.742Z] === RUN TestSecretInspect [2020-09-20T19:38:03.684Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2020-09-20T19:38:04.096Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.51s) [2020-09-20T19:38:04.096Z] === RUN TestPauseStopPausedContainer [2020-09-20T19:38:04.096Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2020-09-20T19:38:04.096Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:38:04.096Z] === RUN TestPsFilter [2020-09-20T19:38:04.096Z] --- PASS: TestPsFilter (0.09s) [2020-09-20T19:38:04.096Z] === RUN TestRemoveContainerWithRemovedVolume [2020-09-20T19:38:05.069Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2020-09-20T19:38:05.168Z] #15 DONE 5.6s [2020-09-20T19:38:05.168Z] [2020-09-20T19:38:05.168Z] #16 [base 3/5] RUN mkdir -p /build/ [2020-09-20T19:38:05.329Z] --- PASS: TestSecretInspect (2.65s) [2020-09-20T19:38:05.329Z] === RUN TestSecretList [2020-09-20T19:38:05.427Z] #16 DONE 0.4s [2020-09-20T19:38:05.427Z] [2020-09-20T19:38:05.427Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2020-09-20T19:38:05.589Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2020-09-20T19:38:05.688Z] #17 DONE 0.4s [2020-09-20T19:38:05.688Z] [2020-09-20T19:38:05.688Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2020-09-20T19:38:05.688Z] #18 DONE 0.0s [2020-09-20T19:38:05.688Z] [2020-09-20T19:38:05.688Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2020-09-20T19:38:05.688Z] #19 DONE 0.0s [2020-09-20T19:38:05.688Z] [2020-09-20T19:38:05.688Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-09-20T19:38:05.688Z] #22 DONE 0.1s [2020-09-20T19:38:05.688Z] [2020-09-20T19:38:05.688Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-09-20T19:38:05.947Z] #23 DONE 0.1s [2020-09-20T19:38:05.947Z] [2020-09-20T19:38:05.947Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2020-09-20T19:38:05.947Z] #26 DONE 0.1s [2020-09-20T19:38:05.947Z] [2020-09-20T19:38:05.947Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2020-09-20T19:38:05.947Z] #27 DONE 0.1s [2020-09-20T19:38:05.947Z] [2020-09-20T19:38:05.947Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2020-09-20T19:38:05.947Z] #28 DONE 0.1s [2020-09-20T19:38:05.947Z] [2020-09-20T19:38:05.947Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-09-20T19:38:06.276Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.92s) [2020-09-20T19:38:06.276Z] === RUN TestRemoveContainerWithVolume [2020-09-20T19:38:06.970Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2020-09-20T19:38:07.910Z] --- PASS: TestSecretList (2.51s) [2020-09-20T19:38:07.910Z] === RUN TestSecretsCreateAndDelete [2020-09-20T19:38:08.456Z] --- PASS: TestRemoveContainerWithVolume (1.94s) [2020-09-20T19:38:08.456Z] === RUN TestRemoveContainerRunning [2020-09-20T19:38:08.479Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2020-09-20T19:38:09.864Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2020-09-20T19:38:09.996Z] --- PASS: TestRemoveContainerRunning (1.64s) [2020-09-20T19:38:09.996Z] === RUN TestRemoveContainerForceRemoveRunning [2020-09-20T19:38:10.124Z] --- PASS: TestSecretsCreateAndDelete (2.34s) [2020-09-20T19:38:10.124Z] === RUN TestSecretsUpdate [2020-09-20T19:38:10.140Z] #29 ... [2020-09-20T19:38:10.140Z] [2020-09-20T19:38:10.140Z] #31 [builder 1/4] COPY . . [2020-09-20T19:38:10.140Z] #31 DONE 3.7s [2020-09-20T19:38:10.140Z] [2020-09-20T19:38:10.140Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-09-20T19:38:10.140Z] #20 2.463 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-09-20T19:38:10.140Z] #20 2.985 #=#=# [2020-09-20T19:38:10.140Z] #20 3.134 ## 3.8% ################## 25.5% ################################### 49.6% ################################################ 67.7% ################################################################ 90.2% ######################################################################## 100.0% [2020-09-20T19:38:10.140Z] #20 ... [2020-09-20T19:38:10.140Z] [2020-09-20T19:38:10.140Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2020-09-20T19:38:10.140Z] #24 1.022 + RM_GOPATH=0 [2020-09-20T19:38:10.140Z] #24 1.022 + TMP_GOPATH= [2020-09-20T19:38:10.140Z] #24 1.022 + : /build [2020-09-20T19:38:10.140Z] #24 1.022 + '[' -z '' ']' [2020-09-20T19:38:10.140Z] #24 1.026 ++ mktemp -d [2020-09-20T19:38:10.140Z] #24 1.026 + export GOPATH=/tmp/tmp.KOAGFb [2020-09-20T19:38:10.140Z] #24 1.026 + GOPATH=/tmp/tmp.KOAGFb [2020-09-20T19:38:10.140Z] #24 1.026 + RM_GOPATH=1 [2020-09-20T19:38:10.140Z] #24 1.026 + case "$(go env GOARCH)" in [2020-09-20T19:38:10.140Z] #24 1.026 ++ go env GOARCH [2020-09-20T19:38:10.140Z] #24 1.036 + export GO_BUILDMODE=-buildmode=pie [2020-09-20T19:38:10.140Z] #24 1.038 + GO_BUILDMODE=-buildmode=pie [2020-09-20T19:38:10.140Z] #24 1.041 ++ dirname ./install.sh [2020-09-20T19:38:10.140Z] #24 1.042 + dir=. [2020-09-20T19:38:10.140Z] #24 1.042 + bin=dockercli [2020-09-20T19:38:10.140Z] #24 1.042 + shift [2020-09-20T19:38:10.140Z] #24 1.042 + '[' '!' -f ./dockercli.installer ']' [2020-09-20T19:38:10.140Z] #24 1.042 + . ./dockercli.installer [2020-09-20T19:38:10.140Z] #24 1.042 ++ : stable [2020-09-20T19:38:10.140Z] #24 1.043 ++ : 17.06.2-ce [2020-09-20T19:38:10.140Z] #24 1.043 + install_dockercli [2020-09-20T19:38:10.140Z] #24 1.043 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-09-20T19:38:10.140Z] #24 1.043 Install docker/cli version 17.06.2-ce from stable [2020-09-20T19:38:10.140Z] #24 1.044 ++ uname -m [2020-09-20T19:38:10.140Z] #24 1.044 + arch=x86_64 [2020-09-20T19:38:10.140Z] #24 1.045 + '[' x86_64 '!=' x86_64 ']' [2020-09-20T19:38:10.140Z] #24 1.045 + url=https://download.docker.com/linux/static [2020-09-20T19:38:10.140Z] #24 1.045 + tar -xz docker/docker [2020-09-20T19:38:10.140Z] #24 1.046 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-09-20T19:38:10.140Z] #24 3.781 + mkdir -p /build [2020-09-20T19:38:10.140Z] #24 3.781 + mv docker/docker /build/ [2020-09-20T19:38:10.140Z] #24 3.781 + rmdir docker [2020-09-20T19:38:10.140Z] #24 DONE 4.1s [2020-09-20T19:38:10.140Z] [2020-09-20T19:38:10.140Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-09-20T19:38:10.140Z] #20 4.173 [2020-09-20T19:38:10.140Z] #20 4.316 ################# 25.0% ######################################################################## 100.0% [2020-09-20T19:38:10.708Z] #20 ... [2020-09-20T19:38:10.708Z] [2020-09-20T19:38:10.708Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2020-09-20T19:38:10.708Z] #32 DONE 1.4s [2020-09-20T19:38:10.708Z] [2020-09-20T19:38:10.708Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-09-20T19:38:10.708Z] #20 4.911 [2020-09-20T19:38:10.967Z] #20 5.042 ##### 8.2% ######################################################## 79.1% ######################################################################## 100.0% [2020-09-20T19:38:11.506Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000a3fa80_} [2020-09-20T19:38:11.535Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.55s) [2020-09-20T19:38:11.535Z] === RUN TestRemoveInvalidContainer [2020-09-20T19:38:11.535Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-09-20T19:38:11.535Z] === RUN TestRenameLinkedContainer [2020-09-20T19:38:11.535Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2020-09-20T19:38:11.535Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2020-09-20T19:38:11.535Z] === RUN TestRenameStoppedContainer [2020-09-20T19:38:11.536Z] #20 5.602 [2020-09-20T19:38:12.054Z] #20 5.738 # 1.9% ############## 20.7% ############################ 39.6% ################################################ 67.9% ############################################################### 88.5% ######################################################################## 100.0% [2020-09-20T19:38:12.446Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1217778705_/foo_false____} [2020-09-20T19:38:12.623Z] #20 6.731 [2020-09-20T19:38:12.706Z] --- PASS: TestSecretsUpdate (2.42s) [2020-09-20T19:38:12.706Z] === RUN TestTemplatedSecret [2020-09-20T19:38:13.074Z] --- PASS: TestRenameStoppedContainer (1.91s) [2020-09-20T19:38:13.074Z] === RUN TestRenameRunningContainerAndReuse [2020-09-20T19:38:13.117Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.71s) [2020-09-20T19:38:13.117Z] PASS [2020-09-20T19:38:13.117Z] [2020-09-20T19:38:13.117Z] === Skipped [2020-09-20T19:38:13.117Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-09-20T19:38:13.117Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:38:13.117Z] [2020-09-20T19:38:13.117Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-09-20T19:38:13.117Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:38:13.117Z] [2020-09-20T19:38:13.117Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-09-20T19:38:13.117Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:38:13.117Z] [2020-09-20T19:38:13.117Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-09-20T19:38:13.117Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:38:13.117Z] [2020-09-20T19:38:13.117Z] [2020-09-20T19:38:13.117Z] DONE 17 tests, 4 skipped in 27.609s [2020-09-20T19:38:13.117Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-09-20T19:38:13.117Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:38:13.117Z] ++ set -e [2020-09-20T19:38:13.117Z] ++ '[' -n 0 ']' [2020-09-20T19:38:13.117Z] ++ set -x [2020-09-20T19:38:13.117Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:38:13.117Z] INFO: Testing against a local daemon [2020-09-20T19:38:13.117Z] === RUN TestPluginInvalidJSON [2020-09-20T19:38:13.117Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-09-20T19:38:13.117Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-09-20T19:38:13.118Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-09-20T19:38:13.118Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-09-20T19:38:13.118Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-09-20T19:38:13.118Z] === RUN TestPluginInstall [2020-09-20T19:38:13.118Z] === RUN TestPluginInstall/no_auth [2020-09-20T19:38:14.089Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1217778705_/foo_true____} [2020-09-20T19:38:14.445Z] #20 6.880 0.0% ##### 7.1% ######### 13.8% ############# 19.2% ################# 24.3% ##################### 29.7% ######################### 34.8% ############################ 40.1% ################################ 45.0% #################################### 50.5% ######################################## 55.7% ########################################### 60.8% ############################################### 66.0% ################################################### 71.3% ###################################################### 76.3% ########################################################## 81.7% ############################################################## 86.6% ################################################################## 92.1% ###################################################################### 97.3% ######################################################################## 100.0% [2020-09-20T19:38:15.014Z] #20 9.017 [2020-09-20T19:38:15.470Z] --- PASS: TestTemplatedSecret (2.72s) [2020-09-20T19:38:15.471Z] === RUN TestSecretCreateResolve [2020-09-20T19:38:15.471Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3621129788_/foo_false____} [2020-09-20T19:38:15.953Z] #20 10.21 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-09-20T19:38:16.212Z] #20 10.60 [2020-09-20T19:38:16.472Z] #20 10.70 ######################################################################## 100.0% [2020-09-20T19:38:16.688Z] time="2020-09-20T19:38:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-20T19:38:16.688Z] time="2020-09-20T19:38:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4734909be6fdae22cc70f6c62999e3dcde3b44ea0e1c9952ce9ccc7d531f30fc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-20T19:38:16.688Z] time="2020-09-20T19:38:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-20T19:38:16.688Z] time="2020-09-20T19:38:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4734909be6fdae22cc70f6c62999e3dcde3b44ea0e1c9952ce9ccc7d531f30fc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-20T19:38:16.688Z] === RUN TestPluginInstall/with_htpasswd [2020-09-20T19:38:16.817Z] --- PASS: TestRenameRunningContainerAndReuse (3.19s) [2020-09-20T19:38:16.817Z] === RUN TestRenameInvalidName [2020-09-20T19:38:16.861Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3621129788_/foo_true____} [2020-09-20T19:38:17.040Z] #20 11.04 [2020-09-20T19:38:17.347Z] time="2020-09-20T19:38:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-20T19:38:17.347Z] time="2020-09-20T19:38:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a7e3b64a5bf2e966493771838624a9b9e6da1d238704e7c03fa41f54758f5dcf" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-20T19:38:17.347Z] time="2020-09-20T19:38:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-20T19:38:17.347Z] time="2020-09-20T19:38:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a7e3b64a5bf2e966493771838624a9b9e6da1d238704e7c03fa41f54758f5dcf" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-20T19:38:17.643Z] === RUN TestPluginInstall/with_insecure [2020-09-20T19:38:17.786Z] --- PASS: TestRenameInvalidName (1.53s) [2020-09-20T19:38:17.786Z] === RUN TestRenameAnonymousContainer [2020-09-20T19:38:17.786Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2020-09-20T19:38:17.786Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2020-09-20T19:38:17.786Z] === RUN TestRenameContainerWithSameName [2020-09-20T19:38:17.801Z] --- PASS: TestSecretCreateResolve (2.41s) [2020-09-20T19:38:17.801Z] PASS [2020-09-20T19:38:17.801Z] [2020-09-20T19:38:17.801Z] DONE 6 tests in 15.194s [2020-09-20T19:38:17.801Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-09-20T19:38:17.801Z] ++ 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 [2020-09-20T19:38:17.801Z] ++ set -e [2020-09-20T19:38:17.801Z] ++ '[' -n 0 ']' [2020-09-20T19:38:17.801Z] ++ set -x [2020-09-20T19:38:17.801Z] ++ 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 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 [2020-09-20T19:38:17.801Z] INFO: Testing against a local daemon [2020-09-20T19:38:17.801Z] === RUN TestServiceCreateInit [2020-09-20T19:38:17.801Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-09-20T19:38:17.979Z] #20 12.26 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-09-20T19:38:18.062Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3621129788_/foo_true__0xc000a3fae0__} [2020-09-20T19:38:18.548Z] #20 12.77 [2020-09-20T19:38:18.697Z] time="2020-09-20T19:38:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-20T19:38:18.697Z] time="2020-09-20T19:38:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9d3fbbed46e800d8491aed9646822c61414c8511be6ba6be2285431126fb061e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-20T19:38:18.697Z] time="2020-09-20T19:38:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-20T19:38:18.697Z] time="2020-09-20T19:38:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9d3fbbed46e800d8491aed9646822c61414c8511be6ba6be2285431126fb061e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-20T19:38:18.993Z] --- PASS: TestPluginInstall (7.71s) [2020-09-20T19:38:18.993Z] --- PASS: TestPluginInstall/no_auth (5.42s) [2020-09-20T19:38:18.993Z] --- PASS: TestPluginInstall/with_htpasswd (0.93s) [2020-09-20T19:38:18.993Z] --- PASS: TestPluginInstall/with_insecure (1.36s) [2020-09-20T19:38:18.993Z] plugin_test.go:157: [db03f59493610] daemon is not started [2020-09-20T19:38:18.993Z] PASS [2020-09-20T19:38:18.993Z] [2020-09-20T19:38:18.993Z] DONE 6 tests in 7.812s [2020-09-20T19:38:18.993Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-09-20T19:38:18.993Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:38:18.993Z] ++ set -e [2020-09-20T19:38:18.993Z] ++ '[' -n 0 ']' [2020-09-20T19:38:18.993Z] ++ set -x [2020-09-20T19:38:18.993Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:38:18.993Z] INFO: Testing against a local daemon [2020-09-20T19:38:18.993Z] === RUN TestExternalGraphDriver [2020-09-20T19:38:18.993Z] === RUN TestExternalGraphDriver/json [2020-09-20T19:38:19.067Z] #20 12.99 ####################################################### 77.0% ##################################################################### 96.0% ######################################################################## 100.0% [2020-09-20T19:38:19.324Z] --- PASS: TestRenameContainerWithSameName (1.52s) [2020-09-20T19:38:19.324Z] === RUN TestRenameContainerWithLinkedContainer [2020-09-20T19:38:19.324Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2020-09-20T19:38:19.324Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2020-09-20T19:38:19.324Z] === RUN TestResize [2020-09-20T19:38:19.326Z] #20 13.41 [2020-09-20T19:38:19.443Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000a3fb00_} [2020-09-20T19:38:20.767Z] #20 14.66 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-09-20T19:38:20.767Z] #20 14.85 skipping existing c35d46ef359f [2020-09-20T19:38:20.767Z] #20 ... [2020-09-20T19:38:20.767Z] [2020-09-20T19:38:20.767Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-09-20T19:38:20.767Z] #33 0.857 [2020-09-20T19:38:20.767Z] #33 1.058 Removing bundles/ [2020-09-20T19:38:20.767Z] #33 1.063 [2020-09-20T19:38:20.767Z] #33 1.073 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2020-09-20T19:38:20.767Z] #33 2.589 Building test suite binary ./integration-cli/test.main [2020-09-20T19:38:20.825Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000a3fb20_} [2020-09-20T19:38:20.865Z] --- PASS: TestResize (1.47s) [2020-09-20T19:38:20.865Z] === RUN TestResizeWithInvalidSize [2020-09-20T19:38:20.865Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2020-09-20T19:38:20.865Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2020-09-20T19:38:20.865Z] === RUN TestResizeWhenContainerNotStarted [2020-09-20T19:38:21.031Z] #33 ... [2020-09-20T19:38:21.031Z] [2020-09-20T19:38:21.031Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-09-20T19:38:21.031Z] #20 15.28 [2020-09-20T19:38:21.081Z] === RUN TestExternalGraphDriver/spec [2020-09-20T19:38:21.085Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2020-09-20T19:38:22.025Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-09-20T19:38:22.284Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000a3fb40_} [2020-09-20T19:38:22.409Z] #20 16.44 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-09-20T19:38:22.610Z] === RUN TestExternalGraphDriver/pull [2020-09-20T19:38:22.668Z] #20 16.96 [2020-09-20T19:38:22.927Z] #20 17.04 ######################################################################## 100.0% [2020-09-20T19:38:23.047Z] --- PASS: TestResizeWhenContainerNotStarted (1.79s) [2020-09-20T19:38:23.047Z] === RUN TestDaemonRestartKillContainers [2020-09-20T19:38:23.047Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2020-09-20T19:38:23.047Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:38:23.047Z] === RUN TestStats [2020-09-20T19:38:23.047Z] --- SKIP: TestStats (0.00s) [2020-09-20T19:38:23.047Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2020-09-20T19:38:23.047Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-09-20T19:38:23.186Z] #20 17.39 [2020-09-20T19:38:23.186Z] #20 17.48 Download of images into '/build' complete. [2020-09-20T19:38:23.186Z] #20 17.48 Use something like the following to load the result into a Docker daemon: [2020-09-20T19:38:23.445Z] #20 17.48 tar -cC '/build' . | docker load [2020-09-20T19:38:24.195Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000a3fb60_} [2020-09-20T19:38:24.456Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2020-09-20T19:38:24.699Z] --- PASS: TestExternalGraphDriver (5.34s) [2020-09-20T19:38:24.699Z] --- PASS: TestExternalGraphDriver/json (1.77s) [2020-09-20T19:38:24.699Z] --- PASS: TestExternalGraphDriver/spec (1.78s) [2020-09-20T19:38:24.699Z] --- PASS: TestExternalGraphDriver/pull (1.67s) [2020-09-20T19:38:24.699Z] === RUN TestGraphdriverPluginV2 [2020-09-20T19:38:24.699Z] --- SKIP: TestGraphdriverPluginV2 (0.09s) [2020-09-20T19:38:24.699Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:38:24.699Z] PASS [2020-09-20T19:38:24.699Z] [2020-09-20T19:38:24.699Z] === Skipped [2020-09-20T19:38:24.699Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.09s) [2020-09-20T19:38:24.699Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:38:24.699Z] [2020-09-20T19:38:24.699Z] [2020-09-20T19:38:24.699Z] DONE 5 tests, 1 skipped in 5.503s [2020-09-20T19:38:24.699Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-09-20T19:38:24.699Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:38:24.699Z] ++ set -e [2020-09-20T19:38:24.699Z] ++ '[' -n 0 ']' [2020-09-20T19:38:24.699Z] ++ set -x [2020-09-20T19:38:24.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=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:38:24.699Z] INFO: Testing against a local daemon [2020-09-20T19:38:24.699Z] === RUN TestContinueAfterPluginCrash [2020-09-20T19:38:24.699Z] === PAUSE TestContinueAfterPluginCrash [2020-09-20T19:38:24.699Z] === RUN TestReadPluginNoRead [2020-09-20T19:38:24.699Z] === PAUSE TestReadPluginNoRead [2020-09-20T19:38:24.699Z] === RUN TestDaemonStartWithLogOpt [2020-09-20T19:38:24.699Z] === PAUSE TestDaemonStartWithLogOpt [2020-09-20T19:38:24.699Z] === CONT TestContinueAfterPluginCrash [2020-09-20T19:38:24.699Z] === CONT TestDaemonStartWithLogOpt [2020-09-20T19:38:24.699Z] === CONT TestReadPluginNoRead [2020-09-20T19:38:25.980Z] #20 DONE 19.9s [2020-09-20T19:38:25.980Z] [2020-09-20T19:38:25.980Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-09-20T19:38:26.368Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2020-09-20T19:38:26.368Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2020-09-20T19:38:26.368Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2020-09-20T19:38:26.368Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2020-09-20T19:38:26.368Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2020-09-20T19:38:26.368Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2020-09-20T19:38:26.368Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2020-09-20T19:38:26.368Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2020-09-20T19:38:26.368Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2020-09-20T19:38:26.368Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2020-09-20T19:38:26.368Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2020-09-20T19:38:26.368Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2020-09-20T19:38:26.368Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2020-09-20T19:38:26.368Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2020-09-20T19:38:26.368Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2020-09-20T19:38:26.368Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2020-09-20T19:38:26.368Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2020-09-20T19:38:26.368Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2020-09-20T19:38:26.628Z] --- PASS: TestServiceCreateInit (8.75s) [2020-09-20T19:38:26.628Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.10s) [2020-09-20T19:38:26.628Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.64s) [2020-09-20T19:38:26.628Z] === RUN TestCreateServiceMultipleTimes [2020-09-20T19:38:27.741Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.95s) [2020-09-20T19:38:27.741Z] === RUN TestStopContainerWithTimeout [2020-09-20T19:38:27.741Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2020-09-20T19:38:27.741Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2020-09-20T19:38:27.741Z] === RUN TestUpdateRestartPolicy [2020-09-20T19:38:28.520Z] #29 ... [2020-09-20T19:38:28.520Z] [2020-09-20T19:38:28.520Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2020-09-20T19:38:29.173Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2020-09-20T19:38:29.211Z] === RUN TestReadPluginNoRead/default [2020-09-20T19:38:29.846Z] --- PASS: TestDaemonStartWithLogOpt (5.32s) [2020-09-20T19:38:30.890Z] === RUN TestReadPluginNoRead/disabled_caching [2020-09-20T19:38:31.083Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2020-09-20T19:38:31.808Z] #21 DONE 3.5s [2020-09-20T19:38:31.809Z] [2020-09-20T19:38:31.809Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-09-20T19:38:31.809Z] #29 ... [2020-09-20T19:38:31.809Z] [2020-09-20T19:38:31.809Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2020-09-20T19:38:31.809Z] #25 DONE 0.3s [2020-09-20T19:38:31.809Z] [2020-09-20T19:38:31.809Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-09-20T19:38:32.406Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-09-20T19:38:33.928Z] --- PASS: TestReadPluginNoRead (9.13s) [2020-09-20T19:38:33.928Z] --- PASS: TestReadPluginNoRead/default (1.44s) [2020-09-20T19:38:33.928Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.45s) [2020-09-20T19:38:33.928Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.42s) [2020-09-20T19:38:33.928Z] read_test.go:92: [dbd6d8bf5c1f0] daemon is not started [2020-09-20T19:38:34.380Z] === RUN TestDockerSuite/TestCopyAndRestart [2020-09-20T19:38:34.970Z] --- PASS: TestContinueAfterPluginCrash (10.51s) [2020-09-20T19:38:34.970Z] PASS [2020-09-20T19:38:34.970Z] [2020-09-20T19:38:34.970Z] DONE 6 tests in 10.578s [2020-09-20T19:38:34.970Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (ppc64le.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-09-20T19:38:34.970Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:38:34.970Z] ++ set -e [2020-09-20T19:38:34.970Z] ++ '[' -n 0 ']' [2020-09-20T19:38:34.970Z] ++ set -x [2020-09-20T19:38:34.971Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:38:34.971Z] testing: warning: no tests to run [2020-09-20T19:38:34.971Z] PASS [2020-09-20T19:38:34.971Z] [2020-09-20T19:38:34.971Z] DONE 0 tests in 0.018s [2020-09-20T19:38:34.971Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-09-20T19:38:34.971Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:38:34.971Z] ++ set -e [2020-09-20T19:38:34.971Z] ++ '[' -n 0 ']' [2020-09-20T19:38:34.971Z] ++ set -x [2020-09-20T19:38:34.971Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:38:35.265Z] INFO: Testing against a local daemon [2020-09-20T19:38:35.265Z] === RUN TestPluginWithDevMounts [2020-09-20T19:38:35.265Z] === PAUSE TestPluginWithDevMounts [2020-09-20T19:38:35.265Z] === CONT TestPluginWithDevMounts [2020-09-20T19:38:35.351Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2020-09-20T19:38:35.351Z] === RUN TestDockerSuite/TestCpAbsolutePath [2020-09-20T19:38:35.928Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2020-09-20T19:38:36.868Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2020-09-20T19:38:37.128Z] === RUN TestDockerSuite/TestCpFromCaseA [2020-09-20T19:38:37.347Z] --- PASS: TestPluginWithDevMounts (1.83s) [2020-09-20T19:38:37.347Z] PASS [2020-09-20T19:38:37.347Z] [2020-09-20T19:38:37.347Z] DONE 1 tests in 1.910s [2020-09-20T19:38:37.347Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2020-09-20T19:38:37.347Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:38:37.347Z] ++ set -e [2020-09-20T19:38:37.347Z] ++ '[' -n 0 ']' [2020-09-20T19:38:37.347Z] ++ set -x [2020-09-20T19:38:37.347Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:38:37.347Z] INFO: Testing against a local daemon [2020-09-20T19:38:37.347Z] === RUN TestSecretInspect [2020-09-20T19:38:37.699Z] === RUN TestDockerSuite/TestCpFromCaseB [2020-09-20T19:38:37.699Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2020-09-20T19:38:38.376Z] #29 32.00 # github.com/docker/docker/contrib/httpserver [2020-09-20T19:38:38.376Z] #29 32.00 loadinternal: cannot find runtime/cgo [2020-09-20T19:38:38.376Z] #29 DONE 32.2s [2020-09-20T19:38:38.376Z] [2020-09-20T19:38:38.376Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-09-20T19:38:38.640Z] === RUN TestDockerSuite/TestCpFromCaseC [2020-09-20T19:38:38.872Z] --- PASS: TestSecretInspect (1.88s) [2020-09-20T19:38:38.872Z] === RUN TestSecretList [2020-09-20T19:38:39.315Z] #33 ... [2020-09-20T19:38:39.315Z] [2020-09-20T19:38:39.315Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2020-09-20T19:38:39.575Z] #30 DONE 0.2s [2020-09-20T19:38:39.575Z] [2020-09-20T19:38:39.575Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-09-20T19:38:39.578Z] === RUN TestDockerSuite/TestCpFromCaseD [2020-09-20T19:38:40.517Z] === RUN TestDockerSuite/TestCpFromCaseE [2020-09-20T19:38:40.964Z] --- PASS: TestSecretList (1.91s) [2020-09-20T19:38:40.964Z] === RUN TestSecretsCreateAndDelete [2020-09-20T19:38:41.087Z] === RUN TestDockerSuite/TestCpFromCaseF [2020-09-20T19:38:41.657Z] === RUN TestDockerSuite/TestCpFromCaseG [2020-09-20T19:38:42.227Z] === RUN TestDockerSuite/TestCpFromCaseH [2020-09-20T19:38:42.797Z] === RUN TestDockerSuite/TestCpFromCaseI [2020-09-20T19:38:43.039Z] --- PASS: TestSecretsCreateAndDelete (1.91s) [2020-09-20T19:38:43.039Z] === RUN TestSecretsUpdate [2020-09-20T19:38:43.369Z] === RUN TestDockerSuite/TestCpFromCaseJ [2020-09-20T19:38:43.939Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2020-09-20T19:38:44.557Z] --- PASS: TestSecretsUpdate (1.87s) [2020-09-20T19:38:44.557Z] === RUN TestTemplatedSecret [2020-09-20T19:38:44.879Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2020-09-20T19:38:45.138Z] --- PASS: TestCreateServiceMultipleTimes (18.48s) [2020-09-20T19:38:45.138Z] === RUN TestCreateServiceConflict [2020-09-20T19:38:45.709Z] === RUN TestDockerSuite/TestCpGarbagePath [2020-09-20T19:38:46.279Z] === RUN TestDockerSuite/TestCpLocalOnly [2020-09-20T19:38:46.279Z] === RUN TestDockerSuite/TestCpNameHasColon [2020-09-20T19:38:46.852Z] === RUN TestDockerSuite/TestCpRelativePath [2020-09-20T19:38:47.311Z] --- PASS: TestTemplatedSecret (2.38s) [2020-09-20T19:38:47.311Z] === RUN TestSecretCreateResolve [2020-09-20T19:38:47.422Z] === RUN TestDockerSuite/TestCpSpecialFiles [2020-09-20T19:38:47.683Z] --- PASS: TestCreateServiceConflict (2.69s) [2020-09-20T19:38:47.683Z] === RUN TestCreateServiceMaxReplicas [2020-09-20T19:38:48.253Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2020-09-20T19:38:48.847Z] --- PASS: TestUpdateRestartPolicy (20.16s) [2020-09-20T19:38:48.847Z] === RUN TestUpdateRestartWithAutoRemove [2020-09-20T19:38:48.852Z] --- PASS: TestSecretCreateResolve (1.88s) [2020-09-20T19:38:48.852Z] PASS [2020-09-20T19:38:48.852Z] [2020-09-20T19:38:48.852Z] DONE 6 tests in 11.891s [2020-09-20T19:38:48.852Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2020-09-20T19:38:48.852Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:38:48.852Z] ++ set -e [2020-09-20T19:38:48.852Z] ++ '[' -n 0 ']' [2020-09-20T19:38:48.852Z] ++ set -x [2020-09-20T19:38:48.852Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:38:48.852Z] INFO: Testing against a local daemon [2020-09-20T19:38:48.852Z] === RUN TestServiceCreateInit [2020-09-20T19:38:48.852Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-09-20T19:38:49.194Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2020-09-20T19:38:49.306Z] --- PASS: TestUpdateRestartWithAutoRemove (1.60s) [2020-09-20T19:38:49.306Z] === RUN TestWaitNonBlocked [2020-09-20T19:38:49.306Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-20T19:38:49.306Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-20T19:38:49.306Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-20T19:38:49.306Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-20T19:38:49.306Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-20T19:38:49.306Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-20T19:38:49.764Z] === RUN TestDockerSuite/TestCpToCaseA [2020-09-20T19:38:51.493Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-09-20T19:38:51.493Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.20s) [2020-09-20T19:38:51.493Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.28s) [2020-09-20T19:38:51.493Z] === RUN TestWaitBlocked [2020-09-20T19:38:51.493Z] --- SKIP: TestWaitBlocked (0.00s) [2020-09-20T19:38:51.493Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2020-09-20T19:38:51.493Z] PASS [2020-09-20T19:38:51.493Z] ok github.com/docker/docker/integration/container 62.406s [2020-09-20T19:38:51.686Z] === RUN TestDockerSuite/TestCpToCaseB [2020-09-20T19:38:51.686Z] --- PASS: TestCreateServiceMaxReplicas (3.81s) [2020-09-20T19:38:51.686Z] === RUN TestCreateWithDuplicateNetworkNames [2020-09-20T19:38:51.946Z] === RUN TestDockerSuite/TestCpToCaseC [2020-09-20T19:38:51.954Z] [2020-09-20T19:38:51.954Z] === Skipped [2020-09-20T19:38:51.954Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2020-09-20T19:38:51.954Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-20T19:38:51.954Z] [2020-09-20T19:38:51.954Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.02s) [2020-09-20T19:38:51.954Z] copy_test.go:38: testEnv.OSType == "windows" [2020-09-20T19:38:51.954Z] [2020-09-20T19:38:51.954Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.02s) [2020-09-20T19:38:51.954Z] copy_test.go:63: testEnv.OSType == "windows" [2020-09-20T19:38:51.954Z] [2020-09-20T19:38:51.954Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2020-09-20T19:38:51.954Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:38:51.954Z] [2020-09-20T19:38:51.954Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2020-09-20T19:38:51.954Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2020-09-20T19:38:51.954Z] [2020-09-20T19:38:51.954Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2020-09-20T19:38:51.954Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:38:51.954Z] [2020-09-20T19:38:51.954Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2020-09-20T19:38:51.954Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2020-09-20T19:38:51.954Z] [2020-09-20T19:38:51.954Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2020-09-20T19:38:51.954Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2020-09-20T19:38:51.954Z] [2020-09-20T19:38:51.954Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2020-09-20T19:38:51.954Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2020-09-20T19:38:51.954Z] [2020-09-20T19:38:51.954Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2020-09-20T19:38:51.954Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:38:51.954Z] [2020-09-20T19:38:51.954Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2020-09-20T19:38:51.954Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2020-09-20T19:38:51.954Z] [2020-09-20T19:38:51.954Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2020-09-20T19:38:51.954Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-09-20T19:38:51.954Z] [2020-09-20T19:38:51.954Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2020-09-20T19:38:51.954Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:38:51.954Z] [2020-09-20T19:38:51.954Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2020-09-20T19:38:51.954Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:38:51.954Z] [2020-09-20T19:38:51.954Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2020-09-20T19:38:51.954Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2020-09-20T19:38:51.954Z] [2020-09-20T19:38:51.954Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2020-09-20T19:38:51.954Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2020-09-20T19:38:51.954Z] [2020-09-20T19:38:51.954Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2020-09-20T19:38:51.954Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2020-09-20T19:38:51.954Z] [2020-09-20T19:38:51.954Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2020-09-20T19:38:51.954Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2020-09-20T19:38:51.954Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2020-09-20T19:38:51.954Z] [2020-09-20T19:38:51.954Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2020-09-20T19:38:51.954Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-09-20T19:38:51.954Z] [2020-09-20T19:38:51.954Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2020-09-20T19:38:51.954Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-09-20T19:38:51.954Z] [2020-09-20T19:38:51.954Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2020-09-20T19:38:51.954Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-09-20T19:38:51.954Z] [2020-09-20T19:38:51.954Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2020-09-20T19:38:51.954Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2020-09-20T19:38:51.954Z] [2020-09-20T19:38:51.954Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2020-09-20T19:38:51.954Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:38:51.954Z] [2020-09-20T19:38:51.954Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2020-09-20T19:38:51.954Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-20T19:38:51.954Z] [2020-09-20T19:38:51.954Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2020-09-20T19:38:51.954Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2020-09-20T19:38:51.954Z] [2020-09-20T19:38:51.954Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2020-09-20T19:38:51.954Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2020-09-20T19:38:51.954Z] [2020-09-20T19:38:51.954Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2020-09-20T19:38:51.954Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2020-09-20T19:38:51.954Z] [2020-09-20T19:38:51.954Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2020-09-20T19:38:51.954Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:38:51.954Z] [2020-09-20T19:38:51.954Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2020-09-20T19:38:51.954Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2020-09-20T19:38:51.954Z] [2020-09-20T19:38:51.954Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2020-09-20T19:38:51.954Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2020-09-20T19:38:51.954Z] [2020-09-20T19:38:51.954Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2020-09-20T19:38:51.954Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2020-09-20T19:38:51.954Z] [2020-09-20T19:38:51.954Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2020-09-20T19:38:51.954Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2020-09-20T19:38:51.954Z] [2020-09-20T19:38:51.954Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2020-09-20T19:38:51.954Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:38:51.954Z] [2020-09-20T19:38:51.954Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2020-09-20T19:38:51.954Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2020-09-20T19:38:51.954Z] [2020-09-20T19:38:51.954Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2020-09-20T19:38:51.954Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2020-09-20T19:38:51.954Z] [2020-09-20T19:38:51.954Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2020-09-20T19:38:51.954Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2020-09-20T19:38:51.954Z] [2020-09-20T19:38:51.954Z] [2020-09-20T19:38:51.954Z] DONE 87 tests, 36 skipped in 65.273s [2020-09-20T19:38:51.954Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2020-09-20T19:38:53.321Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-09-20T19:38:53.329Z] === RUN TestDockerSuite/TestCpToCaseD [2020-09-20T19:38:54.137Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-20T19:38:54.137Z] INFO: Testing against a local daemon [2020-09-20T19:38:54.137Z] === RUN TestCommitInheritsEnv [2020-09-20T19:38:54.137Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2020-09-20T19:38:54.137Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-20T19:38:54.137Z] === RUN TestImportExtremelyLargeImageWorks [2020-09-20T19:38:54.137Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2020-09-20T19:38:54.137Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2020-09-20T19:38:54.137Z] === RUN TestImagesFilterMultiReference [2020-09-20T19:38:54.137Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2020-09-20T19:38:54.137Z] === RUN TestImagePullPlatformInvalid [2020-09-20T19:38:54.137Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2020-09-20T19:38:54.137Z] === RUN TestRemoveImageOrphaning [2020-09-20T19:38:55.106Z] --- PASS: TestRemoveImageOrphaning (1.03s) [2020-09-20T19:38:55.107Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-09-20T19:38:55.566Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2020-09-20T19:38:55.566Z] === RUN TestTagInvalidReference [2020-09-20T19:38:55.566Z] --- PASS: TestTagInvalidReference (0.03s) [2020-09-20T19:38:55.566Z] === RUN TestTagValidPrefixedRepo [2020-09-20T19:38:55.566Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2020-09-20T19:38:55.566Z] === RUN TestTagExistedNameWithoutForce [2020-09-20T19:38:55.566Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2020-09-20T19:38:55.566Z] === RUN TestTagOfficialNames [2020-09-20T19:38:55.566Z] --- PASS: TestTagOfficialNames (0.08s) [2020-09-20T19:38:55.566Z] === RUN TestTagMatchesDigest [2020-09-20T19:38:55.566Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-09-20T19:38:55.566Z] PASS [2020-09-20T19:38:55.566Z] ok github.com/docker/docker/integration/image 1.658s [2020-09-20T19:38:55.566Z] [2020-09-20T19:38:55.566Z] === Skipped [2020-09-20T19:38:55.566Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2020-09-20T19:38:55.566Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-20T19:38:55.566Z] [2020-09-20T19:38:55.566Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2020-09-20T19:38:55.566Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2020-09-20T19:38:55.566Z] [2020-09-20T19:38:55.566Z] [2020-09-20T19:38:55.566Z] DONE 11 tests, 2 skipped in 3.537s [2020-09-20T19:38:55.566Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2020-09-20T19:38:56.628Z] === RUN TestDockerSuite/TestCpToCaseE [2020-09-20T19:38:56.866Z] --- PASS: TestServiceCreateInit (7.28s) [2020-09-20T19:38:56.866Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.60s) [2020-09-20T19:38:56.866Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.66s) [2020-09-20T19:38:56.866Z] === RUN TestCreateServiceMultipleTimes [2020-09-20T19:38:57.752Z] testing: warning: no tests to run [2020-09-20T19:38:57.753Z] PASS [2020-09-20T19:38:57.753Z] ok github.com/docker/docker/integration/network/ipvlan 0.427s [no tests to run] [2020-09-20T19:38:57.753Z] testing: warning: no tests to run [2020-09-20T19:38:57.753Z] PASS [2020-09-20T19:38:57.753Z] ok github.com/docker/docker/integration/network/macvlan 0.484s [no tests to run] [2020-09-20T19:38:58.214Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-20T19:38:58.214Z] INFO: Testing against a local daemon [2020-09-20T19:38:58.214Z] === RUN TestNetworkCreateDelete [2020-09-20T19:38:58.214Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2020-09-20T19:38:58.214Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2020-09-20T19:38:58.214Z] === RUN TestDockerNetworkDeletePreferID [2020-09-20T19:38:58.214Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2020-09-20T19:38:58.214Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2020-09-20T19:38:58.214Z] === RUN TestDaemonDNSFallback [2020-09-20T19:38:58.214Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2020-09-20T19:38:58.214Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2020-09-20T19:38:58.214Z] === RUN TestInspectNetwork [2020-09-20T19:38:58.214Z] --- SKIP: TestInspectNetwork (0.00s) [2020-09-20T19:38:58.214Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2020-09-20T19:38:58.214Z] === RUN TestRunContainerWithBridgeNone [2020-09-20T19:38:58.214Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2020-09-20T19:38:58.214Z] network_test.go:24: testEnv.DaemonInfo.OSType != "linux" [2020-09-20T19:38:58.214Z] === RUN TestNetworkInvalidJSON [2020-09-20T19:38:58.214Z] === RUN TestNetworkInvalidJSON//networks/create [2020-09-20T19:38:58.214Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-09-20T19:38:58.214Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-09-20T19:38:58.214Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-09-20T19:38:58.214Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-20T19:38:58.214Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-20T19:38:58.214Z] === CONT TestNetworkInvalidJSON//networks/create [2020-09-20T19:38:58.214Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-20T19:38:58.214Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-09-20T19:38:58.214Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-09-20T19:38:58.214Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-09-20T19:38:58.214Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-09-20T19:38:58.214Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-09-20T19:38:58.214Z] === RUN TestHostIPv4BridgeLabel [2020-09-20T19:38:58.214Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2020-09-20T19:38:58.214Z] network_test.go:97: testEnv.OSType == "windows" [2020-09-20T19:38:58.214Z] === RUN TestDaemonRestartWithLiveRestore [2020-09-20T19:38:58.214Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2020-09-20T19:38:58.214Z] service_test.go:29: testEnv.OSType == "windows" [2020-09-20T19:38:58.214Z] === RUN TestDaemonDefaultNetworkPools [2020-09-20T19:38:58.214Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2020-09-20T19:38:58.214Z] service_test.go:52: testEnv.OSType == "windows" [2020-09-20T19:38:58.214Z] === RUN TestDaemonRestartWithExistingNetwork [2020-09-20T19:38:58.214Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2020-09-20T19:38:58.214Z] service_test.go:96: testEnv.OSType == "windows" [2020-09-20T19:38:58.214Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-09-20T19:38:58.214Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-09-20T19:38:58.214Z] service_test.go:130: testEnv.OSType == "windows" [2020-09-20T19:38:58.214Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-09-20T19:38:58.214Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-09-20T19:38:58.214Z] service_test.go:181: testEnv.OSType == "windows" [2020-09-20T19:38:58.214Z] === RUN TestServiceWithPredefinedNetwork [2020-09-20T19:38:58.214Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2020-09-20T19:38:58.214Z] service_test.go:206: testEnv.OSType == "windows" [2020-09-20T19:38:58.214Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-09-20T19:38:58.214Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-20T19:38:58.214Z] service_test.go:236: FLAKY_TEST [2020-09-20T19:38:58.214Z] === RUN TestServiceWithDataPathPortInit [2020-09-20T19:38:58.214Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2020-09-20T19:38:58.214Z] service_test.go:326: testEnv.OSType == "windows" [2020-09-20T19:38:58.214Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-09-20T19:38:58.214Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2020-09-20T19:38:58.214Z] service_test.go:394: testEnv.OSType == "windows" [2020-09-20T19:38:58.214Z] PASS [2020-09-20T19:38:58.214Z] ok github.com/docker/docker/integration/network 0.184s [2020-09-20T19:38:58.544Z] === RUN TestDockerSuite/TestCpToCaseF [2020-09-20T19:38:58.674Z] [2020-09-20T19:38:58.674Z] === Skipped [2020-09-20T19:38:58.674Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2020-09-20T19:38:58.674Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2020-09-20T19:38:58.674Z] [2020-09-20T19:38:58.674Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2020-09-20T19:38:58.674Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2020-09-20T19:38:58.674Z] [2020-09-20T19:38:58.674Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2020-09-20T19:38:58.674Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2020-09-20T19:38:58.674Z] [2020-09-20T19:38:58.674Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2020-09-20T19:38:58.674Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2020-09-20T19:38:58.674Z] [2020-09-20T19:38:58.674Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2020-09-20T19:38:58.674Z] network_test.go:24: testEnv.DaemonInfo.OSType != "linux" [2020-09-20T19:38:58.674Z] [2020-09-20T19:38:58.674Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2020-09-20T19:38:58.674Z] network_test.go:97: testEnv.OSType == "windows" [2020-09-20T19:38:58.674Z] [2020-09-20T19:38:58.674Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2020-09-20T19:38:58.674Z] service_test.go:29: testEnv.OSType == "windows" [2020-09-20T19:38:58.674Z] [2020-09-20T19:38:58.674Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2020-09-20T19:38:58.674Z] service_test.go:52: testEnv.OSType == "windows" [2020-09-20T19:38:58.674Z] [2020-09-20T19:38:58.674Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2020-09-20T19:38:58.674Z] service_test.go:96: testEnv.OSType == "windows" [2020-09-20T19:38:58.674Z] [2020-09-20T19:38:58.674Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-09-20T19:38:58.674Z] service_test.go:130: testEnv.OSType == "windows" [2020-09-20T19:38:58.674Z] [2020-09-20T19:38:58.674Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-09-20T19:38:58.674Z] service_test.go:181: testEnv.OSType == "windows" [2020-09-20T19:38:58.674Z] [2020-09-20T19:38:58.674Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2020-09-20T19:38:58.674Z] service_test.go:206: testEnv.OSType == "windows" [2020-09-20T19:38:58.674Z] [2020-09-20T19:38:58.674Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-20T19:38:58.674Z] service_test.go:236: FLAKY_TEST [2020-09-20T19:38:58.674Z] [2020-09-20T19:38:58.674Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2020-09-20T19:38:58.674Z] service_test.go:326: testEnv.OSType == "windows" [2020-09-20T19:38:58.674Z] [2020-09-20T19:38:58.674Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-09-20T19:38:58.674Z] service_test.go:394: testEnv.OSType == "windows" [2020-09-20T19:38:58.674Z] [2020-09-20T19:38:58.674Z] [2020-09-20T19:38:58.674Z] DONE 19 tests, 15 skipped in 2.823s [2020-09-20T19:38:58.674Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2020-09-20T19:38:58.674Z] testing: warning: no tests to run [2020-09-20T19:38:58.674Z] PASS [2020-09-20T19:38:58.674Z] ok github.com/docker/docker/integration/network/ipvlan (cached) [no tests to run] [2020-09-20T19:38:59.115Z] === RUN TestDockerSuite/TestCpToCaseG [2020-09-20T19:38:59.134Z] [2020-09-20T19:38:59.134Z] DONE 0 tests in 0.307s [2020-09-20T19:38:59.134Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2020-09-20T19:38:59.134Z] testing: warning: no tests to run [2020-09-20T19:38:59.134Z] PASS [2020-09-20T19:38:59.134Z] ok github.com/docker/docker/integration/network/macvlan (cached) [no tests to run] [2020-09-20T19:38:59.134Z] [2020-09-20T19:38:59.134Z] DONE 0 tests in 0.302s [2020-09-20T19:38:59.134Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2020-09-20T19:39:01.320Z] testing: warning: no tests to run [2020-09-20T19:39:01.320Z] PASS [2020-09-20T19:39:01.320Z] ok github.com/docker/docker/integration/plugin 0.785s [no tests to run] [2020-09-20T19:39:01.320Z] testing: warning: no tests to run [2020-09-20T19:39:01.320Z] PASS [2020-09-20T19:39:01.320Z] ok github.com/docker/docker/integration/plugin/authz 0.077s [no tests to run] [2020-09-20T19:39:02.408Z] === RUN TestDockerSuite/TestCpToCaseH [2020-09-20T19:39:03.791Z] === RUN TestDockerSuite/TestCpToCaseI [2020-09-20T19:39:04.052Z] === RUN TestDockerSuite/TestCpToCaseJ [2020-09-20T19:39:05.963Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.20s) [2020-09-20T19:39:05.963Z] === RUN TestCreateServiceSecretFileMode [2020-09-20T19:39:06.904Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2020-09-20T19:39:07.846Z] === RUN TestDockerSuite/TestCpToDot [2020-09-20T19:39:08.787Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2020-09-20T19:39:09.357Z] --- PASS: TestCreateServiceSecretFileMode (3.42s) [2020-09-20T19:39:09.357Z] === RUN TestCreateServiceConfigFileMode [2020-09-20T19:39:09.621Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2020-09-20T19:39:09.905Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-20T19:39:09.905Z] INFO: Testing against a local daemon [2020-09-20T19:39:09.905Z] === RUN TestExternalGraphDriver [2020-09-20T19:39:09.905Z] --- SKIP: TestExternalGraphDriver (0.00s) [2020-09-20T19:39:09.905Z] external_test.go:48: runtime.GOOS == "windows" [2020-09-20T19:39:09.905Z] === RUN TestGraphdriverPluginV2 [2020-09-20T19:39:09.905Z] --- SKIP: TestGraphdriverPluginV2 (0.01s) [2020-09-20T19:39:09.905Z] external_test.go:408: runtime.GOOS == "windows" [2020-09-20T19:39:09.905Z] PASS [2020-09-20T19:39:09.905Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.467s [2020-09-20T19:39:10.365Z] testing: warning: no tests to run [2020-09-20T19:39:10.365Z] PASS [2020-09-20T19:39:10.365Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.068s [no tests to run] [2020-09-20T19:39:10.365Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-20T19:39:10.365Z] INFO: Testing against a local daemon [2020-09-20T19:39:10.365Z] === RUN TestPluginInvalidJSON [2020-09-20T19:39:10.365Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-09-20T19:39:10.365Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-09-20T19:39:10.566Z] === RUN TestDockerSuite/TestCpToStdout [2020-09-20T19:39:10.826Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-09-20T19:39:10.826Z] --- PASS: TestPluginInvalidJSON (0.12s) [2020-09-20T19:39:10.826Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2020-09-20T19:39:10.826Z] === RUN TestPluginInstall [2020-09-20T19:39:10.826Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-20T19:39:10.826Z] INFO: Testing against a local daemon [2020-09-20T19:39:10.826Z] === RUN TestReadPluginNoRead [2020-09-20T19:39:10.826Z] --- SKIP: TestPluginInstall (0.01s) [2020-09-20T19:39:10.826Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-09-20T19:39:10.826Z] --- SKIP: TestReadPluginNoRead (0.00s) [2020-09-20T19:39:10.826Z] read_test.go:21: no unix domain sockets on Windows [2020-09-20T19:39:10.826Z] PASS [2020-09-20T19:39:10.826Z] PASS [2020-09-20T19:39:10.826Z] ok github.com/docker/docker/integration/plugin/logging 0.388s [2020-09-20T19:39:10.826Z] ok github.com/docker/docker/integration/plugin/common 0.459s [2020-09-20T19:39:10.826Z] ? github.com/docker/docker/integration/plugin/logging/cmd/close_on_start [no test files] [2020-09-20T19:39:10.826Z] ? github.com/docker/docker/integration/plugin/logging/cmd/dummy [no test files] [2020-09-20T19:39:11.507Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2020-09-20T19:39:11.803Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-20T19:39:11.803Z] INFO: Testing against a local daemon [2020-09-20T19:39:11.803Z] === RUN TestPluginWithDevMounts [2020-09-20T19:39:11.803Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-09-20T19:39:11.803Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:11.803Z] PASS [2020-09-20T19:39:11.803Z] ok github.com/docker/docker/integration/plugin/volumes 0.212s [2020-09-20T19:39:11.803Z] ? github.com/docker/docker/integration/plugin/volumes/cmd/dummy [no test files] [2020-09-20T19:39:12.246Z] --- PASS: TestCreateServiceMultipleTimes (15.65s) [2020-09-20T19:39:12.246Z] === RUN TestCreateServiceConflict [2020-09-20T19:39:12.263Z] [2020-09-20T19:39:12.263Z] === Skipped [2020-09-20T19:39:12.263Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.01s) [2020-09-20T19:39:12.263Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-09-20T19:39:12.263Z] [2020-09-20T19:39:12.263Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2020-09-20T19:39:12.263Z] external_test.go:48: runtime.GOOS == "windows" [2020-09-20T19:39:12.263Z] [2020-09-20T19:39:12.263Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.01s) [2020-09-20T19:39:12.263Z] external_test.go:408: runtime.GOOS == "windows" [2020-09-20T19:39:12.263Z] [2020-09-20T19:39:12.264Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2020-09-20T19:39:12.264Z] read_test.go:21: no unix domain sockets on Windows [2020-09-20T19:39:12.264Z] [2020-09-20T19:39:12.264Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2020-09-20T19:39:12.264Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:12.264Z] [2020-09-20T19:39:12.264Z] [2020-09-20T19:39:12.264Z] DONE 7 tests, 5 skipped in 13.133s [2020-09-20T19:39:12.447Z] --- PASS: TestCreateServiceConfigFileMode (3.09s) [2020-09-20T19:39:12.447Z] === RUN TestCreateServiceSysctls [2020-09-20T19:39:12.708Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2020-09-20T19:39:12.723Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2020-09-20T19:39:12.724Z] testing: warning: no tests to run [2020-09-20T19:39:12.724Z] PASS [2020-09-20T19:39:12.724Z] ok github.com/docker/docker/integration/plugin/authz (cached) [no tests to run] [2020-09-20T19:39:12.724Z] [2020-09-20T19:39:12.724Z] DONE 0 tests in 0.296s [2020-09-20T19:39:12.724Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2020-09-20T19:39:12.968Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2020-09-20T19:39:13.538Z] === RUN TestDockerSuite/TestCpVolumePath [2020-09-20T19:39:13.538Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2020-09-20T19:39:13.716Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-20T19:39:13.716Z] INFO: Testing against a local daemon [2020-09-20T19:39:13.716Z] === RUN TestPluginInvalidJSON [2020-09-20T19:39:13.716Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-09-20T19:39:13.716Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-09-20T19:39:13.716Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-09-20T19:39:13.716Z] --- PASS: TestPluginInvalidJSON (0.12s) [2020-09-20T19:39:13.716Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2020-09-20T19:39:13.716Z] === RUN TestPluginInstall [2020-09-20T19:39:13.716Z] --- SKIP: TestPluginInstall (0.01s) [2020-09-20T19:39:13.716Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-09-20T19:39:13.716Z] PASS [2020-09-20T19:39:13.716Z] ok github.com/docker/docker/integration/plugin/common (cached) [2020-09-20T19:39:13.716Z] [2020-09-20T19:39:13.716Z] === Skipped [2020-09-20T19:39:13.716Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.01s) [2020-09-20T19:39:13.716Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-09-20T19:39:13.716Z] [2020-09-20T19:39:13.716Z] [2020-09-20T19:39:13.716Z] DONE 3 tests, 1 skipped in 0.806s [2020-09-20T19:39:13.716Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2020-09-20T19:39:13.766Z] --- PASS: TestCreateServiceConflict (1.89s) [2020-09-20T19:39:13.766Z] === RUN TestCreateServiceMaxReplicas [2020-09-20T19:39:14.686Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-20T19:39:14.686Z] INFO: Testing against a local daemon [2020-09-20T19:39:14.686Z] === RUN TestExternalGraphDriver [2020-09-20T19:39:14.686Z] --- SKIP: TestExternalGraphDriver (0.00s) [2020-09-20T19:39:14.686Z] external_test.go:48: runtime.GOOS == "windows" [2020-09-20T19:39:14.686Z] === RUN TestGraphdriverPluginV2 [2020-09-20T19:39:14.686Z] --- SKIP: TestGraphdriverPluginV2 (0.01s) [2020-09-20T19:39:14.686Z] external_test.go:408: runtime.GOOS == "windows" [2020-09-20T19:39:14.686Z] PASS [2020-09-20T19:39:14.686Z] ok github.com/docker/docker/integration/plugin/graphdriver (cached) [2020-09-20T19:39:14.686Z] [2020-09-20T19:39:14.686Z] === Skipped [2020-09-20T19:39:14.686Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2020-09-20T19:39:14.686Z] external_test.go:48: runtime.GOOS == "windows" [2020-09-20T19:39:14.686Z] [2020-09-20T19:39:14.686Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.01s) [2020-09-20T19:39:14.686Z] external_test.go:408: runtime.GOOS == "windows" [2020-09-20T19:39:14.686Z] [2020-09-20T19:39:14.686Z] [2020-09-20T19:39:14.686Z] DONE 2 tests, 2 skipped in 0.781s [2020-09-20T19:39:14.686Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2020-09-20T19:39:14.921Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2020-09-20T19:39:15.151Z] testing: warning: no tests to run [2020-09-20T19:39:15.151Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-20T19:39:15.151Z] PASS [2020-09-20T19:39:15.151Z] INFO: Testing against a local daemon [2020-09-20T19:39:15.151Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard (cached) [no tests to run] [2020-09-20T19:39:15.151Z] === RUN TestReadPluginNoRead [2020-09-20T19:39:15.151Z] --- SKIP: TestReadPluginNoRead (0.00s) [2020-09-20T19:39:15.151Z] read_test.go:21: no unix domain sockets on Windows [2020-09-20T19:39:15.151Z] PASS [2020-09-20T19:39:15.151Z] ok github.com/docker/docker/integration/plugin/logging (cached) [2020-09-20T19:39:15.151Z] ? github.com/docker/docker/integration/plugin/logging/cmd/close_on_start [no test files] [2020-09-20T19:39:15.151Z] ? github.com/docker/docker/integration/plugin/logging/cmd/dummy [no test files] [2020-09-20T19:39:15.180Z] === RUN TestDockerSuite/TestCreateArgs [2020-09-20T19:39:15.181Z] === RUN TestDockerSuite/TestCreateByImageID [2020-09-20T19:39:15.611Z] [2020-09-20T19:39:15.611Z] === Skipped [2020-09-20T19:39:15.611Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2020-09-20T19:39:15.611Z] read_test.go:21: no unix domain sockets on Windows [2020-09-20T19:39:15.611Z] [2020-09-20T19:39:15.611Z] [2020-09-20T19:39:15.611Z] DONE 1 tests, 1 skipped in 0.910s [2020-09-20T19:39:15.611Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2020-09-20T19:39:15.751Z] === RUN TestDockerSuite/TestCreateEchoStdout [2020-09-20T19:39:16.071Z] testing: warning: no tests to run [2020-09-20T19:39:16.071Z] PASS [2020-09-20T19:39:16.071Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard (cached) [no tests to run] [2020-09-20T19:39:16.071Z] [2020-09-20T19:39:16.071Z] DONE 0 tests in 0.451s [2020-09-20T19:39:16.071Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2020-09-20T19:39:16.518Z] --- PASS: TestCreateServiceMaxReplicas (2.68s) [2020-09-20T19:39:16.518Z] === RUN TestCreateWithDuplicateNetworkNames [2020-09-20T19:39:16.690Z] --- PASS: TestCreateServiceSysctls (4.41s) [2020-09-20T19:39:16.691Z] === RUN TestCreateServiceCapabilities [2020-09-20T19:39:16.691Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2020-09-20T19:39:16.691Z] === RUN TestDockerSuite/TestCreateHostConfig [2020-09-20T19:39:16.691Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2020-09-20T19:39:17.043Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-20T19:39:17.043Z] INFO: Testing against a local daemon [2020-09-20T19:39:17.043Z] === RUN TestPluginWithDevMounts [2020-09-20T19:39:17.043Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-09-20T19:39:17.043Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:17.043Z] PASS [2020-09-20T19:39:17.043Z] ok github.com/docker/docker/integration/plugin/volumes (cached) [2020-09-20T19:39:17.043Z] ? github.com/docker/docker/integration/plugin/volumes/cmd/dummy [no test files] [2020-09-20T19:39:17.043Z] [2020-09-20T19:39:17.043Z] === Skipped [2020-09-20T19:39:17.043Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2020-09-20T19:39:17.043Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:17.043Z] [2020-09-20T19:39:17.043Z] [2020-09-20T19:39:17.043Z] DONE 1 tests, 1 skipped in 0.851s [2020-09-20T19:39:17.043Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2020-09-20T19:39:17.260Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2020-09-20T19:39:17.520Z] === RUN TestDockerSuite/TestCreateLabels [2020-09-20T19:39:17.780Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2020-09-20T19:39:17.780Z] === RUN TestDockerSuite/TestCreateRM [2020-09-20T19:39:18.040Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2020-09-20T19:39:18.040Z] === RUN TestDockerSuite/TestCreateStopSignal [2020-09-20T19:39:18.040Z] === RUN TestDockerSuite/TestCreateStopTimeout [2020-09-20T19:39:18.301Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2020-09-20T19:39:19.228Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-20T19:39:19.228Z] INFO: Testing against a local daemon [2020-09-20T19:39:19.228Z] === RUN TestSecretInspect [2020-09-20T19:39:19.228Z] --- SKIP: TestSecretInspect (0.00s) [2020-09-20T19:39:19.228Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:19.228Z] === RUN TestSecretList [2020-09-20T19:39:19.228Z] --- SKIP: TestSecretList (0.00s) [2020-09-20T19:39:19.228Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:19.228Z] === RUN TestSecretsCreateAndDelete [2020-09-20T19:39:19.228Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2020-09-20T19:39:19.228Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:19.228Z] === RUN TestSecretsUpdate [2020-09-20T19:39:19.228Z] --- SKIP: TestSecretsUpdate (0.00s) [2020-09-20T19:39:19.228Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:19.228Z] === RUN TestTemplatedSecret [2020-09-20T19:39:19.228Z] --- SKIP: TestTemplatedSecret (0.00s) [2020-09-20T19:39:19.228Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:19.228Z] === RUN TestSecretCreateResolve [2020-09-20T19:39:19.228Z] --- SKIP: TestSecretCreateResolve (0.00s) [2020-09-20T19:39:19.228Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2020-09-20T19:39:19.228Z] PASS [2020-09-20T19:39:19.228Z] ok github.com/docker/docker/integration/secret 0.204s [2020-09-20T19:39:19.228Z] [2020-09-20T19:39:19.228Z] === Skipped [2020-09-20T19:39:19.228Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2020-09-20T19:39:19.228Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:19.228Z] [2020-09-20T19:39:19.228Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2020-09-20T19:39:19.228Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:19.228Z] [2020-09-20T19:39:19.228Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2020-09-20T19:39:19.228Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:19.228Z] [2020-09-20T19:39:19.228Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2020-09-20T19:39:19.228Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:19.228Z] [2020-09-20T19:39:19.228Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2020-09-20T19:39:19.228Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:19.228Z] [2020-09-20T19:39:19.228Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2020-09-20T19:39:19.228Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2020-09-20T19:39:19.228Z] [2020-09-20T19:39:19.228Z] [2020-09-20T19:39:19.228Z] DONE 6 tests, 6 skipped in 2.164s [2020-09-20T19:39:19.228Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2020-09-20T19:39:19.242Z] --- PASS: TestCreateServiceCapabilities (2.59s) [2020-09-20T19:39:19.242Z] === RUN TestInspect [2020-09-20T19:39:20.183Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2020-09-20T19:39:20.183Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2020-09-20T19:39:20.444Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2020-09-20T19:39:20.444Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2020-09-20T19:39:22.137Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-20T19:39:22.137Z] INFO: Testing against a local daemon [2020-09-20T19:39:22.137Z] === RUN TestServiceCreateInit [2020-09-20T19:39:22.137Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-09-20T19:39:22.137Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-09-20T19:39:22.137Z] --- PASS: TestServiceCreateInit (0.04s) [2020-09-20T19:39:22.137Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-09-20T19:39:22.137Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:22.137Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-09-20T19:39:22.137Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:22.137Z] === RUN TestCreateServiceMultipleTimes [2020-09-20T19:39:22.137Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2020-09-20T19:39:22.137Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:22.137Z] === RUN TestCreateServiceConflict [2020-09-20T19:39:22.137Z] --- SKIP: TestCreateServiceConflict (0.00s) [2020-09-20T19:39:22.137Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:22.137Z] === RUN TestCreateServiceMaxReplicas [2020-09-20T19:39:22.137Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2020-09-20T19:39:22.137Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:22.137Z] === RUN TestCreateWithDuplicateNetworkNames [2020-09-20T19:39:22.137Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2020-09-20T19:39:22.137Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:22.137Z] === RUN TestCreateServiceSecretFileMode [2020-09-20T19:39:22.137Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2020-09-20T19:39:22.137Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:22.137Z] === RUN TestCreateServiceConfigFileMode [2020-09-20T19:39:22.137Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2020-09-20T19:39:22.137Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:22.137Z] === RUN TestCreateServiceSysctls [2020-09-20T19:39:22.137Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2020-09-20T19:39:22.137Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:22.137Z] === RUN TestCreateServiceCapabilities [2020-09-20T19:39:22.137Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2020-09-20T19:39:22.137Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:22.137Z] === RUN TestInspect [2020-09-20T19:39:22.137Z] --- SKIP: TestInspect (0.00s) [2020-09-20T19:39:22.137Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:22.137Z] === RUN TestCreateJob [2020-09-20T19:39:22.137Z] --- SKIP: TestCreateJob (0.00s) [2020-09-20T19:39:22.137Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:22.137Z] === RUN TestReplicatedJob [2020-09-20T19:39:22.137Z] --- SKIP: TestReplicatedJob (0.00s) [2020-09-20T19:39:22.137Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:22.137Z] === RUN TestUpdateReplicatedJob [2020-09-20T19:39:22.137Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2020-09-20T19:39:22.137Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:22.137Z] === RUN TestServiceListWithStatuses [2020-09-20T19:39:22.137Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-09-20T19:39:22.137Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:22.137Z] === RUN TestDockerNetworkConnectAlias [2020-09-20T19:39:22.137Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2020-09-20T19:39:22.137Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:22.137Z] === RUN TestDockerNetworkReConnect [2020-09-20T19:39:22.137Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2020-09-20T19:39:22.137Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:22.137Z] === RUN TestServicePlugin [2020-09-20T19:39:22.137Z] --- SKIP: TestServicePlugin (0.00s) [2020-09-20T19:39:22.137Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:22.137Z] === RUN TestServiceUpdateLabel [2020-09-20T19:39:22.137Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2020-09-20T19:39:22.137Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2020-09-20T19:39:22.137Z] === RUN TestServiceUpdateSecrets [2020-09-20T19:39:22.137Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2020-09-20T19:39:22.137Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2020-09-20T19:39:22.137Z] === RUN TestServiceUpdateConfigs [2020-09-20T19:39:22.137Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2020-09-20T19:39:22.137Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2020-09-20T19:39:22.137Z] === RUN TestServiceUpdateNetwork [2020-09-20T19:39:22.137Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2020-09-20T19:39:22.137Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2020-09-20T19:39:22.137Z] === RUN TestServiceUpdatePidsLimit [2020-09-20T19:39:22.137Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2020-09-20T19:39:22.137Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2020-09-20T19:39:22.137Z] PASS [2020-09-20T19:39:22.137Z] ok github.com/docker/docker/integration/service 0.367s [2020-09-20T19:39:22.137Z] [2020-09-20T19:39:22.137Z] === Skipped [2020-09-20T19:39:22.137Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-09-20T19:39:22.137Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-09-20T19:39:22.137Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:22.137Z] [2020-09-20T19:39:22.137Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-09-20T19:39:22.137Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-09-20T19:39:22.137Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:22.137Z] [2020-09-20T19:39:22.137Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2020-09-20T19:39:22.137Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:22.137Z] [2020-09-20T19:39:22.137Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2020-09-20T19:39:22.137Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:22.137Z] [2020-09-20T19:39:22.137Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2020-09-20T19:39:22.137Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:22.137Z] [2020-09-20T19:39:22.137Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2020-09-20T19:39:22.137Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:22.137Z] [2020-09-20T19:39:22.137Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2020-09-20T19:39:22.137Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:22.137Z] [2020-09-20T19:39:22.137Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2020-09-20T19:39:22.137Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:22.137Z] [2020-09-20T19:39:22.137Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2020-09-20T19:39:22.137Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:22.137Z] [2020-09-20T19:39:22.137Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2020-09-20T19:39:22.137Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:22.137Z] [2020-09-20T19:39:22.137Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2020-09-20T19:39:22.137Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:22.137Z] [2020-09-20T19:39:22.137Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2020-09-20T19:39:22.137Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:22.137Z] [2020-09-20T19:39:22.137Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2020-09-20T19:39:22.137Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:22.137Z] [2020-09-20T19:39:22.137Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2020-09-20T19:39:22.137Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:22.137Z] [2020-09-20T19:39:22.137Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2020-09-20T19:39:22.137Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:22.137Z] [2020-09-20T19:39:22.137Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2020-09-20T19:39:22.137Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:22.137Z] [2020-09-20T19:39:22.137Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2020-09-20T19:39:22.137Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:22.137Z] [2020-09-20T19:39:22.137Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2020-09-20T19:39:22.137Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:22.137Z] [2020-09-20T19:39:22.137Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2020-09-20T19:39:22.137Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2020-09-20T19:39:22.137Z] [2020-09-20T19:39:22.137Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2020-09-20T19:39:22.137Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2020-09-20T19:39:22.137Z] [2020-09-20T19:39:22.137Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2020-09-20T19:39:22.137Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2020-09-20T19:39:22.137Z] [2020-09-20T19:39:22.137Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2020-09-20T19:39:22.137Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2020-09-20T19:39:22.137Z] [2020-09-20T19:39:22.137Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2020-09-20T19:39:22.137Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2020-09-20T19:39:22.137Z] [2020-09-20T19:39:22.137Z] [2020-09-20T19:39:22.137Z] DONE 24 tests, 23 skipped in 2.940s [2020-09-20T19:39:22.137Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2020-09-20T19:39:22.985Z] --- PASS: TestInspect (3.52s) [2020-09-20T19:39:22.985Z] === RUN TestCreateJob [2020-09-20T19:39:24.319Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-20T19:39:24.319Z] INFO: Testing against a local daemon [2020-09-20T19:39:24.319Z] === RUN TestSessionCreate [2020-09-20T19:39:24.319Z] --- SKIP: TestSessionCreate (0.00s) [2020-09-20T19:39:24.319Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2020-09-20T19:39:24.319Z] === RUN TestSessionCreateWithBadUpgrade [2020-09-20T19:39:24.319Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2020-09-20T19:39:24.319Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2020-09-20T19:39:24.319Z] PASS [2020-09-20T19:39:24.319Z] ok github.com/docker/docker/integration/session 0.216s [2020-09-20T19:39:27.186Z] === RUN TestDockerSuite/TestCreateWithPortRange [2020-09-20T19:39:27.186Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2020-09-20T19:39:27.186Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2020-09-20T19:39:27.186Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2020-09-20T19:39:27.186Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2020-09-20T19:39:27.186Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2020-09-20T19:39:27.186Z] --- PASS: TestCreateJob (4.13s) [2020-09-20T19:39:27.186Z] === RUN TestReplicatedJob [2020-09-20T19:39:27.186Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2020-09-20T19:39:27.232Z] [2020-09-20T19:39:27.233Z] === Skipped [2020-09-20T19:39:27.233Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2020-09-20T19:39:27.233Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2020-09-20T19:39:27.233Z] [2020-09-20T19:39:27.233Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2020-09-20T19:39:27.233Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2020-09-20T19:39:27.233Z] [2020-09-20T19:39:27.233Z] [2020-09-20T19:39:27.233Z] DONE 2 tests, 2 skipped in 4.920s [2020-09-20T19:39:27.233Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2020-09-20T19:39:28.141Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2020-09-20T19:39:29.082Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2020-09-20T19:39:29.414Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-20T19:39:29.414Z] INFO: Testing against a local daemon [2020-09-20T19:39:29.414Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-09-20T19:39:29.414Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-20T19:39:29.414Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:29.414Z] === RUN TestEventsExecDie [2020-09-20T19:39:29.414Z] --- SKIP: TestEventsExecDie (0.00s) [2020-09-20T19:39:29.414Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2020-09-20T19:39:29.414Z] === RUN TestEventsBackwardsCompatible [2020-09-20T19:39:29.414Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2020-09-20T19:39:29.414Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2020-09-20T19:39:29.414Z] === RUN TestInfoAPI [2020-09-20T19:39:29.414Z] --- PASS: TestInfoAPI (0.03s) [2020-09-20T19:39:29.414Z] === RUN TestInfoAPIWarnings [2020-09-20T19:39:29.414Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2020-09-20T19:39:29.414Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-20T19:39:29.414Z] === RUN TestInfoDebug [2020-09-20T19:39:29.414Z] --- SKIP: TestInfoDebug (0.00s) [2020-09-20T19:39:29.414Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-09-20T19:39:29.414Z] === RUN TestInfoInsecureRegistries [2020-09-20T19:39:29.414Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2020-09-20T19:39:29.414Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-09-20T19:39:29.414Z] === RUN TestInfoRegistryMirrors [2020-09-20T19:39:29.414Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2020-09-20T19:39:29.414Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-09-20T19:39:29.414Z] === RUN TestLoginFailsWithBadCredentials [2020-09-20T19:39:30.384Z] --- PASS: TestLoginFailsWithBadCredentials (0.93s) [2020-09-20T19:39:30.384Z] === RUN TestPingCacheHeaders [2020-09-20T19:39:30.384Z] --- PASS: TestPingCacheHeaders (0.03s) [2020-09-20T19:39:30.384Z] === RUN TestPingGet [2020-09-20T19:39:30.384Z] --- PASS: TestPingGet (0.03s) [2020-09-20T19:39:30.384Z] === RUN TestPingHead [2020-09-20T19:39:30.384Z] --- PASS: TestPingHead (0.02s) [2020-09-20T19:39:30.384Z] === RUN TestVersion [2020-09-20T19:39:30.384Z] --- PASS: TestVersion (0.03s) [2020-09-20T19:39:30.384Z] PASS [2020-09-20T19:39:30.384Z] ok github.com/docker/docker/integration/system 1.309s [2020-09-20T19:39:30.384Z] [2020-09-20T19:39:30.384Z] === Skipped [2020-09-20T19:39:30.384Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-20T19:39:30.384Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2020-09-20T19:39:30.384Z] [2020-09-20T19:39:30.384Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2020-09-20T19:39:30.384Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2020-09-20T19:39:30.384Z] [2020-09-20T19:39:30.384Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2020-09-20T19:39:30.384Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2020-09-20T19:39:30.384Z] [2020-09-20T19:39:30.384Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2020-09-20T19:39:30.384Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-20T19:39:30.384Z] [2020-09-20T19:39:30.384Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2020-09-20T19:39:30.384Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-09-20T19:39:30.384Z] [2020-09-20T19:39:30.384Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2020-09-20T19:39:30.384Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-09-20T19:39:30.384Z] [2020-09-20T19:39:30.384Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2020-09-20T19:39:30.384Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-09-20T19:39:30.384Z] [2020-09-20T19:39:30.384Z] [2020-09-20T19:39:30.384Z] DONE 13 tests, 7 skipped in 3.364s [2020-09-20T19:39:30.384Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2020-09-20T19:39:30.466Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2020-09-20T19:39:31.848Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2020-09-20T19:39:31.905Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.87s) [2020-09-20T19:39:31.905Z] === RUN TestCreateServiceSecretFileMode [2020-09-20T19:39:31.905Z] --- PASS: TestCreateServiceSecretFileMode (2.18s) [2020-09-20T19:39:31.905Z] === RUN TestCreateServiceConfigFileMode [2020-09-20T19:39:32.419Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2020-09-20T19:39:32.565Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-20T19:39:32.565Z] INFO: Testing against a local daemon [2020-09-20T19:39:32.565Z] === RUN TestVolumesCreateAndList [2020-09-20T19:39:32.565Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-09-20T19:39:32.565Z] === RUN TestVolumesRemove [2020-09-20T19:39:32.565Z] --- PASS: TestVolumesRemove (0.06s) [2020-09-20T19:39:32.565Z] === RUN TestVolumesInspect [2020-09-20T19:39:32.565Z] --- PASS: TestVolumesInspect (0.04s) [2020-09-20T19:39:32.565Z] === RUN TestVolumesInvalidJSON [2020-09-20T19:39:32.565Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-09-20T19:39:32.565Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-09-20T19:39:32.565Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-09-20T19:39:32.565Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-09-20T19:39:32.565Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-09-20T19:39:32.565Z] PASS [2020-09-20T19:39:32.565Z] ok github.com/docker/docker/integration/volume 0.379s [2020-09-20T19:39:32.989Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2020-09-20T19:39:32.989Z] --- PASS: TestReplicatedJob (6.09s) [2020-09-20T19:39:32.989Z] === RUN TestUpdateReplicatedJob [2020-09-20T19:39:32.989Z] === RUN TestDockerSuite/TestDevicePermissions [2020-09-20T19:39:33.024Z] [2020-09-20T19:39:33.024Z] DONE 5 tests in 2.430s [2020-09-20T19:39:33.024Z] INFO: make.ps1 ended at 09/20/2020 19:39:32 [2020-09-20T19:39:33.024Z] INFO: Integration CLI tests being run from the host: [2020-09-20T19:39:33.024Z] 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" [2020-09-20T19:39:33.560Z] === RUN TestDockerSuite/TestDockerFails [2020-09-20T19:39:33.560Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2020-09-20T19:39:33.560Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2020-09-20T19:39:33.560Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2020-09-20T19:39:34.002Z] --- PASS: TestCreateServiceConfigFileMode (2.16s) [2020-09-20T19:39:34.002Z] === RUN TestCreateServiceSysctls [2020-09-20T19:39:34.501Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2020-09-20T19:39:35.442Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2020-09-20T19:39:36.745Z] --- PASS: TestCreateServiceSysctls (3.08s) [2020-09-20T19:39:36.745Z] === RUN TestCreateServiceCapabilities [2020-09-20T19:39:36.827Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2020-09-20T19:39:36.827Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2020-09-20T19:39:36.827Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2020-09-20T19:39:37.087Z] --- PASS: TestUpdateReplicatedJob (3.97s) [2020-09-20T19:39:37.087Z] === RUN TestServiceListWithStatuses [2020-09-20T19:39:37.087Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2020-09-20T19:39:37.087Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-09-20T19:39:37.087Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-20T19:39:37.087Z] === RUN TestDockerNetworkConnectAlias [2020-09-20T19:39:39.496Z] --- PASS: TestCreateServiceCapabilities (2.43s) [2020-09-20T19:39:39.496Z] === RUN TestInspect [2020-09-20T19:39:41.288Z] --- PASS: TestDockerNetworkConnectAlias (3.88s) [2020-09-20T19:39:41.288Z] === RUN TestDockerNetworkReConnect [2020-09-20T19:39:41.597Z] --- PASS: TestInspect (2.50s) [2020-09-20T19:39:41.597Z] === RUN TestCreateJob [2020-09-20T19:39:41.611Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-20T19:39:41.611Z] INFO: Testing against a local daemon [2020-09-20T19:39:41.611Z] === RUN TestDockerSuite [2020-09-20T19:39:41.611Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2020-09-20T19:39:41.611Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2020-09-20T19:39:41.611Z] === RUN TestDockerSuite/TestAPIErrorJSON [2020-09-20T19:39:41.611Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2020-09-20T19:39:41.611Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2020-09-20T19:39:41.611Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2020-09-20T19:39:41.611Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2020-09-20T19:39:41.611Z] === RUN TestDockerSuite/TestAPIImagesDelete [2020-09-20T19:39:41.611Z] === RUN TestDockerSuite/TestAPIImagesFilter [2020-09-20T19:39:41.611Z] === RUN TestDockerSuite/TestAPIImagesHistory [2020-09-20T19:39:41.611Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2020-09-20T19:39:42.581Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2020-09-20T19:39:43.197Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2020-09-20T19:39:45.109Z] --- PASS: TestDockerNetworkReConnect (4.29s) [2020-09-20T19:39:45.109Z] === RUN TestServicePlugin [2020-09-20T19:39:45.140Z] --- PASS: TestCreateJob (2.98s) [2020-09-20T19:39:45.140Z] === RUN TestReplicatedJob [2020-09-20T19:39:45.370Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2020-09-20T19:39:47.920Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2020-09-20T19:39:47.920Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2020-09-20T19:39:49.637Z] --- PASS: TestReplicatedJob (4.90s) [2020-09-20T19:39:49.637Z] === RUN TestUpdateReplicatedJob [2020-09-20T19:39:49.832Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2020-09-20T19:39:50.776Z] === RUN TestDockerSuite/TestEventsAttach [2020-09-20T19:39:51.718Z] === RUN TestDockerSuite/TestEventsCommit [2020-09-20T19:39:52.659Z] === RUN TestDockerSuite/TestEventsContainerEvents [2020-09-20T19:39:53.178Z] --- PASS: TestUpdateReplicatedJob (2.99s) [2020-09-20T19:39:53.178Z] === RUN TestServiceListWithStatuses [2020-09-20T19:39:53.178Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-09-20T19:39:53.178Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-20T19:39:53.178Z] === RUN TestDockerNetworkConnectAlias [2020-09-20T19:39:53.601Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2020-09-20T19:39:54.171Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2020-09-20T19:39:54.740Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2020-09-20T19:39:56.121Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2020-09-20T19:39:56.753Z] --- PASS: TestDockerNetworkConnectAlias (4.05s) [2020-09-20T19:39:56.753Z] === RUN TestDockerNetworkReConnect [2020-09-20T19:39:57.503Z] === RUN TestDockerSuite/TestEventsContainerRestart [2020-09-20T19:39:59.414Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2020-09-20T19:40:00.299Z] --- PASS: TestDockerNetworkReConnect (3.24s) [2020-09-20T19:40:00.299Z] === RUN TestServicePlugin [2020-09-20T19:40:00.299Z] --- SKIP: TestServicePlugin (0.00s) [2020-09-20T19:40:00.299Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:40:00.299Z] === RUN TestServiceUpdateLabel [2020-09-20T19:40:01.324Z] === RUN TestDockerSuite/TestEventsCopy [2020-09-20T19:40:01.826Z] --- PASS: TestServiceUpdateLabel (1.90s) [2020-09-20T19:40:01.826Z] === RUN TestServiceUpdateSecrets [2020-09-20T19:40:02.708Z] === RUN TestDockerSuite/TestEventsFilterContainer [2020-09-20T19:40:03.650Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2020-09-20T19:40:03.910Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2020-09-20T19:40:04.170Z] === RUN TestDockerSuite/TestEventsFilterImageName [2020-09-20T19:40:05.574Z] === RUN TestDockerSuite/TestEventsFilterLabels [2020-09-20T19:40:06.144Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2020-09-20T19:40:06.404Z] === RUN TestDockerSuite/TestEventsFilterType [2020-09-20T19:40:06.663Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2020-09-20T19:40:06.663Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2020-09-20T19:40:06.663Z] === RUN TestDockerSuite/TestEventsFilters [2020-09-20T19:40:08.047Z] === RUN TestDockerSuite/TestEventsFormat [2020-09-20T19:40:08.618Z] === RUN TestDockerSuite/TestEventsFormatBadField [2020-09-20T19:40:08.618Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2020-09-20T19:40:08.618Z] === RUN TestDockerSuite/TestEventsImageImport [2020-09-20T19:40:09.559Z] === RUN TestDockerSuite/TestEventsImageLoad [2020-09-20T19:40:09.559Z] === RUN TestDockerSuite/TestEventsImagePull [2020-09-20T19:40:09.818Z] === RUN TestDockerSuite/TestEventsImageTag [2020-09-20T19:40:10.757Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2020-09-20T19:40:11.016Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2020-09-20T19:40:11.016Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2020-09-20T19:40:11.016Z] === RUN TestDockerSuite/TestEventsPluginOps [2020-09-20T19:40:12.929Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2020-09-20T19:40:12.929Z] === RUN TestDockerSuite/TestEventsRename [2020-09-20T19:40:13.501Z] === RUN TestDockerSuite/TestEventsResize [2020-09-20T19:40:14.074Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2020-09-20T19:40:17.240Z] --- PASS: TestServiceUpdateSecrets (14.21s) [2020-09-20T19:40:17.240Z] === RUN TestServiceUpdateConfigs [2020-09-20T19:40:19.351Z] --- PASS: TestServicePlugin (33.32s) [2020-09-20T19:40:19.351Z] plugin_test.go:62: [d1746f13efd9f] joining swarm manager [dc8b6b7e071f3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-20T19:40:19.351Z] plugin_test.go:65: [d58dbf2acc7a0] joining swarm manager [dc8b6b7e071f3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-20T19:40:19.351Z] === RUN TestServiceUpdateLabel [2020-09-20T19:40:19.351Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2020-09-20T19:40:19.921Z] === RUN TestDockerSuite/TestEventsStreaming [2020-09-20T19:40:20.493Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2020-09-20T19:40:21.062Z] --- PASS: TestServiceUpdateLabel (2.56s) [2020-09-20T19:40:21.062Z] === RUN TestServiceUpdateSecrets [2020-09-20T19:40:23.605Z] === RUN TestDockerSuite/TestEventsTop [2020-09-20T19:40:23.872Z] === RUN TestDockerSuite/TestEventsUntag [2020-09-20T19:40:26.415Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2020-09-20T19:40:31.051Z] #33 135.3 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-09-20T19:40:31.051Z] #33 137.4 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-09-20T19:40:31.051Z] #33 138.8 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-09-20T19:40:31.619Z] #33 140.7 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-09-20T19:40:32.660Z] --- PASS: TestServiceUpdateConfigs (14.24s) [2020-09-20T19:40:32.660Z] === RUN TestServiceUpdateNetwork [2020-09-20T19:40:32.986Z] === RUN TestDockerSuite/TestExec [2020-09-20T19:40:32.986Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2020-09-20T19:40:33.246Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2020-09-20T19:40:33.506Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2020-09-20T19:40:34.076Z] === RUN TestDockerSuite/TestExecAPIStart [2020-09-20T19:40:34.908Z] #33 143.6 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-09-20T19:40:35.457Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2020-09-20T19:40:35.457Z] --- PASS: TestServiceUpdateSecrets (14.25s) [2020-09-20T19:40:35.457Z] === RUN TestServiceUpdateConfigs [2020-09-20T19:40:35.717Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2020-09-20T19:40:35.845Z] #33 145.0 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-09-20T19:40:36.656Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2020-09-20T19:40:36.917Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2020-09-20T19:40:37.227Z] #33 146.4 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-09-20T19:40:37.857Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2020-09-20T19:40:38.427Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2020-09-20T19:40:38.605Z] #33 147.9 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-09-20T19:40:38.997Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2020-09-20T19:40:39.174Z] #33 148.2 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-09-20T19:40:39.936Z] === RUN TestDockerSuite/TestExecCgroup [2020-09-20T19:40:40.506Z] === RUN TestDockerSuite/TestExecEnv [2020-09-20T19:40:41.079Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2020-09-20T19:40:41.082Z] #33 149.9 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-09-20T19:40:42.019Z] === RUN TestDockerSuite/TestExecExitStatus [2020-09-20T19:40:42.461Z] #33 151.6 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-09-20T19:40:42.590Z] === RUN TestDockerSuite/TestExecInspectID [2020-09-20T19:40:43.071Z] --- PASS: TestServiceUpdateNetwork (12.22s) [2020-09-20T19:40:43.072Z] === RUN TestServiceUpdatePidsLimit [2020-09-20T19:40:43.365Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-09-20T19:40:44.008Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-09-20T19:40:44.366Z] #33 153.4 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-09-20T19:40:45.157Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2020-09-20T19:40:45.158Z] === RUN TestDockerSuite/TestExecInteractive [2020-09-20T19:40:45.728Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2020-09-20T19:40:45.744Z] #33 155.0 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-09-20T19:40:46.668Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2020-09-20T19:40:46.680Z] #33 155.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-09-20T19:40:47.240Z] === RUN TestDockerSuite/TestExecParseError [2020-09-20T19:40:47.809Z] === RUN TestDockerSuite/TestExecPausedContainer [2020-09-20T19:40:48.060Z] #33 157.3 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-09-20T19:40:48.380Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2020-09-20T19:40:48.950Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2020-09-20T19:40:49.439Z] #33 158.6 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-09-20T19:40:50.334Z] === RUN TestDockerSuite/TestExecSetEnv [2020-09-20T19:40:50.334Z] --- PASS: TestServiceUpdateConfigs (15.08s) [2020-09-20T19:40:50.334Z] === RUN TestServiceUpdateNetwork [2020-09-20T19:40:50.905Z] === RUN TestDockerSuite/TestExecStartFails [2020-09-20T19:40:50.915Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-09-20T19:40:51.343Z] #33 160.5 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-09-20T19:40:51.848Z] === RUN TestDockerSuite/TestExecStateCleanup [2020-09-20T19:40:52.723Z] #33 161.8 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-09-20T19:40:54.100Z] #33 163.1 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-09-20T19:40:55.477Z] #33 164.6 [2020-09-20T19:40:56.044Z] #33 DONE 165.2s [2020-09-20T19:40:56.044Z] [2020-09-20T19:40:56.044Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2020-09-20T19:40:57.423Z] #34 DONE 1.2s [2020-09-20T19:40:58.802Z] [2020-09-20T19:40:58.802Z] #35 [runner 12/12] COPY --from=builder /build/ / [2020-09-20T19:40:59.369Z] #35 DONE 0.6s [2020-09-20T19:40:59.369Z] [2020-09-20T19:40:59.369Z] #36 exporting to image [2020-09-20T19:40:59.369Z] #36 exporting layers [2020-09-20T19:40:59.408Z] --- PASS: TestServiceUpdatePidsLimit (16.02s) [2020-09-20T19:40:59.408Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.74s) [2020-09-20T19:40:59.408Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.88s) [2020-09-20T19:40:59.408Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.87s) [2020-09-20T19:40:59.408Z] PASS [2020-09-20T19:40:59.408Z] [2020-09-20T19:40:59.409Z] === Skipped [2020-09-20T19:40:59.409Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2020-09-20T19:40:59.409Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-20T19:40:59.409Z] [2020-09-20T19:40:59.409Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2020-09-20T19:40:59.409Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-20T19:40:59.409Z] [2020-09-20T19:40:59.409Z] [2020-09-20T19:40:59.409Z] DONE 27 tests, 2 skipped in 129.560s [2020-09-20T19:40:59.409Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2020-09-20T19:40:59.409Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:40:59.409Z] ++ set -e [2020-09-20T19:40:59.409Z] ++ '[' -n 0 ']' [2020-09-20T19:40:59.409Z] ++ set -x [2020-09-20T19:40:59.409Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:40:59.409Z] INFO: Testing against a local daemon [2020-09-20T19:40:59.409Z] === RUN TestSessionCreate [2020-09-20T19:40:59.409Z] --- PASS: TestSessionCreate (0.03s) [2020-09-20T19:40:59.409Z] === RUN TestSessionCreateWithBadUpgrade [2020-09-20T19:40:59.409Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2020-09-20T19:40:59.409Z] PASS [2020-09-20T19:40:59.409Z] [2020-09-20T19:40:59.409Z] DONE 2 tests in 0.148s [2020-09-20T19:40:59.409Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2020-09-20T19:40:59.409Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:40:59.409Z] ++ set -e [2020-09-20T19:40:59.409Z] ++ '[' -n 0 ']' [2020-09-20T19:40:59.409Z] ++ set -x [2020-09-20T19:40:59.409Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:40:59.409Z] INFO: Testing against a local daemon [2020-09-20T19:40:59.409Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-09-20T19:40:59.409Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-20T19:40:59.409Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-20T19:40:59.409Z] === RUN TestEventsExecDie [2020-09-20T19:40:59.409Z] --- PASS: TestEventsExecDie (0.57s) [2020-09-20T19:40:59.409Z] === RUN TestEventsBackwardsCompatible [2020-09-20T19:40:59.409Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2020-09-20T19:40:59.409Z] === RUN TestInfoBinaryCommits [2020-09-20T19:40:59.409Z] --- PASS: TestInfoBinaryCommits (0.03s) [2020-09-20T19:40:59.409Z] === RUN TestInfoAPIVersioned [2020-09-20T19:40:59.409Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-09-20T19:40:59.409Z] === RUN TestInfoDiscoveryBackend [2020-09-20T19:41:00.044Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2020-09-20T19:41:00.044Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-09-20T19:41:01.165Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-09-20T19:41:01.165Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-09-20T19:41:01.460Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2020-09-20T19:41:01.460Z] === RUN TestInfoAPI [2020-09-20T19:41:01.460Z] --- PASS: TestInfoAPI (0.04s) [2020-09-20T19:41:01.460Z] === RUN TestInfoAPIWarnings [2020-09-20T19:41:02.110Z] --- PASS: TestInfoAPIWarnings (0.53s) [2020-09-20T19:41:02.110Z] === RUN TestInfoDebug [2020-09-20T19:41:02.409Z] --- PASS: TestInfoDebug (0.53s) [2020-09-20T19:41:02.409Z] === RUN TestInfoInsecureRegistries [2020-09-20T19:41:02.658Z] #36 exporting layers 3.1s done [2020-09-20T19:41:02.658Z] #36 writing image sha256:8bf4410d60b7da2e03ebc6ca36dd089f8dc141fe55bd45e589dcaf5f8024810b done [2020-09-20T19:41:02.658Z] #36 naming to docker.io/library/moby-e2e-test done [2020-09-20T19:41:02.658Z] #36 DONE 3.1s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-09-20T19:41:02.984Z] + echo Ensuring container killed. [2020-09-20T19:41:02.984Z] Ensuring container killed. [2020-09-20T19:41:02.984Z] + docker rm -vf docker-pr32 [2020-09-20T19:41:02.984Z] Error: No such container: docker-pr32 [2020-09-20T19:41:02.984Z] + true [Pipeline] sh [2020-09-20T19:41:03.070Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2020-09-20T19:41:03.071Z] === RUN TestInfoRegistryMirrors [2020-09-20T19:41:03.280Z] + echo Chowning /workspace to jenkins user [2020-09-20T19:41:03.280Z] Chowning /workspace to jenkins user [2020-09-20T19:41:03.280Z] + id -u [2020-09-20T19:41:03.280Z] + id -g [2020-09-20T19:41:03.280Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-38469:/workspace busybox chown -R 1000:1000 /workspace [2020-09-20T19:41:03.712Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2020-09-20T19:41:03.712Z] === RUN TestLoginFailsWithBadCredentials [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-09-20T19:41:04.010Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s) [2020-09-20T19:41:04.010Z] === RUN TestPingCacheHeaders [2020-09-20T19:41:04.010Z] --- PASS: TestPingCacheHeaders (0.03s) [2020-09-20T19:41:04.010Z] === RUN TestPingGet [2020-09-20T19:41:04.010Z] --- PASS: TestPingGet (0.02s) [2020-09-20T19:41:04.010Z] === RUN TestPingHead [2020-09-20T19:41:04.010Z] --- PASS: TestPingHead (0.03s) [2020-09-20T19:41:04.010Z] === RUN TestVersion [2020-09-20T19:41:04.010Z] --- PASS: TestVersion (0.03s) [2020-09-20T19:41:04.010Z] PASS [2020-09-20T19:41:04.010Z] [2020-09-20T19:41:04.010Z] === Skipped [2020-09-20T19:41:04.010Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-20T19:41:04.010Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-20T19:41:04.010Z] [2020-09-20T19:41:04.010Z] [2020-09-20T19:41:04.010Z] DONE 18 tests, 1 skipped in 5.482s [2020-09-20T19:41:04.010Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2020-09-20T19:41:04.010Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:41:04.010Z] ++ set -e [2020-09-20T19:41:04.010Z] ++ '[' -n 0 ']' [2020-09-20T19:41:04.010Z] ++ set -x [2020-09-20T19:41:04.010Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-09-20T19:41:04.070Z] === RUN TestDockerSuite/TestExecStopNotHanging [2020-09-20T19:41:04.070Z] === RUN TestDockerSuite/TestExecTTY [2020-09-20T19:41:04.070Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2020-09-20T19:41:04.070Z] --- PASS: TestServiceUpdateNetwork (13.48s) [2020-09-20T19:41:04.070Z] === RUN TestServiceUpdatePidsLimit [2020-09-20T19:41:04.197Z] + bundleName=unit [2020-09-20T19:41:04.197Z] + echo Creating unit-bundles.tar.gz [2020-09-20T19:41:04.197Z] Creating unit-bundles.tar.gz [2020-09-20T19:41:04.197Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2020-09-20T19:41:04.197Z] bundles/junit-report.xml [2020-09-20T19:41:04.197Z] bundles/go-test-report.json [2020-09-20T19:41:04.197Z] bundles/profile.out [Pipeline] archiveArtifacts [2020-09-20T19:41:04.209Z] Archiving artifacts [2020-09-20T19:41:04.304Z] INFO: Testing against a local daemon [2020-09-20T19:41:04.304Z] === RUN TestVolumesCreateAndList [2020-09-20T19:41:04.304Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-09-20T19:41:04.304Z] === RUN TestVolumesRemove [2020-09-20T19:41:04.304Z] --- PASS: TestVolumesRemove (0.07s) [2020-09-20T19:41:04.304Z] === RUN TestVolumesInspect [2020-09-20T19:41:04.304Z] --- PASS: TestVolumesInspect (0.02s) [2020-09-20T19:41:04.304Z] === RUN TestVolumesInvalidJSON [2020-09-20T19:41:04.304Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-09-20T19:41:04.304Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-09-20T19:41:04.304Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-09-20T19:41:04.304Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2020-09-20T19:41:04.304Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-09-20T19:41:04.304Z] PASS [2020-09-20T19:41:04.304Z] [2020-09-20T19:41:04.304Z] DONE 5 tests in 0.211s [2020-09-20T19:41:04.304Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-09-20T19:41:04.329Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2020-09-20T19:41:04.597Z] ++++ cat bundles/test-integration/docker.pid [2020-09-20T19:41:04.597Z] +++ kill 13806 [2020-09-20T19:41:04.837Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-38469/32/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-09-20T19:41:04.899Z] === RUN TestDockerSuite/TestExecUlimits [2020-09-20T19:41:05.152Z] + make clean [2020-09-20T19:41:05.159Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-09-20T19:41:05.412Z] docker volume rm -f docker-dev-cache [2020-09-20T19:41:05.412Z] docker-dev-cache [Pipeline] deleteDir [2020-09-20T19:41:05.419Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2020-09-20T19:41:05.419Z] === RUN TestDockerSuite/TestExecWithImageUser [2020-09-20T19:41:05.673Z] +++ /etc/init.d/apparmor stop [2020-09-20T19:41:05.674Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-20T19:41:05.674Z] [2020-09-20T19:41:05.674Z] Unloading profiles will leave already running processes permanently [2020-09-20T19:41:05.674Z] unconfined, which can lead to unexpected situations. [2020-09-20T19:41:05.674Z] [2020-09-20T19:41:05.674Z] To set a process to complain mode, use the command line tool [2020-09-20T19:41:05.674Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-20T19:41:05.674Z] +++ true [2020-09-20T19:41:05.674Z] exiting test-integration [2020-09-20T19:41:05.674Z] ++ exit 0 [2020-09-20T19:41:05.674Z] [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-20T19:41:05.989Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-09-20T19:41:06.930Z] === RUN TestDockerSuite/TestExecWithNoTERM Post stage [Pipeline] junit [2020-09-20T19:41:07.252Z] Recording test results [2020-09-20T19:41:07.502Z] === RUN TestDockerSuite/TestExecWithPrivileged [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-09-20T19:41:07.979Z] + echo Ensuring container killed. [2020-09-20T19:41:07.979Z] Ensuring container killed. [2020-09-20T19:41:07.979Z] + docker rm -vf docker-pr32 [2020-09-20T19:41:07.979Z] Error: No such container: docker-pr32 [2020-09-20T19:41:07.979Z] + true [Pipeline] sh [2020-09-20T19:41:08.364Z] + echo Chowning /workspace to jenkins user [2020-09-20T19:41:08.364Z] Chowning /workspace to jenkins user [2020-09-20T19:41:08.364Z] + id -u [2020-09-20T19:41:08.364Z] + id -g [2020-09-20T19:41:08.364Z] + docker run --rm -v /home/docker/workspace/moby_PR-38469:/workspace busybox chown -R 1001:1001 /workspace [2020-09-20T19:41:08.364Z] Unable to find image 'busybox:latest' locally [2020-09-20T19:41:08.469Z] === RUN TestDockerSuite/TestExecWithTERM [2020-09-20T19:41:08.658Z] latest: Pulling from library/busybox [2020-09-20T19:41:08.658Z] d997fe81ee23: Pulling fs layer [2020-09-20T19:41:08.733Z] === RUN TestDockerSuite/TestExecWithUser [2020-09-20T19:41:08.956Z] d997fe81ee23: Verifying Checksum [2020-09-20T19:41:08.956Z] d997fe81ee23: Download complete [2020-09-20T19:41:08.956Z] d997fe81ee23: Pull complete [2020-09-20T19:41:08.956Z] Digest: sha256:d366a4665ab44f0648d7a00ae3fae139d55e32f9712c67accd604bb55df9d05a [2020-09-20T19:41:08.956Z] Status: Downloaded newer image for busybox:latest [2020-09-20T19:41:09.303Z] === RUN TestDockerSuite/TestGetContainerStats [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-09-20T19:41:10.872Z] + bundleName=ppc64le-integration [2020-09-20T19:41:10.872Z] + echo Creating ppc64le-integration-bundles.tar.gz [2020-09-20T19:41:10.872Z] Creating ppc64le-integration-bundles.tar.gz [2020-09-20T19:41:10.872Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name+ *-report.json -o -name *.logxargs -o tar -name -czf *.prof ppc64le-integration-bundles.tar.gz -o [2020-09-20T19:41:10.872Z] -name *-report.xml ) -print [Pipeline] archiveArtifacts [2020-09-20T19:41:10.926Z] Archiving artifacts [2020-09-20T19:41:11.362Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-38469/32/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-09-20T19:41:11.762Z] + make clean [2020-09-20T19:41:12.058Z] make: command: Command not found [2020-09-20T19:41:12.058Z] make: command: Command not found [2020-09-20T19:41:12.058Z] docker volume rm -f docker-dev-cache [2020-09-20T19:41:12.058Z] docker-dev-cache [Pipeline] deleteDir [2020-09-20T19:41:13.499Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-09-20T19:41:13.759Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-20T19:41:19.035Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2020-09-20T19:41:19.973Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2020-09-20T19:41:20.542Z] --- PASS: TestServiceUpdatePidsLimit (16.54s) [2020-09-20T19:41:20.542Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.85s) [2020-09-20T19:41:20.542Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.91s) [2020-09-20T19:41:20.542Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2020-09-20T19:41:20.542Z] PASS [2020-09-20T19:41:20.542Z] [2020-09-20T19:41:20.542Z] === Skipped [2020-09-20T19:41:20.542Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-09-20T19:41:20.542Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-20T19:41:20.542Z] [2020-09-20T19:41:20.542Z] [2020-09-20T19:41:20.542Z] DONE 27 tests, 1 skipped in 182.665s [2020-09-20T19:41:20.542Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-09-20T19:41:20.542Z] ++ 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 [2020-09-20T19:41:20.542Z] ++ set -e [2020-09-20T19:41:20.542Z] ++ '[' -n 0 ']' [2020-09-20T19:41:20.542Z] ++ set -x [2020-09-20T19:41:20.542Z] ++ 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 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 [2020-09-20T19:41:20.542Z] INFO: Testing against a local daemon [2020-09-20T19:41:20.542Z] === RUN TestSessionCreate [2020-09-20T19:41:20.542Z] --- PASS: TestSessionCreate (0.02s) [2020-09-20T19:41:20.542Z] === RUN TestSessionCreateWithBadUpgrade [2020-09-20T19:41:20.542Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-09-20T19:41:20.542Z] PASS [2020-09-20T19:41:20.542Z] [2020-09-20T19:41:20.542Z] DONE 2 tests in 0.151s [2020-09-20T19:41:20.542Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-09-20T19:41:20.542Z] ++ 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 [2020-09-20T19:41:20.542Z] ++ set -e [2020-09-20T19:41:20.542Z] ++ '[' -n 0 ']' [2020-09-20T19:41:20.542Z] ++ set -x [2020-09-20T19:41:20.542Z] ++ 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 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 [2020-09-20T19:41:20.802Z] INFO: Testing against a local daemon [2020-09-20T19:41:20.802Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-09-20T19:41:20.802Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-20T19:41:20.802Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-20T19:41:20.802Z] === RUN TestEventsExecDie [2020-09-20T19:41:21.370Z] --- PASS: TestEventsExecDie (0.52s) [2020-09-20T19:41:21.370Z] === RUN TestEventsBackwardsCompatible [2020-09-20T19:41:21.370Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2020-09-20T19:41:21.370Z] === RUN TestInfoBinaryCommits [2020-09-20T19:41:21.371Z] --- PASS: TestInfoBinaryCommits (0.02s) [2020-09-20T19:41:21.371Z] === RUN TestInfoAPIVersioned [2020-09-20T19:41:21.371Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-09-20T19:41:21.371Z] === RUN TestInfoDiscoveryBackend [2020-09-20T19:41:21.939Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2020-09-20T19:41:21.939Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-09-20T19:41:22.878Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-09-20T19:41:22.878Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-09-20T19:41:23.449Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2020-09-20T19:41:23.449Z] === RUN TestInfoAPI [2020-09-20T19:41:23.449Z] --- PASS: TestInfoAPI (0.03s) [2020-09-20T19:41:23.449Z] === RUN TestInfoAPIWarnings [2020-09-20T19:41:24.018Z] --- PASS: TestInfoAPIWarnings (0.52s) [2020-09-20T19:41:24.018Z] === RUN TestInfoDebug [2020-09-20T19:41:24.588Z] --- PASS: TestInfoDebug (0.54s) [2020-09-20T19:41:24.588Z] === RUN TestInfoInsecureRegistries [2020-09-20T19:41:24.588Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2020-09-20T19:41:24.849Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2020-09-20T19:41:25.112Z] --- PASS: TestInfoInsecureRegistries (0.55s) [2020-09-20T19:41:25.112Z] === RUN TestInfoRegistryMirrors [2020-09-20T19:41:25.112Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2020-09-20T19:41:25.112Z] === RUN TestDockerSuite/TestHealth [2020-09-20T19:41:25.682Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2020-09-20T19:41:25.682Z] === RUN TestLoginFailsWithBadCredentials [2020-09-20T19:41:25.682Z] --- PASS: TestLoginFailsWithBadCredentials (0.24s) [2020-09-20T19:41:25.682Z] === RUN TestPingCacheHeaders [2020-09-20T19:41:25.682Z] --- PASS: TestPingCacheHeaders (0.02s) [2020-09-20T19:41:25.682Z] === RUN TestPingGet [2020-09-20T19:41:25.682Z] --- PASS: TestPingGet (0.02s) [2020-09-20T19:41:25.682Z] === RUN TestPingHead [2020-09-20T19:41:25.943Z] --- PASS: TestPingHead (0.03s) [2020-09-20T19:41:25.943Z] === RUN TestVersion [2020-09-20T19:41:25.943Z] --- PASS: TestVersion (0.03s) [2020-09-20T19:41:25.943Z] PASS [2020-09-20T19:41:25.943Z] [2020-09-20T19:41:25.943Z] === Skipped [2020-09-20T19:41:25.943Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-20T19:41:25.943Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-20T19:41:25.943Z] [2020-09-20T19:41:25.943Z] [2020-09-20T19:41:25.943Z] DONE 18 tests, 1 skipped in 5.288s [2020-09-20T19:41:25.943Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-09-20T19:41:25.943Z] ++ 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 [2020-09-20T19:41:25.943Z] ++ set -e [2020-09-20T19:41:25.943Z] ++ '[' -n 0 ']' [2020-09-20T19:41:25.943Z] ++ set -x [2020-09-20T19:41:25.943Z] ++ 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 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 [2020-09-20T19:41:25.943Z] INFO: Testing against a local daemon [2020-09-20T19:41:25.943Z] === RUN TestVolumesCreateAndList [2020-09-20T19:41:25.943Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-09-20T19:41:25.943Z] === RUN TestVolumesRemove [2020-09-20T19:41:26.204Z] --- PASS: TestVolumesRemove (0.09s) [2020-09-20T19:41:26.204Z] === RUN TestVolumesInspect [2020-09-20T19:41:26.204Z] --- PASS: TestVolumesInspect (0.02s) [2020-09-20T19:41:26.204Z] === RUN TestVolumesInvalidJSON [2020-09-20T19:41:26.204Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-09-20T19:41:26.204Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-09-20T19:41:26.204Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-09-20T19:41:26.204Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2020-09-20T19:41:26.204Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-09-20T19:41:26.204Z] PASS [2020-09-20T19:41:26.204Z] [2020-09-20T19:41:26.204Z] DONE 5 tests in 0.302s [2020-09-20T19:41:26.204Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-09-20T19:41:26.465Z] ++++ cat bundles/test-integration/docker.pid [2020-09-20T19:41:26.465Z] +++ kill 5617 [2020-09-20T19:41:27.855Z] +++ /etc/init.d/apparmor stop [2020-09-20T19:41:27.855Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-20T19:41:27.855Z] [2020-09-20T19:41:27.855Z] Unloading profiles will leave already running processes permanently [2020-09-20T19:41:27.855Z] unconfined, which can lead to unexpected situations. [2020-09-20T19:41:27.855Z] [2020-09-20T19:41:27.855Z] To set a process to complain mode, use the command line tool [2020-09-20T19:41:27.855Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-20T19:41:27.855Z] +++ true [2020-09-20T19:41:27.855Z] exiting test-integration [2020-09-20T19:41:27.855Z] ++ exit 0 [2020-09-20T19:41:27.855Z] [2020-09-20T19:41:28.115Z] + for job in $(jobs -p) [2020-09-20T19:41:28.115Z] + wait 7287 [2020-09-20T19:41:46.215Z] === RUN TestDockerSuite/TestHistoryExistentImage [2020-09-20T19:41:46.215Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2020-09-20T19:41:46.215Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2020-09-20T19:41:46.215Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2020-09-20T19:41:46.215Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2020-09-20T19:41:46.215Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2020-09-20T19:41:46.215Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2020-09-20T19:41:46.215Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2020-09-20T19:41:46.215Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2020-09-20T19:41:46.215Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2020-09-20T19:41:46.215Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2020-09-20T19:41:46.215Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2020-09-20T19:41:46.215Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2020-09-20T19:41:46.215Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2020-09-20T19:41:46.474Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2020-09-20T19:41:46.474Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2020-09-20T19:41:47.045Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2020-09-20T19:41:47.306Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2020-09-20T19:41:47.567Z] === RUN TestDockerSuite/TestImagesFormat [2020-09-20T19:41:47.830Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2020-09-20T19:41:48.399Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2020-09-20T19:41:50.936Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2020-09-20T19:41:50.937Z] === RUN TestDockerSuite/TestImportBadURL [2020-09-20T19:41:50.937Z] === RUN TestDockerSuite/TestImportDisplay [2020-09-20T19:41:52.318Z] === RUN TestDockerSuite/TestImportFile [2020-09-20T19:41:53.259Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2020-09-20T19:41:53.259Z] === RUN TestDockerSuite/TestImportFileWithMessage [2020-09-20T19:41:54.200Z] === RUN TestDockerSuite/TestImportGzipped [2020-09-20T19:41:55.583Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2020-09-20T19:41:56.524Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2020-09-20T19:41:56.793Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2020-09-20T19:41:57.373Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2020-09-20T19:41:57.942Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2020-09-20T19:41:57.942Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2020-09-20T19:41:57.942Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2020-09-20T19:41:58.512Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2020-09-20T19:41:58.773Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2020-09-20T19:41:59.343Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2020-09-20T19:41:59.604Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2020-09-20T19:42:00.176Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2020-09-20T19:42:00.436Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2020-09-20T19:42:00.436Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2020-09-20T19:42:01.817Z] === RUN TestDockerSuite/TestInspectAmpersand [2020-09-20T19:42:02.078Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2020-09-20T19:42:02.653Z] === RUN TestDockerSuite/TestInspectByPrefix [2020-09-20T19:42:02.653Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2020-09-20T19:42:02.913Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2020-09-20T19:42:02.913Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2020-09-20T19:42:03.852Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2020-09-20T19:42:04.114Z] === RUN TestDockerSuite/TestInspectDefault [2020-09-20T19:42:04.684Z] === RUN TestDockerSuite/TestInspectHistory [2020-09-20T19:42:05.254Z] === RUN TestDockerSuite/TestInspectImage [2020-09-20T19:42:05.254Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2020-09-20T19:42:05.254Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2020-09-20T19:42:05.254Z] === RUN TestDockerSuite/TestInspectInt64 [2020-09-20T19:42:05.514Z] === RUN TestDockerSuite/TestInspectJSONFields [2020-09-20T19:42:06.084Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2020-09-20T19:42:06.084Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2020-09-20T19:42:06.655Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2020-09-20T19:42:06.915Z] === RUN TestDockerSuite/TestInspectPlugin [2020-09-20T19:42:08.824Z] === RUN TestDockerSuite/TestInspectRootFS [2020-09-20T19:42:08.824Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2020-09-20T19:42:08.824Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2020-09-20T19:42:09.085Z] === RUN TestDockerSuite/TestInspectStatus [2020-09-20T19:42:10.025Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2020-09-20T19:42:10.259Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2020-09-20T19:42:10.259Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2020-09-20T19:42:10.259Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2020-09-20T19:42:10.259Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2020-09-20T19:42:10.259Z] === RUN TestDockerSuite/TestAPINetworkFilter [2020-09-20T19:42:10.259Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2020-09-20T19:42:10.259Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2020-09-20T19:42:10.260Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2020-09-20T19:42:10.260Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2020-09-20T19:42:10.260Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2020-09-20T19:42:10.260Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2020-09-20T19:42:10.260Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2020-09-20T19:42:11.408Z] === RUN TestDockerSuite/TestInspectTemplateError [2020-09-20T19:42:11.671Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2020-09-20T19:42:12.622Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2020-09-20T19:42:13.562Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2020-09-20T19:42:13.562Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2020-09-20T19:42:13.823Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2020-09-20T19:42:14.396Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2020-09-20T19:42:14.948Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2020-09-20T19:42:14.948Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2020-09-20T19:42:14.948Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2020-09-20T19:42:14.965Z] === RUN TestDockerSuite/TestInspectUnknownObject [2020-09-20T19:42:14.965Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2020-09-20T19:42:16.877Z] === RUN TestDockerSuite/TestLinkShortDefinition [2020-09-20T19:42:17.855Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2020-09-20T19:42:18.259Z] === RUN TestDockerSuite/TestLinksEnvs [2020-09-20T19:42:19.200Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2020-09-20T19:42:19.460Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2020-09-20T19:42:20.034Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2020-09-20T19:42:20.034Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2020-09-20T19:42:20.034Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2020-09-20T19:42:20.034Z] === RUN TestDockerSuite/TestAttachDisconnect [2020-09-20T19:42:20.035Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2020-09-20T19:42:20.845Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2020-09-20T19:42:22.213Z] === RUN TestDockerSuite/TestAttachPausedContainer [2020-09-20T19:42:22.213Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2020-09-20T19:42:22.213Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2020-09-20T19:42:22.754Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2020-09-20T19:42:24.135Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2020-09-20T19:42:24.135Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2020-09-20T19:42:25.519Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2020-09-20T19:42:25.519Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2020-09-20T19:42:26.091Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2020-09-20T19:42:32.677Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2020-09-20T19:42:32.677Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2020-09-20T19:42:34.587Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2020-09-20T19:42:34.612Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2020-09-20T19:42:35.528Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2020-09-20T19:42:36.469Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2020-09-20T19:42:38.383Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2020-09-20T19:42:38.383Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2020-09-20T19:42:38.954Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2020-09-20T19:42:38.954Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2020-09-20T19:42:38.954Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2020-09-20T19:42:39.524Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2020-09-20T19:42:39.784Z] === RUN TestDockerSuite/TestLogsAPIUntil [2020-09-20T19:42:43.980Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2020-09-20T19:42:43.980Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2020-09-20T19:42:48.177Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2020-09-20T19:42:48.746Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2020-09-20T19:42:48.746Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2020-09-20T19:42:49.317Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2020-09-20T19:42:49.577Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2020-09-20T19:42:50.960Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2020-09-20T19:42:51.904Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2020-09-20T19:42:52.845Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2020-09-20T19:42:53.787Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2020-09-20T19:42:56.329Z] === RUN TestDockerSuite/TestLogsFollowStopped [2020-09-20T19:42:56.589Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2020-09-20T19:42:56.849Z] === RUN TestDockerSuite/TestLogsSince [2020-09-20T19:43:03.421Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2020-09-20T19:43:05.328Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2020-09-20T19:43:09.526Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2020-09-20T19:43:09.526Z] === RUN TestDockerSuite/TestLogsTail [2020-09-20T19:43:10.096Z] === RUN TestDockerSuite/TestLogsTimestamps [2020-09-20T19:43:10.669Z] === RUN TestDockerSuite/TestLogsWithDetails [2020-09-20T19:43:10.669Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2020-09-20T19:43:11.238Z] === RUN TestDockerSuite/TestMountIntoProc [2020-09-20T19:43:11.499Z] === RUN TestDockerSuite/TestMountIntoSys [2020-09-20T19:43:12.071Z] === RUN TestDockerSuite/TestNetHostname [2020-09-20T19:43:13.996Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2020-09-20T19:43:13.996Z] === RUN TestDockerSuite/TestNetworkEvents [2020-09-20T19:43:14.938Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2020-09-20T19:43:16.322Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2020-09-20T19:43:16.894Z] === RUN TestDockerSuite/TestPluginActive [2020-09-20T19:43:18.804Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2020-09-20T19:43:24.087Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2020-09-20T19:43:24.087Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2020-09-20T19:43:24.087Z] === RUN TestDockerSuite/TestPluginLogDriver [2020-09-20T19:43:26.627Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2020-09-20T19:43:28.008Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2020-09-20T19:43:29.916Z] === RUN TestDockerSuite/TestPluginUpgrade [2020-09-20T19:43:34.113Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2020-09-20T19:43:35.068Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2020-09-20T19:43:35.645Z] === RUN TestDockerSuite/TestPortHostBinding [2020-09-20T19:43:36.585Z] === RUN TestDockerSuite/TestPortList [2020-09-20T19:43:39.125Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2020-09-20T19:43:41.667Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2020-09-20T19:43:43.049Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2020-09-20T19:43:44.434Z] === RUN TestDockerSuite/TestPostContainersAttach [2020-09-20T19:43:51.011Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2020-09-20T19:43:51.011Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2020-09-20T19:43:51.011Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2020-09-20T19:43:51.011Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2020-09-20T19:43:51.011Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2020-09-20T19:43:51.582Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2020-09-20T19:43:51.582Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2020-09-20T19:43:51.842Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2020-09-20T19:43:51.842Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2020-09-20T19:43:53.226Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2020-09-20T19:43:53.226Z] === RUN TestDockerSuite/TestPruneContainerLabel [2020-09-20T19:43:55.137Z] === RUN TestDockerSuite/TestPruneContainerUntil [2020-09-20T19:43:56.086Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2020-09-20T19:43:56.346Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2020-09-20T19:43:56.605Z] === RUN TestDockerSuite/TestPsByOrder [2020-09-20T19:43:58.516Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2020-09-20T19:43:59.086Z] === RUN TestDockerSuite/TestPsListContainersBase [2020-09-20T19:44:00.662Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2020-09-20T19:44:00.662Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2020-09-20T19:44:01.632Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2020-09-20T19:44:04.174Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2020-09-20T19:44:04.174Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2020-09-20T19:44:04.434Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2020-09-20T19:44:05.351Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2020-09-20T19:44:05.351Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2020-09-20T19:44:06.977Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2020-09-20T19:44:09.089Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2020-09-20T19:44:09.089Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2020-09-20T19:44:09.089Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2020-09-20T19:44:09.089Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2020-09-20T19:44:09.089Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2020-09-20T19:44:09.548Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2020-09-20T19:44:10.007Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2020-09-20T19:44:12.914Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2020-09-20T19:44:13.556Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2020-09-20T19:44:13.883Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2020-09-20T19:44:13.883Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2020-09-20T19:44:13.883Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2020-09-20T19:44:13.883Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2020-09-20T19:44:14.494Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2020-09-20T19:44:15.878Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2020-09-20T19:44:16.061Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2020-09-20T19:44:16.819Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2020-09-20T19:44:17.767Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2020-09-20T19:44:19.149Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2020-09-20T19:44:21.058Z] === RUN TestDockerSuite/TestPsListContainersSize [2020-09-20T19:44:21.999Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2020-09-20T19:44:21.999Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2020-09-20T19:44:22.939Z] === RUN TestDockerSuite/TestPsRightTagName [2020-09-20T19:44:24.852Z] === RUN TestDockerSuite/TestPsShowMounts [2020-09-20T19:44:26.384Z] === RUN TestDockerSuite/TestBuildAddNonTar [2020-09-20T19:44:26.761Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2020-09-20T19:44:26.761Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2020-09-20T19:44:26.761Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2020-09-20T19:44:27.020Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2020-09-20T19:44:27.280Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2020-09-20T19:44:27.280Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2020-09-20T19:44:27.850Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2020-09-20T19:44:28.790Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2020-09-20T19:44:29.729Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2020-09-20T19:44:29.989Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2020-09-20T19:44:29.989Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2020-09-20T19:44:36.712Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2020-09-20T19:44:36.712Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2020-09-20T19:44:36.712Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2020-09-20T19:44:38.121Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2020-09-20T19:44:39.065Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2020-09-20T19:44:39.621Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2020-09-20T19:44:40.589Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2020-09-20T19:44:40.975Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2020-09-20T19:44:40.975Z] === RUN TestDockerSuite/TestRestartPolicyNO [2020-09-20T19:44:40.975Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2020-09-20T19:44:40.975Z] === RUN TestDockerSuite/TestRestartRunningContainer [2020-09-20T19:44:43.514Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2020-09-20T19:44:43.774Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2020-09-20T19:44:44.328Z] === RUN TestDockerSuite/TestBuildAddScript [2020-09-20T19:44:44.328Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2020-09-20T19:44:44.328Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2020-09-20T19:44:44.328Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2020-09-20T19:44:44.328Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2020-09-20T19:44:44.786Z] === RUN TestDockerSuite/TestBuildAddTar [2020-09-20T19:44:46.315Z] === RUN TestDockerSuite/TestRestartWithVolumes [2020-09-20T19:44:46.885Z] === RUN TestDockerSuite/TestRmiBlank [2020-09-20T19:44:46.885Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2020-09-20T19:44:47.144Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2020-09-20T19:44:49.686Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2020-09-20T19:44:49.946Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2020-09-20T19:44:50.517Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2020-09-20T19:44:51.900Z] === RUN TestDockerSuite/TestRmiImgIDForce [2020-09-20T19:44:52.469Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2020-09-20T19:44:53.410Z] === RUN TestDockerSuite/TestRmiParentImageFail [2020-09-20T19:44:53.980Z] === RUN TestDockerSuite/TestRmiTag [2020-09-20T19:44:54.242Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2020-09-20T19:44:54.502Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2020-09-20T19:44:57.060Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2020-09-20T19:44:57.060Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2020-09-20T19:44:58.003Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2020-09-20T19:44:58.574Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2020-09-20T19:44:58.835Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2020-09-20T19:44:59.777Z] === RUN TestDockerSuite/TestRunAddHost [2020-09-20T19:45:00.349Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2020-09-20T19:45:00.921Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2020-09-20T19:45:01.492Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2020-09-20T19:45:01.753Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2020-09-20T19:45:02.325Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2020-09-20T19:45:03.265Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2020-09-20T19:45:03.839Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2020-09-20T19:45:04.780Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2020-09-20T19:45:05.041Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2020-09-20T19:45:05.982Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2020-09-20T19:45:06.921Z] === RUN TestDockerSuite/TestRunAttachDetach [2020-09-20T19:45:07.492Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2020-09-20T19:45:08.062Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2020-09-20T19:45:08.632Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2020-09-20T19:45:09.202Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2020-09-20T19:45:09.772Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2020-09-20T19:45:10.713Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2020-09-20T19:45:11.282Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2020-09-20T19:45:11.861Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2020-09-20T19:45:12.431Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2020-09-20T19:45:12.691Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2020-09-20T19:45:12.691Z] === RUN TestDockerSuite/TestRunBindMounts [2020-09-20T19:45:14.073Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2020-09-20T19:45:14.332Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2020-09-20T19:45:14.902Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2020-09-20T19:45:15.476Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2020-09-20T19:45:15.736Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2020-09-20T19:45:15.736Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2020-09-20T19:45:16.306Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2020-09-20T19:45:16.878Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2020-09-20T19:45:17.139Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2020-09-20T19:45:17.709Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2020-09-20T19:45:18.279Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2020-09-20T19:45:18.279Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2020-09-20T19:45:19.223Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2020-09-20T19:45:19.223Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2020-09-20T19:45:19.793Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2020-09-20T19:45:20.362Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2020-09-20T19:45:20.622Z] === RUN TestDockerSuite/TestRunContainerNetwork [2020-09-20T19:45:21.192Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2020-09-20T19:45:21.192Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2020-09-20T19:45:21.762Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2020-09-20T19:45:22.701Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2020-09-20T19:45:23.640Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2020-09-20T19:45:24.580Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2020-09-20T19:45:25.150Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2020-09-20T19:45:25.720Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2020-09-20T19:45:26.684Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2020-09-20T19:45:26.944Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2020-09-20T19:45:27.324Z] === RUN TestDockerSuite/TestBuildAddTarXz [2020-09-20T19:45:27.324Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2020-09-20T19:45:27.324Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2020-09-20T19:45:27.514Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2020-09-20T19:45:28.453Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2020-09-20T19:45:30.364Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2020-09-20T19:45:30.364Z] === RUN TestDockerSuite/TestRunCreateVolume [2020-09-20T19:45:30.934Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2020-09-20T19:45:32.317Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2020-09-20T19:45:33.256Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2020-09-20T19:45:35.167Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2020-09-20T19:45:36.549Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2020-09-20T19:45:36.549Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2020-09-20T19:45:36.549Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2020-09-20T19:45:36.549Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2020-09-20T19:45:36.808Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2020-09-20T19:45:38.190Z] === RUN TestDockerSuite/TestRunDNSOptions [2020-09-20T19:45:39.576Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2020-09-20T19:45:39.711Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2020-09-20T19:45:40.171Z] === RUN TestDockerSuite/TestBuildBlankName [2020-09-20T19:45:40.631Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2020-09-20T19:45:41.491Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2020-09-20T19:45:41.752Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2020-09-20T19:45:42.691Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2020-09-20T19:45:43.261Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2020-09-20T19:45:43.261Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2020-09-20T19:45:43.838Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2020-09-20T19:45:44.779Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2020-09-20T19:45:44.779Z] === RUN TestDockerSuite/TestRunDuplicateMount [2020-09-20T19:45:45.349Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2020-09-20T19:45:45.919Z] === RUN TestDockerSuite/TestRunEchoStdout [2020-09-20T19:45:46.180Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2020-09-20T19:45:46.750Z] === RUN TestDockerSuite/TestRunEmptyEnv [2020-09-20T19:45:46.750Z] === RUN TestDockerSuite/TestRunEntrypoint [2020-09-20T19:45:47.320Z] === RUN TestDockerSuite/TestRunEnvironment [2020-09-20T19:45:47.713Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2020-09-20T19:45:47.713Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2020-09-20T19:45:47.891Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2020-09-20T19:45:48.460Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2020-09-20T19:45:48.720Z] === RUN TestDockerSuite/TestRunExitCode [2020-09-20T19:45:49.291Z] === RUN TestDockerSuite/TestRunExitCodeOne [2020-09-20T19:45:49.862Z] === RUN TestDockerSuite/TestRunExitCodeZero [2020-09-20T19:45:50.432Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2020-09-20T19:45:50.693Z] === RUN TestDockerSuite/TestRunExposePort [2020-09-20T19:45:50.693Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2020-09-20T19:45:51.263Z] === RUN TestDockerSuite/TestRunGroupAdd [2020-09-20T19:45:51.524Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2020-09-20T19:45:52.404Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2020-09-20T19:45:52.464Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2020-09-20T19:45:52.725Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2020-09-20T19:45:52.985Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2020-09-20T19:45:55.527Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2020-09-20T19:45:56.098Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2020-09-20T19:46:00.973Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2020-09-20T19:46:02.673Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2020-09-20T19:46:05.967Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2020-09-20T19:46:07.348Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2020-09-20T19:46:07.918Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2020-09-20T19:46:08.179Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2020-09-20T19:46:09.119Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2020-09-20T19:46:09.119Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2020-09-20T19:46:09.119Z] === RUN TestDockerSuite/TestRunInvalidReference [2020-09-20T19:46:09.119Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2020-09-20T19:46:09.545Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2020-09-20T19:46:09.545Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2020-09-20T19:46:09.691Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2020-09-20T19:46:11.074Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2020-09-20T19:46:12.456Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2020-09-20T19:46:13.396Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2020-09-20T19:46:14.234Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2020-09-20T19:46:14.234Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2020-09-20T19:46:14.234Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2020-09-20T19:46:14.336Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2020-09-20T19:46:14.596Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2020-09-20T19:46:17.136Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2020-09-20T19:46:18.923Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2020-09-20T19:46:18.923Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2020-09-20T19:46:18.923Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2020-09-20T19:46:18.923Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2020-09-20T19:46:18.923Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2020-09-20T19:46:19.043Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2020-09-20T19:46:19.992Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2020-09-20T19:46:20.570Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2020-09-20T19:46:21.139Z] === RUN TestDockerSuite/TestRunModeHostname [2020-09-20T19:46:22.081Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2020-09-20T19:46:22.081Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2020-09-20T19:46:22.341Z] === RUN TestDockerSuite/TestRunModeIpcHost [2020-09-20T19:46:22.912Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2020-09-20T19:46:23.483Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2020-09-20T19:46:24.054Z] === RUN TestDockerSuite/TestRunModePIDContainer [2020-09-20T19:46:25.438Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2020-09-20T19:46:25.438Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2020-09-20T19:46:25.698Z] === RUN TestDockerSuite/TestRunModePIDHost [2020-09-20T19:46:27.081Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2020-09-20T19:46:27.081Z] === RUN TestDockerSuite/TestRunModeUTSHost [2020-09-20T19:46:28.020Z] === RUN TestDockerSuite/TestRunMount [2020-09-20T19:46:32.221Z] === RUN TestDockerSuite/TestRunMountOrdering [2020-09-20T19:46:32.791Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2020-09-20T19:46:33.052Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2020-09-20T19:46:33.992Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2020-09-20T19:46:35.374Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2020-09-20T19:46:37.286Z] === RUN TestDockerSuite/TestRunNamedVolume [2020-09-20T19:46:38.682Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2020-09-20T19:46:40.065Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2020-09-20T19:46:41.008Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2020-09-20T19:46:41.948Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2020-09-20T19:46:41.948Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2020-09-20T19:46:42.208Z] === RUN TestDockerSuite/TestRunNetHost [2020-09-20T19:46:42.778Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2020-09-20T19:46:43.348Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2020-09-20T19:46:43.607Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2020-09-20T19:46:44.068Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2020-09-20T19:46:44.988Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2020-09-20T19:46:46.369Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2020-09-20T19:46:47.804Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2020-09-20T19:46:48.773Z] === RUN TestDockerSuite/TestBuildCacheAdd [2020-09-20T19:46:48.773Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2020-09-20T19:46:48.910Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2020-09-20T19:46:49.171Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2020-09-20T19:46:49.171Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2020-09-20T19:46:49.741Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2020-09-20T19:46:49.741Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2020-09-20T19:46:49.742Z] === RUN TestDockerSuite/TestBuildCacheFrom [2020-09-20T19:46:50.201Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2020-09-20T19:46:50.309Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2020-09-20T19:46:50.878Z] === RUN TestDockerSuite/TestRunNonExistingImage [2020-09-20T19:46:50.878Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2020-09-20T19:46:51.448Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2020-09-20T19:46:51.448Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2020-09-20T19:46:54.890Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2020-09-20T19:46:54.890Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2020-09-20T19:46:54.890Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2020-09-20T19:46:55.350Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2020-09-20T19:46:56.318Z] === RUN TestDockerSuite/TestBuildClearCmd [2020-09-20T19:46:56.777Z] === RUN TestDockerSuite/TestBuildCmd [2020-09-20T19:46:57.236Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2020-09-20T19:46:57.695Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2020-09-20T19:46:58.027Z] === RUN TestDockerSuite/TestRunOOMExitCode [2020-09-20T19:46:58.027Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2020-09-20T19:46:58.027Z] === RUN TestDockerSuite/TestRunPIDsLimit [2020-09-20T19:46:58.027Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2020-09-20T19:46:58.154Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2020-09-20T19:46:58.967Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2020-09-20T19:46:59.538Z] === RUN TestDockerSuite/TestRunPortInUse [2020-09-20T19:47:00.108Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2020-09-20T19:47:00.679Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2020-09-20T19:47:01.249Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2020-09-20T19:47:02.190Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2020-09-20T19:47:02.759Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2020-09-20T19:47:02.759Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2020-09-20T19:47:02.842Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2020-09-20T19:47:03.024Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2020-09-20T19:47:03.024Z] === RUN TestDockerSuite/TestRunPublishPort [2020-09-20T19:47:03.595Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2020-09-20T19:47:04.379Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2020-09-20T19:47:04.379Z] === RUN TestDockerSuite/TestBuildConditionalCache [2020-09-20T19:47:04.536Z] === RUN TestDockerSuite/TestRunReadProcLatency [2020-09-20T19:47:04.536Z] === RUN TestDockerSuite/TestRunReadProcTimer [2020-09-20T19:47:05.106Z] === RUN TestDockerSuite/TestRunRedirectStdout [2020-09-20T19:47:05.347Z] === RUN TestDockerSuite/TestBuildContChar [2020-09-20T19:47:06.044Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2020-09-20T19:47:06.044Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2020-09-20T19:47:07.954Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2020-09-20T19:47:08.894Z] === RUN TestDockerSuite/TestRunRm [2020-09-20T19:47:09.155Z] === RUN TestDockerSuite/TestRunRmAndWait [2020-09-20T19:47:13.350Z] === RUN TestDockerSuite/TestRunRmPre125Api [2020-09-20T19:47:13.350Z] === RUN TestDockerSuite/TestRunRootWorkdir [2020-09-20T19:47:13.350Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2020-09-20T19:47:14.752Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2020-09-20T19:47:15.322Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2020-09-20T19:47:15.322Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2020-09-20T19:47:17.728Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2020-09-20T19:47:17.728Z] === RUN TestDockerSuite/TestBuildContextCleanup [2020-09-20T19:47:17.728Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2020-09-20T19:47:18.622Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2020-09-20T19:47:18.622Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2020-09-20T19:47:19.264Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2020-09-20T19:47:19.723Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2020-09-20T19:47:20.182Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2020-09-20T19:47:20.182Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2020-09-20T19:47:20.641Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2020-09-20T19:47:21.608Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2020-09-20T19:47:21.608Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2020-09-20T19:47:21.608Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2020-09-20T19:47:21.923Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2020-09-20T19:47:21.923Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2020-09-20T19:47:21.923Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2020-09-20T19:47:22.493Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2020-09-20T19:47:23.065Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2020-09-20T19:47:23.635Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2020-09-20T19:47:24.206Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2020-09-20T19:47:24.206Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2020-09-20T19:47:24.776Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2020-09-20T19:47:25.348Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2020-09-20T19:47:25.608Z] === RUN TestDockerSuite/TestRunSetMacAddress [2020-09-20T19:47:26.298Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2020-09-20T19:47:26.550Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2020-09-20T19:47:27.491Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2020-09-20T19:47:29.400Z] === RUN TestDockerSuite/TestRunState [2020-09-20T19:47:29.970Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2020-09-20T19:47:30.540Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2020-09-20T19:47:30.800Z] === RUN TestDockerSuite/TestRunStdinPipe [2020-09-20T19:47:31.370Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2020-09-20T19:47:31.630Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2020-09-20T19:47:31.630Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2020-09-20T19:47:32.247Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2020-09-20T19:47:33.187Z] === RUN TestDockerSuite/TestRunSysctls [2020-09-20T19:47:33.447Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2020-09-20T19:47:34.017Z] === RUN TestDockerSuite/TestRunTLSVerify [2020-09-20T19:47:34.017Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2020-09-20T19:47:34.017Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2020-09-20T19:47:34.590Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2020-09-20T19:47:35.973Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2020-09-20T19:47:36.545Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2020-09-20T19:47:36.807Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2020-09-20T19:47:38.190Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2020-09-20T19:47:39.572Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2020-09-20T19:47:41.487Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2020-09-20T19:47:44.784Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2020-09-20T19:47:44.784Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2020-09-20T19:47:45.355Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2020-09-20T19:47:45.355Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2020-09-20T19:47:45.925Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2020-09-20T19:47:47.837Z] === RUN TestDockerSuite/TestRunUnshareProc [2020-09-20T19:47:49.227Z] === RUN TestDockerSuite/TestRunUserByID [2020-09-20T19:47:49.497Z] === RUN TestDockerSuite/TestRunUserByIDBig [2020-09-20T19:47:49.497Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2020-09-20T19:47:49.760Z] === RUN TestDockerSuite/TestRunUserByIDZero [2020-09-20T19:47:50.020Z] === RUN TestDockerSuite/TestRunUserByName [2020-09-20T19:47:50.591Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2020-09-20T19:47:50.851Z] === RUN TestDockerSuite/TestRunUserDefaults [2020-09-20T19:47:51.112Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2020-09-20T19:47:51.112Z] === RUN TestDockerSuite/TestRunUserNotFound [2020-09-20T19:47:51.372Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2020-09-20T19:47:51.941Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2020-09-20T19:47:55.238Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2020-09-20T19:47:55.238Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2020-09-20T19:47:56.179Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2020-09-20T19:47:57.561Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2020-09-20T19:47:58.132Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2020-09-20T19:47:59.514Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2020-09-20T19:48:00.896Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2020-09-20T19:48:01.466Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2020-09-20T19:48:01.985Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2020-09-20T19:48:01.985Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2020-09-20T19:48:01.985Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2020-09-20T19:48:02.037Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2020-09-20T19:48:02.297Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2020-09-20T19:48:02.297Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2020-09-20T19:48:02.297Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2020-09-20T19:48:02.297Z] === RUN TestDockerSuite/TestRunWithBadDevice [2020-09-20T19:48:02.558Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2020-09-20T19:48:02.558Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2020-09-20T19:48:03.128Z] === RUN TestDockerSuite/TestRunWithCPUShares [2020-09-20T19:48:03.698Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2020-09-20T19:48:03.958Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2020-09-20T19:48:04.895Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2020-09-20T19:48:04.895Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2020-09-20T19:48:04.899Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2020-09-20T19:48:05.160Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2020-09-20T19:48:05.354Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2020-09-20T19:48:05.354Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2020-09-20T19:48:05.354Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2020-09-20T19:48:05.752Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2020-09-20T19:48:05.752Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2020-09-20T19:48:05.813Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2020-09-20T19:48:06.692Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2020-09-20T19:48:06.692Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2020-09-20T19:48:06.692Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2020-09-20T19:48:06.692Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2020-09-20T19:48:06.692Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2020-09-20T19:48:06.692Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2020-09-20T19:48:06.692Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2020-09-20T19:48:06.692Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2020-09-20T19:48:06.692Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2020-09-20T19:48:06.692Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2020-09-20T19:48:07.261Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2020-09-20T19:48:07.261Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2020-09-20T19:48:07.831Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2020-09-20T19:48:08.401Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2020-09-20T19:48:08.401Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2020-09-20T19:48:08.972Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2020-09-20T19:48:09.232Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2020-09-20T19:48:09.803Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2020-09-20T19:48:09.803Z] === RUN TestDockerSuite/TestRunWithShmSize [2020-09-20T19:48:10.375Z] === RUN TestDockerSuite/TestRunWithSwappiness [2020-09-20T19:48:10.945Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2020-09-20T19:48:10.945Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2020-09-20T19:48:10.945Z] === RUN TestDockerSuite/TestRunWithUlimits [2020-09-20T19:48:10.945Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2020-09-20T19:48:11.517Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2020-09-20T19:48:12.457Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2020-09-20T19:48:13.029Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2020-09-20T19:48:13.029Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2020-09-20T19:48:13.599Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2020-09-20T19:48:13.599Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2020-09-20T19:48:14.169Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2020-09-20T19:48:14.739Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2020-09-20T19:48:15.311Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2020-09-20T19:48:17.220Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2020-09-20T19:48:17.481Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2020-09-20T19:48:17.481Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2020-09-20T19:48:17.481Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2020-09-20T19:48:18.052Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2020-09-20T19:48:18.992Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2020-09-20T19:48:19.252Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2020-09-20T19:48:20.217Z] === RUN TestDockerSuite/TestSaveCheckTimes [2020-09-20T19:48:20.217Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2020-09-20T19:48:22.131Z] === RUN TestDockerSuite/TestSaveImageId [2020-09-20T19:48:22.131Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2020-09-20T19:48:22.131Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2020-09-20T19:48:22.391Z] === RUN TestDockerSuite/TestSaveLoadParents [2020-09-20T19:48:24.303Z] === RUN TestDockerSuite/TestSaveMultipleNames [2020-09-20T19:48:24.303Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2020-09-20T19:48:25.242Z] === RUN TestDockerSuite/TestSaveSingleTag [2020-09-20T19:48:25.501Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2020-09-20T19:48:25.501Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2020-09-20T19:48:26.443Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2020-09-20T19:48:26.906Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2020-09-20T19:48:26.906Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2020-09-20T19:48:26.906Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2020-09-20T19:48:27.824Z] === RUN TestDockerSuite/TestSearchCmdOptions [2020-09-20T19:48:28.393Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2020-09-20T19:48:28.393Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2020-09-20T19:48:28.393Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2020-09-20T19:48:28.393Z] === RUN TestDockerSuite/TestSearchWithLimit [2020-09-20T19:48:28.962Z] === RUN TestDockerSuite/TestSlowStdinClosing [2020-09-20T19:48:30.870Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2020-09-20T19:48:35.065Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2020-09-20T19:48:36.004Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2020-09-20T19:48:37.915Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2020-09-20T19:48:38.485Z] === RUN TestDockerSuite/TestStartAttachSilent [2020-09-20T19:48:39.071Z] === RUN TestDockerSuite/TestStartAttachWithRename [2020-09-20T19:48:42.370Z] === RUN TestDockerSuite/TestStartMultipleContainers [2020-09-20T19:48:43.311Z] === RUN TestDockerSuite/TestStartPausedContainer [2020-09-20T19:48:43.571Z] === RUN TestDockerSuite/TestStartRecordError [2020-09-20T19:48:44.955Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2020-09-20T19:48:46.338Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2020-09-20T19:48:47.279Z] === RUN TestDockerSuite/TestStatsAllNoStream [2020-09-20T19:48:47.848Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2020-09-20T19:48:48.006Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2020-09-20T19:48:48.467Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2020-09-20T19:48:48.926Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2020-09-20T19:48:50.394Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2020-09-20T19:48:51.831Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2020-09-20T19:48:54.009Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2020-09-20T19:48:54.589Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2020-09-20T19:48:56.915Z] === RUN TestDockerSuite/TestBuildDockerignore [2020-09-20T19:48:57.125Z] === RUN TestDockerSuite/TestStatsFormatAll [2020-09-20T19:49:01.339Z] === RUN TestDockerSwarmSuite/TestServiceScale [2020-09-20T19:49:01.599Z] === RUN TestDockerSuite/TestStatsNoStream [2020-09-20T19:49:02.983Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2020-09-20T19:49:04.364Z] === RUN TestDockerSuite/TestStopContainerSignal [2020-09-20T19:49:05.745Z] === RUN TestDockerSuite/TestTopMultipleArgs [2020-09-20T19:49:06.315Z] === RUN TestDockerSuite/TestTopNonPrivileged [2020-09-20T19:49:06.575Z] === RUN TestDockerSuite/TestTopPrivileged [2020-09-20T19:49:07.145Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2020-09-20T19:49:07.145Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2020-09-20T19:49:07.715Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2020-09-20T19:49:10.257Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2020-09-20T19:49:13.552Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2020-09-20T19:49:13.812Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2020-09-20T19:49:14.072Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2020-09-20T19:49:14.072Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2020-09-20T19:49:14.642Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2020-09-20T19:49:15.582Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2020-09-20T19:49:15.582Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2020-09-20T19:49:16.523Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2020-09-20T19:49:17.093Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2020-09-20T19:49:18.083Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2020-09-20T19:49:19.464Z] === RUN TestDockerSuite/TestUpdateStats [2020-09-20T19:49:20.845Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2020-09-20T19:49:22.752Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2020-09-20T19:49:23.321Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2020-09-20T19:49:23.893Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2020-09-20T19:49:23.893Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2020-09-20T19:49:24.464Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2020-09-20T19:49:25.404Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2020-09-20T19:49:26.344Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2020-09-20T19:49:28.255Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2020-09-20T19:49:30.797Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2020-09-20T19:49:32.708Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2020-09-20T19:49:34.090Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2020-09-20T19:49:36.640Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2020-09-20T19:49:39.183Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2020-09-20T19:49:40.124Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2020-09-20T19:49:41.505Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2020-09-20T19:49:42.444Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2020-09-20T19:49:43.384Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2020-09-20T19:49:44.767Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2020-09-20T19:49:45.708Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2020-09-20T19:49:47.092Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2020-09-20T19:49:48.473Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2020-09-20T19:49:49.855Z] === RUN TestDockerSuite/TestVolumeCLICreate [2020-09-20T19:49:50.793Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2020-09-20T19:49:57.363Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2020-09-20T19:49:58.333Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2020-09-20T19:49:58.793Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2020-09-20T19:49:58.938Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2020-09-20T19:50:00.319Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2020-09-20T19:50:04.517Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2020-09-20T19:50:04.777Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2020-09-20T19:50:04.777Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2020-09-20T19:50:05.348Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2020-09-20T19:50:05.348Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2020-09-20T19:50:05.348Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2020-09-20T19:50:05.348Z] === RUN TestDockerSuite/TestVolumeCLILs [2020-09-20T19:50:05.917Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2020-09-20T19:50:05.917Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2020-09-20T19:50:06.487Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2020-09-20T19:50:06.487Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2020-09-20T19:50:06.487Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2020-09-20T19:50:06.487Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2020-09-20T19:50:06.747Z] === RUN TestDockerSuite/TestVolumeCLIRm [2020-09-20T19:50:08.128Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2020-09-20T19:50:08.128Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2020-09-20T19:50:08.128Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2020-09-20T19:50:08.389Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2020-09-20T19:50:08.389Z] === RUN TestDockerSuite/TestVolumeEvents [2020-09-20T19:50:13.667Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2020-09-20T19:50:15.577Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2020-09-20T19:50:15.577Z] === RUN TestDockerSuite/TestVolumeLsFormat [2020-09-20T19:50:15.577Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2020-09-20T19:50:15.577Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2020-09-20T19:50:17.489Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2020-09-20T19:50:20.792Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite (1314.75s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.07s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.94s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.13s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.54s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.02s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.53s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.26s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.39s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.38s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.11s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.91s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.15s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (4.01s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (1.92s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.33s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.95s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.83s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.86s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.13s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.89s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.03s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.75s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestAttachDetach (1.14s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.96s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.91s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.97s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.88s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.40s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.92s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.13s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.20s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.29s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.93s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (18.30s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.73s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.70s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.28s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.08s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.01s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.70s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.02s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (6.66s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.38s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.13s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.74s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.27s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.05s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.81s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.83s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.06s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.14s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.40s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.04s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.77s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (3.95s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.31s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.25s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildAddTar (6.05s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.38s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.54s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.86s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (7.45s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.71s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.88s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.40s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.59s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.15s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.10s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.79s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.25s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.45s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (11.46s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.76s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.96s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.54s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.11s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.28s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.18s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.21s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.35s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.56s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.69s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.74s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.05s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.93s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.95s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.49s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.35s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.86s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.57s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildCmd (0.47s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.40s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.44s) [2020-09-20T19:50:20.792Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2020-09-20T19:50:20.792Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.56s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.61s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.99s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildContChar (2.49s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.81s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.24s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.21s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.38s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.24s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (10.28s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.93s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.48s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.11s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (2.43s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (0.83s) [2020-09-20T19:50:20.792Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2020-09-20T19:50:20.792Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-09-20T19:50:20.792Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2020-09-20T19:50:20.792Z] docker_cli_build_test.go:5907: unmatched requirement DaemonIsWindows [2020-09-20T19:50:20.792Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-09-20T19:50:20.792Z] docker_cli_build_test.go:5890: unmatched requirement DaemonIsWindows [2020-09-20T19:50:20.792Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-09-20T19:50:20.792Z] docker_cli_build_test.go:5925: unmatched requirement DaemonIsWindows [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (2.53s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.11s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.90s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.58s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.83s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (6.24s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.79s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.47s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.71s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.80s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.06s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.14s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.06s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.15s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildDockerignore (9.79s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.23s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.20s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (11.14s) [2020-09-20T19:50:20.792Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.25s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.06s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.33s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.35s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.24s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.40s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.02s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.00s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (15.17s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.16s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.37s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.44s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.42s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.62s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.15s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.34s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.42s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.29s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.60s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.69s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildEnv (1.48s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.27s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (0.86s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (5.27s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (18.81s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.20s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (7.79s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.75s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.48s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.48s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.15s) [2020-09-20T19:50:20.793Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2020-09-20T19:50:20.793Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.33s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (8.90s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildExpose (0.32s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.94s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.51s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.37s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildFails (0.67s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.87s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.00s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.90s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.28s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.35s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.87s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.62s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.93s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.40s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.98s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.28s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.35s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildHistory (3.71s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.47s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.26s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.62s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.58s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.87s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildLabel (0.47s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.48s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.45s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.33s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildLabels (0.47s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.11s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.70s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.84s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.71s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.14s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.12s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.11s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.12s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.28s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.71s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.21s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.47s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.31s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.36s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.10s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.19s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.74s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.88s) [2020-09-20T19:50:20.793Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2020-09-20T19:50:20.793Z] docker_cli_build_test.go:5856: unmatched requirement DaemonIsWindows [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.62s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.39s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.76s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.47s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.93s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.48s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.20s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.98s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.29s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.54s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.05s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.35s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.40s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.57s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.28s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.44s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.96s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.05s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.67s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.25s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (0.98s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.29s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.11s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildPATH (1.69s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.53s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.80s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (6.56s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (2.98s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.52s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildRm (2.96s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.86s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.15s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.58s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.75s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.37s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.40s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.23s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (3.01s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.08s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.28s) [2020-09-20T19:50:20.793Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-09-20T19:50:20.793Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.31s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.73s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildStderr (0.63s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.53s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.81s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.90s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.42s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.84s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.25s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildUser (1.59s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.78s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (12.74s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.00s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.37s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.07s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.67s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.94s) [2020-09-20T19:50:20.793Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-09-20T19:50:20.793Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-09-20T19:50:20.793Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2020-09-20T19:50:20.793Z] docker_cli_build_test.go:6047: unmatched requirement DaemonIsWindows [2020-09-20T19:50:20.793Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-09-20T19:50:20.793Z] docker_cli_build_test.go:6017: unmatched requirement DaemonIsWindows [2020-09-20T19:50:20.793Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-09-20T19:50:20.793Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.24s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.10s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.71s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.49s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.59s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.09s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.66s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.12s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.79s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.32s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.53s) [2020-09-20T19:50:20.793Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-09-20T19:50:20.793Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.54s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.28s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2020-09-20T19:50:20.793Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-09-20T19:50:20.793Z] docker_cli_sni_test.go:18: Flakey test [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.55s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.61s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestCommitChange (0.72s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.84s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.26s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestCommitNewFile (0.96s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.58s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestCommitTTY (0.97s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.64s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.10s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.95s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.04s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.20s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.03s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.05s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.61s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.62s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.68s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.74s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.81s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.67s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.75s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.79s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.06s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.08s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.10s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.62s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.66s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.99s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.79s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.52s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.48s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.61s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.69s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.50s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.54s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.67s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.56s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.11s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.46s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.16s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.02s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.58s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.27s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.57s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.69s) [2020-09-20T19:50:20.793Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2020-09-20T19:50:20.793Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.64s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.60s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.90s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.47s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.42s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.24s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.02s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.77s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.37s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.39s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.36s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.39s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000a3fa80_} (1.33s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1217778705_/foo_false____} (1.36s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1217778705_/foo_true____} (1.44s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3621129788_/foo_false____} (1.32s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3621129788_/foo_true____} (1.43s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3621129788_/foo_true__0xc000a3fae0__} (1.29s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000a3fb00_} (1.51s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000a3fb20_} (1.47s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000a3fb40_} (1.59s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000a3fb60_} (0.57s) [2020-09-20T19:50:20.793Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.50s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.34s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.05s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.04s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.05s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.49s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.18s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (3.03s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.09s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.13s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.66s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.71s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.50s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.53s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpFromCaseB (1.00s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.65s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.96s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.82s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.59s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.59s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.58s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.51s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.59s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.80s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.76s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.61s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.63s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.70s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.78s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.86s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.67s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.55s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.54s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.46s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.28s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpToCaseE (1.82s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.60s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpToCaseG (2.71s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpToCaseH (1.82s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.46s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpToCaseJ (2.93s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.63s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpToDot (1.00s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.00s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.03s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpToStdout (0.82s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.28s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.31s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.54s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.44s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.09s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCreateArgs (0.08s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.65s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.85s) [2020-09-20T19:50:20.794Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-09-20T19:50:20.794Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.08s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.49s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.35s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCreateLabels (0.07s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.11s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCreateRM (0.16s) [2020-09-20T19:50:20.794Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-09-20T19:50:20.794Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.13s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.15s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.99s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.15s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.05s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (6.03s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.07s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.13s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.50s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.98s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.67s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.38s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.40s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.65s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.63s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.07s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.49s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestDockerFails (0.02s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.05s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.80s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.76s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.51s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.02s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.23s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.90s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.54s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.34s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.70s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.36s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEventsAttach (0.79s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEventsCommit (0.97s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (1.00s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.52s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.53s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.47s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.09s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.15s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.04s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEventsCopy (0.99s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.15s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.45s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.26s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.03s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.85s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.13s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.31s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.16s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEventsFilters (0.98s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEventsFormat (0.93s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.65s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.19s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.26s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.21s) [2020-09-20T19:50:20.794Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-09-20T19:50:20.794Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-09-20T19:50:20.794Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-09-20T19:50:20.794Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.50s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.44s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEventsRename (0.49s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEventsResize (0.50s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.37s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.54s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.60s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.77s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEventsTop (0.54s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.79s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestExec (0.52s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.49s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.45s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.46s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.17s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.60s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.62s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.52s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.84s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.58s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.51s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (0.92s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestExecCgroup (0.75s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestExecEnv (0.52s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.02s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.52s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestExecInspectID (2.57s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestExecInteractive (0.64s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.61s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.74s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestExecParseError (0.52s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.58s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.58s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.35s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.70s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestExecStartFails (0.76s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.85s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.48s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestExecTTY (0.60s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.66s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.58s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestExecUlimits (0.52s) [2020-09-20T19:50:20.794Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-09-20T19:50:20.794Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.49s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.55s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.80s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.53s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestExecWithUser (0.56s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.48s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.48s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.47s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.71s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.52s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.03s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.06s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestHealth (18.81s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.54s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.51s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.20s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.20s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.30s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.60s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.63s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.62s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestImagesFormat (0.08s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.59s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.59s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestImportBadURL (0.06s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestImportDisplay (1.04s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestImportFile (1.04s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.03s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestImportGzipped (1.13s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.05s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.51s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.52s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.48s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.45s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.47s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.42s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.43s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.43s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.44s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.10s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.46s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.43s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.43s) [2020-09-20T19:50:20.794Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-09-20T19:50:20.794Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.65s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.48s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestInspectDefault (0.41s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestInspectHistory (0.56s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2020-09-20T19:50:20.794Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2020-09-20T19:50:20.794Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-09-20T19:50:20.794Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.42s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.48s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.05s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.43s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.45s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.60s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.04s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.50s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestInspectStatus (0.67s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.30s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.61s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.76s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.86s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.50s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.57s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.40s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.87s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.29s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.21s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.29s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.12s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.03s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.31s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.30s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.23s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.50s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (6.63s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.59s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.34s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.72s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.05s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.04s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.41s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.03s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.57s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.45s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.46s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.42s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.47s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.46s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.90s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.12s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.13s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.07s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.84s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.27s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.47s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.43s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLogsSince (6.51s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.47s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.47s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLogsTail (0.63s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.68s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.53s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.29s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.50s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestNetHostname (1.70s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.23s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestNetworkEvents (0.85s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.66s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.57s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPluginActive (1.62s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (4.84s) [2020-09-20T19:50:20.795Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-09-20T19:50:20.795Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.72s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.27s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.28s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (1.94s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPluginUpgrade (3.89s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.30s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.83s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPortHostBinding (0.84s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPortList (6.45s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.24s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.22s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.05s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.44s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.46s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.45s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.09s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.04s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (2.12s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.89s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.42s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.12s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPsByOrder (1.84s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.77s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.07s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (2.98s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.11s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.70s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.42s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.94s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.30s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.95s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.96s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.60s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.53s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.24s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.17s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.60s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.10s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.54s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.46s) [2020-09-20T19:50:20.795Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-09-20T19:50:20.795Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.25s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.20s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.47s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.90s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.85s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.48s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (7.70s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.13s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.83s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.08s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.23s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (1.96s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.86s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.01s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.08s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.09s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.33s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.64s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.41s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.16s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.70s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.06s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.60s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRmiTag (0.13s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.43s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.59s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.62s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.66s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.40s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.03s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunAddHost (0.59s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.35s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.79s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.05s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.60s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.00s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.59s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.75s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.57s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.83s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.85s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.61s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.60s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.58s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.48s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.62s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.87s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.76s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.43s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.47s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.41s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.02s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.31s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.44s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.43s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.45s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.49s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.56s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.43s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.46s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.49s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.56s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.06s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.65s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.72s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.49s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.50s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.44s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.46s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.87s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.92s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.98s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.62s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.74s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.62s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.44s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.44s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.01s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.03s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.44s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.42s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.02s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.51s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.51s) [2020-09-20T19:50:20.795Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-09-20T19:50:20.795Z] docker_cli_run_test.go:4128: unmatched requirement DaemonIsWindows [2020-09-20T19:50:20.795Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-09-20T19:50:20.795Z] docker_cli_run_test.go:4147: unmatched requirement DaemonIsWindows [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.47s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.16s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.38s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.83s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.60s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.02s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.44s) [2020-09-20T19:50:20.795Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-09-20T19:50:20.795Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.52s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.08s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.43s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.46s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.45s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.46s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.09s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.65s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.46s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.46s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.46s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunExitCode (0.46s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.51s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.51s) [2020-09-20T19:50:20.795Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.46s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.46s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.44s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (0.90s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.30s) [2020-09-20T19:50:20.796Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2020-09-20T19:50:20.796Z] docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.58s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.64s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.02s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.12s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (0.98s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.57s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.35s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.07s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.29s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.49s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.61s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.52s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.84s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.24s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.05s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.80s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.38s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.03s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.23s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.26s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.05s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunMount (4.14s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.44s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.42s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.85s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.34s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (1.85s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.35s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.41s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (0.96s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (0.97s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.04s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.38s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunNetHost (0.63s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.46s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.39s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.29s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.28s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (2.53s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.35s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.08s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.42s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.44s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.62s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.12s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.65s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.54s) [2020-09-20T19:50:20.796Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s) [2020-09-20T19:50:20.796Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.50s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.46s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.41s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.70s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.45s) [2020-09-20T19:50:20.796Z] docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n" [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.73s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.67s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.60s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.47s) [2020-09-20T19:50:20.796Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-09-20T19:50:20.796Z] docker_cli_run_test.go:4213: unmatched requirement IsolationIsProcess [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.61s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.66s) [2020-09-20T19:50:20.796Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-09-20T19:50:20.796Z] docker_cli_run_test.go:2868: kernel doesn't have latency_stats configured [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.64s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (0.87s) [2020-09-20T19:50:20.796Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-09-20T19:50:20.796Z] docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.00s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.84s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunRm (0.45s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.46s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.43s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.41s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.34s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.53s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.85s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.34s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.50s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.54s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.48s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.54s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.63s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.48s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.57s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.47s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.75s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.60s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunState (1.32s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.49s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.52s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.20s) [2020-09-20T19:50:20.796Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-09-20T19:50:20.796Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.72s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.65s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunSysctls (1.02s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.06s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.49s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.82s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.44s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.44s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.99s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.93s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.52s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.61s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.52s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (2.02s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.07s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunUserByID (0.48s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.12s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.12s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.48s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunUserByName (0.64s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.43s) [2020-09-20T19:50:20.796Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-09-20T19:50:20.796Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.16s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.42s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.08s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.42s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.70s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.30s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (0.84s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.35s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.51s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.44s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.46s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (0.50s) [2020-09-20T19:50:20.796Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-09-20T19:50:20.796Z] docker_cli_run_test.go:4183: unmatched requirement DaemonIsWindows [2020-09-20T19:50:20.796Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-09-20T19:50:20.796Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsWindows [2020-09-20T19:50:20.796Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-09-20T19:50:20.796Z] docker_cli_run_test.go:4193: unmatched requirement DaemonIsWindows [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.18s) [2020-09-20T19:50:20.796Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2020-09-20T19:50:20.796Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.52s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.52s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.09s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.52s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.61s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.71s) [2020-09-20T19:50:20.796Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2020-09-20T19:50:20.796Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.06s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.04s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.02s) [2020-09-20T19:50:20.796Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2020-09-20T19:50:20.796Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2020-09-20T19:50:20.796Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2020-09-20T19:50:20.796Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2020-09-20T19:50:20.796Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-09-20T19:50:20.796Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2020-09-20T19:50:20.796Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-09-20T19:50:20.796Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2020-09-20T19:50:20.796Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-09-20T19:50:20.796Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.58s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.46s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.53s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.54s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.29s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.59s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.44s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.63s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.03s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.51s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.98s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.61s) [2020-09-20T19:50:20.796Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-09-20T19:50:20.796Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.45s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.09s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.16s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.55s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.73s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.46s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.71s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.07s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.89s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.62s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.50s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.74s) [2020-09-20T19:50:20.796Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents720914246 [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.09s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.14s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.07s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.14s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.14s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.57s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.08s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.54s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (1.91s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.84s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.87s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.66s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.87s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.57s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.46s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.48s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestStartRecordError (1.02s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.50s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.16s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.72s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.08s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.05s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.47s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.52s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.45s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.49s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.53s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.49s) [2020-09-20T19:50:20.796Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-09-20T19:50:20.796Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.46s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.51s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.16s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.43s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.43s) [2020-09-20T19:50:20.796Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-09-20T19:50:20.796Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.53s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.00s) [2020-09-20T19:50:20.796Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-09-20T19:50:20.796Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.90s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.61s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.70s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.27s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestUpdateStats (3.62s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.07s) [2020-09-20T19:50:20.796Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s) [2020-09-20T19:50:20.796Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.72s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.65s) [2020-09-20T19:50:20.796Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.67s) [2020-09-20T19:50:20.797Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.68s) [2020-09-20T19:50:20.797Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.18s) [2020-09-20T19:50:20.797Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.34s) [2020-09-20T19:50:20.797Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.33s) [2020-09-20T19:50:20.797Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.47s) [2020-09-20T19:50:20.797Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.28s) [2020-09-20T19:50:20.797Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.30s) [2020-09-20T19:50:20.797Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.86s) [2020-09-20T19:50:20.797Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.85s) [2020-09-20T19:50:20.797Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.29s) [2020-09-20T19:50:20.797Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.26s) [2020-09-20T19:50:20.797Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.28s) [2020-09-20T19:50:20.797Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.25s) [2020-09-20T19:50:20.797Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.29s) [2020-09-20T19:50:20.797Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2020-09-20T19:50:20.797Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2020-09-20T19:50:20.797Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2020-09-20T19:50:20.797Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.47s) [2020-09-20T19:50:20.797Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.07s) [2020-09-20T19:50:20.797Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2020-09-20T19:50:20.797Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2020-09-20T19:50:20.797Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.51s) [2020-09-20T19:50:20.797Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.02s) [2020-09-20T19:50:20.797Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.59s) [2020-09-20T19:50:20.797Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2020-09-20T19:50:20.797Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2020-09-20T19:50:20.797Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2020-09-20T19:50:20.797Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2020-09-20T19:50:20.797Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.40s) [2020-09-20T19:50:20.797Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2020-09-20T19:50:20.797Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.12s) [2020-09-20T19:50:20.797Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2020-09-20T19:50:20.797Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.06s) [2020-09-20T19:50:20.797Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.43s) [2020-09-20T19:50:20.797Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.62s) [2020-09-20T19:50:20.797Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.09s) [2020-09-20T19:50:20.797Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.07s) [2020-09-20T19:50:20.797Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.06s) [2020-09-20T19:50:20.797Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.77s) [2020-09-20T19:50:20.797Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-09-20T19:50:20.797Z] docker_cli_run_test.go:4521: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-09-20T19:50:20.797Z] === RUN TestDockerRegistrySuite [2020-09-20T19:50:20.797Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2020-09-20T19:50:21.738Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2020-09-20T19:50:22.678Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2020-09-20T19:50:23.620Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2020-09-20T19:50:23.881Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2020-09-20T19:50:26.425Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2020-09-20T19:50:29.722Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2020-09-20T19:50:32.263Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2020-09-20T19:50:32.833Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2020-09-20T19:50:33.773Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2020-09-20T19:50:34.713Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2020-09-20T19:50:34.713Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2020-09-20T19:50:36.099Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2020-09-20T19:50:37.501Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2020-09-20T19:50:38.440Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2020-09-20T19:50:39.381Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2020-09-20T19:50:41.291Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2020-09-20T19:50:43.201Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2020-09-20T19:50:43.201Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2020-09-20T19:50:44.143Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2020-09-20T19:50:46.687Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2020-09-20T19:50:47.626Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2020-09-20T19:50:47.627Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2020-09-20T19:50:48.567Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2020-09-20T19:50:49.505Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2020-09-20T19:50:50.445Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2020-09-20T19:50:52.986Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2020-09-20T19:50:52.986Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2020-09-20T19:50:53.929Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2020-09-20T19:50:54.498Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2020-09-20T19:50:54.498Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2020-09-20T19:50:54.758Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2020-09-20T19:50:55.023Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2020-09-20T19:50:55.288Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2020-09-20T19:50:55.551Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2020-09-20T19:50:56.491Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2020-09-20T19:50:57.873Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2020-09-20T19:50:58.814Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2020-09-20T19:50:59.250Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2020-09-20T19:50:59.250Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2020-09-20T19:50:59.250Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2020-09-20T19:50:59.754Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2020-09-20T19:51:00.692Z] === RUN TestDockerRegistrySuite/TestV2Only [2020-09-20T19:51:01.262Z] --- PASS: TestDockerRegistrySuite (40.96s) [2020-09-20T19:51:01.262Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.14s) [2020-09-20T19:51:01.262Z] check_test.go:196: [dfb82fd9686dc] daemon is not started [2020-09-20T19:51:01.262Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.98s) [2020-09-20T19:51:01.262Z] check_test.go:196: [d9d10c8151def] daemon is not started [2020-09-20T19:51:01.262Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.25s) [2020-09-20T19:51:01.262Z] check_test.go:196: [df7c21aeb98f5] daemon is not started [2020-09-20T19:51:01.262Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2020-09-20T19:51:01.262Z] check_test.go:196: [da8d93cb445c6] daemon is not started [2020-09-20T19:51:01.262Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.64s) [2020-09-20T19:51:01.262Z] check_test.go:196: [d26427fb6e189] daemon is not started [2020-09-20T19:51:01.262Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (2.67s) [2020-09-20T19:51:01.262Z] check_test.go:196: [db9e7303ee3ed] daemon is not started [2020-09-20T19:51:01.262Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.62s) [2020-09-20T19:51:01.262Z] check_test.go:196: [d6d3712915193] daemon is not started [2020-09-20T19:51:01.262Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (0.97s) [2020-09-20T19:51:01.262Z] check_test.go:196: [dbd7ffb5f9493] daemon is not started [2020-09-20T19:51:01.262Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.86s) [2020-09-20T19:51:01.262Z] check_test.go:196: [dd6cd2683f59b] daemon is not started [2020-09-20T19:51:01.262Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.01s) [2020-09-20T19:51:01.262Z] check_test.go:196: [d6bf1e9046a05] daemon is not started [2020-09-20T19:51:01.262Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.25s) [2020-09-20T19:51:01.262Z] check_test.go:196: [db77eb655b5d6] daemon is not started [2020-09-20T19:51:01.262Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.44s) [2020-09-20T19:51:01.262Z] check_test.go:196: [d0f7512b67986] daemon is not started [2020-09-20T19:51:01.262Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.97s) [2020-09-20T19:51:01.262Z] check_test.go:196: [d32a7e5f5d301] daemon is not started [2020-09-20T19:51:01.262Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.97s) [2020-09-20T19:51:01.262Z] check_test.go:196: [d36c12dbad4e6] daemon is not started [2020-09-20T19:51:01.262Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.80s) [2020-09-20T19:51:01.262Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:abddddbc381b386c5f00eaeb456c9c33d8de602cf8e029df98ae626f2c9fb60e [2020-09-20T19:51:01.262Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:273cc91962fd15aaa50e926fc8a748a03881f00b64c99999111a3cfa10c297f7 [2020-09-20T19:51:01.262Z] check_test.go:196: [dca76b3bb4271] daemon is not started [2020-09-20T19:51:01.262Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.80s) [2020-09-20T19:51:01.262Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:c351464208517a8d573a0911a7e43c42b69a09149d0791a6aed687c629c46869 [2020-09-20T19:51:01.262Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:03cfc67076c4344ba0cb094924b56d59df3bd7411d5f63926a2a89625b9cd43b [2020-09-20T19:51:01.262Z] check_test.go:196: [de18650bbdea8] daemon is not started [2020-09-20T19:51:01.262Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.09s) [2020-09-20T19:51:01.262Z] check_test.go:196: [db202f50a6f2f] daemon is not started [2020-09-20T19:51:01.262Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.58s) [2020-09-20T19:51:01.262Z] check_test.go:196: [d3318da14bb08] daemon is not started [2020-09-20T19:51:01.262Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.03s) [2020-09-20T19:51:01.262Z] check_test.go:196: [de3704a4dd2e7] daemon is not started [2020-09-20T19:51:01.262Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.12s) [2020-09-20T19:51:01.262Z] check_test.go:196: [dfcd95fbefcd1] daemon is not started [2020-09-20T19:51:01.262Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.95s) [2020-09-20T19:51:01.262Z] check_test.go:196: [daa7602acfad0] daemon is not started [2020-09-20T19:51:01.262Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.83s) [2020-09-20T19:51:01.262Z] check_test.go:196: [d5475eae07464] daemon is not started [2020-09-20T19:51:01.262Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.81s) [2020-09-20T19:51:01.262Z] check_test.go:196: [dcba652ce146d] daemon is not started [2020-09-20T19:51:01.262Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.31s) [2020-09-20T19:51:01.262Z] check_test.go:196: [d9265ca1b8f2c] daemon is not started [2020-09-20T19:51:01.262Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.49s) [2020-09-20T19:51:01.262Z] check_test.go:196: [d32a29694d970] daemon is not started [2020-09-20T19:51:01.262Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (0.95s) [2020-09-20T19:51:01.262Z] check_test.go:196: [d67e8a94a774d] daemon is not started [2020-09-20T19:51:01.262Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.36s) [2020-09-20T19:51:01.262Z] check_test.go:196: [d8f4f34d78503] daemon is not started [2020-09-20T19:51:01.262Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2020-09-20T19:51:01.262Z] check_test.go:196: [dc5cc88bd159a] daemon is not started [2020-09-20T19:51:01.262Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s) [2020-09-20T19:51:01.262Z] check_test.go:196: [dbeb36e966e33] daemon is not started [2020-09-20T19:51:01.262Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.26s) [2020-09-20T19:51:01.262Z] check_test.go:196: [db8c4f061b17f] daemon is not started [2020-09-20T19:51:01.262Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.32s) [2020-09-20T19:51:01.262Z] check_test.go:196: [d0f460d1d7a35] daemon is not started [2020-09-20T19:51:01.262Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2020-09-20T19:51:01.262Z] check_test.go:196: [df72ad85cd8ab] daemon is not started [2020-09-20T19:51:01.262Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (0.96s) [2020-09-20T19:51:01.262Z] check_test.go:196: [d885738e39562] daemon is not started [2020-09-20T19:51:01.262Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.37s) [2020-09-20T19:51:01.262Z] check_test.go:196: [dcf00b4734afb] daemon is not started [2020-09-20T19:51:01.262Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.85s) [2020-09-20T19:51:01.262Z] check_test.go:196: [d17c78175f8f9] daemon is not started [2020-09-20T19:51:01.262Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (0.98s) [2020-09-20T19:51:01.262Z] check_test.go:196: [d0a8b19c5fbb1] daemon is not started [2020-09-20T19:51:01.262Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.93s) [2020-09-20T19:51:01.262Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.75s) [2020-09-20T19:51:01.262Z] === RUN TestDockerSchema1RegistrySuite [2020-09-20T19:51:01.262Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2020-09-20T19:51:01.522Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2020-09-20T19:51:04.063Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2020-09-20T19:51:07.359Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2020-09-20T19:51:09.902Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2020-09-20T19:51:10.474Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2020-09-20T19:51:11.412Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2020-09-20T19:51:11.412Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2020-09-20T19:51:12.794Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2020-09-20T19:51:13.380Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2020-09-20T19:51:14.321Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2020-09-20T19:51:16.861Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2020-09-20T19:51:16.947Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2020-09-20T19:51:17.122Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2020-09-20T19:51:17.382Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2020-09-20T19:51:17.641Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2020-09-20T19:51:17.902Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2020-09-20T19:51:18.162Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2020-09-20T19:51:18.422Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2020-09-20T19:51:18.683Z] --- PASS: TestDockerSchema1RegistrySuite (17.32s) [2020-09-20T19:51:18.683Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.15s) [2020-09-20T19:51:18.683Z] check_test.go:223: [d880cba250b5e] daemon is not started [2020-09-20T19:51:18.683Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.67s) [2020-09-20T19:51:18.683Z] check_test.go:223: [de370a2e5d809] daemon is not started [2020-09-20T19:51:18.683Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (2.71s) [2020-09-20T19:51:18.683Z] check_test.go:223: [ddd9a63b4e92a] daemon is not started [2020-09-20T19:51:18.683Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.61s) [2020-09-20T19:51:18.683Z] check_test.go:223: [d05c89ebe608a] daemon is not started [2020-09-20T19:51:18.683Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.95s) [2020-09-20T19:51:18.683Z] check_test.go:223: [db3389bef7615] daemon is not started [2020-09-20T19:51:18.683Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.94s) [2020-09-20T19:51:18.683Z] check_test.go:223: [d57913036f037] daemon is not started [2020-09-20T19:51:18.683Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.12s) [2020-09-20T19:51:18.683Z] check_test.go:223: [df4f7b14cfe56] daemon is not started [2020-09-20T19:51:18.683Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.06s) [2020-09-20T19:51:18.683Z] check_test.go:223: [d8503221668c2] daemon is not started [2020-09-20T19:51:18.683Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.89s) [2020-09-20T19:51:18.683Z] check_test.go:223: [df6c225e9088a] daemon is not started [2020-09-20T19:51:18.683Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.94s) [2020-09-20T19:51:18.683Z] check_test.go:223: [dd26c7a040512] daemon is not started [2020-09-20T19:51:18.683Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.28s) [2020-09-20T19:51:18.683Z] check_test.go:223: [d7eba557ed3b5] daemon is not started [2020-09-20T19:51:18.683Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.45s) [2020-09-20T19:51:18.683Z] check_test.go:223: [df705fc88340c] daemon is not started [2020-09-20T19:51:18.683Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.38s) [2020-09-20T19:51:18.683Z] check_test.go:223: [d03024c283975] daemon is not started [2020-09-20T19:51:18.683Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2020-09-20T19:51:18.683Z] check_test.go:223: [d9c7fdc627b30] daemon is not started [2020-09-20T19:51:18.683Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.29s) [2020-09-20T19:51:18.683Z] check_test.go:223: [d34f2c781261d] daemon is not started [2020-09-20T19:51:18.683Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.27s) [2020-09-20T19:51:18.683Z] check_test.go:223: [df46864ed33cd] daemon is not started [2020-09-20T19:51:18.683Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.37s) [2020-09-20T19:51:18.683Z] check_test.go:223: [d87b2a1a912ba] daemon is not started [2020-09-20T19:51:18.683Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2020-09-20T19:51:18.683Z] check_test.go:223: [df71849a80735] daemon is not started [2020-09-20T19:51:18.683Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2020-09-20T19:51:18.683Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2020-09-20T19:51:19.622Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2020-09-20T19:51:19.882Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2020-09-20T19:51:20.143Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2020-09-20T19:51:21.082Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2020-09-20T19:51:21.342Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2020-09-20T19:51:21.603Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2020-09-20T19:51:22.543Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2020-09-20T19:51:22.543Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.81s) [2020-09-20T19:51:22.543Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.75s) [2020-09-20T19:51:22.543Z] check_test.go:252: [dd450ac96ef74] daemon is not started [2020-09-20T19:51:22.543Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.47s) [2020-09-20T19:51:22.543Z] check_test.go:252: [dfe8d4792921e] daemon is not started [2020-09-20T19:51:22.543Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2020-09-20T19:51:22.543Z] check_test.go:252: [d336ce9a6c08a] daemon is not started [2020-09-20T19:51:22.543Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.09s) [2020-09-20T19:51:22.543Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.21s) [2020-09-20T19:51:22.543Z] check_test.go:252: [d7e42b56b74f1] daemon is not started [2020-09-20T19:51:22.543Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.37s) [2020-09-20T19:51:22.543Z] check_test.go:252: [d1360ae5e59da] daemon is not started [2020-09-20T19:51:22.543Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.60s) [2020-09-20T19:51:22.543Z] check_test.go:252: [dfbd527437551] daemon is not started [2020-09-20T19:51:22.543Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2020-09-20T19:51:22.543Z] check_test.go:252: [d08e55887618a] daemon is not started [2020-09-20T19:51:22.543Z] === RUN TestDockerRegistryAuthTokenSuite [2020-09-20T19:51:22.543Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2020-09-20T19:51:25.545Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2020-09-20T19:51:27.819Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2020-09-20T19:51:27.819Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2020-09-20T19:51:28.079Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2020-09-20T19:51:28.079Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2020-09-20T19:51:28.339Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.81s) [2020-09-20T19:51:28.339Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.18s) [2020-09-20T19:51:28.339Z] check_test.go:279: [d6c3a4839381b] daemon is not started [2020-09-20T19:51:28.339Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.16s) [2020-09-20T19:51:28.339Z] check_test.go:279: [d5aa29900895e] daemon is not started [2020-09-20T19:51:28.339Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2020-09-20T19:51:28.339Z] check_test.go:279: [d32c6791eebaf] daemon is not started [2020-09-20T19:51:28.339Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2020-09-20T19:51:28.339Z] check_test.go:279: [d1a6efac87809] daemon is not started [2020-09-20T19:51:28.339Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.17s) [2020-09-20T19:51:28.339Z] check_test.go:279: [d13ce766705ab] daemon is not started [2020-09-20T19:51:28.339Z] === RUN TestDockerNetworkSuite [2020-09-20T19:51:28.339Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2020-09-20T19:51:30.250Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2020-09-20T19:51:30.819Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2020-09-20T19:51:33.374Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2020-09-20T19:51:34.757Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2020-09-20T19:51:37.353Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2020-09-20T19:51:38.735Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2020-09-20T19:51:40.363Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2020-09-20T19:51:44.016Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2020-09-20T19:51:45.925Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2020-09-20T19:51:47.305Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2020-09-20T19:51:47.875Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2020-09-20T19:51:48.136Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2020-09-20T19:51:49.076Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2020-09-20T19:51:50.016Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2020-09-20T19:51:50.016Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2020-09-20T19:51:50.276Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2020-09-20T19:51:51.216Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2020-09-20T19:51:51.216Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2020-09-20T19:51:51.216Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2020-09-20T19:51:51.476Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2020-09-20T19:51:52.416Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2020-09-20T19:51:53.355Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2020-09-20T19:51:53.355Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2020-09-20T19:51:53.615Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2020-09-20T19:51:53.615Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2020-09-20T19:51:56.198Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2020-09-20T19:51:57.580Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2020-09-20T19:52:02.866Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2020-09-20T19:52:02.866Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2020-09-20T19:52:03.810Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2020-09-20T19:52:04.071Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2020-09-20T19:52:04.071Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2020-09-20T19:52:04.071Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2020-09-20T19:52:04.330Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2020-09-20T19:52:04.330Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2020-09-20T19:52:06.870Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2020-09-20T19:52:06.870Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2020-09-20T19:52:06.870Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2020-09-20T19:52:07.439Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2020-09-20T19:52:10.315Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2020-09-20T19:52:11.638Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2020-09-20T19:52:14.178Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2020-09-20T19:52:14.178Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2020-09-20T19:52:14.748Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2020-09-20T19:52:16.130Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2020-09-20T19:52:16.130Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2020-09-20T19:52:17.069Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2020-09-20T19:52:17.329Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2020-09-20T19:52:17.388Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2020-09-20T19:52:18.268Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite (55.02s) [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.74s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [d6c49c85951e6] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.68s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [df66fb8decb2f] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.62s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [d241fc9fa096a] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.49s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [d02bc87f29084] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.49s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:1233: [dd8b038db2a22] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.38s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [dea08dcc58a58] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.02s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [d0295271ae9ff] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.32s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [d56d91b489ca7] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.21s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [dfadd2f7753ba] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.49s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [dbbcaeeb3d4ba] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.40s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [dbc0923af0627] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.84s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [d4ae68ec42d75] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.92s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [d14e067ff9407] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.16s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [d84d69e9f2559] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.32s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [d3e5da54a7019] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.73s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [d7d69830b79d0] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.17s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [dbdc9d5c56615] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.05s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [d89833b4d20d1] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.19s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [dad507d1221ec] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.73s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [d50a7c3ebdadc] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.00s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [d53553c661070] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [d3b9af01a7b6c] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.23s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [de3e77bc6f3a0] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.08s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [d7707c2c7c773] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.32s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:968: [d0aeac21c409e] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.67s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [d4b7a2ec0f66f] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.13s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:1116: [df82e2e0cbd7f] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.20s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [df4c33cb1e5ea] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.88s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [da03a31786e1c] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.14s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [db29c12266c8a] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [da2a3046d8b01] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.17s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [d719822a99561] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [dcc642814aaa5] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [db1a64b8e3893] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.35s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [d7d29e2ab80ab] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [d87af89436a36] daemon is not started [2020-09-20T19:52:23.558Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [d0808e1fe3a3c] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.74s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [d62094ee075a8] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.45s) [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (2.97s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:1084: [d3a80954b54b9] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [d5b7a9deffce7] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.75s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [d29bfe32bbaf6] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.49s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [d2e5acff2c91a] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [da11ec219e26d] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.65s) [2020-09-20T19:52:23.558Z] docker_cli_network_unix_test.go:46: [d23cd88125b46] daemon is not started [2020-09-20T19:52:23.558Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.49s) [2020-09-20T19:52:23.559Z] docker_cli_network_unix_test.go:46: [d6c8b67783e28] daemon is not started [2020-09-20T19:52:23.559Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.94s) [2020-09-20T19:52:23.559Z] docker_cli_network_unix_test.go:46: [d8db03f5b4469] daemon is not started [2020-09-20T19:52:23.559Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (4.98s) [2020-09-20T19:52:23.559Z] docker_cli_network_unix_test.go:46: [d76388e2a2204] daemon is not started [2020-09-20T19:52:23.559Z] === RUN TestDockerHubPullSuite [2020-09-20T19:52:23.559Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2020-09-20T19:52:24.938Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2020-09-20T19:52:26.845Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2020-09-20T19:52:27.415Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2020-09-20T19:52:27.710Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2020-09-20T19:52:28.354Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2020-09-20T19:52:28.614Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2020-09-20T19:52:28.875Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2020-09-20T19:52:29.135Z] --- PASS: TestDockerHubPullSuite (5.71s) [2020-09-20T19:52:29.135Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.44s) [2020-09-20T19:52:29.135Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.18s) [2020-09-20T19:52:29.135Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.36s) [2020-09-20T19:52:29.135Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.25s) [2020-09-20T19:52:29.135Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.27s) [2020-09-20T19:52:29.135Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.19s) [2020-09-20T19:52:29.135Z] PASS [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === Skipped [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2020-09-20T19:52:29.135Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2020-09-20T19:52:29.135Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2020-09-20T19:52:29.135Z] docker_cli_build_test.go:5907: unmatched requirement DaemonIsWindows [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-09-20T19:52:29.135Z] docker_cli_build_test.go:5890: unmatched requirement DaemonIsWindows [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-09-20T19:52:29.135Z] docker_cli_build_test.go:5925: unmatched requirement DaemonIsWindows [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2020-09-20T19:52:29.135Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2020-09-20T19:52:29.135Z] docker_cli_build_test.go:5856: unmatched requirement DaemonIsWindows [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-09-20T19:52:29.135Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-09-20T19:52:29.135Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2020-09-20T19:52:29.135Z] docker_cli_build_test.go:6047: unmatched requirement DaemonIsWindows [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-09-20T19:52:29.135Z] docker_cli_build_test.go:6017: unmatched requirement DaemonIsWindows [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-09-20T19:52:29.135Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-09-20T19:52:29.135Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-09-20T19:52:29.135Z] docker_cli_sni_test.go:18: Flakey test [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.01s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2020-09-20T19:52:29.135Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-09-20T19:52:29.135Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-09-20T19:52:29.135Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-09-20T19:52:29.135Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-09-20T19:52:29.135Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-09-20T19:52:29.135Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-09-20T19:52:29.135Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-09-20T19:52:29.135Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-09-20T19:52:29.135Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-09-20T19:52:29.135Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-09-20T19:52:29.135Z] docker_cli_run_test.go:4128: unmatched requirement DaemonIsWindows [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-09-20T19:52:29.135Z] docker_cli_run_test.go:4147: unmatched requirement DaemonIsWindows [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-09-20T19:52:29.135Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2020-09-20T19:52:29.135Z] docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.01s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s) [2020-09-20T19:52:29.135Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-09-20T19:52:29.135Z] docker_cli_run_test.go:4213: unmatched requirement IsolationIsProcess [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-09-20T19:52:29.135Z] docker_cli_run_test.go:2868: kernel doesn't have latency_stats configured [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-09-20T19:52:29.135Z] docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-09-20T19:52:29.135Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-09-20T19:52:29.135Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-09-20T19:52:29.135Z] docker_cli_run_test.go:4183: unmatched requirement DaemonIsWindows [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-09-20T19:52:29.135Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsWindows [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-09-20T19:52:29.135Z] docker_cli_run_test.go:4193: unmatched requirement DaemonIsWindows [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2020-09-20T19:52:29.135Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2020-09-20T19:52:29.135Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2020-09-20T19:52:29.135Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2020-09-20T19:52:29.135Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-09-20T19:52:29.135Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-09-20T19:52:29.135Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-09-20T19:52:29.135Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-09-20T19:52:29.135Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-09-20T19:52:29.135Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-09-20T19:52:29.135Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-09-20T19:52:29.135Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s) [2020-09-20T19:52:29.135Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-09-20T19:52:29.135Z] docker_cli_run_test.go:4521: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-09-20T19:52:29.135Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-09-20T19:52:29.135Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-09-20T19:52:29.135Z] docker_cli_network_unix_test.go:46: [d0808e1fe3a3c] daemon is not started [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] [2020-09-20T19:52:29.135Z] DONE 1277 tests, 51 skipped in 1483.496s [2020-09-20T19:52:29.135Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-09-20T19:52:29.135Z] ++++ cat bundles/test-integration/docker.pid [2020-09-20T19:52:29.135Z] +++ kill 7528 [2020-09-20T19:52:30.075Z] +++ /etc/init.d/apparmor stop [2020-09-20T19:52:30.075Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-20T19:52:30.075Z] [2020-09-20T19:52:30.075Z] Unloading profiles will leave already running processes permanently [2020-09-20T19:52:30.075Z] unconfined, which can lead to unexpected situations. [2020-09-20T19:52:30.075Z] [2020-09-20T19:52:30.075Z] To set a process to complain mode, use the command line tool [2020-09-20T19:52:30.075Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-20T19:52:30.075Z] +++ true [2020-09-20T19:52:30.075Z] exiting test-integration [2020-09-20T19:52:30.075Z] ++ exit 0 [2020-09-20T19:52:30.075Z] [2020-09-20T19:52:30.645Z] + for job in $(jobs -p) [2020-09-20T19:52:30.645Z] + wait 7288 [2020-09-20T19:52:32.553Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2020-09-20T19:52:39.130Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2020-09-20T19:52:44.413Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2020-09-20T19:52:46.326Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2020-09-20T19:52:51.604Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2020-09-20T19:52:53.514Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2020-09-20T19:52:57.711Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2020-09-20T19:52:57.711Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2020-09-20T19:53:04.287Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2020-09-20T19:53:04.287Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2020-09-20T19:53:04.546Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2020-09-20T19:53:07.085Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2020-09-20T19:53:53.774Z] === RUN TestDockerSuite/TestBuildDotDotFile [2020-09-20T19:53:53.774Z] === RUN TestDockerSuite/TestBuildEOLInLine [2020-09-20T19:53:53.774Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2020-09-20T19:53:53.774Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2020-09-20T19:53:53.774Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2020-09-20T19:53:53.774Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2020-09-20T19:53:53.774Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2020-09-20T19:53:53.774Z] === RUN TestDockerSuite/TestBuildEntrypoint [2020-09-20T19:53:53.774Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2020-09-20T19:53:54.741Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2020-09-20T19:53:56.921Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2020-09-20T19:54:01.610Z] === RUN TestDockerSuite/TestBuildEnv [2020-09-20T19:54:01.610Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2020-09-20T19:54:01.610Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2020-09-20T19:54:01.610Z] === RUN TestDockerSuite/TestBuildEnvUsage [2020-09-20T19:54:01.610Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2020-09-20T19:54:01.610Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2020-09-20T19:54:03.337Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2020-09-20T19:54:04.514Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2020-09-20T19:54:04.514Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2020-09-20T19:54:04.514Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2020-09-20T19:54:04.514Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2020-09-20T19:54:04.974Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2020-09-20T19:54:09.663Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2020-09-20T19:54:24.476Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2020-09-20T19:54:24.476Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2020-09-20T19:54:24.476Z] === RUN TestDockerSuite/TestBuildExpose [2020-09-20T19:54:24.476Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2020-09-20T19:54:24.476Z] === RUN TestDockerSuite/TestBuildExposeOrder [2020-09-20T19:54:24.476Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2020-09-20T19:54:24.476Z] === RUN TestDockerSuite/TestBuildFails [2020-09-20T19:54:26.654Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2020-09-20T19:54:26.654Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2020-09-20T19:54:31.345Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2020-09-20T19:54:35.087Z] === RUN TestDockerSuite/TestBuildForceRm [2020-09-20T19:54:40.883Z] === RUN TestDockerSuite/TestBuildFromGit [2020-09-20T19:54:46.675Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2020-09-20T19:54:47.135Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2020-09-20T19:54:52.925Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2020-09-20T19:54:52.925Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2020-09-20T19:54:52.925Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2020-09-20T19:54:53.384Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2020-09-20T19:54:53.384Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2020-09-20T19:54:59.580Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2020-09-20T19:55:01.953Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2020-09-20T19:55:01.953Z] === RUN TestDockerSuite/TestBuildHistory [2020-09-20T19:55:03.777Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2020-09-20T19:55:07.994Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2020-09-20T19:55:10.520Z] === RUN TestDockerSuite/TestBuildIidFile [2020-09-20T19:55:10.520Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2020-09-20T19:55:12.057Z] === RUN TestDockerSuite/TestBuildInheritance [2020-09-20T19:55:12.057Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2020-09-20T19:55:13.025Z] === RUN TestDockerSuite/TestBuildInvalidTag [2020-09-20T19:55:13.025Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2020-09-20T19:55:16.760Z] === RUN TestDockerSuite/TestBuildLabel [2020-09-20T19:55:17.727Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2020-09-20T19:55:18.186Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2020-09-20T19:55:18.645Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2020-09-20T19:55:19.613Z] === RUN TestDockerSuite/TestBuildLabels [2020-09-20T19:55:20.072Z] === RUN TestDockerSuite/TestBuildLabelsCache [2020-09-20T19:55:21.609Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2020-09-20T19:55:26.298Z] === RUN TestDockerSuite/TestBuildLastModified [2020-09-20T19:55:26.298Z] === RUN TestDockerSuite/TestBuildLineBreak [2020-09-20T19:55:26.298Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2020-09-20T19:55:26.298Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2020-09-20T19:55:26.298Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2020-09-20T19:55:26.298Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2020-09-20T19:55:26.298Z] === RUN TestDockerSuite/TestBuildMaintainer [2020-09-20T19:55:26.757Z] === RUN TestDockerSuite/TestBuildMissingArgs [2020-09-20T19:55:27.217Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2020-09-20T19:55:31.910Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2020-09-20T19:55:53.082Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2020-09-20T19:55:53.082Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2020-09-20T19:55:53.082Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2020-09-20T19:56:28.771Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2020-09-20T19:56:41.158Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2020-09-20T19:56:45.846Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2020-09-20T19:56:50.536Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2020-09-20T19:57:00.860Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2020-09-20T19:57:15.677Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2020-09-20T19:57:15.677Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2020-09-20T19:57:29.487Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2020-09-20T19:57:32.024Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2020-09-20T19:57:32.963Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2020-09-20T19:57:32.963Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2020-09-20T19:57:33.224Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2020-09-20T19:57:33.224Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2020-09-20T19:57:33.364Z] === RUN TestDockerSuite/TestBuildMultipleTags [2020-09-20T19:57:33.364Z] === RUN TestDockerSuite/TestBuildNetContainer [2020-09-20T19:57:33.364Z] === RUN TestDockerSuite/TestBuildNetNone [2020-09-20T19:57:33.364Z] === RUN TestDockerSuite/TestBuildNoContext [2020-09-20T19:57:33.792Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2020-09-20T19:57:34.903Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2020-09-20T19:57:36.332Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2020-09-20T19:57:38.638Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2020-09-20T19:57:39.625Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2020-09-20T19:57:40.815Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2020-09-20T19:57:40.815Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2020-09-20T19:57:40.815Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2020-09-20T19:57:42.164Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2020-09-20T19:57:42.996Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2020-09-20T19:57:43.963Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2020-09-20T19:57:44.932Z] === RUN TestDockerSuite/TestBuildOnBuild [2020-09-20T19:57:53.503Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2020-09-20T19:57:54.471Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2020-09-20T19:58:03.041Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2020-09-20T19:58:05.219Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2020-09-20T19:58:13.793Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2020-09-20T19:58:17.527Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2020-09-20T19:58:22.220Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2020-09-20T19:58:22.679Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2020-09-20T19:58:22.679Z] === RUN TestDockerSuite/TestBuildPATH [2020-09-20T19:58:22.679Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2020-09-20T19:58:24.857Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2020-09-20T19:58:24.857Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2020-09-20T19:58:38.409Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2020-09-20T19:58:38.409Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2020-09-20T19:58:39.790Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2020-09-20T19:58:42.329Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2020-09-20T19:58:45.632Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2020-09-20T19:58:47.542Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2020-09-20T19:59:00.548Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2020-09-20T19:59:09.486Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2020-09-20T19:59:18.231Z] === RUN TestDockerSuite/TestBuildRm [2020-09-20T19:59:21.700Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2020-09-20T19:59:23.081Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2020-09-20T19:59:25.622Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2020-09-20T19:59:28.173Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2020-09-20T19:59:30.619Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2020-09-20T19:59:31.587Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2020-09-20T19:59:31.587Z] === RUN TestDockerSuite/TestBuildScratchCopy [2020-09-20T19:59:32.046Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2020-09-20T19:59:33.014Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2020-09-20T19:59:35.920Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2020-09-20T19:59:38.170Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2020-09-20T19:59:38.825Z] === RUN TestDockerSuite/TestBuildShellInherited [2020-09-20T19:59:41.463Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2020-09-20T19:59:42.561Z] === RUN TestDockerSuite/TestBuildShellMultiple [2020-09-20T19:59:43.373Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2020-09-20T19:59:45.914Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2020-09-20T19:59:48.452Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2020-09-20T19:59:50.992Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2020-09-20T19:59:53.567Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2020-09-20T19:59:56.104Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2020-09-20T20:00:03.651Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2020-09-20T20:00:03.651Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2020-09-20T20:00:03.651Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2020-09-20T20:00:12.223Z] === RUN TestDockerSuite/TestBuildSpaces [2020-09-20T20:00:12.223Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2020-09-20T20:00:16.910Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2020-09-20T20:00:16.910Z] === RUN TestDockerSuite/TestBuildStderr [2020-09-20T20:00:20.645Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2020-09-20T20:00:41.735Z] === RUN TestDockerSuite/TestBuildStopSignal [2020-09-20T20:00:41.735Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2020-09-20T20:00:41.735Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2020-09-20T20:00:42.194Z] === RUN TestDockerSuite/TestBuildTagEvent [2020-09-20T20:00:46.883Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2020-09-20T20:00:51.574Z] === RUN TestDockerSuite/TestBuildUser [2020-09-20T20:00:51.574Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2020-09-20T20:00:51.574Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2020-09-20T20:00:51.574Z] === RUN TestDockerSuite/TestBuildVerboseOut [2020-09-20T20:00:52.347Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2020-09-20T20:00:55.310Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2020-09-20T20:00:55.769Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2020-09-20T20:00:57.949Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2020-09-20T20:00:57.949Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2020-09-20T20:00:57.949Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2020-09-20T20:01:07.234Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2020-09-20T20:01:19.041Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2020-09-20T20:01:19.041Z] === RUN TestDockerSuite/TestBuildWindowsUser [2020-09-20T20:01:22.143Z] --- PASS: TestDockerSwarmSuite (1657.83s) [2020-09-20T20:01:22.143Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.32s) [2020-09-20T20:01:22.143Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (2.69s) [2020-09-20T20:01:22.143Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.35s) [2020-09-20T20:01:22.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.49s) [2020-09-20T20:01:22.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.05s) [2020-09-20T20:01:22.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.98s) [2020-09-20T20:01:22.143Z] docker_api_swarm_test.go:562: [d1c1ed826e5bd] joining swarm manager [d9de59d94636b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-20T20:01:22.143Z] docker_api_swarm_test.go:584: [d938ebddf4817] joining swarm manager [d9de59d94636b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-20T20:01:22.143Z] check_test.go:380: [d1c1ed826e5bd] daemon is not started [2020-09-20T20:01:22.143Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2020-09-20T20:01:22.143Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2020-09-20T20:01:22.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.20s) [2020-09-20T20:01:22.143Z] docker_api_swarm_test.go:45: [d87abc6739c13] joining swarm manager [d28034ec34764]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-20T20:01:22.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (1.00s) [2020-09-20T20:01:22.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (49.25s) [2020-09-20T20:01:22.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (38.81s) [2020-09-20T20:01:22.143Z] docker_api_swarm_test.go:303: [da890241f27ef] joining swarm manager [de2bf7acf5dae]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-20T20:01:22.143Z] docker_api_swarm_test.go:304: [dc78765c84c40] joining swarm manager [de2bf7acf5dae]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-20T20:01:22.143Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2020-09-20T20:01:22.143Z] docker_api_swarm_test.go:363: Waiting for possible election... [2020-09-20T20:01:22.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (22.12s) [2020-09-20T20:01:22.143Z] docker_api_swarm_test.go:271: [dc44c5542eb67] joining swarm manager [daa2e9b6bb31f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-20T20:01:22.143Z] docker_api_swarm_test.go:272: [db2957314b1f7] joining swarm manager [daa2e9b6bb31f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-20T20:01:22.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.06s) [2020-09-20T20:01:22.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.02s) [2020-09-20T20:01:22.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.88s) [2020-09-20T20:01:22.143Z] docker_api_swarm_node_test.go:19: [deeb1a4b67acd] joining swarm manager [d4cccf9e68761]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-20T20:01:22.143Z] docker_api_swarm_node_test.go:20: [d708b82cd88b7] joining swarm manager [d4cccf9e68761]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-20T20:01:22.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (47.54s) [2020-09-20T20:01:22.143Z] docker_api_swarm_test.go:501: [de4e30a70354c] joining swarm manager [d108d288c05bb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-20T20:01:22.143Z] docker_api_swarm_test.go:506: [ddae829dddf55] joining swarm manager [d108d288c05bb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-20T20:01:22.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.81s) [2020-09-20T20:01:22.143Z] docker_api_swarm_node_test.go:80: [d49ddceaf485d] joining swarm manager [df0ef376a45e2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-20T20:01:22.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.84s) [2020-09-20T20:01:22.143Z] docker_api_swarm_node_test.go:52: [d773d1e7275d9] joining swarm manager [d33369643ab5f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-20T20:01:22.143Z] docker_api_swarm_node_test.go:53: [ddc15bd83b9f5] joining swarm manager [d33369643ab5f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-20T20:01:22.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.62s) [2020-09-20T20:01:22.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (27.33s) [2020-09-20T20:01:22.143Z] docker_api_swarm_test.go:201: [def11f49b64af] joining swarm manager [d9cd4343e76ae]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-20T20:01:22.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (57.07s) [2020-09-20T20:01:22.143Z] docker_api_swarm_test.go:383: [d47aeb8f9f24c] joining swarm manager [d994cc5fd28ca]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-20T20:01:22.143Z] docker_api_swarm_test.go:384: [d02cae18fde53] joining swarm manager [d994cc5fd28ca]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-20T20:01:22.143Z] check_test.go:380: [d02cae18fde53] daemon is not started [2020-09-20T20:01:22.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (62.50s) [2020-09-20T20:01:22.143Z] docker_api_swarm_test.go:801: [d56cbc8edba29] joining swarm manager [def1a556410b2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-20T20:01:22.143Z] docker_api_swarm_test.go:801: [dedb59d9c7a2f] joining swarm manager [def1a556410b2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-20T20:01:22.143Z] docker_api_swarm_test.go:801: [dad3bb91a4dea] joining swarm manager [def1a556410b2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-09-20T20:01:22.143Z] docker_api_swarm_test.go:801: [deb62b5c8a4ff] joining swarm manager [def1a556410b2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-09-20T20:01:22.143Z] docker_api_swarm_test.go:809: [dda7efb8d5b55] joining swarm manager [def1a556410b2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2020-09-20T20:01:22.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.43s) [2020-09-20T20:01:22.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.80s) [2020-09-20T20:01:22.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.77s) [2020-09-20T20:01:22.143Z] docker_api_swarm_service_test.go:394: [df9a7d1737c3b] joining swarm manager [dcc0ca35c322b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-20T20:01:22.143Z] docker_api_swarm_service_test.go:394: [de2ef27a38794] joining swarm manager [dcc0ca35c322b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-20T20:01:22.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.04s) [2020-09-20T20:01:22.143Z] docker_api_swarm_service_test.go:342: [d2f3609a84803] joining swarm manager [de1e8377dcf5a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-20T20:01:22.143Z] docker_api_swarm_service_test.go:342: [d78f84b3bde1c] joining swarm manager [de1e8377dcf5a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-20T20:01:22.143Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.16s) [2020-09-20T20:01:22.144Z] docker_api_swarm_service_test.go:489: [d5ef88d2cd2cb] joining swarm manager [d8113ebdf678f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-20T20:01:22.144Z] docker_api_swarm_service_test.go:489: [dbfcb1d01446a] joining swarm manager [d8113ebdf678f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.36s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.33s) [2020-09-20T20:01:22.144Z] docker_api_swarm_service_test.go:127: [dfc8cb07a4df1] joining swarm manager [df583a26b281d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-20T20:01:22.144Z] docker_api_swarm_service_test.go:128: [d6e03ebdc3f98] joining swarm manager [df583a26b281d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-20T20:01:22.144Z] docker_api_swarm_service_test.go:136: [d9a0cdf838457] joining swarm manager [df583a26b281d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-09-20T20:01:22.144Z] docker_api_swarm_service_test.go:137: [dde521f17947c] joining swarm manager [df583a26b281d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.66s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.42s) [2020-09-20T20:01:22.144Z] docker_api_swarm_service_test.go:303: [d8275964b7c1e] joining swarm manager [dba3eaba37a05]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-20T20:01:22.144Z] docker_api_swarm_service_test.go:303: [d64bce07d496e] joining swarm manager [dba3eaba37a05]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (25.78s) [2020-09-20T20:01:22.144Z] docker_api_swarm_service_test.go:99: [d3e0c66fc2049] joining swarm manager [da7d19c16e00d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-20T20:01:22.144Z] docker_api_swarm_service_test.go:100: [d737e75b3abe8] joining swarm manager [da7d19c16e00d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-20T20:01:22.144Z] check_test.go:380: [d3e0c66fc2049] daemon is not started [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.74s) [2020-09-20T20:01:22.144Z] docker_api_swarm_service_test.go:532: [d95c8a316ad89] joining swarm manager [d8cf346642588]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-20T20:01:22.144Z] docker_api_swarm_service_test.go:533: [dfaf46fa9c6d7] joining swarm manager [d8cf346642588]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.83s) [2020-09-20T20:01:22.144Z] docker_api_swarm_service_test.go:147: [dab08a63135d9] joining swarm manager [d3eecfb6014b8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-20T20:01:22.144Z] docker_api_swarm_service_test.go:147: [dc3d882bf5b1d] joining swarm manager [d3eecfb6014b8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.09s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (3.93s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.48s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.17s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.20s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.57s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (1.99s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.80s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.23s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.39s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (7.71s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.53s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.57s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.00s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.31s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.69s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.14s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.76s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.32s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.68s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.31s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (5.88s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.34s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.45s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.10s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.85s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.27s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.67s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.17s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.90s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.79s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (12.88s) [2020-09-20T20:01:22.144Z] docker_cli_service_logs_test.go:245: checking task xermg21qxpnt [2020-09-20T20:01:22.144Z] docker_cli_service_logs_test.go:250: checking messages for xermg21qxpnt [2020-09-20T20:01:22.144Z] docker_cli_service_logs_test.go:245: checking task ys37yvz4xi9g [2020-09-20T20:01:22.144Z] docker_cli_service_logs_test.go:250: checking messages for ys37yvz4xi9g [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.41s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.84s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.38s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.83s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (24.75s) [2020-09-20T20:01:22.144Z] docker_cli_swarm_test.go:1901: [d80a1de1552df] joining swarm manager [d88a525d76223]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-20T20:01:22.144Z] docker_cli_swarm_test.go:1902: [d55f06aa290ea] joining swarm manager [d88a525d76223]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.17s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.22s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.05s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.42s) [2020-09-20T20:01:22.144Z] docker_cli_swarm_test.go:1802: [deaefbff1967c] joining swarm manager [dc17ad5579dc3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-20T20:01:22.144Z] docker_cli_swarm_test.go:1803: [df33afcae391f] joining swarm manager [dc17ad5579dc3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.18s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (105.31s) [2020-09-20T20:01:22.144Z] docker_cli_swarm_test.go:1321: [d9b4e4b494960] joining swarm manager [d81f0f141d0e7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-20T20:01:22.144Z] docker_cli_swarm_test.go:1322: [d2224e55f9d35] joining swarm manager [d81f0f141d0e7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.19s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (5.89s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (5.81s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.28s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.45s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.30s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.91s) [2020-09-20T20:01:22.144Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-09-20T20:01:22.144Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (6.10s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.71s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.74s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.24s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.57s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (53.65s) [2020-09-20T20:01:22.144Z] docker_cli_swarm_test.go:1186: [dfcc21a2fef8e] joining swarm manager [d7edd930a02f9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-20T20:01:22.144Z] docker_cli_swarm_test.go:1195: [d72f534f72d2b] joining swarm manager [d7edd930a02f9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (9.09s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.56s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (130.44s) [2020-09-20T20:01:22.144Z] docker_cli_swarm_test.go:1118: [dd2589833ba20] joining swarm manager [d0808c638259b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-20T20:01:22.144Z] docker_cli_swarm_test.go:1119: [db50cbaf5b47c] joining swarm manager [d0808c638259b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-20T20:01:22.144Z] docker_cli_swarm_test.go:1172: [dd66af0d7d982] joining swarm manager [d0808c638259b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.38s) [2020-09-20T20:01:22.144Z] docker_cli_swarm_test.go:1453: [d2fdc199f1614] joining swarm manager [d9c3f683d617f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-20T20:01:22.144Z] docker_cli_swarm_test.go:1454: [df76986020632] joining swarm manager [d9c3f683d617f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.27s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.15s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.12s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.06s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.04s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.24s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.38s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.33s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.49s) [2020-09-20T20:01:22.144Z] docker_cli_swarm_unix_test.go:62: [d65149aa24a8f] joining swarm manager [d1f0237def397]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.30s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.20s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.35s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.15s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.09s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.15s) [2020-09-20T20:01:22.144Z] docker_api_swarm_test.go:961: [dd7399b5d804b] joining swarm manager [da1916edcce94]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (13.29s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.23s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.28s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.85s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (8.37s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.44s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.49s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.53s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.51s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.46s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.61s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.36s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.92s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (16.86s) [2020-09-20T20:01:22.144Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.31s) [2020-09-20T20:01:22.144Z] === RUN TestDockerExternalVolumeSuite [2020-09-20T20:01:22.144Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2020-09-20T20:01:27.610Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2020-09-20T20:01:31.346Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2020-09-20T20:01:31.346Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2020-09-20T20:01:31.346Z] === RUN TestDockerSuite/TestBuildWithFailure [2020-09-20T20:01:34.253Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2020-09-20T20:01:34.253Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2020-09-20T20:01:40.238Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2020-09-20T20:01:46.635Z] === RUN TestDockerSuite/TestBuildWithTabs [2020-09-20T20:01:49.540Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2020-09-20T20:01:49.999Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2020-09-20T20:02:02.378Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2020-09-20T20:02:02.378Z] === RUN TestDockerSuite/TestBuildWithVolumes [2020-09-20T20:02:02.378Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2020-09-20T20:02:02.378Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2020-09-20T20:02:03.346Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2020-09-20T20:02:11.919Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2020-09-20T20:02:12.378Z] === RUN TestDockerSuite/TestBuildXZHost [2020-09-20T20:02:12.837Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2020-09-20T20:02:12.837Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2020-09-20T20:02:12.837Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2020-09-20T20:02:15.027Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2020-09-20T20:02:19.716Z] === RUN TestDockerSuite/TestCommitChange [2020-09-20T20:02:23.451Z] === RUN TestDockerSuite/TestCommitChangeLabels [2020-09-20T20:02:28.139Z] === RUN TestDockerSuite/TestCommitHardlink [2020-09-20T20:02:28.139Z] === RUN TestDockerSuite/TestCommitNewFile [2020-09-20T20:02:33.931Z] === RUN TestDockerSuite/TestCommitPausedContainer [2020-09-20T20:02:33.931Z] === RUN TestDockerSuite/TestCommitTTY [2020-09-20T20:02:47.940Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2020-09-20T20:02:51.613Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2020-09-20T20:02:53.151Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2020-09-20T20:02:53.151Z] === RUN TestDockerSuite/TestCommitWithoutPause [2020-09-20T20:02:53.151Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2020-09-20T20:02:53.151Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2020-09-20T20:02:53.151Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2020-09-20T20:02:53.151Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2020-09-20T20:02:53.151Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2020-09-20T20:02:53.151Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2020-09-20T20:02:53.151Z] === RUN TestDockerSuite/TestContainerAPICommit [2020-09-20T20:02:54.536Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2020-09-20T20:03:00.225Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2020-09-20T20:03:15.039Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2020-09-20T20:03:15.039Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2020-09-20T20:03:17.217Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2020-09-20T20:03:17.217Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2020-09-20T20:03:17.217Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2020-09-20T20:03:17.217Z] === RUN TestDockerSuite/TestContainerAPICreate [2020-09-20T20:03:18.755Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2020-09-20T20:03:18.755Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2020-09-20T20:03:18.755Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2020-09-20T20:03:20.934Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2020-09-20T20:03:20.934Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2020-09-20T20:03:20.934Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2020-09-20T20:03:20.934Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2020-09-20T20:03:20.934Z] === RUN TestDockerSuite/TestContainerAPIDelete [2020-09-20T20:03:23.114Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2020-09-20T20:03:24.649Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2020-09-20T20:03:26.187Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2020-09-20T20:03:26.187Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2020-09-20T20:03:26.187Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2020-09-20T20:03:26.622Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2020-09-20T20:03:27.724Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2020-09-20T20:03:28.183Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2020-09-20T20:03:29.720Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2020-09-20T20:03:29.720Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2020-09-20T20:03:29.720Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2020-09-20T20:03:31.897Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2020-09-20T20:03:31.897Z] === RUN TestDockerSuite/TestContainerAPIKill [2020-09-20T20:03:33.434Z] === RUN TestDockerSuite/TestContainerAPIPause [2020-09-20T20:03:33.434Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2020-09-20T20:03:34.970Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2020-09-20T20:03:35.429Z] === RUN TestDockerSuite/TestContainerAPIRename [2020-09-20T20:03:36.966Z] === RUN TestDockerSuite/TestContainerAPIRestart [2020-09-20T20:03:40.699Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2020-09-20T20:03:41.507Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2020-09-20T20:03:43.603Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2020-09-20T20:03:43.603Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2020-09-20T20:03:43.603Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2020-09-20T20:03:43.603Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2020-09-20T20:03:43.603Z] === RUN TestDockerSuite/TestContainerAPIStart [2020-09-20T20:03:45.140Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2020-09-20T20:03:45.140Z] === RUN TestDockerSuite/TestContainerAPIStop [2020-09-20T20:03:47.320Z] === RUN TestDockerSuite/TestContainerAPITop [2020-09-20T20:03:47.320Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2020-09-20T20:03:48.858Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2020-09-20T20:03:48.858Z] === RUN TestDockerSuite/TestContainerAPIWait [2020-09-20T20:03:52.594Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2020-09-20T20:03:54.131Z] === RUN TestDockerSuite/TestContainerNetworkMode [2020-09-20T20:03:54.131Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2020-09-20T20:03:54.131Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2020-09-20T20:03:54.131Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2020-09-20T20:03:54.131Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2020-09-20T20:03:54.131Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2020-09-20T20:04:01.215Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2020-09-20T20:04:01.215Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2020-09-20T20:04:02.757Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2020-09-20T20:04:04.935Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2020-09-20T20:04:07.114Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2020-09-20T20:04:09.292Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000b06800_} [2020-09-20T20:04:11.473Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1466262422_c:\foo_false____} [2020-09-20T20:04:13.612Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2020-09-20T20:04:13.651Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1466262422_c:\foo_true____} [2020-09-20T20:04:15.828Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2020-09-20T20:04:15.828Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2020-09-20T20:04:15.828Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2020-09-20T20:04:15.828Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2020-09-20T20:04:15.828Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2020-09-20T20:04:15.828Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2020-09-20T20:04:15.828Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2020-09-20T20:04:15.828Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2020-09-20T20:04:16.287Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2020-09-20T20:04:16.287Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2020-09-20T20:04:16.287Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2020-09-20T20:04:16.287Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2020-09-20T20:04:16.287Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2020-09-20T20:04:16.287Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2020-09-20T20:04:16.287Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2020-09-20T20:04:16.287Z] === RUN TestDockerSuite/TestCopyAndRestart [2020-09-20T20:04:16.287Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2020-09-20T20:04:16.287Z] === RUN TestDockerSuite/TestCpAbsolutePath [2020-09-20T20:04:18.466Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2020-09-20T20:04:18.466Z] === RUN TestDockerSuite/TestCpFromCaseA [2020-09-20T20:04:18.466Z] === RUN TestDockerSuite/TestCpFromCaseB [2020-09-20T20:04:18.466Z] === RUN TestDockerSuite/TestCpFromCaseC [2020-09-20T20:04:18.466Z] === RUN TestDockerSuite/TestCpFromCaseD [2020-09-20T20:04:18.466Z] === RUN TestDockerSuite/TestCpFromCaseE [2020-09-20T20:04:18.466Z] === RUN TestDockerSuite/TestCpFromCaseF [2020-09-20T20:04:18.466Z] === RUN TestDockerSuite/TestCpFromCaseG [2020-09-20T20:04:18.466Z] === RUN TestDockerSuite/TestCpFromCaseH [2020-09-20T20:04:18.466Z] === RUN TestDockerSuite/TestCpFromCaseI [2020-09-20T20:04:18.466Z] === RUN TestDockerSuite/TestCpFromCaseJ [2020-09-20T20:04:18.466Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2020-09-20T20:04:18.466Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2020-09-20T20:04:18.466Z] === RUN TestDockerSuite/TestCpGarbagePath [2020-09-20T20:04:20.002Z] === RUN TestDockerSuite/TestCpLocalOnly [2020-09-20T20:04:20.002Z] === RUN TestDockerSuite/TestCpNameHasColon [2020-09-20T20:04:20.002Z] === RUN TestDockerSuite/TestCpRelativePath [2020-09-20T20:04:22.183Z] === RUN TestDockerSuite/TestCpSpecialFiles [2020-09-20T20:04:22.183Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2020-09-20T20:04:22.183Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2020-09-20T20:04:22.183Z] === RUN TestDockerSuite/TestCpToCaseA [2020-09-20T20:04:25.825Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2020-09-20T20:04:26.875Z] === RUN TestDockerSuite/TestCpToCaseB [2020-09-20T20:04:28.411Z] === RUN TestDockerSuite/TestCpToCaseC [2020-09-20T20:04:28.411Z] === RUN TestDockerSuite/TestCpToCaseD [2020-09-20T20:04:28.411Z] === RUN TestDockerSuite/TestCpToCaseE [2020-09-20T20:04:36.979Z] === RUN TestDockerSuite/TestCpToCaseF [2020-09-20T20:04:36.980Z] === RUN TestDockerSuite/TestCpToCaseG [2020-09-20T20:04:36.980Z] === RUN TestDockerSuite/TestCpToCaseH [2020-09-20T20:04:44.054Z] === RUN TestDockerSuite/TestCpToCaseI [2020-09-20T20:04:44.054Z] === RUN TestDockerSuite/TestCpToCaseJ [2020-09-20T20:04:44.054Z] === RUN TestDockerSuite/TestCpToDot [2020-09-20T20:04:45.022Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2020-09-20T20:04:45.022Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2020-09-20T20:04:45.481Z] === RUN TestDockerSuite/TestCpToStdout [2020-09-20T20:04:52.558Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2020-09-20T20:04:52.558Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2020-09-20T20:04:52.558Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2020-09-20T20:04:52.558Z] === RUN TestDockerSuite/TestCpVolumePath [2020-09-20T20:04:52.558Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2020-09-20T20:04:52.558Z] === RUN TestDockerSuite/TestCreateArgs [2020-09-20T20:04:52.558Z] === RUN TestDockerSuite/TestCreateByImageID [2020-09-20T20:04:54.736Z] === RUN TestDockerSuite/TestCreateEchoStdout [2020-09-20T20:04:56.272Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2020-09-20T20:04:56.731Z] === RUN TestDockerSuite/TestCreateHostConfig [2020-09-20T20:04:56.731Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2020-09-20T20:04:57.912Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2020-09-20T20:04:58.267Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2020-09-20T20:04:58.726Z] === RUN TestDockerSuite/TestCreateLabels [2020-09-20T20:04:59.185Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2020-09-20T20:04:59.185Z] === RUN TestDockerSuite/TestCreateRM [2020-09-20T20:04:59.185Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2020-09-20T20:04:59.185Z] === RUN TestDockerSuite/TestCreateStopSignal [2020-09-20T20:04:59.644Z] === RUN TestDockerSuite/TestCreateStopTimeout [2020-09-20T20:04:59.644Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2020-09-20T20:05:06.716Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2020-09-20T20:05:06.716Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2020-09-20T20:05:07.176Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2020-09-20T20:05:10.914Z] === RUN TestDockerSuite/TestCreateWithPortRange [2020-09-20T20:05:11.373Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2020-09-20T20:05:11.373Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2020-09-20T20:05:12.818Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2020-09-20T20:05:18.447Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2020-09-20T20:05:18.447Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2020-09-20T20:05:18.447Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2020-09-20T20:05:18.447Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2020-09-20T20:05:18.447Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2020-09-20T20:05:18.447Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2020-09-20T20:05:18.447Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2020-09-20T20:05:18.447Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2020-09-20T20:05:18.447Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2020-09-20T20:05:18.447Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2020-09-20T20:05:18.447Z] === RUN TestDockerSuite/TestDevicePermissions [2020-09-20T20:05:18.447Z] === RUN TestDockerSuite/TestDockerFails [2020-09-20T20:05:18.447Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2020-09-20T20:05:18.447Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2020-09-20T20:05:18.447Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2020-09-20T20:05:18.447Z] === RUN TestDockerSuite/TestEventsAttach [2020-09-20T20:05:18.447Z] === RUN TestDockerSuite/TestEventsCommit [2020-09-20T20:05:18.447Z] === RUN TestDockerSuite/TestEventsContainerEvents [2020-09-20T20:05:20.627Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2020-09-20T20:05:22.166Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2020-09-20T20:05:24.348Z] === RUN TestDockerSuite/TestEventsContainerRestart [2020-09-20T20:05:30.912Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2020-09-20T20:05:36.743Z] === RUN TestDockerSuite/TestEventsCopy [2020-09-20T20:05:40.480Z] === RUN TestDockerSuite/TestEventsFilterContainer [2020-09-20T20:05:44.218Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2020-09-20T20:05:46.399Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2020-09-20T20:05:46.858Z] === RUN TestDockerSuite/TestEventsFilterImageName [2020-09-20T20:05:49.764Z] === RUN TestDockerSuite/TestEventsFilterLabels [2020-09-20T20:05:50.224Z] === RUN TestDockerSuite/TestEventsFilterType [2020-09-20T20:05:51.194Z] === RUN TestDockerSuite/TestEventsFilters [2020-09-20T20:05:59.771Z] === RUN TestDockerSuite/TestEventsFormat [2020-09-20T20:06:03.512Z] === RUN TestDockerSuite/TestEventsFormatBadField [2020-09-20T20:06:03.512Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2020-09-20T20:06:03.971Z] === RUN TestDockerSuite/TestEventsImageImport [2020-09-20T20:06:03.971Z] === RUN TestDockerSuite/TestEventsImageLoad [2020-09-20T20:06:03.971Z] === RUN TestDockerSuite/TestEventsImagePull [2020-09-20T20:06:03.971Z] === RUN TestDockerSuite/TestEventsImageTag [2020-09-20T20:06:04.939Z] === RUN TestDockerSuite/TestEventsPluginOps [2020-09-20T20:06:04.939Z] === RUN TestDockerSuite/TestEventsRename [2020-09-20T20:06:07.121Z] === RUN TestDockerSuite/TestEventsResize [2020-09-20T20:06:09.302Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2020-09-20T20:06:10.840Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2020-09-20T20:06:13.022Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2020-09-20T20:06:17.599Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2020-09-20T20:06:17.721Z] === RUN TestDockerSuite/TestEventsTop [2020-09-20T20:06:17.721Z] === RUN TestDockerSuite/TestEventsUntag [2020-09-20T20:06:19.900Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2020-09-20T20:06:23.647Z] === RUN TestDockerSuite/TestExec [2020-09-20T20:06:23.647Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2020-09-20T20:06:23.647Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2020-09-20T20:06:25.187Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2020-09-20T20:06:26.725Z] === RUN TestDockerSuite/TestExecAPIStart [2020-09-20T20:06:26.725Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2020-09-20T20:06:26.725Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2020-09-20T20:06:26.725Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2020-09-20T20:06:28.264Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2020-09-20T20:06:29.802Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2020-09-20T20:06:31.987Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2020-09-20T20:06:33.528Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2020-09-20T20:06:35.726Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2020-09-20T20:06:37.265Z] === RUN TestDockerSuite/TestExecCgroup [2020-09-20T20:06:37.265Z] === RUN TestDockerSuite/TestExecEnv [2020-09-20T20:06:37.265Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2020-09-20T20:06:37.265Z] === RUN TestDockerSuite/TestExecExitStatus [2020-09-20T20:06:38.803Z] === RUN TestDockerSuite/TestExecInspectID [2020-09-20T20:06:41.711Z] === RUN TestDockerSuite/TestExecInteractive [2020-09-20T20:06:41.711Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2020-09-20T20:06:41.711Z] === RUN TestDockerSuite/TestExecParseError [2020-09-20T20:06:41.711Z] === RUN TestDockerSuite/TestExecPausedContainer [2020-09-20T20:06:41.711Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2020-09-20T20:06:41.711Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2020-09-20T20:06:43.893Z] === RUN TestDockerSuite/TestExecSetEnv [2020-09-20T20:06:43.893Z] === RUN TestDockerSuite/TestExecStartFails [2020-09-20T20:06:43.893Z] === RUN TestDockerSuite/TestExecStateCleanup [2020-09-20T20:06:43.893Z] === RUN TestDockerSuite/TestExecStopNotHanging [2020-09-20T20:06:43.893Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2020-09-20T20:06:43.893Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2020-09-20T20:06:45.431Z] === RUN TestDockerSuite/TestExecUlimits [2020-09-20T20:06:45.431Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2020-09-20T20:06:51.230Z] === RUN TestDockerSuite/TestExecWithImageUser [2020-09-20T20:06:51.230Z] === RUN TestDockerSuite/TestExecWithPrivileged [2020-09-20T20:06:51.230Z] === RUN TestDockerSuite/TestExecWithUser [2020-09-20T20:06:51.230Z] === RUN TestDockerSuite/TestGetContainerStats [2020-09-20T20:06:57.029Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2020-09-20T20:07:02.830Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2020-09-20T20:07:05.753Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2020-09-20T20:07:07.845Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2020-09-20T20:07:11.548Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2020-09-20T20:07:11.548Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2020-09-20T20:07:11.548Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2020-09-20T20:07:11.548Z] === RUN TestDockerSuite/TestHealth [2020-09-20T20:07:11.548Z] === RUN TestDockerSuite/TestHistoryExistentImage [2020-09-20T20:07:11.548Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2020-09-20T20:07:11.548Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2020-09-20T20:07:11.548Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2020-09-20T20:07:15.286Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2020-09-20T20:07:15.286Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2020-09-20T20:07:15.286Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2020-09-20T20:07:15.286Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2020-09-20T20:07:15.745Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2020-09-20T20:07:15.745Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2020-09-20T20:07:16.204Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2020-09-20T20:07:16.204Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2020-09-20T20:07:17.173Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2020-09-20T20:07:17.173Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2020-09-20T20:07:18.710Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2020-09-20T20:07:18.710Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2020-09-20T20:07:20.248Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2020-09-20T20:07:22.428Z] === RUN TestDockerSuite/TestImagesFormat [2020-09-20T20:07:22.428Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2020-09-20T20:07:22.428Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2020-09-20T20:07:26.171Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2020-09-20T20:07:26.171Z] === RUN TestDockerSuite/TestImportBadURL [2020-09-20T20:07:28.431Z] === RUN TestDockerSuite/TestImportDisplay [2020-09-20T20:07:28.431Z] === RUN TestDockerSuite/TestImportFile [2020-09-20T20:07:28.431Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2020-09-20T20:07:28.431Z] === RUN TestDockerSuite/TestImportFileWithMessage [2020-09-20T20:07:28.431Z] === RUN TestDockerSuite/TestImportGzipped [2020-09-20T20:07:28.431Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2020-09-20T20:07:28.431Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2020-09-20T20:07:28.431Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2020-09-20T20:07:28.431Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2020-09-20T20:07:28.431Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2020-09-20T20:07:28.431Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2020-09-20T20:07:28.431Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2020-09-20T20:07:28.431Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2020-09-20T20:07:30.610Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2020-09-20T20:07:32.148Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2020-09-20T20:07:32.148Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2020-09-20T20:07:32.148Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2020-09-20T20:07:32.148Z] === RUN TestDockerSuite/TestInspectAmpersand [2020-09-20T20:07:32.148Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2020-09-20T20:07:34.329Z] === RUN TestDockerSuite/TestInspectByPrefix [2020-09-20T20:07:34.329Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2020-09-20T20:07:35.867Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2020-09-20T20:07:35.867Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2020-09-20T20:07:35.867Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2020-09-20T20:07:35.867Z] === RUN TestDockerSuite/TestInspectDefault [2020-09-20T20:07:39.937Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2020-09-20T20:07:42.941Z] === RUN TestDockerSuite/TestInspectHistory [2020-09-20T20:07:46.675Z] === RUN TestDockerSuite/TestInspectImage [2020-09-20T20:07:46.675Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2020-09-20T20:07:46.675Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2020-09-20T20:07:46.675Z] === RUN TestDockerSuite/TestInspectInt64 [2020-09-20T20:07:48.859Z] === RUN TestDockerSuite/TestInspectJSONFields [2020-09-20T20:07:50.398Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2020-09-20T20:07:50.398Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2020-09-20T20:07:52.155Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2020-09-20T20:07:52.580Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2020-09-20T20:07:54.119Z] === RUN TestDockerSuite/TestInspectPlugin [2020-09-20T20:07:54.119Z] === RUN TestDockerSuite/TestInspectRootFS [2020-09-20T20:07:54.119Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2020-09-20T20:07:55.659Z] === RUN TestDockerSuite/TestInspectStatus [2020-09-20T20:07:57.841Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2020-09-20T20:08:01.582Z] === RUN TestDockerSuite/TestInspectTemplateError [2020-09-20T20:08:03.125Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2020-09-20T20:08:04.671Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2020-09-20T20:08:06.860Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2020-09-20T20:08:08.401Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2020-09-20T20:08:09.940Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2020-09-20T20:08:10.258Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2020-09-20T20:08:12.120Z] === RUN TestDockerSuite/TestInspectUnknownObject [2020-09-20T20:08:12.120Z] === RUN TestDockerSuite/TestLinkShortDefinition [2020-09-20T20:08:12.120Z] === RUN TestDockerSuite/TestLinksEnvs [2020-09-20T20:08:12.120Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2020-09-20T20:08:12.120Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2020-09-20T20:08:12.120Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2020-09-20T20:08:12.120Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2020-09-20T20:08:12.120Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2020-09-20T20:08:12.120Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2020-09-20T20:08:12.120Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2020-09-20T20:08:12.120Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2020-09-20T20:08:12.120Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2020-09-20T20:08:12.120Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2020-09-20T20:08:12.120Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2020-09-20T20:08:12.120Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2020-09-20T20:08:12.120Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2020-09-20T20:08:12.120Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2020-09-20T20:08:12.120Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2020-09-20T20:08:12.120Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2020-09-20T20:08:12.120Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2020-09-20T20:08:14.302Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2020-09-20T20:08:15.270Z] === RUN TestDockerSuite/TestLogsAPIUntil [2020-09-20T20:08:21.066Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2020-09-20T20:08:22.605Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2020-09-20T20:08:22.605Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2020-09-20T20:08:24.142Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2020-09-20T20:08:24.142Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2020-09-20T20:08:25.148Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2020-09-20T20:08:31.232Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2020-09-20T20:08:37.336Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2020-09-20T20:08:39.430Z] --- PASS: TestDockerExternalVolumeSuite (436.96s) [2020-09-20T20:08:39.431Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.54s) [2020-09-20T20:08:39.431Z] docker_cli_external_volume_driver_test.go:53: [de1b436218f9f] daemon is not started [2020-09-20T20:08:39.431Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s) [2020-09-20T20:08:39.431Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.17s) [2020-09-20T20:08:39.431Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2020-09-20T20:08:39.431Z] docker_cli_external_volume_driver_test.go:53: [d508048b0219e] daemon is not started [2020-09-20T20:08:39.431Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2020-09-20T20:08:39.431Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2020-09-20T20:08:39.431Z] docker_cli_external_volume_driver_test.go:53: [d68f5f567b7ab] daemon is not started [2020-09-20T20:08:39.431Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2020-09-20T20:08:39.431Z] docker_cli_external_volume_driver_test.go:53: [de9ad9485ccb6] daemon is not started [2020-09-20T20:08:39.431Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.16s) [2020-09-20T20:08:39.431Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.19s) [2020-09-20T20:08:39.431Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.77s) [2020-09-20T20:08:39.431Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2020-09-20T20:08:39.431Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.22s) [2020-09-20T20:08:39.431Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.29s) [2020-09-20T20:08:39.431Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.93s) [2020-09-20T20:08:39.431Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.16s) [2020-09-20T20:08:39.431Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.58s) [2020-09-20T20:08:39.431Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (15.98s) [2020-09-20T20:08:39.431Z] docker_cli_external_volume_driver_test.go:485: [d6597630f28ec] daemon is not started [2020-09-20T20:08:39.431Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2020-09-20T20:08:39.431Z] docker_cli_external_volume_driver_test.go:53: [d7d4d40839b53] daemon is not started [2020-09-20T20:08:39.431Z] PASS [2020-09-20T20:08:39.431Z] [2020-09-20T20:08:39.431Z] === Skipped [2020-09-20T20:08:39.431Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-09-20T20:08:39.431Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-09-20T20:08:39.431Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-09-20T20:08:39.431Z] check_test.go:309: [d72a3bd9a1b82] daemon is not started [2020-09-20T20:08:39.431Z] [2020-09-20T20:08:39.431Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-09-20T20:08:39.431Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-09-20T20:08:39.431Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-09-20T20:08:39.431Z] check_test.go:309: [d673deca1b003] daemon is not started [2020-09-20T20:08:39.431Z] [2020-09-20T20:08:39.431Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-09-20T20:08:39.431Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-09-20T20:08:39.431Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-09-20T20:08:39.431Z] check_test.go:309: [d9ed538d43b1e] daemon is not started [2020-09-20T20:08:39.431Z] [2020-09-20T20:08:39.431Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2020-09-20T20:08:39.431Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2020-09-20T20:08:39.431Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2020-09-20T20:08:39.431Z] [2020-09-20T20:08:39.431Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-09-20T20:08:39.431Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-09-20T20:08:39.431Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-09-20T20:08:39.431Z] [2020-09-20T20:08:39.431Z] [2020-09-20T20:08:39.431Z] DONE 273 tests, 5 skipped in 2452.959s [2020-09-20T20:08:39.431Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-09-20T20:08:39.431Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dc1553e129bd0/docker.pid [2020-09-20T20:08:39.431Z] +++ kill 5385 [2020-09-20T20:08:39.431Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 5385 is not a child of this shell [2020-09-20T20:08:39.431Z] warning: PID 5385 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dc1553e129bd0/docker.pid had a nonzero exit code [2020-09-20T20:08:39.431Z] ++++ cat bundles/test-integration/docker.pid [2020-09-20T20:08:39.431Z] +++ kill 7521 [2020-09-20T20:08:40.372Z] +++ /etc/init.d/apparmor stop [2020-09-20T20:08:40.372Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-20T20:08:40.372Z] [2020-09-20T20:08:40.372Z] Unloading profiles will leave already running processes permanently [2020-09-20T20:08:40.372Z] unconfined, which can lead to unexpected situations. [2020-09-20T20:08:40.372Z] [2020-09-20T20:08:40.372Z] To set a process to complain mode, use the command line tool [2020-09-20T20:08:40.372Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-20T20:08:40.372Z] +++ true [2020-09-20T20:08:40.372Z] exiting test-integration [2020-09-20T20:08:40.372Z] ++ exit 0 [2020-09-20T20:08:40.372Z] [2020-09-20T20:08:40.632Z] + exit 0 [2020-09-20T20:08:40.632Z] ++ jobs -p [2020-09-20T20:08:40.632Z] + pids= [2020-09-20T20:08:40.632Z] + echo 'Remaining pids to kill: []' [2020-09-20T20:08:40.632Z] Remaining pids to kill: [] [2020-09-20T20:08:40.632Z] + '[' -z '' ']' Post stage [Pipeline] junit [2020-09-20T20:08:40.646Z] Recording test results [2020-09-20T20:08:42.029Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-09-20T20:08:42.908Z] + echo Ensuring container killed. [2020-09-20T20:08:42.908Z] Ensuring container killed. [2020-09-20T20:08:42.908Z] + docker ps -aq -f name=docker-pr32-* [2020-09-20T20:08:42.908Z] + cids=8159f9a0ab88 [2020-09-20T20:08:42.908Z] ad122de3ee97 [2020-09-20T20:08:42.908Z] d95062774961 [2020-09-20T20:08:42.908Z] + [ -n 8159f9a0ab88 [2020-09-20T20:08:42.908Z] ad122de3ee97 [2020-09-20T20:08:42.908Z] d95062774961 ] [2020-09-20T20:08:42.908Z] + docker rm -vf 8159f9a0ab88 ad122de3ee97 d95062774961 [2020-09-20T20:08:43.570Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2020-09-20T20:08:43.849Z] 8159f9a0ab88 [2020-09-20T20:08:44.790Z] ad122de3ee97 [2020-09-20T20:08:45.359Z] d95062774961 [Pipeline] sh [2020-09-20T20:08:45.650Z] + echo Chowning /workspace to jenkins user [2020-09-20T20:08:45.650Z] Chowning /workspace to jenkins user [2020-09-20T20:08:45.650Z] + id -u [2020-09-20T20:08:45.650Z] + id -g [2020-09-20T20:08:45.650Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-38469:/workspace busybox chown -R 1000:1000 /workspace [2020-09-20T20:08:45.650Z] Unable to find image 'busybox:latest' locally [2020-09-20T20:08:45.650Z] latest: Pulling from library/busybox [2020-09-20T20:08:45.750Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2020-09-20T20:08:45.750Z] === RUN TestDockerSuite/TestLogsFollowStopped [2020-09-20T20:08:45.911Z] df8698476c65: Pulling fs layer [2020-09-20T20:08:45.911Z] df8698476c65: Verifying Checksum [2020-09-20T20:08:45.911Z] df8698476c65: Download complete [2020-09-20T20:08:45.911Z] df8698476c65: Pull complete [2020-09-20T20:08:45.911Z] Digest: sha256:d366a4665ab44f0648d7a00ae3fae139d55e32f9712c67accd604bb55df9d05a [2020-09-20T20:08:45.911Z] Status: Downloaded newer image for busybox:latest [2020-09-20T20:08:47.930Z] === RUN TestDockerSuite/TestLogsSeparateStderr [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-09-20T20:08:49.468Z] === RUN TestDockerSuite/TestLogsSince [2020-09-20T20:08:49.512Z] + bundleName=amd64 [2020-09-20T20:08:49.512Z] + echo Creating amd64-bundles.tar.gz [2020-09-20T20:08:49.512Z] Creating amd64-bundles.tar.gz [2020-09-20T20:08:49.512Z] + xargs tar -czf amd64-bundles.tar.gz [2020-09-20T20:08:49.512Z] + 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 [2020-09-20T20:08:50.465Z] Archiving artifacts [2020-09-20T20:08:52.489Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-38469/32/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-09-20T20:08:52.807Z] + make clean [2020-09-20T20:08:53.067Z] docker volume rm -f docker-dev-cache [2020-09-20T20:08:53.067Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [2020-09-20T20:08:58.046Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2020-09-20T20:08:58.046Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2020-09-20T20:08:58.046Z] === RUN TestDockerSuite/TestLogsTail [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-20T20:09:00.226Z] === RUN TestDockerSuite/TestLogsTimestamps [2020-09-20T20:09:02.406Z] === RUN TestDockerSuite/TestLogsWithDetails [2020-09-20T20:09:04.588Z] === RUN TestDockerSuite/TestMountIntoProc [2020-09-20T20:09:04.588Z] === RUN TestDockerSuite/TestMountIntoSys [2020-09-20T20:09:04.588Z] === RUN TestDockerSuite/TestNetHostname [2020-09-20T20:09:04.588Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2020-09-20T20:09:04.588Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2020-09-20T20:09:04.588Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2020-09-20T20:09:04.588Z] === RUN TestDockerSuite/TestPluginActive [2020-09-20T20:09:04.588Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2020-09-20T20:09:04.588Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2020-09-20T20:09:04.588Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2020-09-20T20:09:04.588Z] === RUN TestDockerSuite/TestPluginLogDriver [2020-09-20T20:09:04.588Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2020-09-20T20:09:04.588Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2020-09-20T20:09:04.588Z] === RUN TestDockerSuite/TestPluginUpgrade [2020-09-20T20:09:04.588Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2020-09-20T20:09:04.588Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2020-09-20T20:09:04.588Z] === RUN TestDockerSuite/TestPortHostBinding [2020-09-20T20:09:04.588Z] === RUN TestDockerSuite/TestPortList [2020-09-20T20:09:04.588Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2020-09-20T20:09:08.331Z] === RUN TestDockerSuite/TestPostContainersAttach [2020-09-20T20:09:08.331Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2020-09-20T20:09:08.331Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2020-09-20T20:09:08.331Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2020-09-20T20:09:08.331Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2020-09-20T20:09:08.331Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2020-09-20T20:09:08.331Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2020-09-20T20:09:08.331Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2020-09-20T20:09:08.331Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2020-09-20T20:09:08.331Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2020-09-20T20:09:12.069Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2020-09-20T20:09:12.069Z] === RUN TestDockerSuite/TestPsByOrder [2020-09-20T20:09:19.152Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2020-09-20T20:09:19.152Z] === RUN TestDockerSuite/TestPsListContainersBase [2020-09-20T20:09:27.728Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2020-09-20T20:09:38.057Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2020-09-20T20:09:38.057Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2020-09-20T20:09:38.057Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2020-09-20T20:09:50.446Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2020-09-20T20:09:53.352Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2020-09-20T20:10:03.684Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2020-09-20T20:10:07.422Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2020-09-20T20:10:07.422Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2020-09-20T20:10:07.422Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2020-09-20T20:10:11.164Z] === RUN TestDockerSuite/TestPsListContainersSize [2020-09-20T20:10:11.164Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2020-09-20T20:10:11.164Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2020-09-20T20:10:11.164Z] === RUN TestDockerSuite/TestPsRightTagName [2020-09-20T20:10:11.164Z] === RUN TestDockerSuite/TestPsShowMounts [2020-09-20T20:10:16.964Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2020-09-20T20:10:16.964Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2020-09-20T20:10:18.504Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2020-09-20T20:10:18.504Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2020-09-20T20:10:19.474Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2020-09-20T20:10:20.444Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2020-09-20T20:10:20.444Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2020-09-20T20:10:24.186Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2020-09-20T20:10:27.922Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2020-09-20T20:10:29.462Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2020-09-20T20:10:59.427Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2020-09-20T20:10:59.427Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2020-09-20T20:11:01.609Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2020-09-20T20:11:01.609Z] === RUN TestDockerSuite/TestRestartPolicyNO [2020-09-20T20:11:01.609Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2020-09-20T20:11:02.578Z] === RUN TestDockerSuite/TestRestartRunningContainer [2020-09-20T20:11:06.319Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2020-09-20T20:11:14.893Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2020-09-20T20:11:14.893Z] === RUN TestDockerSuite/TestRestartWithVolumes [2020-09-20T20:11:18.632Z] === RUN TestDockerSuite/TestRmiBlank [2020-09-20T20:11:18.632Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2020-09-20T20:11:18.632Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2020-09-20T20:11:31.018Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2020-09-20T20:11:33.199Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2020-09-20T20:11:33.659Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2020-09-20T20:11:39.457Z] === RUN TestDockerSuite/TestRmiImgIDForce [2020-09-20T20:11:44.151Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2020-09-20T20:11:51.231Z] === RUN TestDockerSuite/TestRmiParentImageFail [2020-09-20T20:11:54.983Z] === RUN TestDockerSuite/TestRmiTag [2020-09-20T20:11:55.442Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2020-09-20T20:11:57.622Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2020-09-20T20:12:12.448Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2020-09-20T20:12:14.629Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2020-09-20T20:12:19.324Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2020-09-20T20:12:19.783Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2020-09-20T20:12:19.783Z] === RUN TestDockerSuite/TestRunAddHost [2020-09-20T20:12:19.783Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2020-09-20T20:12:19.783Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2020-09-20T20:12:19.783Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2020-09-20T20:12:19.783Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2020-09-20T20:12:19.783Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2020-09-20T20:12:19.783Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2020-09-20T20:12:21.965Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2020-09-20T20:12:21.965Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2020-09-20T20:12:21.965Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2020-09-20T20:12:25.701Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2020-09-20T20:12:27.886Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2020-09-20T20:12:29.425Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2020-09-20T20:12:31.605Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2020-09-20T20:12:33.143Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2020-09-20T20:12:33.143Z] === RUN TestDockerSuite/TestRunBindMounts [2020-09-20T20:12:36.880Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2020-09-20T20:12:36.880Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2020-09-20T20:12:36.880Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2020-09-20T20:12:36.880Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2020-09-20T20:12:36.880Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2020-09-20T20:12:36.880Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2020-09-20T20:12:36.880Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2020-09-20T20:12:36.880Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2020-09-20T20:12:36.880Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2020-09-20T20:12:36.880Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2020-09-20T20:12:36.880Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2020-09-20T20:12:36.880Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2020-09-20T20:12:39.061Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2020-09-20T20:12:39.061Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2020-09-20T20:12:41.241Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2020-09-20T20:12:41.241Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2020-09-20T20:12:41.241Z] === RUN TestDockerSuite/TestRunContainerNetwork [2020-09-20T20:12:42.779Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2020-09-20T20:12:42.780Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2020-09-20T20:12:42.780Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2020-09-20T20:12:42.780Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2020-09-20T20:12:42.780Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2020-09-20T20:12:42.780Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2020-09-20T20:12:42.780Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2020-09-20T20:12:42.780Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2020-09-20T20:12:44.960Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2020-09-20T20:12:46.499Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2020-09-20T20:12:48.680Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2020-09-20T20:12:48.680Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2020-09-20T20:12:48.680Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2020-09-20T20:12:48.680Z] === RUN TestDockerSuite/TestRunCreateVolume [2020-09-20T20:12:50.224Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2020-09-20T20:12:50.224Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2020-09-20T20:12:50.224Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2020-09-20T20:12:50.224Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2020-09-20T20:12:50.224Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2020-09-20T20:12:51.762Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2020-09-20T20:12:56.455Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2020-09-20T20:12:56.455Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2020-09-20T20:12:56.455Z] === RUN TestDockerSuite/TestRunDNSOptions [2020-09-20T20:12:56.915Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2020-09-20T20:12:56.915Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2020-09-20T20:12:56.915Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2020-09-20T20:12:56.915Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2020-09-20T20:12:58.454Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2020-09-20T20:12:58.454Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2020-09-20T20:12:58.454Z] === RUN TestDockerSuite/TestRunDuplicateMount [2020-09-20T20:12:58.454Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2020-09-20T20:13:00.636Z] === RUN TestDockerSuite/TestRunEchoStdout [2020-09-20T20:13:02.175Z] === RUN TestDockerSuite/TestRunEmptyEnv [2020-09-20T20:13:02.175Z] === RUN TestDockerSuite/TestRunEntrypoint [2020-09-20T20:13:03.718Z] === RUN TestDockerSuite/TestRunEnvironment [2020-09-20T20:13:04.178Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2020-09-20T20:13:04.178Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2020-09-20T20:13:04.178Z] === RUN TestDockerSuite/TestRunExitCode [2020-09-20T20:13:05.717Z] === RUN TestDockerSuite/TestRunExitCodeOne [2020-09-20T20:13:07.261Z] === RUN TestDockerSuite/TestRunExitCodeZero [2020-09-20T20:13:09.442Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2020-09-20T20:13:10.988Z] === RUN TestDockerSuite/TestRunExposePort [2020-09-20T20:13:10.988Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2020-09-20T20:13:10.988Z] === RUN TestDockerSuite/TestRunGroupAdd [2020-09-20T20:13:10.988Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2020-09-20T20:13:10.988Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2020-09-20T20:13:10.988Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2020-09-20T20:13:10.988Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2020-09-20T20:13:10.988Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2020-09-20T20:13:10.988Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2020-09-20T20:13:14.735Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2020-09-20T20:13:14.735Z] === RUN TestDockerSuite/TestRunInvalidReference [2020-09-20T20:13:14.735Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2020-09-20T20:13:14.735Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2020-09-20T20:13:14.735Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2020-09-20T20:13:14.735Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2020-09-20T20:13:14.735Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2020-09-20T20:13:21.815Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2020-09-20T20:13:21.815Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2020-09-20T20:13:23.353Z] === RUN TestDockerSuite/TestRunModeHostname [2020-09-20T20:13:23.353Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2020-09-20T20:13:23.353Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2020-09-20T20:13:23.353Z] === RUN TestDockerSuite/TestRunModeIpcHost [2020-09-20T20:13:23.353Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2020-09-20T20:13:23.353Z] === RUN TestDockerSuite/TestRunModePIDContainer [2020-09-20T20:13:23.353Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2020-09-20T20:13:23.353Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2020-09-20T20:13:23.353Z] === RUN TestDockerSuite/TestRunModePIDHost [2020-09-20T20:13:23.353Z] === RUN TestDockerSuite/TestRunModeUTSHost [2020-09-20T20:13:23.353Z] === RUN TestDockerSuite/TestRunMount [2020-09-20T20:13:23.353Z] === RUN TestDockerSuite/TestRunMountOrdering [2020-09-20T20:13:23.353Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2020-09-20T20:13:23.353Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2020-09-20T20:13:23.353Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2020-09-20T20:13:29.151Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2020-09-20T20:13:29.151Z] === RUN TestDockerSuite/TestRunNamedVolume [2020-09-20T20:13:29.151Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2020-09-20T20:13:29.151Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2020-09-20T20:13:33.846Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2020-09-20T20:13:36.756Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2020-09-20T20:13:36.756Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2020-09-20T20:13:36.756Z] === RUN TestDockerSuite/TestRunNetHost [2020-09-20T20:13:36.756Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2020-09-20T20:13:36.756Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2020-09-20T20:13:36.756Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2020-09-20T20:13:36.756Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2020-09-20T20:13:36.756Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2020-09-20T20:13:36.756Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2020-09-20T20:13:36.756Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2020-09-20T20:13:36.756Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2020-09-20T20:13:37.725Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2020-09-20T20:13:39.907Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2020-09-20T20:13:41.447Z] === RUN TestDockerSuite/TestRunNonExistingImage [2020-09-20T20:13:41.907Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2020-09-20T20:13:44.087Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2020-09-20T20:13:44.087Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2020-09-20T20:13:44.087Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2020-09-20T20:13:44.087Z] === RUN TestDockerSuite/TestRunPortInUse [2020-09-20T20:13:44.087Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2020-09-20T20:13:44.087Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2020-09-20T20:13:44.087Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2020-09-20T20:13:44.087Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2020-09-20T20:13:44.087Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2020-09-20T20:13:47.016Z] === RUN TestDockerSuite/TestRunPublishPort [2020-09-20T20:13:47.016Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2020-09-20T20:13:47.016Z] === RUN TestDockerSuite/TestRunReadProcLatency [2020-09-20T20:13:47.016Z] === RUN TestDockerSuite/TestRunReadProcTimer [2020-09-20T20:13:47.016Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2020-09-20T20:13:47.016Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2020-09-20T20:13:54.097Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2020-09-20T20:13:54.097Z] === RUN TestDockerSuite/TestRunRm [2020-09-20T20:13:55.638Z] === RUN TestDockerSuite/TestRunRmAndWait [2020-09-20T20:14:00.332Z] === RUN TestDockerSuite/TestRunRmPre125Api [2020-09-20T20:14:02.515Z] === RUN TestDockerSuite/TestRunRootWorkdir [2020-09-20T20:14:04.055Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2020-09-20T20:14:05.595Z] === RUN TestDockerSuite/TestRunSetMacAddress [2020-09-20T20:14:07.785Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2020-09-20T20:14:07.785Z] === RUN TestDockerSuite/TestRunState [2020-09-20T20:14:07.785Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2020-09-20T20:14:09.966Z] === RUN TestDockerSuite/TestRunStdinPipe [2020-09-20T20:14:09.966Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2020-09-20T20:14:11.504Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2020-09-20T20:14:11.504Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2020-09-20T20:14:11.504Z] === RUN TestDockerSuite/TestRunTLSVerify [2020-09-20T20:14:11.504Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2020-09-20T20:14:11.504Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2020-09-20T20:14:11.504Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2020-09-20T20:14:16.197Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2020-09-20T20:14:16.197Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2020-09-20T20:14:16.197Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2020-09-20T20:14:16.197Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2020-09-20T20:14:16.197Z] === RUN TestDockerSuite/TestRunUnshareProc [2020-09-20T20:14:16.197Z] === RUN TestDockerSuite/TestRunUserByID [2020-09-20T20:14:16.197Z] === RUN TestDockerSuite/TestRunUserByIDBig [2020-09-20T20:14:16.197Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2020-09-20T20:14:16.197Z] === RUN TestDockerSuite/TestRunUserByIDZero [2020-09-20T20:14:16.197Z] === RUN TestDockerSuite/TestRunUserByName [2020-09-20T20:14:16.197Z] === RUN TestDockerSuite/TestRunUserDefaults [2020-09-20T20:14:17.737Z] === RUN TestDockerSuite/TestRunUserNotFound [2020-09-20T20:14:17.737Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2020-09-20T20:14:19.275Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2020-09-20T20:14:19.275Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2020-09-20T20:14:19.275Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2020-09-20T20:14:22.181Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2020-09-20T20:14:27.977Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2020-09-20T20:14:30.886Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2020-09-20T20:14:36.681Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2020-09-20T20:14:36.681Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2020-09-20T20:14:36.681Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2020-09-20T20:14:36.681Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2020-09-20T20:14:36.681Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2020-09-20T20:14:38.863Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2020-09-20T20:14:41.047Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2020-09-20T20:14:42.584Z] === RUN TestDockerSuite/TestRunWithBadDevice [2020-09-20T20:14:42.585Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2020-09-20T20:14:42.585Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2020-09-20T20:14:42.585Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2020-09-20T20:14:42.585Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2020-09-20T20:14:42.585Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2020-09-20T20:14:42.585Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2020-09-20T20:14:42.585Z] === RUN TestDockerSuite/TestRunWithUlimits [2020-09-20T20:14:42.585Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2020-09-20T20:14:46.323Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2020-09-20T20:14:47.861Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2020-09-20T20:14:49.399Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2020-09-20T20:14:53.138Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2020-09-20T20:14:53.138Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2020-09-20T20:14:53.138Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2020-09-20T20:14:53.138Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2020-09-20T20:14:53.138Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2020-09-20T20:14:53.138Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2020-09-20T20:14:53.138Z] === RUN TestDockerSuite/TestSaveCheckTimes [2020-09-20T20:14:53.138Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2020-09-20T20:14:53.138Z] === RUN TestDockerSuite/TestSaveImageId [2020-09-20T20:14:53.599Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2020-09-20T20:14:53.599Z] === RUN TestDockerSuite/TestSaveLoadParents [2020-09-20T20:14:53.599Z] === RUN TestDockerSuite/TestSaveMultipleNames [2020-09-20T20:14:53.599Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2020-09-20T20:14:53.599Z] === RUN TestDockerSuite/TestSaveSingleTag [2020-09-20T20:14:53.599Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2020-09-20T20:14:53.599Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2020-09-20T20:14:53.599Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2020-09-20T20:14:53.599Z] === RUN TestDockerSuite/TestSearchCmdOptions [2020-09-20T20:14:55.783Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2020-09-20T20:14:56.242Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2020-09-20T20:14:56.701Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2020-09-20T20:14:56.701Z] === RUN TestDockerSuite/TestSearchWithLimit [2020-09-20T20:14:58.880Z] === RUN TestDockerSuite/TestSlowStdinClosing [2020-09-20T20:15:04.676Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2020-09-20T20:15:04.676Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2020-09-20T20:15:11.752Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2020-09-20T20:15:11.752Z] === RUN TestDockerSuite/TestStartAttachSilent [2020-09-20T20:15:20.322Z] === RUN TestDockerSuite/TestStartAttachWithRename [2020-09-20T20:15:20.322Z] === RUN TestDockerSuite/TestStartMultipleContainers [2020-09-20T20:15:20.322Z] === RUN TestDockerSuite/TestStartPausedContainer [2020-09-20T20:15:20.322Z] === RUN TestDockerSuite/TestStartRecordError [2020-09-20T20:15:20.322Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2020-09-20T20:15:25.018Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2020-09-20T20:15:25.018Z] === RUN TestDockerSuite/TestStatsAllNoStream [2020-09-20T20:15:25.018Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2020-09-20T20:15:25.018Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2020-09-20T20:15:25.018Z] === RUN TestDockerSuite/TestStatsFormatAll [2020-09-20T20:15:25.018Z] === RUN TestDockerSuite/TestStatsNoStream [2020-09-20T20:15:25.018Z] === RUN TestDockerSuite/TestTopMultipleArgs [2020-09-20T20:15:26.556Z] === RUN TestDockerSuite/TestTopNonPrivileged [2020-09-20T20:15:28.736Z] === RUN TestDockerSuite/TestTopPrivileged [2020-09-20T20:15:28.736Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2020-09-20T20:15:30.273Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2020-09-20T20:15:30.273Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2020-09-20T20:15:30.273Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2020-09-20T20:15:30.273Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2020-09-20T20:15:30.273Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2020-09-20T20:15:30.273Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2020-09-20T20:15:30.273Z] === RUN TestDockerSuite/TestVolumeCLICreate [2020-09-20T20:15:47.974Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2020-09-20T20:15:47.974Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2020-09-20T20:15:47.974Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2020-09-20T20:15:47.974Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2020-09-20T20:15:47.974Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2020-09-20T20:15:47.974Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2020-09-20T20:15:47.974Z] === RUN TestDockerSuite/TestVolumeCLILs [2020-09-20T20:15:53.779Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2020-09-20T20:15:53.779Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2020-09-20T20:15:56.691Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2020-09-20T20:15:56.691Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2020-09-20T20:15:56.691Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2020-09-20T20:15:57.150Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2020-09-20T20:15:57.150Z] === RUN TestDockerSuite/TestVolumeCLIRm [2020-09-20T20:16:04.226Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2020-09-20T20:16:04.226Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2020-09-20T20:16:04.226Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2020-09-20T20:16:04.227Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2020-09-20T20:16:04.227Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2020-09-20T20:16:10.033Z] === RUN TestDockerSuite/TestVolumeLsFormat [2020-09-20T20:16:10.033Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2020-09-20T20:16:10.498Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2020-09-20T20:16:17.572Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2020-09-20T20:16:17.572Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite (2198.09s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-09-20T20:16:19.118Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-09-20T20:16:19.118Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.49s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.21s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.46s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.54s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (145.69s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.80s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2020-09-20T20:16:19.118Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2020-09-20T20:16:19.118Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s) [2020-09-20T20:16:19.118Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2020-09-20T20:16:19.118Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2020-09-20T20:16:19.118Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2020-09-20T20:16:19.118Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2020-09-20T20:16:19.118Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2020-09-20T20:16:19.118Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.96s) [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2020-09-20T20:16:19.118Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-09-20T20:16:19.118Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.69s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.88s) [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-09-20T20:16:19.118Z] docker_cli_run_test.go:3180: unmatched requirement Apparmor [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-09-20T20:16:19.118Z] docker_cli_run_test.go:3158: unmatched requirement Apparmor [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-09-20T20:16:19.118Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2020-09-20T20:16:19.118Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.71s) [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-09-20T20:16:19.118Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-09-20T20:16:19.118Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (11.72s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (84.96s) [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.48s) [2020-09-20T20:16:19.118Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.19s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.70s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.73s) [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2020-09-20T20:16:19.118Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-09-20T20:16:19.118Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-09-20T20:16:19.118Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.25s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.58s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.69s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.10s) [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2020-09-20T20:16:19.118Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2020-09-20T20:16:19.118Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.06s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (10.25s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (9.23s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.75s) [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2020-09-20T20:16:19.118Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.93s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.16s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.08s) [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2020-09-20T20:16:19.118Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-09-20T20:16:19.118Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-09-20T20:16:19.118Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-09-20T20:16:19.118Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.40s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildAddTar (39.31s) [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2020-09-20T20:16:19.118Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.27s) [2020-09-20T20:16:19.118Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (15.17s) [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.61s) [2020-09-20T20:16:19.118Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.43s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.31s) [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.78s) [2020-09-20T20:16:19.118Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.48s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.46s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (8.15s) [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.31s) [2020-09-20T20:16:19.118Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.65s) [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2020-09-20T20:16:19.118Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2020-09-20T20:16:19.118Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (4.47s) [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-09-20T20:16:19.118Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.45s) [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2020-09-20T20:16:19.118Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2020-09-20T20:16:19.118Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (24.76s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.16s) [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.61s) [2020-09-20T20:16:19.118Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.33s) [2020-09-20T20:16:19.118Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.12s) [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2020-09-20T20:16:19.118Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.18s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.90s) [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2020-09-20T20:16:19.118Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-09-20T20:16:19.118Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.02s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.67s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildCmd (0.44s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.40s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.41s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.41s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.61s) [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2020-09-20T20:16:19.118Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.98s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildContChar (11.77s) [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-09-20T20:16:19.118Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.38s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.88s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.66s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.36s) [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2020-09-20T20:16:19.118Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.60s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.57s) [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-09-20T20:16:19.118Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2020-09-20T20:16:19.118Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.73s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (30.87s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.35s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.22s) [2020-09-20T20:16:19.118Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.94s) [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.29s) [2020-09-20T20:16:19.118Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.118Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.37s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.37s) [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (19.86s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.55s) [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.31s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (20.67s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.37s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.61s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (2.90s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.33s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.24s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildDockerignore (56.90s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.17s) [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.29s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (51.92s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.34s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.61s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (22.72s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (9.80s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (13.72s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (29.21s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (9.31s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (9.13s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (80.86s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.37s) [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.29s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.42s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.15s) [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.37s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.41s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.18s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.49s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.24s) [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.27s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.55s) [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.74s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.36s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (14.60s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.52s) [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildFails (1.74s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (4.22s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (4.21s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildForceRm (5.75s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.31s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.19s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.04s) [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.67s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.39s) [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (7.97s) [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildHistory (8.21s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.77s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.81s) [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.60s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.08s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.13s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildLabel (0.72s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.50s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.66s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.50s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildLabels (0.75s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.22s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (4.33s) [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.09s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.43s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.63s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.50s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (18.31s) [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (1.99s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (36.32s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (12.82s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (4.44s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (4.92s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (9.61s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (14.85s) [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:5944: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (16.80s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.54s) [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.28s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (3.97s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.03s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.21s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.12s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.19s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.98s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.94s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildOnBuild (8.15s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.18s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (7.64s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (2.94s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (7.85s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.66s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.42s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.90s) [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:6002: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.83s) [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (35.52s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (16.55s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildRm (12.05s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (2.69s) [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.31s) [2020-09-20T20:16:19.119Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.05s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (2.74s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (2.90s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.18s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (18.39s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.67s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.51s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (9.33s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.26s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.51s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildStderr (4.18s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (17.98s) [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.27s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.44s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.96s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.25s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.77s) [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.99s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.42s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.19s) [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (19.02s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.68s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (8.67s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (4.78s) [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.29s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.41s) [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.27s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (11.08s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.25s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.38s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (11.55s) [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.28s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.35s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:6082: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.91s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.98s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.51s) [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.28s) [2020-09-20T20:16:19.119Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2020-09-20T20:16:19.119Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-09-20T20:16:19.119Z] docker_cli_sni_test.go:18: Flakey test [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.94s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.18s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestCommitChange (4.54s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.09s) [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2020-09-20T20:16:19.119Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestCommitNewFile (5.86s) [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-09-20T20:16:19.119Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestCommitTTY (15.58s) [2020-09-20T20:16:19.119Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.11s) [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-09-20T20:16:19.119Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-09-20T20:16:19.119Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-09-20T20:16:19.119Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2020-09-20T20:16:19.119Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.119Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-09-20T20:16:19.119Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-09-20T20:16:19.120Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainerAPICommit (5.97s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (15.84s) [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-09-20T20:16:19.120Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (1.79s) [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-09-20T20:16:19.120Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-09-20T20:16:19.120Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2020-09-20T20:16:19.120Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainerAPICreate (1.81s) [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-09-20T20:16:19.120Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (1.98s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-09-20T20:16:19.120Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2020-09-20T20:16:19.120Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-09-20T20:16:19.120Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (1.99s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.69s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.59s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-09-20T20:16:19.120Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.77s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (1.80s) [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-09-20T20:16:19.120Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-09-20T20:16:19.120Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (1.87s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.54s) [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2020-09-20T20:16:19.120Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (1.94s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.19s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainerAPIRename (1.70s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.30s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.29s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.03s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.46s) [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2020-09-20T20:16:19.120Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainerAPIStop (1.75s) [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2020-09-20T20:16:19.120Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.58s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.04s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainerAPIWait (3.88s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.59s) [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_run_test.go:2411: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_run_test.go:3529: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_run_test.go:3592: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_run_test.go:3575: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (6.51s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (15.40s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.26s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.19s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.23s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.12s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000b06800_} (2.20s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1466262422_c:\foo_false____} (2.22s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1466262422_c:\foo_true____} (2.16s) [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-09-20T20:16:19.120Z] docker_api_containers_test.go:2180: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.13s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.02s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.02s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_run_test.go:3465: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_run_test.go:3457: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_run_test.go:3484: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (1.90s) [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2020-09-20T20:16:19.120Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestCpGarbagePath (1.86s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.03s) [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2020-09-20T20:16:19.120Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestCpToCaseA (3.90s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.04s) [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2020-09-20T20:16:19.120Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestCpToCaseE (7.54s) [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestCpToCaseH (7.44s) [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestCpToDot (1.97s) [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestCpToStdout (7.14s) [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2020-09-20T20:16:19.120Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2020-09-20T20:16:19.120Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.14s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestCreateArgs (0.13s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestCreateByImageID (1.64s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (1.94s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.22s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.16s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.77s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.48s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestCreateLabels (0.13s) [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestCreateRM (0.27s) [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.14s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.25s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (6.76s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.18s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.41s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.92s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.14s) [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-09-20T20:16:19.120Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (6.72s) [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-09-20T20:16:19.120Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.09s) [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-09-20T20:16:19.120Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-09-20T20:16:19.120Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-09-20T20:16:19.120Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-09-20T20:16:19.120Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2020-09-20T20:16:19.120Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-09-20T20:16:19.120Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-09-20T20:16:19.120Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-09-20T20:16:19.120Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_run_test.go:2994: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2020-09-20T20:16:19.120Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2020-09-20T20:16:19.120Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (1.97s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (1.94s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.00s) [2020-09-20T20:16:19.120Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (11.56s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestEventsCopy (4.48s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (4.11s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (1.78s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.62s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (2.98s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.59s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.80s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestEventsFilters (8.65s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestEventsFormat (3.92s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.16s) [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestEventsRename (2.05s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestEventsResize (2.16s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (1.79s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.06s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.33s) [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestEventsUntag (2.72s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.10s) [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-09-20T20:16:19.121Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.71s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.61s) [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2020-09-20T20:16:19.121Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-09-20T20:16:19.121Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2020-09-20T20:16:19.121Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.60s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.71s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.70s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.64s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (3.50s) [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.71s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestExecInspectID (3.08s) [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2020-09-20T20:16:19.121Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-09-20T20:16:19.121Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.93s) [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2020-09-20T20:16:19.121Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2020-09-20T20:16:19.121Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (1.81s) [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.89s) [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.59s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.58s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.77s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.57s) [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-09-20T20:16:19.121Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.09s) [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.08s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.06s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s) [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.28s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.47s) [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.81s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.07s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.25s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.23s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.65s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (1.98s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestImagesFormat (0.18s) [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.29s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestImportBadURL (2.35s) [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2020-09-20T20:16:19.121Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2020-09-20T20:16:19.121Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s) [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-09-20T20:16:19.121Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-09-20T20:16:19.121Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (1.80s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (1.86s) [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-09-20T20:16:19.121Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-09-20T20:16:19.121Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (1.80s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.17s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.81s) [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestInspectDefault (6.77s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestInspectHistory (4.06s) [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2020-09-20T20:16:19.121Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestInspectInt64 (1.78s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.54s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.14s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (1.99s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.58s) [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.06s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.52s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestInspectStatus (2.07s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.54s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestInspectTemplateError (1.84s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.92s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.80s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (1.75s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (1.75s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (1.84s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.07s) [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2020-09-20T20:16:19.121Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-09-20T20:16:19.121Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.61s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.50s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.18s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (1.88s) [2020-09-20T20:16:19.121Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2020-09-20T20:16:19.121Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.71s) [2020-09-20T20:16:19.121Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.87s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.65s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.68s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.01s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.08s) [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (1.91s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (1.89s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestLogsSince (8.60s) [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestLogsTail (2.29s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.05s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestLogsWithDetails (1.83s) [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:2908: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:2917: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:3511: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:2697: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2020-09-20T20:16:19.122Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (3.62s) [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2020-09-20T20:16:19.122Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-09-20T20:16:19.122Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-09-20T20:16:19.122Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2020-09-20T20:16:19.122Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-09-20T20:16:19.122Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-09-20T20:16:19.122Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-09-20T20:16:19.122Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-09-20T20:16:19.122Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (3.49s) [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-09-20T20:16:19.122Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestPsByOrder (6.75s) [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestPsListContainersBase (8.46s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (11.05s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.24s) [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.22s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (2.73s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (10.53s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (3.32s) [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2020-09-20T20:16:19.122Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (3.61s) [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestPsShowMounts (6.03s) [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:3143: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.32s) [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.30s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.93s) [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-09-20T20:16:19.122Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.44s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (3.47s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (1.94s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (27.11s) [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.07s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.20s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.14s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.58s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (3.62s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (8.30s) [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2020-09-20T20:16:19.122Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (3.69s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.24s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (12.35s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.23s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.59s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (5.62s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.96s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (6.79s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.99s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRmiTag (0.60s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.02s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (14.75s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.05s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.35s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.93s) [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:4506: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:1578: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:1173: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:1191: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:1182: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:2062: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.95s) [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:2268: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:2627: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (3.74s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.34s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (1.79s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (1.81s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (1.73s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.06s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRunBindMounts (3.72s) [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:1054: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:1064: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:3007: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:1044: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:1035: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:3193: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:1025: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:1013: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:987: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:1000: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:978: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (1.73s) [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:1934: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.47s) [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:3335: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.71s) [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:3326: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:3311: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:3236: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:2735: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:2684: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:2757: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:2747: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.80s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (1.87s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (1.71s) [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:1679: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:1660: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:3201: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRunCreateVolume (1.82s) [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:2155: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:623: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:385: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:429: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.62s) [2020-09-20T20:16:19.122Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (4.75s) [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:1255: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:3988: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:1290: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-09-20T20:16:19.122Z] docker_cli_run_test.go:1323: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.122Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:1312: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:2027: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (1.83s) [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:1143: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.08s) [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:4163: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (1.79s) [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunEchoStdout (1.74s) [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:4246: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunEntrypoint (1.73s) [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:819: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:858: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:891: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunExitCode (1.77s) [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (1.71s) [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (1.80s) [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (1.78s) [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:949: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:1076: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:4485: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:4498: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:3724: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:2005: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.37s) [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:3271: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.06s) [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:62: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:3380: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:197: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:182: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (6.98s) [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:3390: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.64s) [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:1200: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:2318: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:2327: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:2296: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:2340: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:2365: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:2374: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:2432: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:2454: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:4308: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:2083: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:4296: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:2387: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (5.71s) [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:3213: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:3855: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.03s) [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.24s) [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:2607: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:933: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:2599: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:3068: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:3092: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:3114: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:3438: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.27s) [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.92s) [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.67s) [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.70s) [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.92s) [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.73s) [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.33s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:1405: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:2807: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:2496: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:2045: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:959: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:1087: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:1126: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:1134: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.39s) [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:2885: unmatched requirement Apparmor [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:2864: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:2849: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:1427: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (6.70s) [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:2128: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunRm (1.89s) [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunRmAndWait (4.99s) [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (1.91s) [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (1.75s) [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.57s) [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.13s) [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:2240: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:1623: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.00s) [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:100: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.58s) [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:1110: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:1118: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.16s) [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:1158: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.36s) [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:969: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:1097: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:1167: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:4064: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:2924: unmatched requirement Apparmor [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:738: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:748: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:761: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:774: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:728: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunUserDefaults (1.72s) [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:787: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (1.67s) [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:3946: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.46s) [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (5.39s) [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (3.63s) [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.31s) [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:660: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.09s) [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:3770: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:3801: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.43s) [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (1.86s) [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (1.94s) [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:1852: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:284: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:3740: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:3751: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:2830: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2020-09-20T20:16:19.123Z] docker_cli_run_test.go:3225: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.56s) [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.48s) [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.75s) [2020-09-20T20:16:19.123Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (3.67s) [2020-09-20T20:16:19.123Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-09-20T20:16:19.124Z] docker_cli_run_test.go:3041: unmatched requirement Apparmor [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-09-20T20:16:19.124Z] docker_cli_run_test.go:1804: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-09-20T20:16:19.124Z] docker_cli_run_test.go:2840: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-09-20T20:16:19.124Z] docker_cli_run_test.go:3638: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-09-20T20:16:19.124Z] docker_cli_run_test.go:3649: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-09-20T20:16:19.124Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-09-20T20:16:19.124Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-09-20T20:16:19.124Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2020-09-20T20:16:19.124Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2020-09-20T20:16:19.124Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2020-09-20T20:16:19.124Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2020-09-20T20:16:19.124Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-09-20T20:16:19.124Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2020-09-20T20:16:19.124Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2020-09-20T20:16:19.124Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-09-20T20:16:19.124Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-09-20T20:16:19.124Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.38s) [2020-09-20T20:16:19.124Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.44s) [2020-09-20T20:16:19.124Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.40s) [2020-09-20T20:16:19.124Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.22s) [2020-09-20T20:16:19.124Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.69s) [2020-09-20T20:16:19.124Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (5.43s) [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-09-20T20:16:19.124Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (6.89s) [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-09-20T20:16:19.124Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- PASS: TestDockerSuite/TestStartAttachSilent (8.30s) [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2020-09-20T20:16:19.124Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-09-20T20:16:19.124Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2020-09-20T20:16:19.124Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2020-09-20T20:16:19.124Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (5.39s) [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-09-20T20:16:19.124Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-09-20T20:16:19.124Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-09-20T20:16:19.124Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-09-20T20:16:19.124Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2020-09-20T20:16:19.124Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2020-09-20T20:16:19.124Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (1.72s) [2020-09-20T20:16:19.124Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (1.93s) [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2020-09-20T20:16:19.124Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.72s) [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-09-20T20:16:19.124Z] docker_cli_run_test.go:3449: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-09-20T20:16:19.124Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-09-20T20:16:19.124Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-09-20T20:16:19.124Z] docker_cli_run_test.go:295: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2020-09-20T20:16:19.124Z] docker_cli_run_test.go:210: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-09-20T20:16:19.124Z] docker_cli_run_test.go:246: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.33s) [2020-09-20T20:16:19.124Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.13s) [2020-09-20T20:16:19.124Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.18s) [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2020-09-20T20:16:19.124Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.30s) [2020-09-20T20:16:19.124Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.26s) [2020-09-20T20:16:19.124Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.15s) [2020-09-20T20:16:19.124Z] --- PASS: TestDockerSuite/TestVolumeCLILs (7.09s) [2020-09-20T20:16:19.124Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2020-09-20T20:16:19.124Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.45s) [2020-09-20T20:16:19.124Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.35s) [2020-09-20T20:16:19.124Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.36s) [2020-09-20T20:16:19.124Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2020-09-20T20:16:19.124Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.16s) [2020-09-20T20:16:19.124Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (6.36s) [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-09-20T20:16:19.124Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.53s) [2020-09-20T20:16:19.124Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.19s) [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-09-20T20:16:19.124Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (5.58s) [2020-09-20T20:16:19.124Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.25s) [2020-09-20T20:16:19.124Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.26s) [2020-09-20T20:16:19.124Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (7.24s) [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-09-20T20:16:19.124Z] docker_cli_run_test.go:2176: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.21s) [2020-09-20T20:16:19.124Z] === RUN TestDockerRegistrySuite [2020-09-20T20:16:19.124Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2020-09-20T20:16:19.124Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2020-09-20T20:16:19.124Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2020-09-20T20:16:19.124Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2020-09-20T20:16:19.124Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2020-09-20T20:16:19.124Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2020-09-20T20:16:19.124Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2020-09-20T20:16:19.124Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2020-09-20T20:16:19.124Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2020-09-20T20:16:19.124Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2020-09-20T20:16:19.124Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2020-09-20T20:16:19.124Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2020-09-20T20:16:19.124Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2020-09-20T20:16:19.124Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2020-09-20T20:16:19.124Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2020-09-20T20:16:19.124Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2020-09-20T20:16:19.124Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2020-09-20T20:16:19.124Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2020-09-20T20:16:19.124Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2020-09-20T20:16:19.124Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2020-09-20T20:16:19.124Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2020-09-20T20:16:19.124Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2020-09-20T20:16:19.124Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2020-09-20T20:16:19.124Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2020-09-20T20:16:19.124Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2020-09-20T20:16:19.124Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2020-09-20T20:16:19.124Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2020-09-20T20:16:19.124Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2020-09-20T20:16:19.124Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2020-09-20T20:16:19.124Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2020-09-20T20:16:19.124Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2020-09-20T20:16:19.124Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2020-09-20T20:16:19.124Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2020-09-20T20:16:19.124Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2020-09-20T20:16:19.124Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2020-09-20T20:16:19.124Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2020-09-20T20:16:19.124Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2020-09-20T20:16:19.124Z] === RUN TestDockerRegistrySuite/TestV2Only [2020-09-20T20:16:19.124Z] --- PASS: TestDockerRegistrySuite (0.13s) [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] === RUN TestDockerSchema1RegistrySuite [2020-09-20T20:16:19.124Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2020-09-20T20:16:19.124Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2020-09-20T20:16:19.124Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2020-09-20T20:16:19.124Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2020-09-20T20:16:19.124Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2020-09-20T20:16:19.124Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2020-09-20T20:16:19.124Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2020-09-20T20:16:19.124Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2020-09-20T20:16:19.124Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2020-09-20T20:16:19.124Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2020-09-20T20:16:19.124Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2020-09-20T20:16:19.124Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2020-09-20T20:16:19.124Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2020-09-20T20:16:19.124Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2020-09-20T20:16:19.124Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2020-09-20T20:16:19.124Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2020-09-20T20:16:19.124Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2020-09-20T20:16:19.124Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2020-09-20T20:16:19.124Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.124Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-09-20T20:16:19.124Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.125Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-09-20T20:16:19.125Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.125Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-09-20T20:16:19.125Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.125Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-09-20T20:16:19.125Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.125Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-09-20T20:16:19.125Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.125Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-09-20T20:16:19.125Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.125Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-09-20T20:16:19.125Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.125Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-09-20T20:16:19.125Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.125Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-09-20T20:16:19.125Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.125Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-09-20T20:16:19.125Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.125Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-09-20T20:16:19.125Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.125Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-09-20T20:16:19.125Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.125Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-09-20T20:16:19.125Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.125Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-09-20T20:16:19.125Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.125Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-09-20T20:16:19.125Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.125Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2020-09-20T20:16:19.125Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2020-09-20T20:16:19.125Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2020-09-20T20:16:19.125Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2020-09-20T20:16:19.125Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2020-09-20T20:16:19.125Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2020-09-20T20:16:19.125Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2020-09-20T20:16:19.125Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2020-09-20T20:16:19.125Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2020-09-20T20:16:19.125Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.03s) [2020-09-20T20:16:19.125Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-09-20T20:16:19.125Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.125Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-09-20T20:16:19.125Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.125Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-09-20T20:16:19.125Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.125Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-09-20T20:16:19.125Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.125Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-09-20T20:16:19.125Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.125Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-09-20T20:16:19.125Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.125Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-09-20T20:16:19.125Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.125Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-09-20T20:16:19.125Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.125Z] === RUN TestDockerRegistryAuthTokenSuite [2020-09-20T20:16:19.125Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2020-09-20T20:16:19.125Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2020-09-20T20:16:19.125Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2020-09-20T20:16:19.125Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2020-09-20T20:16:19.125Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2020-09-20T20:16:19.125Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2020-09-20T20:16:19.125Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-09-20T20:16:19.125Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.125Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-09-20T20:16:19.125Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.125Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-09-20T20:16:19.125Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.125Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-09-20T20:16:19.125Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.125Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-09-20T20:16:19.125Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.125Z] === RUN TestDockerDaemonSuite [2020-09-20T20:16:19.125Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2020-09-20T20:16:19.125Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2020-09-20T20:16:19.125Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2020-09-20T20:16:19.125Z] --- PASS: TestDockerDaemonSuite (0.00s) [2020-09-20T20:16:19.125Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-09-20T20:16:19.125Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.125Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-09-20T20:16:19.125Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.125Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-09-20T20:16:19.125Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.125Z] === RUN TestDockerSwarmSuite [2020-09-20T20:16:19.125Z] --- PASS: TestDockerSwarmSuite (0.00s) [2020-09-20T20:16:19.125Z] === RUN TestDockerPluginSuite [2020-09-20T20:16:19.125Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2020-09-20T20:16:19.125Z] === RUN TestDockerPluginSuite/TestPluginCreate [2020-09-20T20:16:19.125Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2020-09-20T20:16:19.125Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2020-09-20T20:16:19.125Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2020-09-20T20:16:19.125Z] === RUN TestDockerPluginSuite/TestPluginInspect [2020-09-20T20:16:19.125Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2020-09-20T20:16:19.125Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2020-09-20T20:16:19.125Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2020-09-20T20:16:19.125Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2020-09-20T20:16:19.125Z] === RUN TestDockerPluginSuite/TestPluginSet [2020-09-20T20:16:19.125Z] --- PASS: TestDockerPluginSuite (0.02s) [2020-09-20T20:16:19.125Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-09-20T20:16:19.586Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-09-20T20:16:19.586Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-09-20T20:16:19.586Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-09-20T20:16:19.586Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-09-20T20:16:19.586Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-09-20T20:16:19.586Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-09-20T20:16:19.586Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-09-20T20:16:19.586Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-09-20T20:16:19.586Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-09-20T20:16:19.586Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2020-09-20T20:16:19.586Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] === RUN TestDockerExternalVolumeSuite [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2020-09-20T20:16:19.586Z] check_test.go:128: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] === RUN TestDockerNetworkSuite [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2020-09-20T20:16:19.586Z] check_test.go:134: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] === RUN TestDockerHubPullSuite [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2020-09-20T20:16:19.586Z] check_test.go:142: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] PASS [2020-09-20T20:16:19.586Z] ok github.com/docker/docker/integration-cli 2198.725s [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === Skipped [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-09-20T20:16:19.586Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-09-20T20:16:19.586Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2020-09-20T20:16:19.586Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2020-09-20T20:16:19.586Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.03s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s) [2020-09-20T20:16:19.586Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2020-09-20T20:16:19.586Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2020-09-20T20:16:19.586Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2020-09-20T20:16:19.586Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2020-09-20T20:16:19.586Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2020-09-20T20:16:19.586Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2020-09-20T20:16:19.586Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-09-20T20:16:19.586Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-09-20T20:16:19.586Z] docker_cli_run_test.go:3180: unmatched requirement Apparmor [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-09-20T20:16:19.586Z] docker_cli_run_test.go:3158: unmatched requirement Apparmor [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-09-20T20:16:19.586Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2020-09-20T20:16:19.586Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-09-20T20:16:19.586Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-09-20T20:16:19.586Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.48s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.48s) [2020-09-20T20:16:19.586Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2020-09-20T20:16:19.586Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-09-20T20:16:19.586Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-09-20T20:16:19.586Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2020-09-20T20:16:19.586Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2020-09-20T20:16:19.586Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2020-09-20T20:16:19.586Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.02s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2020-09-20T20:16:19.586Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-09-20T20:16:19.586Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-09-20T20:16:19.586Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-09-20T20:16:19.586Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2020-09-20T20:16:19.586Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.27s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.27s) [2020-09-20T20:16:19.586Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.61s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.61s) [2020-09-20T20:16:19.586Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.78s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.78s) [2020-09-20T20:16:19.586Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.31s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.31s) [2020-09-20T20:16:19.586Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2020-09-20T20:16:19.586Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2020-09-20T20:16:19.586Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-09-20T20:16:19.586Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2020-09-20T20:16:19.586Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2020-09-20T20:16:19.586Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.61s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.61s) [2020-09-20T20:16:19.586Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.33s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.33s) [2020-09-20T20:16:19.586Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2020-09-20T20:16:19.586Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2020-09-20T20:16:19.586Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-09-20T20:16:19.586Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2020-09-20T20:16:19.586Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-09-20T20:16:19.586Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2020-09-20T20:16:19.586Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.586Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-09-20T20:16:19.586Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-09-20T20:16:19.586Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.586Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.29s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.29s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.37s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.37s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.31s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.31s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.29s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.29s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.29s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.29s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.27s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.27s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.08s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:5944: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:6002: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.31s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.31s) [2020-09-20T20:16:19.587Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.27s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.27s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.29s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.29s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.27s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.27s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.28s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.28s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.35s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.35s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:6082: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.28s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.28s) [2020-09-20T20:16:19.587Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2020-09-20T20:16:19.587Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-09-20T20:16:19.587Z] docker_cli_sni_test.go:18: Flakey test [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2020-09-20T20:16:19.587Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-09-20T20:16:19.587Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-09-20T20:16:19.587Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-09-20T20:16:19.587Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-09-20T20:16:19.587Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2020-09-20T20:16:19.587Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-09-20T20:16:19.587Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-09-20T20:16:19.587Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-09-20T20:16:19.587Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-09-20T20:16:19.587Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-09-20T20:16:19.587Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-09-20T20:16:19.587Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2020-09-20T20:16:19.587Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-09-20T20:16:19.587Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.587Z] [2020-09-20T20:16:19.587Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-09-20T20:16:19.587Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-09-20T20:16:19.588Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2020-09-20T20:16:19.588Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-09-20T20:16:19.588Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-09-20T20:16:19.588Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-09-20T20:16:19.588Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-09-20T20:16:19.588Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2020-09-20T20:16:19.588Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2020-09-20T20:16:19.588Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2020-09-20T20:16:19.588Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-09-20T20:16:19.588Z] docker_cli_run_test.go:2411: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-09-20T20:16:19.588Z] docker_cli_run_test.go:3529: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-09-20T20:16:19.588Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-09-20T20:16:19.588Z] docker_cli_run_test.go:3592: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-09-20T20:16:19.588Z] docker_cli_run_test.go:3575: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-09-20T20:16:19.588Z] docker_api_containers_test.go:2180: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2020-09-20T20:16:19.588Z] docker_cli_run_test.go:3465: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-09-20T20:16:19.588Z] docker_cli_run_test.go:3457: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-09-20T20:16:19.588Z] docker_cli_run_test.go:3484: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2020-09-20T20:16:19.588Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-09-20T20:16:19.588Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2020-09-20T20:16:19.588Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2020-09-20T20:16:19.588Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2020-09-20T20:16:19.588Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2020-09-20T20:16:19.588Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2020-09-20T20:16:19.588Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2020-09-20T20:16:19.588Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2020-09-20T20:16:19.588Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2020-09-20T20:16:19.588Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2020-09-20T20:16:19.588Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2020-09-20T20:16:19.588Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-09-20T20:16:19.588Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-09-20T20:16:19.588Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-09-20T20:16:19.588Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2020-09-20T20:16:19.588Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2020-09-20T20:16:19.588Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-09-20T20:16:19.588Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-09-20T20:16:19.588Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2020-09-20T20:16:19.588Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2020-09-20T20:16:19.588Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2020-09-20T20:16:19.588Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2020-09-20T20:16:19.588Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2020-09-20T20:16:19.588Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2020-09-20T20:16:19.588Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-09-20T20:16:19.588Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-09-20T20:16:19.588Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-09-20T20:16:19.588Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-09-20T20:16:19.588Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2020-09-20T20:16:19.588Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2020-09-20T20:16:19.588Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2020-09-20T20:16:19.588Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-09-20T20:16:19.588Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-09-20T20:16:19.588Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-09-20T20:16:19.588Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-09-20T20:16:19.588Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-09-20T20:16:19.588Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-09-20T20:16:19.588Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-09-20T20:16:19.588Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2020-09-20T20:16:19.588Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-09-20T20:16:19.588Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-09-20T20:16:19.588Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-09-20T20:16:19.588Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-09-20T20:16:19.588Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.588Z] [2020-09-20T20:16:19.588Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_run_test.go:2994: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2020-09-20T20:16:19.589Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-09-20T20:16:19.589Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2020-09-20T20:16:19.589Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-09-20T20:16:19.589Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2020-09-20T20:16:19.589Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2020-09-20T20:16:19.589Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-09-20T20:16:19.589Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2020-09-20T20:16:19.589Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2020-09-20T20:16:19.589Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-09-20T20:16:19.589Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2020-09-20T20:16:19.589Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2020-09-20T20:16:19.589Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-09-20T20:16:19.589Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-09-20T20:16:19.589Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-09-20T20:16:19.589Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-09-20T20:16:19.589Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2020-09-20T20:16:19.589Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2020-09-20T20:16:19.589Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-09-20T20:16:19.589Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-09-20T20:16:19.589Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.589Z] [2020-09-20T20:16:19.589Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2020-09-20T20:16:19.590Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_run_test.go:2908: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2020-09-20T20:16:19.590Z] docker_cli_run_test.go:2917: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_run_test.go:3511: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_run_test.go:2697: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2020-09-20T20:16:19.590Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2020-09-20T20:16:19.590Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-09-20T20:16:19.590Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-09-20T20:16:19.590Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2020-09-20T20:16:19.590Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-09-20T20:16:19.590Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-09-20T20:16:19.590Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-09-20T20:16:19.590Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-09-20T20:16:19.590Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-09-20T20:16:19.590Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2020-09-20T20:16:19.590Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_run_test.go:3143: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-09-20T20:16:19.590Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2020-09-20T20:16:19.590Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_run_test.go:4506: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_run_test.go:1578: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_run_test.go:1173: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_run_test.go:1191: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_run_test.go:1182: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_run_test.go:2062: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_run_test.go:2268: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_run_test.go:2627: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_run_test.go:1054: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_run_test.go:1064: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_run_test.go:3007: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_run_test.go:1044: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2020-09-20T20:16:19.590Z] docker_cli_run_test.go:1035: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_run_test.go:3193: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.590Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-09-20T20:16:19.590Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-09-20T20:16:19.590Z] docker_cli_run_test.go:1025: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.590Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:1013: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:987: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:1000: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:978: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:1934: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:3335: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:3326: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:3311: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:3236: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:2735: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:2684: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:2757: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:2747: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:1679: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:1660: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:3201: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:2155: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:623: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:385: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:429: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:1255: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:3988: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:1290: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:1323: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:1312: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:2027: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:1143: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:4163: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:4246: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:819: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:858: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:891: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:949: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:1076: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:4485: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:4498: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:3724: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:2005: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:3271: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:62: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:3380: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:197: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:182: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:3390: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:1200: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:2318: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:2327: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:2296: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:2340: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:2365: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:2374: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:2432: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:2454: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:4308: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:2083: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:4296: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:2387: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:3213: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.591Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-09-20T20:16:19.591Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-09-20T20:16:19.591Z] docker_cli_run_test.go:3855: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.591Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:2607: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:933: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:2599: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:3068: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:3092: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:3114: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:3438: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.33s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.33s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:1405: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:2807: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:2496: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:2045: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:959: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:1087: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:1126: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:1134: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:2885: unmatched requirement Apparmor [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:2864: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:2849: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:1427: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:2128: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:2240: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:1623: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:100: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:1110: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:1118: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:1158: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:969: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:1097: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:1167: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:4064: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:2924: unmatched requirement Apparmor [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:738: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:748: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:761: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:774: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:728: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2020-09-20T20:16:19.592Z] docker_cli_run_test.go:787: unmatched requirement DaemonIsLinux [2020-09-20T20:16:19.592Z] [2020-09-20T20:16:19.592Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2020-09-20T20:16:19.592Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_run_test.go:3946: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_run_test.go:660: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_run_test.go:3770: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_run_test.go:3801: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_run_test.go:1852: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_run_test.go:284: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_run_test.go:3740: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_run_test.go:3751: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_run_test.go:2830: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_run_test.go:3225: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_run_test.go:3041: unmatched requirement Apparmor [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_run_test.go:1804: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_run_test.go:2840: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_run_test.go:3638: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_run_test.go:3649: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2020-09-20T20:16:20.052Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2020-09-20T20:16:20.052Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2020-09-20T20:16:20.052Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2020-09-20T20:16:20.052Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_run_test.go:3449: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_run_test.go:295: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2020-09-20T20:16:20.052Z] docker_cli_run_test.go:210: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_run_test.go:246: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-09-20T20:16:20.052Z] docker_cli_run_test.go:2176: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-09-20T20:16:20.052Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-09-20T20:16:20.052Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-09-20T20:16:20.052Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-09-20T20:16:20.052Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-09-20T20:16:20.052Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-09-20T20:16:20.052Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-09-20T20:16:20.052Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-09-20T20:16:20.052Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-09-20T20:16:20.052Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-09-20T20:16:20.052Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-09-20T20:16:20.052Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-09-20T20:16:20.052Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-09-20T20:16:20.052Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-09-20T20:16:20.052Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.052Z] [2020-09-20T20:16:20.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-09-20T20:16:20.052Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-09-20T20:16:20.053Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-09-20T20:16:20.053Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.053Z] [2020-09-20T20:16:20.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-09-20T20:16:20.054Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-09-20T20:16:20.054Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.054Z] [2020-09-20T20:16:20.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-09-20T20:16:20.054Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-09-20T20:16:20.054Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.054Z] [2020-09-20T20:16:20.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-09-20T20:16:20.054Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-09-20T20:16:20.054Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.054Z] [2020-09-20T20:16:20.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2020-09-20T20:16:20.054Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2020-09-20T20:16:20.054Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.054Z] [2020-09-20T20:16:20.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2020-09-20T20:16:20.054Z] check_test.go:128: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.054Z] [2020-09-20T20:16:20.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2020-09-20T20:16:20.054Z] check_test.go:134: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.054Z] [2020-09-20T20:16:20.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2020-09-20T20:16:20.054Z] check_test.go:142: unmatched requirement DaemonIsLinux [2020-09-20T20:16:20.054Z] [2020-09-20T20:16:20.054Z] [2020-09-20T20:16:20.054Z] DONE 1096 tests, 549 skipped in 2206.670s [2020-09-20T20:16:20.054Z] INFO: Integration tests ended at 09/20/2020 20:16:19. Duration:00:36:46.9294027 [2020-09-20T20:16:20.054Z] INFO: Docker info of the daemon under test at end of run [2020-09-20T20:16:20.054Z] [2020-09-20T20:16:20.054Z] Containers: 2 [2020-09-20T20:16:20.054Z] Running: 0 [2020-09-20T20:16:20.054Z] Paused: 0 [2020-09-20T20:16:20.054Z] Stopped: 2 [2020-09-20T20:16:20.054Z] Images: 18 [2020-09-20T20:16:20.054Z] Server Version: 0.0.0-dev [2020-09-20T20:16:20.054Z] Storage Driver: windowsfilter [2020-09-20T20:16:20.054Z] Windows: [2020-09-20T20:16:20.054Z] Logging Driver: json-file [2020-09-20T20:16:20.054Z] Plugins: [2020-09-20T20:16:20.054Z] Volume: local [2020-09-20T20:16:20.054Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-09-20T20:16:20.054Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-09-20T20:16:20.054Z] Swarm: inactive [2020-09-20T20:16:20.054Z] Default Isolation: process [2020-09-20T20:16:20.054Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-09-20T20:16:20.054Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1397) [2020-09-20T20:16:20.054Z] OSType: windows [2020-09-20T20:16:20.054Z] Architecture: x86_64 [2020-09-20T20:16:20.054Z] CPUs: 4 [2020-09-20T20:16:20.054Z] Total Memory: 32GiB [2020-09-20T20:16:20.054Z] Name: azwin-2-9b3a60 [2020-09-20T20:16:20.054Z] ID: 62EB:L5MM:3Y3R:I3HF:NVB5:CFPP:XF5T:BDMZ:ZLPB:U7TX:V4CV:IRCA [2020-09-20T20:16:20.054Z] Docker Root Dir: D:\CI\PR-38469\32\daemon [2020-09-20T20:16:20.054Z] Debug Mode (client): false [2020-09-20T20:16:20.054Z] Debug Mode (server): true [2020-09-20T20:16:20.054Z] File Descriptors: -1 [2020-09-20T20:16:20.054Z] Goroutines: 18 [2020-09-20T20:16:20.054Z] System Time: 2020-09-20T20:16:19.7085734Z [2020-09-20T20:16:20.054Z] EventsListeners: 0 [2020-09-20T20:16:20.054Z] Registry: https://index.docker.io/v1/ [2020-09-20T20:16:20.054Z] Labels: [2020-09-20T20:16:20.054Z] Experimental: false [2020-09-20T20:16:20.054Z] Insecure Registries: [2020-09-20T20:16:20.054Z] 127.0.0.0/8 [2020-09-20T20:16:20.054Z] Live Restore Enabled: false [2020-09-20T20:16:20.054Z] [2020-09-20T20:16:20.054Z] [2020-09-20T20:16:20.054Z] INFO: Stopping daemon under test [2020-09-20T20:16:20.054Z] SUCCESS: The process with PID 2868 (child process of PID 5148) has been terminated. [2020-09-20T20:16:20.054Z] SUCCESS: The process with PID 5148 (child process of PID 6024) has been terminated. [2020-09-20T20:16:20.054Z] INFO: Stop tailing logs of the daemon under tests [2020-09-20T20:16:20.054Z] INFO: executeCI.ps1 Completed successfully at 09/20/2020 20:16:19. [2020-09-20T20:16:20.054Z] INFO: Tidying up at end of run [2020-09-20T20:16:20.054Z] INFO: Saving daemon under test log (d:\CI\PR-38469\32\dut.out) to bundles\CIDUT.out [2020-09-20T20:16:20.054Z] INFO: Saving daemon under test log (d:\CI\PR-38469\32\dut.err) to bundles\CIDUT.err [2020-09-20T20:16:20.054Z] INFO: Nuke-Everything... [2020-09-20T20:16:20.513Z] INFO: Container count on control daemon to delete is 2 [2020-09-20T20:16:20.513Z] 0e5870071ec2 [2020-09-20T20:16:20.513Z] 3df70d0a6e70 [2020-09-20T20:16:20.972Z] INFO: Tidying pidfile d:\CI\PR-38469\32\docker.pid [2020-09-20T20:16:20.972Z] INFO: Nuking d:\CI [2020-09-20T20:16:46.110Z] INFO: Zapped successfully [2020-09-20T20:16:46.110Z] [2020-09-20T20:16:46.110Z] INFO: executeCI.ps1 exiting at Sun Sep 20 20:16:45 CUT 2020. Duration 00:59:09.3730358 [2020-09-20T20:16:46.110Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2020-09-20T20:16:46.354Z] Recording test results [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2020-09-20T20:16:54.546Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2020-09-20T20:16:56.299Z] Archiving artifacts [2020-09-20T20:17:10.277Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-38469/32/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-09-20T20:17:11.209Z] + make clean [2020-09-20T20:17:13.389Z] docker volume rm -f docker-dev-cache [2020-09-20T20:17:13.389Z] 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